@import url("css/reset.css");
@import url("css/960.css");
@import url("css/form.css");
/* ----------------------------------------------
	Template Name : vote willa
	Template Code : 
	Version : 
	Author : frugi studio 
	Author URI :  frugistudio.com     
	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: center;
	background-color: #efefef;
}
/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #7BA857;
}
a:hover {
	border-bottom: 1px dotted #AE855C;
}
a.more-link {
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px dotted #AE855C;
}
a:hover.more-link {
	text-decoration: none;
}
/* Headers */
h1, h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	line-height: 22px;
	padding: 10px 15px 7px 15px;
}

h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
h1 {
	font-size: 3.7em;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 2.8em;
	font-weight: normal;
	color: #663333;
}
h3 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding-top: 15px;
	
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding: 15px;
}
h6 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding:5px 15px;
}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
dt {
	font-weight: bold;
	color: #7BA857;
}
dd {
	padding-left: 25px;
}
p, dl {
	padding: 10px 15px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.alignnone {
	float:left;
	}
.textright {
	text-align:right;
	margin-right: 0;
	padding-right: 0px;
}
h3.textright {
	text-align:right;
	margin-right: 0;
	padding-right: 2px;
}
.textleft {
	text-align:left;
}
.textjustify {
	text-align:justify;
}
/* Images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 8px;
}
img.alignright {
	margin: 5px 0px 10px 20px;
}
img.alignleft {
	margin: 5px 20px 10px 0px;
}
code {
	margin: 3px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #efefef;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
	padding: 10px 10px 10px 32px;
	border: 1px solid #F0F0F0;
	background: #f8f8f8 url(images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #555;
}
strong {
	font-weight: bold;
	color: #333;
}
em {
	font-style: italic;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
tr {
	background: #efefef;
}
tr.altrow {
	background: #F9F9F9;
}
th, td {
	text-align: left;
}
th {
	color: #fff;
	background: #ccc;
	padding: .8em 1em;
	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;
}
td {
	padding: .7em 1em;
}
/* end - table */


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#content-outer {
	background: #fff;
	width: 100%;
	padding: 0px 0;
	border-bottom: 1px solid #E8E8E8;
	text-align: left;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: 0px -49px;
}
#content {
	margin: 0 auto;
	width:940px;
	border-right:1px solid #efefef;
	border-left:1px solid #efefef;
	padding-bottom: 35px;
	padding-top: 0px;
	overflow: hidden;
	background-color: #FFF;
}
#header-wrap {
	width: 100%;
	height: 70px;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
	background-color: #FFF;
	background-image: url(images/small_star.png);
	background-repeat: no-repeat;
	background-position: 950px -5px;
}
#header {
	width:960px;
	position: relative;
	margin: 0px auto;
	padding: 0px 0;
	height: 70px;
	
}
#logo {
	width: 300px;
	height:100px;
	margin: 0;
	padding: 0;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center -5px;
	z-index:1000;
	position: relative;
}
#header h1#logo-text {
	display:none;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0 5px 0 0;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #93b876;
	text-decoration: none;
	top: 90px;
	left: 20px;
}
#header h1#logo-text a:hover {
	border: none;
}
#header p#intro {
	display:none;
}
/*  navigation  */
#header #nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 680px;
	height: 50px;
	right: 0;
	top: 26px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: right -4px;
	z-index:1;
	background-color: #FFF;
}
#header #nav ul {
	float: right;
	list-style: none;
	margin: 0px 100px 0 0;
	height: 35px;
	padding: 0px 0 0 15px;
	overflow:hidden;
}
#header #nav ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFFFFF;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;
}
#header #nav ul li a:hover, #header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li.current_page_item {
	background: transparent url(images/left-tab.gif) no-repeat;
}
#header #nav ul li.current_page_item a {
	color: #000;
	background: transparent url(images/right-tab.gif) no-repeat right top;
}
#nextpage_nav_wrap {
	width:100%;
	height:20px;
	margin:0px auto;
	padding:0px;
	background-color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
#nextpage_nav {
	width:600px;
	text-align:center;
	margin:0px auto 10px;
}
#nextpage_nav .nav-previous a {
	color: #fff;
	padding:0px;
}
#nextpage_nav .nav-next a {
	color: #fff;
	padding:0px;
}
/* main column */

#main {
	padding-top:20px;
}
#main em {
	font-style: italic;
}
#main h2 {
	font: normal 3.2em Georgia, 'Times New Roman', Times, Serif;
	color: #444;
	letter-spacing: -1px;
	margin-left: 5px;
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}
#main h2 a {
	color: #444;
	border: none;
}
#main h2 a:hover {
	color: #7BA857;
	border: none;
}
/* left columns */

#left-column {
	width: 240px;
	margin-left: 0px;
}
#left-column h3 {
	color: #444;
	font: normal 2em Georgia, 'Times New Roman', Times, Serif;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}
/* right columns */

#right-column {
}
#right-column h3 {
	color: #444;
	font: normal 2em Georgia, 'Times New Roman', Times, Serif;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}
