/*  
Theme Name: Green Street Development
Description: The default Green Street Development theme.
Version: 1.0
Author: Piotr Bieszk
*/


html {
 overflow-y: scroll !important;
}

body {
  background: #aac474 url(images/bg.gif) center top repeat-y;
  color: #666;
  font-family: tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}
	
* {
  margin: 0;
  padding: 0;
}


/* Header*/

#header {
  width: 900px;
  height: 91px;
  background: transparent url(images/header.gif) left top no-repeat;
}

#header address {
  display: none;
}

#header h1 {
  float: left;
  margin: 2px 0 0 6px;
  padding: 0;
}

#header h1 a {
  width: 340px;
  height: 80px;
  display: block;
  text-indent: -9999px;
}

#header #cbs-form {
	float: right;
/*	padding: 5px 110px 14px 78px;
	background: transparent url(images/logo-channel3.jpg) left center no-repeat;*/
	padding: 5px 110px 14px 93px;
/*	background: transparent url(images/logo-cbs.gif) left 12px no-repeat;*/
}

#header #cbs-form label {
	clear: both;
	width: 200px;
	color: #627f27;
	padding: 0;
	font-size: 16px;
	line-height: 19px;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-weight: bold;
}

#header #cbs-form input {
	clear: both;
	font-family: tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #3f5e00;
	padding: 3px;
	margin: 4px 3px 3px 0;
	border: 1px solid #96af62;
	background: #fefef3;
	vertical-align: middle;
}

#header #cbs-form #sign-up {
	float: left;
	width: 89px;
	height: 26px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent url(images/b-sign-up.gif) left bottom no-repeat;
	text-indent: -9999px;
}


/* Navigation */

#nav {
  clear: both;
  height: 41px;
  background: transparent url(images/nav-bg.gif) left bottom no-repeat;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul li a {
  height: 40px;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#nav ul li a#nav-01 { width: 100px; background: transparent url(images/nav.gif) left top no-repeat; }
#nav ul li a#nav-02 { width: 134px; background: transparent url(images/nav.gif) -100px top no-repeat; }
#nav ul li a#nav-03 { width: 88px; background: transparent url(images/nav.gif) -234px top no-repeat; }
#nav ul li a#nav-04 { width: 218px; background: transparent url(images/nav.gif) -322px top no-repeat; }
#nav ul li a#nav-05 { width: 215px; background: transparent url(images/nav.gif) -540px top no-repeat; }
#nav ul li a#nav-06 { width: 145px; background: transparent url(images/nav.gif) -755px top no-repeat; }

#nav ul li a:hover#nav-01 { background-position: left bottom; }
#nav ul li a:hover#nav-02 { background-position: -100px bottom; }
#nav ul li a:hover#nav-03 { background-position: -234px bottom; }
#nav ul li a:hover#nav-04 { background-position: -322px bottom; }
#nav ul li a:hover#nav-05 { background-position: -540px bottom; }
#nav ul li a:hover#nav-06 { background-position: -755px bottom; }

#nav ul li a#nav-01-current{ width: 100px; background: transparent url(images/nav.gif) left bottom no-repeat; }
#nav ul li a#nav-02-current { width: 134px; background: transparent url(images/nav.gif) -100px bottom no-repeat; }
#nav ul li a#nav-03-current { width: 88px; background: transparent url(images/nav.gif) -234px bottom no-repeat; }
#nav ul li a#nav-04-current { width: 218px; background: transparent url(images/nav.gif) -322px bottom no-repeat; }
#nav ul li a#nav-05-current { width: 215px; background: transparent url(images/nav.gif) -540px bottom no-repeat; }
#nav ul li a#nav-06-current { width: 145px; background: transparent url(images/nav.gif) -755px bottom no-repeat; }


/* Sub navigation */

#sub-nav {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub-nav ul {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 4px 0 20px 0;
  list-style-type: none;
  list-style-image: none;
}

#sub-nav ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub-nav ul li a {
  display: block;
  margin: 0;
  padding: 7px 10px 7px 20px;
  color: #476901;
  font-size: 17px;
  font-family: georgia, tahoma, verdana, arial, helvetica, sans-serif;
  text-decoration: none;
  background: transparent url(images/arr.gif) 9px 13px no-repeat;
}

#sub-nav ul li a:hover {
  color: #476901;
  text-decoration: none;
  background: #f2f3bd url(images/arr.gif) 9px 13px no-repeat;
}

#sub-nav ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#sub-nav ul ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub-nav ul ul li a {
  display: block;
  margin: 0;
  padding: 3px 10px 4px 40px;
  color: #83a13b;
  font-size: 14px;
  text-decoration: none;
  background: transparent url(images/arr.gif) 29px 12px no-repeat;
}

