/* 
Theme Name: countonchange
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Steven Reid
Author URI: http://reidnorthwest.com
Version: 2.0.1

Based on the great:http://whiteboardframework.com/
Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


#main {
	background-image: url('images/background-center.gif');
	background-repeat: repeat-y;
	}
#logo {
	border: none;
}
#header h1 {
	margin: 0;
	padding: 0;
}
	
#menubar {
	background-image: url('images/goldnav.gif');
	background-repeat: no-repeat;
	height: 33px;
	width: 950px;
}
#menubar ul {
	float: right;
	display: block;
	width: 600px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menubar li {
	list-style-type: none;
	float: left;
	margin-left: 35px;
	line-height: 27px;
	}
#menubar li a {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Times New Roman, serif;
	text-decoration: none;
	color:#1F4397;
	font-size: 131%;
	}
#menubar li a:hover {
	text-decoration: underline;
}

#menubar li.current_page_item a {
	text-decoration: underline;
	}
#content {
	float: right;
	width: 601px;
	margin-right: 30px;
	margin-left: 30px;
}
#sidebar {
	width: 250px;
	margin-left: 14px;
	margin-right: 14px;
	color: white;
}
#sidebar a {
	color: white;
	}
#sidebar > ul {
	margin-left: 0;
	}
#sidebar ul li.widget {
	list-style-type: none;
	margin-left: none;
	}
	
#footer {
	margin-top: 1em;
	text-align: center;
	color: gray;
	}
#footer a {
	color: gray;
	}
	

#home div {
	height: 176px;
	padding-left: 335px;
	padding-right: 30px;
	background-repeat: no-repeat;
	padding-top: 1px;
}
#home div h1 {
	margin: 1em 0;
	}
#home div#home_pane_1 {
	height: 180px;
	background-image: url('images/homepage_panels_02.jpg');
}
#home div#home_pane_2 {
	height: 175px;
	background-image: url('images/homepage_panels_03.jpg');
}
#home div#home_pane_3 {
	height: 177px;
	background-image: url('images/homepage_panels_04.jpg');
}

h1, h2, h3 {
	margin: 0.5em 0em;
	color: #1F4397;
	}
h1 {
	}
#sidebar h1, #sidebar h2, #sidebar h3 {
	color: white;
}

#donations {
font-size:140%;
font-weight:bold;
text-align:center;
margin-top: 3em;
}

a {
	color: #1F4397;
	}
a:hover {
	text-decoration:none;
	}
	
img.alignright {
	float: right;
	margin: 4px;
	}
img.alignleft {
	float: left;
	margin: 4px;
	}

/* 
	Posts
 */
.postmeta {
	font-size: 85%; 
	margin-top: 1em;
	border-bottom: 1px solid white;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

body.single #postmeta {
	border-top: 1px solid white;
	padding-top: 0.5em;
	font-size: 85%;
	}

	
/*
 Comments
 */
div.comments_meta .avatar {
	float: left;
	margin-right: .5em;
	}
div.comments_meta {
	margin-bottom: .5em;
	}
div.comments_meta p {
	margin: 0;
	padding: 0;
	}

