/*
Theme Name: Conservation Registry Blog
Theme URI: http://www.conservationregistry.org
Description: A custom theme for The Conservation Registry Blog
Version: 0.5
Author: The Other Firm
Author URI: http://www.theotherfirm.com
Tags: conservation registry, two-columns, fixed-width, theme-options
*/
/* 
Eric Meyer reset css
v1.0 | 20080212 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset CSS */

body {
	font-size: 12px;
	line-height: 18px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #111;
	background-color: #eef3e5;
	margin:0;
	padding:0 0 25px 0;
}

a:link, a:visited {
	color: #183d66;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #2c5682;
	line-height: 1;
	margin-bottom: 12px;
}

h2 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 9px;
}

h2.pagetitle {
	margin-bottom: 24px;
}

h3 {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 9px;
}

h4, h5, h6 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}

p {
	padding: 0;
	margin-bottom: 18px;
}

ul.archive-list {
	margin-bottom: 24px;
}
ul.archive-list li.categories {
	font-weight: bold;
}
li.categories ul {
	margin-left: 15px;
}
li.categories ul li {
	font-weight: normal;
}
 
#container {
	width: 948px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #999999;
}
#conreg_main_link {
	margin: 10px auto;
	width: 950px;
}
#conreg_main_link a {
	color: #748166;
	margin-left: 10px;
	font-size: 11px;
}

#header {
	position: relative;
	width: 948px;
	height: 75px;
	background-color: #d8e3be;
	background: url('images/bg-blog_header.jpg') no-repeat top left;
	overflow: hidden;
}

#header h1#pagetitle {
	font-size: 20px;
	line-height: 20px;
	position: relative;
	height: 68px;
	width: 400px;
	margin: 0;
	padding: 0;
}

#header h1#pagetitle a,
#header h1#pagetitle span
 {
	font-size: 20px;
	line-height: 20px;
	display: block;
	position: relative;
	height: 68px;
	width: 400px;
	background: url('images/hd-blogtitle.png') no-repeat center left;
	text-indent: -9999px;
	margin: 7px 0 0 23px !important;
	padding: 0 !important;
}

a#crlink {
	position: absolute;
	top: 30px;
	right: 30px;
}

#top-navigation {
	width: 948px;
	height: 29px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
	background: #1f4c7d url('images/bg-top_nav.gif') repeat-x top left;	
}

ul#navPrimary {
	position:relative;
	width: 645px;
	height: 29px;
	margin:0;
	padding:0;
	list-style:none;
}

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

ul#navPrimary li a {
	display: block;
	height: 29px;
	outline: none;
	text-indent: -9999px;
}

ul#navPrimary li#nav_blog a { width:87px; background: url('images/nav/blog.gif') no-repeat;}
ul#navPrimary li#nav_about a {width:99px; background: url('images/nav/about.gif') no-repeat;}
ul#navPrimary li#nav_archive a {width:110px; background: url('images/nav/archive.gif') no-repeat;}
ul#navPrimary li#nav_contact a {width:115px; background: url('images/nav/contact.gif') no-repeat;}

ul#navPrimary li a { background-position: 0 0; }
ul#navPrimary li a:hover { background-position: 0 -30px !important; }

ul#navPrimary li.current_page_item a { background-position: 0 -60px !important; }
ul#navPrimary li.current_page_item a:hover { background-position: 0 -60px !important; }

#top-search {
	width: 264px;
	padding: 4px 18px;
	height: 21px;
	border-left: 1px solid #FFF;
	float: right;
	background: url('images/bg-search.gif') repeat-x center left;
	z-index: 10;
}
#top-search label {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	vertical-align: middle;
}
#top-search input {
	vertical-align: middle;
}
#top-search input.text {
	font-size: 11px;
	height: 12px;
	width: 185px;
	margin: 0 5px;
}

#middle-wrap {
	width: 948px;
	background: url('images/bg-column_colors.gif') repeat-y  top left;
	overflow: hidden;
}

#main-column {
	position: relative;
	float: left;
	width: 554px;
	padding: 34px 60px 30px 34px;
	min-height: 430px;
	overflow: visible;
	background: url('images/bg-content_top.jpg') no-repeat top right;
}

.pages {
	padding: 34px 25px 30px 69px !important;
}

/****************************************
	Right column/sidebar
*****************************************/