/* sidebar menu */
.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 8px;
	padding: 0;
	border-top: 2px solid #efefef;
}
.sidemenu ul li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 7px 5px;
	margin: 0;
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a:link, .sidemenu ul li a:visited {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #7BA857;
	padding-left: 0;
}
.sidemenu ul li a span {
	color: #9F9F9F;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
}
.sidemenu ul li a:hover {
	color: #000;
}
.sidemenu ul ul {
	margin: 0 0 0 5px;
	padding: 0;
}
.sidemenu ul ul li {
	background: none;
}
/* featured-post */
.featured-post {
	padding-bottom: 15px;
	margin:0 10px;
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #efefef;
}
.featured-post h4 a, .featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.featured-post p {
	padding-top: 0;
}
/* footer */
#footer_stripe {
	width:100%;
	height:10px;
	border-bottom:3px solid #fff;
	clear: both;
	margin: 0 auto;
	background-image: url(images/green_stripe.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #679a33;	
}
#footer-wrapper {
	width:940px;
	clear: both;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/small_star.png);
	background-repeat: no-repeat;
	background-position: right -30px;
}
#footer-wrapper h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	color: #333;
	background: transparent;
}
/* footer-list */
#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 7px 0;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 0;
	color: #7BA857;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover, #footer-wrapper ul.footer-list li a:hover span {
	color: #333;
}
/* footer-content */
#footer-content {
	float: left;
	width: 100%;
	padding: 0 0 35px 0;
	margin: 10px 0 0 5px;
	background-image: url(images/whitestar.png);
	background-repeat: repeat-x;
	background-position: -4px bottom;
}
/* footer-bottom */


#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom a:hover {
	border: none
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0px;
}
.bottom-nav {
	float:right;
	list-style:none;
	width:250px;
}
.bottom-nav li {
	float:right;
	padding:0 10px;
}
#counter{
	float:right;
	clear:both;
	list-style:none;
	}
/* postmeta */
.postmeta {
	padding: 5px;
	margin: 10px 15px 15px 10px;
	border: 1px solid #efefef;
	background: #efefef;
}
.postmeta a {
	background: transparent;
}
.postmeta a:hover {
	border: none;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 5px;
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
h4.date {
	float:right;
	text-align:right;
	margin-top:0;
}
.post-info {
	font-size: .95em;
	padding-top: 3px;
	color: #7BA857;
}
.post-info a, .post-info a:visited {
	color: #000;
	border: none;
}
/* thumbnails */

.thumb_list {	width:100%;
	overflow:hidden;}
	
	.thumb_list img {
	float:left;
	margin:10px 15px 10px 10px;
	
	
	
}
#gallery .photolink .size-thumbnail{
	margin:0px;
	}

p.thumbs {
	padding: 10px 0 0 10px;
}
.thumbs img {
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
	border: 1px solid #ddd;
}
.thumbs img:hover {
	border: 1px solid #D2D2D2;
	background: #DDD;
}
.thumbs a:hover {
	background-color: transparent;
	border: none
}
/* comments list */
.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;
	border-color: #F0F0F0;
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0;
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;
}
.commentlist li cite .comment-data {
	text-align:right;
	font-size: .6em;
	font-weight: normal;
	float:right;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0;
	padding: 0;
}
.commentlist li.alt {
	background: #efefef
}
/* alignment classes & additional classes*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.no-border {
	border: none;
}
/* clearing */
.clearer {
	clear: both;
	
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
.grey {
	background-color: #efefef;
	padding:30px 0;
	width: 240px;
	margin-left: 0px;
	float:left;
}
.white {
	padding:30px 0;
	width: 240px;
	margin-left: 0px;
	float:left;
}
.breadcrumbs {
	margin:20px 0 15px 0;
	text-transform: capitalize;
}
/*a.more-link {
	width: 100px;
	height: 45px;
	padding: 10px 50px 15px 5px;
	background-color: middle;
	background-image: url(images/leaf.png);
	background-repeat: no-repeat;
	background-position: right top;
}*/
#gallery {
	width:450px;
	padding:0px;
}
#gallery table {
	background-color:#efefef;
	
}
#gallery table tr td{
	padding:7px;
	
}
#gallery tr.photolink a {
	outline:none;
	border:none;
}
ul.social {
}
.social li.twitter {
	background-image: url(images/social_logo.gif);
	background-position: -1px -7px;
	padding: 20px 0px 0px 50px;
	margin: 5px 0px;
	border:none;
	height:30px;
	background-repeat: no-repeat;
}
.social li.facebook {
	background-image: url(images/social_logo.gif);
	background-position: left center;
	padding: 20px 0px 0px 50px;
	margin: 5px 0px;
	border:none;
	height:30px;
	background-repeat: no-repeat;
}
.social li.youtube {
	background-image: url(images/social_logo.gif);
	background-position: left -122px;
	padding: 20px 0px 0px 50px;
	margin: 5px 0px;
	border:none;
	height:30px;
	background-repeat: no-repeat;
}
#button1.contribute_button form { 
width:100%;
padding:0px;
	margin:10px auto;
	text-align:center;
	
}

#button2.contribute_button form { 
width:100%;
padding:0px;
	margin:10px auto;
	text-align:left;
	
}

.contribute_button img{
	
	border:none;
	
	
	}