#sub-nav ul ul li a:hover {
  color: #476901;
  text-decoration: none;
  background: #f2f3bd url(images/arr.gif) 29px 12px no-repeat;
}

#sub-nav ul ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#sub-nav ul ul ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sub-nav ul ul ul li a {
  display: block;
  margin: 0;
  padding: 3px 10px 4px 65px;
  color: #94ad57;
  font-size: 12px;
  text-decoration: none;
  background: transparent url(images/arr.gif) 54px 11px no-repeat;
}

#sub-nav ul ul ul li a:hover {
  color: #476901;
  text-decoration: none;
  background: #f2f3bd url(images/arr.gif) 54px 11px no-repeat;
}


/* Layout */

#page {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  background-color: white;
  border: 1px solid #959596;
  text-align: left;
}

.narrowcolumn {
  float: left;
  width: 585px;
  margin: 15px 0 10px 0;
}

#sidebar {
  float: right;
  width: 300px;
  margin: 10px 0 15px 0;
}


/* Home Page */

#photo-home {
  clear: both;
  width: 900px;
  height: 270px;
  display: block;
  margin-top: -1px;
  background: transparent url(images/photo-home.jpg) top left no-repeat;
}

#photo {
  clear: both;
  width: 900px;
  height: 130px;
  display: block;
  margin-top: -1px;
  background: transparent url(images/photo.jpg) top left no-repeat;
}

#featured-art {
  float: left;
  width: 285px;
  height: 205px;
  color: #969702;
  font-size: 11px;
  background: transparent url(images/bg-art.gif) left top no-repeat;
}

#featured-art p {
  margin-right: 15px;
  line-height: 18px;
}

#sidebar #featured-art {
  width: 300px;
  height: 210px;
}

#newsletter {
  float: right;
  width: 285px;
  height: 205px;
  color: #969702;
  font-size: 11px;
  background: transparent url(images/bg-newsletter.gif) left top no-repeat;
}

#sidebar #newsletter {
  float: left;
  width: 300px;
  height: 210px;
}

#newsletter fieldset {
  width: 249px;
  border: 0;
  padding: 5px 0 0 2px;
}

#newsletter fieldset label {
  float: left;
  width: 70px;
  padding: 6px 6px 0 12px;
  margin-bottom: 7px;
}

#newsletter fieldset input {
  float: left;
  margin-bottom: 2px;
}

#newsletter fieldset #subscribe {
  float: right;
  width: 115px;
  height: 33px;
  padding: 0;
  display: block;
  background: transparent url(images/b-subscribe.gif) left bottom no-repeat;
  text-indent: -9999px;
}

#featured-in {
  float: left;
  width: 285px;
  height: 95px;
  border-top: 1px solid #d7d86f;
  border-bottom: 1px solid #d7d86f;
}

#sidebar #featured-in {
  width: 300px;
}

#partners {
  float: right;
  width: 285px;
  height: 95px;
  border-top: 1px solid #d7d86f;
  border-bottom: 1px solid #d7d86f;
}

#sidebar #partners {
  float: left;
  width: 300px;
}

#featured-in h3, #partners h3 {
  color: #bbbc50;
}

.read-more {
  color: #969702;
  font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
}

#dvd-banner {
  clear: both;
  width: 301px;
  height: 106px;
  display: block;
  text-indent: -9999px;
  background: transparent url(images/dvd-banner.gif) center left no-repeat;
}


/* Headers */

h1, h2, h3 {
  color: #627f27;
  font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
  line-height: 35px;
  font-size: 25px;
  padding: 15px 0 12px 15px;
}

h2 a, h2 a:visited {
  color: #627f27;
  text-decoration: none;
}

h2 a:hover {
  color: #627f27;
  text-decoration: underline;
}

h2.pagetitle {
}

#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}
h3 {
  line-height: 20px;
  font-size: 17px;
  margin: 8px 15px 7px 15px;
}

h3.comments {
	padding: 0;
	margin: 30px auto 20px ;
	}
	
h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 a:hover {
  color: #627f27;
	text-decoration: none;
	}

h3 a, h3 a:visited {
  color: #627f27;
	}

a {
  color: #969702;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}


/* Content */

#content {
  text-align: justify;
}

p {
  margin: 5px 0 15px 15px;
  padding: 0;
  line-height: 20px;
}

#content p {
  margin: 5px 10px 15px 15px;
}

.center {
  text-align: center;
}

ul {
  margin: 0 0 0 40px;
  list-style-type: disc;
  list-style-image: none;
}

ul ul {
  margin: 0 0 0 40px;
  list-style-type: circle;
  list-style-image: none;
}

ol {
  margin: 0 0 0 40px;
}