#right-column {
	position: relative;
	float: right;
	width: 300px;
	background-color: #e9f1fa;
}

#right-column h4 {
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#right-column li.sidebar-intro {
	background-color: #d8e3be;
	background: #d8e3be url('images/bg-sidebar_intro.gif') repeat-x top left;
	padding: 16px 19px;
}

#aboutblog {
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	background-color: #d8e3be;
	color: #333;
}

#aboutblog p {
	margin-bottom: 9px;
}

#aboutblog h4 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 12px;
	color: #3f6a02;
	text-transform: uppercase;
}

a#learn-more:link, a#learn-more:visited {
	display: block;
	width: 100px;
	height: 18px;
	background: url('images/bu-learn_more.gif') no-repeat  center left;
	text-indent: -9999px;
	outline: none;
}

#right-column li ul li a {
  text-decoration: none;
}

#right-column li ul li a:hover {
  color: #000;
}

#right-column li div.sidebar-tabs {
  background: #e9f1fa;
	padding-bottom: 25px;
	min-height: 150px;
}

div.sidebar-tabs ul {
	margin: 18px 18px 0 20px;
}
div.sidebar-tabs ul li {
	font-size: 11px;
	margin-bottom: 4px;
	padding: 0 0 0 14px;
	background: url('images/gray_arrow.gif') no-repeat scroll 0px 6px;
	
}

#right-column li ul.tabs {
	margin: 0;
	padding: 0;
	width: 300px !important;
	height: 30px;
	border-bottom: 1px solid #afb9c5;
	background: #e9f1fa url('images/bg-sidebar_tabs.gif') repeat-x  top left;
}

#right-column li ul.tabs li {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	border-right: 1px solid #afb9c5;
	background: #e9f1fa url('images/bg-sidebar_tabs.gif') repeat-x  top left;
}

#right-column li ul.tabs li.last {
	border-right: 0;
}
#right-column li ul.tabs li a {
	font-size: 13px;
  height: 14px;
	padding: 8px 18px;
  color: #9e9f9f;
	display: block;
	text-align: center;
}

#right-column li ul.tabs li a:hover {
/*	border-bottom: 1px solid #afb9c5;*/
  color: #183d66;
	font-weight: normal;
	display: block;
}
#right-column li ul.tabs li a.selected, 
#right-column li ul.tabs li a.selected:hover {
	background: #e9f1fa url('images/bg-sidebar_tabs_sel.gif') repeat-x top left;
  color: #183d66;
	font-weight: bold;
	height: 15px;
	border-bottom: 0;
}

ul.tabs li#tabPopular a {	width: 100px; }
ul.tabs li#tabComments a { width: 127px; }
ul.tabs li#tabCategories a {	width: 77px; }
ul.tabs li#tabTags a {	width: 41px; }
ul.tabs li#tabArchive a {	width: 72px; }


ul#popular li {
	color: #666;
}

li.widget {
	padding: 13px 18px;
	background: url('images/bg-sidebar_sect.gif') repeat-x top left;
}
li.widget h3 {
	font-size: 13px;
  color: #183d66;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}

/*** Polls styles ***/

div.wp-polls {
	overflow: auto;
	font-size: 11px;
}

div.wp-polls p {
	line-height: 15px;
	margin-bottom: 12px;
}

p.wp-polls-ques {
	font-weight: bold;
	margin-bottom: 6px;
}

ul.wp-polls-ul li {
	margin-bottom: 6px;
}

div.wp-polls .Buttons {
	float: left;
	border: 1px solid #618C21 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	color: #618C21;
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
	background: #FFF url('images/bu-bg.jpg') repeat-x bottom left;
}
div.wp-polls .Buttons:hover {
	background: #FFF url('images/bu-bg_omo.jpg') repeat-x top left;
}
p.wp-polls-view {
	width: 45%;
	float: right;
	font-size: 11px;
	text-align: right;
}

p.wp-polls-dates {
	font-size: 10px;
	line-height: 13px !important;
	color: #666;
}

div.wp-polls-archive p.wp-polls-ques {
	font-size: 12px;
}

div.wp-polls-archive div.wp-polls-archive-item {
	border-top: 1px solid #CCC;
	padding: 10px 0;
	margin-bottom: 6px;
}

/*div.pollbar {
	background: url('images/pollbg.gif') repeat-x  center left !important;
	border: 1px solid #25496F !important;
}*/

/****************************************
	Sidebar Ads/Promotions
*****************************************/
#right-column li.ads {
	padding-top: 13px;
	background: url('images/bg-sidebar_sect.gif') repeat-x top left;
}

