/*
Theme Name: Rochester WNF&GA v2
Theme URI: http://rochesterwnfga.org
Description: This themed was designed for the Rochester WNF&GA.
Version: 1
Author: Ryan Cesiel
Author URI: N/A
*/

body {
	background: #efece3;
	font: 13px Georgia, Times, Serif;
	color: #666;
	padding: 30px 0;
}


/**********************************************
	Global Styles
***********************************************/

a {
	color: #71874a;
	text-decoration: none;
}

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

a:visited {
	color: #71874a;
}

a:active {
	color: #71874a;
	text-decoration: none;
}

a img {
	border: 0;
}

h1 a, h1 a:hover, h1 a:visited, h1 a:active {
	color: #333;
}

p {
	line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #222;
	margin: 3px 0 10px 0;
}

h1 { font-size: 24px; letter-spacing: -1px; }
h2 { font-size: 21px; margin-top: 20px; }
h3 { font-size: 18px; margin-top: 18px; }
h4 { font-size: 16px; margin-top: 16px; }
h5 { font-size: 14px; margin-top: 14px; }
h6 { font-size: 12px; text-transform: uppercase; font-weight: bold; margin-top: 12px; }

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul, ol, dl {
	line-height: 1.7em;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table { line-height: 1.7em; }

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	border-top: 1px solid #efece3;
	line-height: 2.5em;
	width: 230px;
	list-style-type: none;
}

.menu ul li a {
	display: block;
	width: 230px;
	color: #444;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: none;
	background: url(images/link_bg.png);
	padding: 0 10px;
	width: 210px;
}


/**********************************************
	Top Level Container & Spacer
***********************************************/

#container {
	background: url(images/content_bg.png) repeat-y;
	width: 960px;
	margin: 0 auto;
}

.spacer {
	clear: both;
}


/**********************************************
	Left Sidebar
***********************************************/

#left {
	background: #efece3;
	float: left;
	width: 290px;
	padding-top: 10px;
	padding-bottom: 50px;
}

#sidebar {
	background: url(images/sidebar_bg.png) repeat-y;
	width: 260px;
	padding: 15px;
	margin-top: 20px;
	font-size: 12px;
}

.sidebar_heading {
	background: url(images/sidebar_headingbg.png) repeat-x;
	height: 29px;
	font: bold 14px Georgia, Serif;
	color: #FFF;
	padding: 11px 0 0 15px;
}

.sidebar_content {
	background: #FFF;
	padding: 15px;
	margin-bottom: 15px;
}


/**********************************************
	Right Content Area
***********************************************/

#right {
	float: right;
	background: #FFF;
	width: 630px;
	padding: 20px;
	_padding : 19px; /* IE6 Fix */
}

/* 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;
	margin-left: 10px;
	}

.alignleft {
	float: left
	margin-right: 10px;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #e8e5dd;
	text-align: center;
	background-color: #f7f5f1;
	padding-top: 7px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 3px 5px 3px;
	margin: 0;
}
/* End captions */


/**********************************************
	Footer
***********************************************/

#footer {	
	width: 670px;
	margin: 0 auto;
	padding: 20px 0 0 290px;
	color: #999;
	line-height: 1.8em;
}