li {
  margin: 0 0 2px 0;
}

.date {
  color: #bcbbba;
  font-size: 11px;
  padding: 0 0 3px 29px;
  background: transparent url(images/i-page.gif) 15px 2px no-repeat;
}

.comments {
  color: #bcbbba;
  font-size: 11px;
  padding: 0 0 3px 22px;
  background: transparent url(images/i-comment.gif) 6px 4px no-repeat;
}

.comments a {
  color: #bcbbba;
}

.comments {
  color: #bcbbba;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
  color: #bcbbba;
  font-size: 11px;
  padding: 0 0 3px 0;
}

#breadcrumb {
  color: #aaa;
  font-size: 11px;
  margin: 5px 0 3px 16px;
}

#breadcrumb a {
  color: #aaa;
}

#breadcrumb a:hover {
  color: #888;
}

#carousel-top {
	padding-top: 30px;
	background: transparent url(images/nav-bg.gif) left top no-repeat;
}

.carousel li {
	display: none;
	padding-right: 20px;
	font: italic 17px/22px Georgia, Arial, Verdana, Sans-Serif;	
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Listings */

.i-pdf {
	padding: 32px 0 0 65px; 
	line-height: 24px; 
	background: transparent url(images/i-pdf.gif) left top no-repeat;
}

#listings-col-left {
	float: left;
	width: 360px;
	background: transparent url(images/bg-col.gif) right top repeat-y;
}

#listings-col-left .col2 {
	float: left;
	width: 145px;
}

#listings-col-right {
	float: right;
	width: 222px;
}

#listings-col-right .col2 {
	float: left;
	width: 110px;
}

#listings-col-right p {
	margin-right: 0;
}


/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 30px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.postmetadata2 {
	clear: left;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

.postmetadata2 p {
  padding: 5px 15px 8px 0;
  margin: 0 0 0 15px;
  border-top: 1px solid #f2f3bd;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

a img { text-decoration: none; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .fright {
	float: right;
	}

.alignleft, .fleft {
	float: left
	}
	
.aligncenter {
	text-align: center;
	}

.cboth { clear: both; }
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 20px;
	margin-bottom: 3px;
	padding: 0 0 3px 36px;
	list-style-type: square;
	padding-left: 10px;
	text-indent: 0px;
        font-size: 12px;
        line-height: 19px;
	} 

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
        font-size: 11px;
        line-height: 19px;
	}

.entry ol li {
	margin: 0;
	padding: 0 0 3px 0;
	}

.entry ol li ul {
	padding: 0 0 0 25px;
	margin: 0;
	list-style-type: square;
	text-indent: 0;
        font-size: 11px;
        line-height: 19px;
	}

.entry ol li ul li {
	list-style-type: square;
	padding: 0 0 3px 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 15px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
        list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* Contact Us */

#contact-us {
  border-left: 1px dashed #6c8734;
  color: #939393;
  font-size: 11px;
  line-height: 17px;
  padding: 0 0 1px 0;
}

h2#h-contact-us {
  width: 300px;
  height: 70px;
  padding: 0;
  background: transparent url(images/h-contact-us.gif) left top no-repeat;
  text-indent: -9999px;
}

#contact-us form {
  width: 187px;
  padding: 5px 0 0 18px;
  margin: 0 0 15px 0;
  line-height: 20px;
}

#contact-us label {
  width: 60px;
  float: left;
  padding-top: 4px;
}

#contact-us #submit {
  float: right;
}


/* Blog News */

#blog-news {
  border-left: 1px dashed #6c8734;
  color: #939393;
  font-size: 11px;
  line-height: 17px;
  padding: 0 0 1px 0;
}

h2#h-blog-news {
  width: 300px;
  height: 70px;
  padding: 0;
  background: transparent url(images/h-blog-news.gif) left top no-repeat;
  text-indent: -9999px;
}

h2#h-workshop {
  width: 300px;
  height: 70px;
  padding: 0;
  background: transparent url(images/h-workshop.gif) left top no-repeat;
  text-indent: -9999px;
}

#blog-news p {
  clear: both;
  margin: 5px 15px 15px 15px;
  line-height: 18px;
}

#blog-news .comments a {
  color: #bcbbba;
  text-decoration: none;
}

#blog-news .comments a:hover {
  color: #bcbbba;
  text-decoration: underline;
}

#blog-news .read-more {
  color: #969702;
  font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
}

#blog-news #rss {
  color: #d7d86f;
  font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 0 3px 0;
  background: transparent url(images/i-rss.gif) left 7px no-repeat;
  border-top: 1px dashed #d5dfc0;
}

#blog-news #rss a {
  color: #d7d86f;
  text-decoration: none;
}