#right-column li.ads ul {
  overflow: hidden;
	margin: 0 0 0 15px;
}

#right-column li.ads ul li {
  float: left;
  width: auto;
  margin-right: 15px; margin-bottom: 15px;
}

#right-column li.ads ul li a {
  background: transparent none;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 0;
  display: block;
  border: 1px solid #CCCCCC;
}
#right-column li.ads ul li img {
	width: 125px;
	height: 125px;
}
/****************************************
	Post Entry styles
*****************************************/

.post {
	position: relative;
	overflow: hidden;
	padding-bottom: 35px;
	margin-bottom: 24px;
	border-bottom: 1px solid #8dc63f;
}

.single .post {
	border-bottom: none;
	margin-bottom: 0;
}

.post-date {
	float: left;
	width: 48px;
	height: 63px;
	background: url('images/bg-post_date.gif') no-repeat  top left;
	text-align: center;
	color: #4c7d04;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.post-date .month {
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 4px 0px 0px;
}
.post-date .day {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0px 4px 0px 0px;
}
.post-date .year {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 13px;
	font-weight: normal;
	padding: 3px 4px 0px 0px;
	text-align: center;
}

.post-entry {
	overflow: hidden;
	float: right;
	width: 489px;
}

.post-content {
	overflow: visible;
	padding-bottom: 9px;
}

.post-title {
	margin-bottom: 10px;
}

.post-author {
	color: #666;
	font-size: 12px;
	margin: 0 0 12px 0;
}

.post-meta {
	width: 100%;
	clear: both;
	padding-bottom: 9px;
	font-size: 11px;
	line-height: 13px;
	overflow: visible;
}

.post-discussion {
	width: 100%;
	clear: both;
	padding-top: 7px;
	font-size: 11px;
	line-height: 13px;
	overflow: visible;
	border-top: 1px solid #CCC;
}
.post-comments {
	width: 45%;
	float: left;
}
.post-tags {
	width: 45%;
	float: right;
	text-align: right;
}

/****************************************
	Page Entry Styles
	Needed so the layout can change a bit
*****************************************/

.page {
	position: relative;
	overflow: hidden;
	padding-bottom: 35px;
	width: 470px;
}

.page-content {
	padding: 0;
	overflow: hidden;
}

.page-title {
	margin-bottom: 10px;
}

.page-author {
	color: #666;
	font-size: 11px;
	margin-top: 24px;
}

.page-meta {
	width: 100%;
	clear: both;
	margin-top: 12px;
	margin-bottom: 24px;
	padding-top: 8px;
	font-size: 11px;
	line-height: 13px;
	overflow: visible;
	border-top: 1px solid #CCC;
}

.page-comments {
	width: 45%;
	float: left;
}

.page-tags {
	width: 45%;
	float: right;
	text-align: right;
}

/********* Post & Page Content styles *************/

a.more-link {
	font-weight: bold;
	line-height: 20px;
}

