/*
Theme Name: Clayton Financial
Version: 1.0
Author: Andy Staple
Author URI: http://www.staplewebdesign.com
*/

@import "css/960.css";
@import "css/reset.css";
@import "css/layout.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	}
	
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
h3 {
	font-size: 15px;
	margin: 15px 0 5px 0;
	}
	
p {
	font-size: 12px;
	}
	
	
a:link {
	color: #6d2839;
	}
a:visited {
	color: #5e4e52;
	}
a:hover {
	color: #9a2b47;
	text-decoration: none;
	}
a:active {
	color: #9a2b47;
	}

	
#header {
	height: 243px;
	background: url(images/head_bg.gif) no-repeat;
	color: #000000;
	margin-top: 5px;
	position: relative;
	}
	
#logo {
	}
	
#head_search {
	margin: 0;
	}	

#nav {
	width: 960px;
	height: 38px;
	background: #6d2839;
	font-size: 14px;
	margin: 0;
	position: absolute;
	top: 205px;
	}
	
	#nav ul {
		padding: 0 0 0 10px;
		}
	
	#nav li {
		padding: 10px 20px 10px 20px;
		margin: 0;
		float: left;
		list-style:none;
		}
		
	#nav a:link, #nav a:active, #nav a:visited {
		color: #ffffff;
		text-decoration: none;
		}
		
	#nav a:hover {
		color: #CCCCCC;
		}
		
#maincontent {
	width: 928px;
	padding: 20px 10px 20px 20px;
	background: url(images/maincontent_bg.gif) no-repeat;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}

	
/* ##### POSTS/PAGES ##### */
.post {
	margin-top: 18px;
	}
	
.post h2 {
	font-size: 18px;
	font-weight: bold;
	}
	
.post h2 a:link, .post h2 a:active, .post h2 a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.post h2 a:hover {
	color: #6d2839;
	}
	
.entry {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	}
	
.entry p, .post p {
	margin-bottom: 10px;
	}	
	
.author_date {
	font-size: 12px;
	color: #000000;
	margin: 10px 0 6px 0;
	}
	
.author_date a:link, .author_date a:visited, .author_date a:active {
	color: #000000;
	text-decoration: none;
	}
	
.author_date a:hover {
	color: #565656;
	text-decoration: underline;
	}
	
.comments {
	text-align: right;
	float: right;
	clear: right;
	}
	
.moretext, .more-link {
	color:#341e2b;
	font-weight: bold;
	font-style: italic;
	}

	
ul.commentlist p {
	font-size: 11px;
	line-height: 16px;
	}
	
	.url {
		font-size: 12px;
		}
	
/* ##### SIDEBAR ###### */
#sidebar {
	width: 310px;
	font-size: 12px;
	line-height: 15px;
	margin-right: 0px;
	padding-right: 0px;
	}
	
#innersidebar {
	padding: 10px;
	margin: 0;
	}

#sidebar h4 {
	padding: 10px 0;
	margin: 10px 0 5px 0;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	}
	
.widgetized li {
	list-style: none;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #ffffff;
	} 

.widgetized li a:link, 
.widgetized li a:visited, 
.widgetized li a:active {
	text-decoration: none;
	}

.widgetized li a:hover {
	color: #000000;
	}

h4 a:link, h4 a:active, h4 a:visited {
	color: #333333;
	text-decoration: none;
	}

h4 a:hover {
	text-decoration: underline;
	}
	
input.searchbox {
	border-top: 1px solid #858585;
	border-left: 1px solid #bababa;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #f1f1f1;
	}
	
/* ##### FOOTER ##### */
#footer {
	margin: 0px auto;
	width: 960px;
	height: 36px;
	background: url(images/footer_bg.gif) no-repeat;
	}
	
#footer p {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding-top: 10px;
	}
	
.advert {
	padding: 0 0 0 5px;
	}
	
#foot_top a:hover {
	text-decoration: none;
	}
	
	#foot_nav ul {
		}
	
	#foot_nav li {
		padding: 0px 10px 10px 20px;
		float: left;
		list-style:none;
		font-weight: normal;
		}
		
	#foot_nav a:link, #foot_nav a:active, #foot_nav a:visited,
	#foot_copy a:link, #foot_copy a:active, #foot_copy a:visited {
		color: #ffffff;
		text-decoration: none;
		}

	#foot_nav a:hover, #foot_copy a:hover {
		text-decoration: underline;
		}

