/*
Theme Name: Claudette Sutherland
Theme URI: example.com
Description: Claudette Sutherland web style
Version: 1.0
Author: Joe Hoffman
*/
*|* :-moz-any-link {
	outline: none;
	}
body {
	background: url(images/bg_gradient.png) repeat-x top left;
	background-color:#cccc99;
	margin: 0;
	padding: 0;
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	
}
p, h1, h2, h3, h4, ul, li, ol {
	margin: 0;
	padding: 0;
}
a:link { color: #a6a560; text-decoration: none; border-bottom:1px dotted #a6a560; }
a:active { color: #a6a560; text-decoration: none; border-bottom:1px dotted #a6a560;}
a:visited { color: #a6a560; text-decoration: none; border-bottom:1px dotted #a6a560;}
a:hover { color: #eee; text-decoration:none; border-bottom:1px dotted #eee; }

a img {border:none}
h1 {
	font-size: 17px;
	padding-bottom:6px;
	line-height: 20px;
}
h1 a, h2 a, #centerCol.bookList a { border-bottom:none; }

h2 {
	font-size: 16px;
	padding: 0 0 6px 0;
	line-height:19px;
}
h3 {
	font-size: 15px;
	padding: 5px 0 3px 0;
	line-height:18px;
	
}
h4 {
	font-size: 14px;
	padding: 10px 0 0 0;
	line-height:17px;
}
p, td, ul li, ol li {
font-size:12px;
line-height:18px;
padding: 0 0 8px 0;
}

.left {
	float:left;
	}
.right {
	float:right;
	}
.smalltext {
	font-size:60%;
	}
img.alignleft {
	float:left;
	padding-right:10px;
	}
img.alignright {
	float:right;
	padding-left:10px;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.yellow {
	color: #ffbc05;
	}
.blue {
	color: #3b4f9d;
	}
.brown {
	color: #251a00;
	}
.white {
	color:#FFFFFF;
	}
.green {
	color:#a6a560;
	}
	
.dividerNib {
	width:100%;
	height:30px;
	background:url(images/divider_nib.png) center no-repeat;
	margin-left:-10px;
	}	
	
	
#container{
	margin: 0px auto;
	width:960px;
	
	padding:0;
	/*overflow:visible;*/
}

#header {
	float:left;
	height:155px;
	width:900px;
	padding:0 30px 5px 30px;
	
}

#navigation {
	width:215px;
	float:left;
	height:600px;
	/*background-color:#FFFF00;*/
	background:url(images/bg_lt_col-menu2.png) top left no-repeat;
	}
#content {
	
	float:right;
	width:745px;
	padding:0;
	}
#centerCol {
	float:left;
	width:409px;
	min-height:500px;
	padding:10px 15px;
	border:3px solid #fff;
	background-color:#333333;
	}
#centerCol .testimonial {
	padding:15px 20px;
	}
#rtCol {
	float:right;
	width:250px;
	padding:0 30px 15px 20px;
	margin-bottom:0px;
	background-color:#FFCC00;
	background:url(images/bg_rt_col.png) repeat-y top left;
	}
#rtColHeader {
	float:right;
	width:300px;
	height:10px;
	background:url(images/bg_rt_col-top-shadow.png) no-repeat top left;
	}
#rtColFooter {
	float:right;
	width:300px;
	height:20px;
	background:url(images/bg_rt_col-bottom-shadow.png) no-repeat top left;
	}
#rtColAlt {
	float:right;
	width:250px;
	padding:0 30px 15px 20px;
	margin-bottom:0px;
	background-color:none;
	background:url(images/feather_xparent.png) no-repeat top right;
	}
ul.navmenu {
	list-style:none;
	list-style-position:outside;
	padding: 0;
	margin: 30px 0 0 0;
	}
ul.navmenu li {
	padding:0 3px;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	margin: 0 0;
	}
ul.navmenu li a {
	display:block;
	/*background-color:#CCCCCC;*/
	margin: 0 0 0 20px;
	padding: 6px 3px;
	
		}
ul.navmenu li a:link, ul.navmenu li a:active, ul.navmenu li a:visited {
	color:#949455;
	border-bottom:none;
	}
ul.navmenu li a:hover {
	color:#251a00;
	text-decoration:none;
	}
#footer {
	float:right;
	width:250px;
	padding:0 30px 5px 0;
	}
/*----------- typography --------------*/

#centerCol h1 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:2px;
	}
#centerCol .blog p, #centerCol .blog li {
	color:#fff;
	}
#centerCol .blog h1 {
	padding-bottom:0;
	margin-bottom:3px;
	border-bottom:1px dotted #52482f;
	width:100%;
	}
#centerCol .blog .post .entry h1 {
	padding-bottom:5px;
	
	border-bottom:none;
	/*width:100%;*/
	}
#centerCol .blog h2 {
	padding-bottom:0;
	margin-bottom:3px;
	font-size:14px;
	line-height:17px;
	color:#FFFFFF;
	}

#centerCol .blog h1 a {
	color:#fff;
	border-bottom:none;
	}
#centerCol .blog h1 a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
	}
#centerCol .blog h6 {
	color:#333333;
	clear:left;
	}
#centerCol .blog ul, #centerCol .blog ol { 
	padding: 2px 20px;
	}
#centerCol .blog li {
	padding:2px 0;
	}
#centerCol .blog p.postdate {
	color:#8a794e;
	font-size:11px;
	padding-bottom:0px;
	}
#centerCol.bookList h2 {
	color:#fff;
	font-size:14px;
	text-align:center;
	padding-top:6px;
	}
#centerCol.bookList p {
	color:#A6A560;
	}	

#centerCol .testimonial p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#CCCCCC;
	padding:0 0 3px 0;
	line-height:16px;
	}	
#rtCol p {
	color:#949455;
	}
#rtCol h1 {
	color:#251a00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:2px;
	}
.page #centerCol .entry h1 {
	letter-spacing:normal;
	}	
#rtCol .eventList h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	color:#251a00;
	padding-bottom:2px;
	}
#rtCol .eventList p {
	line-height:15px;
	padding-bottom:4px;
	padding-right:20px;
	}
#rtCol .homePSW {
	padding-right:15px;
	}
#rtCol .homePSW h2 {
	text-align:center;
	padding-bottom:0;
	
}
#rtCol .homePSW h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#251a00;
	border-bottom:none;
	}
#rtCol .homePSW p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	
	/*color:#251a00;*/
	}	
#rtCol .homePSW a  {
	border-bottom:none;
	}	
#rtCol .testimonial p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding-right:20px;
	line-height:17px;
}
#rtCol ul.menu {
	list-style:none;
	list-style-position:outside;
	padding-left:20px;
	}
#rtCol ul.menu li {
	font-size:11px;
	line-height: 14px;
	padding-bottom: 0px;
	}
#rtCol .eventList a:hover, #rtCol ul.menu li a:hover {
	color:#251a00;
	text-decoration:none;
	}
.navigation {
	font-size:11px;
	}
#footer p {
	text-align:right;
	font-size:10px;
	color:#747444;
	padding:0 5px 0 0;
	}	
#twitterBox {
width:215px; height:300px; margin:110px 5px 0 0px; 
background:url(images/twitterbox.png) no-repeat bottom left;
float:left; overflow:hidden;
}
ul#twitter_update_list li {
	list-style:none outside; 
	margin-bottom:2px;
	padding:4px 10px 4px 15px;
	color:#251a00;
	line-height:15px;
	}
#twitterBox h1 {
	color:#251a00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	letter-spacing:2px;
	padding:4px 10px 4px 15px;
	}