/* Images in a post */
img.centered {
	padding: 4px;
	border: 1px solid #CCC;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	}

img.alignright {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 0 6px 16px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 16px 6px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
}

.post-content div.alignright,
.post-content dl.alignright
 {
	margin: 0 0 6px 16px;
}

.post-content div.alignleft,
.post-content dl.alignleft {
	margin: 0 16px 6px 0;
}

.post-content div.aligncenter,
.post-content dl.aligncenter {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
/* Captions */

.wp-caption img {
	padding: 4px;
	border: 1px solid #CCC;
}
.wp-caption-text,
.wp-caption-dd {
	margin: 0 8px 0 !important;
	font-size: 10px;
	color: #666;
}

/* Lists */

.post ul,
.page ul {
	margin: 0 0 18px 20px;
	line-height: 15px;
}
.post ul li,
.page ul li {
	list-style-type: disc;
	margin-bottom: 8px;
}

.post ol,
.page ol {
	margin: 0 0 18px 20px;
	line-height: 15px;
}
.post ol li,
.page ol li {
	list-style-type: decimal;
	margin-bottom: 8px;
}


/****************************************
	Comment Styles
*****************************************/

.nocomments {
	font-size: 11px;
	color: #666;
}

h3#comments {
	margin: 0 0 24px 65px;
	font-size: 14px;
}

ol.comments {
	margin: 0px 0 12px;
	overflow: hidden;
}

ol.comments li.comment {
	overflow: hidden;
}

.comment-container {
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
	padding-bottom: 6px;
	border-top: 1px solid #CCC;
}
.comment-container p {
	margin-bottom: 9px;
}

.comment-container div.reply {
	margin-bottom: 9px;
}

img.avatar {
	float: left;
}

.comment-container div.comment {
	padding-bottom: 3px;
/*	border-bottom: 1px solid #CCC;*/
}

div.commentmetadata {
	padding-top: 12px;
	overflow: hidden;
	width: 100%;
}
div.commentmetadata cite.commenter {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 49%;
}

div.commentmetadata p.comment-date {
	color: #666;
	float: right;
	width: 49%;
}

/* depth 1 */

li.depth-1 .comment-container {
	width: 554px;
}

li.depth-1 div.comment {
	float: right;
	width: 489px;
}

/* depth 2*/
li.depth-2 .comment-container {
	margin-left: 20px;
	width: 534px;
}

li.depth-2 div.comment {
	float: right;
	width: 469px;
}

/* depth 3*/
li.depth-3 .comment-container {
	margin-left: 40px;
	width: 494px;
}

li.depth-3 div.comment {
	float: right;
	width: 429px;
}

/* depth 4*/
li.depth-4 .comment-container {
	margin-left: 60px;
	width: 474px;
}

li.depth-4 div.comment {
	float: right;
	width: 409px;
}




#respond {
	overflow: hidden;
	margin-left: 65px;
	padding: 12px 16px;
	border: 1px solid #8dc63f;
}

#respond h3 {
	margin: 0 0 12px 0;
	font-size: 14px;
}
#respond h3 a#cancel-comment-reply-link {
	font-size: 11px !important;
}


form#commentform {
	overflow: hidden;
}

#respond label {
  color: #222;
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

#respond label span {
  color: #8b8a8a;
  font-size: 12px;
}

#respond input.input-text {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;
  font-size: 12px;
  height: 15px;
  padding: 3px;
  width: 440px;
	margin-bottom: 11px;
}

#respond textarea {
  border-top: 1px solid #adadad; border-left: 1px solid #adadad;
  border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;  
  padding: 3px;
  width: 440px;
  height: 190px;
	margin-bottom: 11px;
}

#respond input.comment_button {
	border: 1px solid #618C21 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	color: #618C21;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 3px;
	background-color: #FFF;
	background: #FFF url('images/bu-bg.jpg') repeat-x bottom left;
	
}
#respond input.comment_button:hover {
	border: 1px solid #618C21 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	color: #618C21;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 3px;
	background-color: #FFF;
	background: #FFF url('images/bu-bg_omo.jpg') repeat-x top left;
	
}


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

#footer {
	position: relative;
	width: 908px;
	clear: both;
	overflow: hidden;
	background-color: #d8e8c1;
	padding: 10px 20px;
	color: #4b7d04;
	font-size: 11px;
	border-top: 2px solid #8dc63f;
}

#footer a {text-decoration:underline; color:#4b7d04;}
#footer a:link {text-decoration:underline; color:#4b7d04;}
#footer a:visited {text-decoration:underline; color:#4b7d04;}
#footer a:hover {text-decoration:none; color:#4b7d04;}
#footer a:active {text-decoration:none; color:#777;}

#footer p {
	margin:0;
	padding:0;
	line-height:12px;
}

#footer p img {
	vertical-align:bottom;
}

#footer .copyright {
	float:left;
	width:280px;
}

#footer .links {
	float:left;
	text-align:center;
	width:430px;
}

#footer .feedback {
	float:right;
	width: 150px;
	text-align:right;
}

#footer .tof {
	margin-top:10px;
	font-size:10px;
	line-height:10px;
	text-align:center;
	color:#4b7d04;
}

#footer .tof a {
	color:#4b7d04;
}

a#admin-login:link,
a#admin-login:visited {
	color: #d8e8c1;
	text-decoration: none;
}
a#admin-login:hover,
a#admin-login:active {
	color: #4b7d04;
	text-decoration: none;
	padding: 2px 30px 2px 15px;
}