#blog-news #rss a:hover {
  color: #969702;
  text-decoration: none;
}


/* Articles box */

#sidebar ul li#articles {
  width: 212px;
  color: #666;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
  background: transparent url(images/side-news-top.gif) left top no-repeat;
  border: 1px solid #fff;
}

#sidebar ul li#articles h2 {
  margin: 0;
  padding: 0;
}

#sidebar ul li#articles h2 a {
  display: block;
  width: 212px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}

#sidebar ul li#articles div {
  width: 210px;
  margin: 2px 0 5px 0;
  border-left: 1px solid #f0f0e8;
  border-right: 1px solid #f0f0e8;
  border-bottom: 1px solid #f0f0e8;
}

#sidebar ul li#articles div ul {
  margin: 0;
  padding: 3px 0 4px 0;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul li#articles div ul li {
  margin: 0;
  padding: 3px 0 3px 24px;
  background: transparent url(images/side-news-arr.gif) 12px 7px no-repeat;
}

#sidebar ul li#articles div ul li a {
  margin: 0;
  padding: 0 1px 0 0;
  color: #6484b9;
  text-decoration: none;
}

#sidebar ul li#articles div ul li a:hover {
  color: #4267a4;
  text-decoration: underline;
}


/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}

#sidebar #searchform {
  margin: 5px auto 5px auto;
  padding: 0 0 15px 10px;
  text-align: left;
}

.s {
  width: 145px;
  padding: 2px 2px 1px 2px;
  margin: 0 2px 0 0;
  color: #666;
  border: 1px solid #f0f0e8;
  vertical-align: middle;
}

.searchsubmit {
  width: 88px;
  height: 23px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent url(images/b-search.gif) right top no-repeat;
  vertical-align: middle;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Tables */

#content table {
  margin: 5px auto 15px auto;
  padding: 0;
}

#content table thead {
  color: #fff;
  background: #2364b0;
  font-family: arial, trebuchet ms, tahoma, verdana, helvetica, sans-serif;
  font-size: 13px;
}

#content table thead th {
  padding: 4px 7px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
}

#content table tbody tr.row1 {
  background: #fff;
}

#content table tbody tr.row2 {
  background: #f0eee7;
}

#content table tbody td {
  padding: 2px 1px 2px 7px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

#content table tfoot {
  margin: 0;
}

#content table tfoot td {
  height: 13px;
  padding: 0;
  border-top: 3px solid #2364b0;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	font-size: 11px;
	margin-top: 20px;
	}


/* Form */

form {
  margin: 5px 0 15px 15px;
  padding: 0;
  line-height: 20px;
}

label {
  width: 175px;
  float: left;
  padding-top: 9px;
}

input {
  float: left;
  font-family: tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #3f5e00;
  padding: 3px;
  margin: 3px 0;
  border: 1px solid #96af62;
  background: #fefef3;
  vertical-align: middle;
}

input.large {
  width: 150px;
  margin: 2px 0;
}

input.medium {
  width: 75px;
  margin: 1px 0 0 0;
}

input.small {
  width: 20px;
  margin: 4px 5px 4px 0;
}

input.checkbox {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 2px 0 1px;
  vertical-align: middle;
}

select {
  font-family: tahoma, verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #3f5e00;
  padding: 3px;
  margin: 3px 0;
  border: 1px solid #96af62;
  background: #fefef3;
  vertical-align: middle;
}

#submit {
  width: 89px;
  height: 35px;
  padding: 0;
  display: block;
  background: transparent url(images/b-submit.gif) left bottom no-repeat;
  text-indent: -9999px;
}


/* Footer */

#footer {
  clear: both;
  width: 900px;
  height: 90px;
  margin: 0;
  padding: 0;
  color: #bddb6e;
  background: transparent url(images/bg-footer.gif) left top no-repeat;
  font-family: georgia, tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  border-bottom: 4px solid #fff;
}

#footer ul {
  width: 625px;
  margin: 0 0 0 10px;
  padding: 19px 0 0 0;
  list-style-type: none;
  list-style-image: none;
}

#footer ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#footer ul li a {
  color: #d7d86f;
  text-decoration: none;
  padding: 0 4px 0 5px;
  font-weight: bold;
}

#footer ul li a:hover {
  color: #feffa3;
  text-decoration: underline;
}

#footer p {
  clear: both;
  margin: 5px 0 15px 15px;
  padding: 4px 0 0 0;
}

#footer a {
  color: #bddb6e;
  text-decoration: none;
}

#footer a:hover {
  color: #d7d86f;
  text-decoration: underline;
}

#footer #f-twitter {
	width: 205px;
	height: 90px;
	display: block;
	text-indent: -9999px;
}

