/*  
Theme Name: Climate Counts
Description: 2 column theme customized for Climate Counts
Version: 1.0
Author: N-Tonic
Author URI: http://n-tonic.com
*/

/****************************
OVERRIDES
****************************/

small {
	font-size: 8pt;
}

ul, ol { padding:0px; }


/*****************************
POSITIONING TAGS
*****************************/

.side_column {
	float:left;
	width:212px;
	text-align:center;
	padding:0px 10px;
}

#blogfooter {
	float:left;
	clear:both;
	width:700px;
}

#blogfooter p {
	margin:5px 0px;
}

/*****************************
SIDE COLUMN FORMATTING
*****************************/
.side_column, .side_column a {
	/*font-size:12px;
	color:#666666;*/
}
.side_column ul, .side_column li {
	list-style-type: none;	
}
.sidebar_title, .linkcat h2 {
	border-bottom:#999999 1px solid;
	margin:12px 0px;
}

.searchbox {
	margin:19px 0px 0px 0px;
}
.searchbox input {
	border:1px inset #666666;
	color:#333333;
}
#searchsubmit { 
	border:1px solid #666666;
	color:#333333;
}


#blog_side {
	float:left;
	width:234px;
	height:31px;
	background-repeat:no-repeat;
}
#blog_side {background-image:url(/wp-content/themes/climatecounts/images/blog_sidebar.png);}



/*****************************
ENTRY POST FORMATTING
*****************************/
.post {
	margin:0px 0px 20px 0px;
}

/* h2 entry title  -- h3 search results entry title */
.post h2, .post h2 a, .post h3, .post h3 a {text-decoration:none;}
.post h2, .post h2 a {
	color:#00457C;
	font-size:17px;
}
.post h2 a:hover {
	color:#073460;
}


/*copy */
.entry {
	margin:10px 0px 0px 0px;
	font-size:12px;
	color:#000000;
}

/* meta */
.postmetadata {
	margin:10px 0px 0px 0px;
	font-size:10px;
	color:#999999;
}

/* archive category title */
.pagetitle {text-transform:uppercase;}

/*****************************
FOOTER FORMATTING
*****************************/
#blogfooter p, #blogfooter a {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}


/*****************************
COMMENTS FORMATTING
*****************************/
/* # of responses to this entry title */
#comments {
	margin:30px 0px 0px 0px;
	font-size:16px;
	color:#000000;
}

/* ordered list of all comments */
.commentlist {
	font-size:14px;
	color:#000000;
	margin:10px 0px 0px 20px;
}
.commentlist li {
	margin:15px 0px 0px 0px;
}
/* copy */
.commentlist p {
	font-size:11px;
	color:#000000;
}
/* header*/
.commentlist li a {
	color:#000000;
	text-decoration:none;	
}
/*copy */
.commentlist li p a { 
	color:#666666;
	text-decoration:underline;
}
.commentlist li p a:hover { color:#00457c; }


/* date time comment posted */
.commentmetadata, .commentmetadata a {
	font-size:10px!important;
	color:#00457c!important;
	text-decoration:none!important;
	border-bottom:#FFFFFF 0px solid!important;
}

/* leave a reply form title */
#respond {
	margin:30px 0px 0px 0px;
	font-size:14px;
	color:#000000;	
}
/* leave a reply form */
#commentform {
	float:left;
}

/* top navigator bringing you back to entry */
.navigation, .navigation a {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	border-bottom:#FFFFFF 0px solid;
}