/*
Theme Name: Wild Virginia Custom
Theme URI: http://wildvirginia.org/
Description: This template has been custom designed for Wild Virginia by Optipop, Inc.
Author: Optipop, Inc.
Author URI: http://optipop.com/
Tags: Wild Virginia

	

	The CSS, XHTML and design is copyright Optipop, Inc. No part of this code or design may be reused without license.
	Some photography ©2008 Optipop, Inc.
	Some images and photography ©2008 Wild Virginia
	Some photography ©iStock.com

*/



/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #81b4c9;
	}
	
/* Start column styles from Dreamweaver template*/
@charset "UTF-8";

/* 
Commented out by Optipop to prevent conflict with WP body styles
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	it's good practice to zero the margin and padding of the body element to account for differing browser defaults
		padding: 0;
	text-align: center;
	
	 this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #000000; 
} 

*/

#menu {
	clear:both;
}



#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;
*/	text-align: left;  /*this overrides the text-align: center on the body element. */
} 

#pageguts {
	clear:both;
	width:760px;
	margin-top:35px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	float:none;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
	background-color: #fff;
	height:1%;
	
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
	height:1%;

}

#centercolumn {
	text-align:center;
	height:1%;
	width:345px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float:left;
}

#optionalkeyedfield {
margin-top:60px;
width:188px;
}

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

 
#footer {
	margin-top:10px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*End of column styles from Dreamweaver template*/



#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

/* Optipop Style to allow a background image at the top of the page*/	
#imageheader {
	background-image:
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

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

.widecolumn {
	line-height: 1.6em;
	}

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

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

#footer {
	background: #eee url('../../../images/footer_bg.jpg');
	background-repeat:repeat-y;
	border: none;
	color:#14729a;
	}
	
#footertop {
	background-image: url(../../../images/footer_top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:14px;
	}
	
	
#footer a {
	color:#fff;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	line-height:1.0em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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

.entry p a:visited {
	color: #b85b5a;
	}

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

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #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;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next 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 */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 760px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#narrowcolumnheader {
	background-image:url(../../../images/white_trees1.jpg);
	background-color:#FFFFFF;
	background-position:top;
	height:144px;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:0px;
	padding-left:0px;

}

.narrowcolumn {
	background-image:url(../../../images/narrowcolumnbg.jpg);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:1%;

	}
	
#narrowcolumnbottom {
background-image:url(../../../images/narrowcolum_bg_bottom.jpg);
background-position:top;
background-repeat:no-repeat;
height:18px;
margin-bottom:20px;

}
	

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

.post {
	margin: 0 0 0px 0px;
	padding:0px 15px 12px 12px;
	text-align: left;
	width:300px;

	}

.post hr {
	display: block;
	}

.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;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	}

#footer p {
	margin: 0;
	padding: 10px 10px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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) */

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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

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

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

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

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

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 5px 5px 5px 0px;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 75px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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
{
	padding: 20px 0 10px 0;
	margin-left: 10px;
	width: 190px;
	}

#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 */



/* 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;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



	
#donatebox {
	background-image:url(../../../images/donate_badge.jpg);
	background-repeat:no-repeat;
	height:auto;
	margin-top:20px;
	margin-bottom:0px;
	padding-top:85px;
	padding-right:30px;
	padding-bottom:40px;
	padding-left:20px;
	background-position: center;		
}

#donateboxtext {

	margin-bottom:0px;
	text-align:left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 16px;
	
}

#actionboxheader {
	background-image:url(../../../images/actionbox_header.jpg);
	height:85px;
	background-repeat:no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:190px;
	color: #00FF00;

}

#actionbox {
	background-image:url(../../../images/actionbox_bg.jpg);
	background-repeat:repeat-y;
	padding-top:5px;
	vertical-align: top;
	width:190px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#actionboxactivities {
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:10px;
	width:90%;
	border: 1px solid #CCCCCC;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#actionboxactivities h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#actionboxactivities li{
	
	list-style-type: none;
	list-style-image: none;
	text-align:left;
	margin-left:-10px;
}

#actionboxsignup {
margin-top:5px;
padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
	text-align:left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-right: auto;
	margin-left:auto;

}

#actionboxfooter {
background-image:url(../../../images/actionbox_footer.jpg);
background-repeat:no-repeat;
height:5px;
margin-bottom:25px;
display: block;
	margin-left: auto;
	margin-right: auto;
	float:left;
}

#signupform {
text-align:center;
}


.rightsidebartext {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-top:0px;
	padding-left:15px;
	padding-right:25px;
	padding-bottom:30px;
	background-repeat:repeat-y;
	margin-bottom:5px;
	margin-top:10px;
}

#bignewsboxheader {
background-image:url(../../../images/bignewsbox.jpg);
height:195px;
margin-top:10px;
}

#alternateheaderimage {
background-image:url(../../../images/alternateheaderimage.jpg);
height:16px;
margin-top:20px;
background-repeat:no-repeat;
background-position:bottom;
}

#bignewsbox {
background-image:url(../../../images/bignewsbox_bg.jpg);
background-position:top;
background-repeat:repeat-y;
padding-top:0px;
padding-left:15px;
padding-right:25px;
padding-bottom:15px;
margin-top:0 px;
margin-bottom:0px;
text-align:left;
color:#FFFFFF;
font-size:12px;
}

#excerpttext {
	width:90%;

		border: 1px solid #999999;
		text-align:left;
		padding:15px;
		height:1%;
		display: block;
	margin-right: auto;
	margin-left:auto;
}

#excerptbox {
		height:1%;

	display: block;
	margin-right: auto;
	margin-left:auto;
}

#portfoliobox {
color:#FFFFFF;
margin-bottom:25px;
padding-top:15px;
padding-left:15px;
padding-right:25px;
padding-bottom:15px;
background-image:url(../../../images/bignewsbox_bg.jpg);
background-repeat:repeat-y;
text-align:left;
}

.whitebordercentered {
	border:1px solid #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

#firstline {
	color:#14729a;
	font-size: 175%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
		font-style: oblique;
	font-weight: bold;
}

.subhead {
	color:#14729a;
	font-size: 150%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
}

.blueline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14729a;
	width: 90%;
	text-align: center;
	background-position: center;
	display: block;
	background-color: #999999;
	background-repeat: no-repeat;
	font-size: 1px;

}

test {
	text-decoration:none;
	list-style-type:
square;
	text-indent: -10px;
}

#plainsidebar {
text-align:left;
margin-top:58px;
padding:5px;
}

#designer {
	font-size: 10px;
	text-align: center;
	margin-top:20px;
}

#designer a:link {
	font-size: 9px;
	text-decoration: none;
}

.credit {
margin-top:10px;
margin-bottom:10px;
	font-size: 75%;
}



