/*   
Theme Name: Keene Layout
Theme URI: N/A
Description: Layout for Rick Keene's website
Author: Matt Dale - Cedar Creek Publishing
Author URI: http://www.cedar-creek.com	
*/


body { 
	font: 62.5% "Lucida Sans Unicode", "Lucida Grande",Verdana,Arial,Helvetica,sans-serif; 
	background: #d2d2d3 url(images/top-background.gif)	repeat-x;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

p { 
	font: 1em arial, sans-serif; 
	margin-top: 0px;
	color: #3F3F3F;
}

li { 
	font: 1em arial, sans-serif; 
	margin-top: 0px;
	color: #3F3F3F;
}
	
a {
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
	color: #A20404;
}
	
a:visited { 
	text-decoration: none; 
	color: #A20404;
}
	
a:hover {
	text-decoration: underline; 
	color: #003a79;
}

a:active {
	text-decoration: none;
	color: #4C749E;
}

/* Header Elements */
#container {
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
	width: 873px;
	text-align: left;
}

#page_top {
	margin-top: 6px;
	height: 380px;
	background: url(images/namebadge.png) no-repeat 169px 42px;
}

#top_nav {
	font-size: 2.2em;
	text-align: center;
}

#top_title {
	width: 534px;
	height: 325px;
	margin-left: 169px;
	margin-top: -7px;
	
}



/* Main Content */
#main_page {
	background: #eee url(images/body_top.gif) no-repeat;
	text-align: left;
	margin-top: 10px;
	padding: 20px;
	height: auto !important;
	height: 270px;
	min-height: 270px;
}

#main_page p{
	font-size: 1.4em;
	
}

#main_page li{
	font-size: 1.4em;
	margin-bottom: .6em;
}

#main_page h2 {
 	font-family: Georgia, "Times New Roman",Times,serif;
 	color: #A20404;
 	font-size: 2.4em;
 	font-weight: bold;
 	margin-bottom: .3em;
}
#main_page h3 {
	font-family: Georgia, "Times New Roman",Times,serif;
	margin-top: 5px;
	margin-bottom: 4px;
	font-size: 2em;
	color: #003A79;
	padding: 0px;
	line-height: 1.2em;
}

#main_page h3 a {
	color: #003A79;
}


#main_page img {
	border-width: 1px;
	border-style: solid;
	border-color: #CFD6D1;	
	background-color: #fff;
	padding: 5px;
	
}

/* Footer */
#footer_bottom {
	background: url(images/footer_bottom.png) no-repeat bottom;
	width: 873px;
	height: 11px;
	margin-bottom: 20px;
}
#footer {
	clear: none;
	color: #d7d7d7;
	text-transform: uppercase;
	background: #003a79;
	padding: 10px;
	padding-top:1.1em;

	}
#footer p{
	margin: 0px;
	color: #bdbdbd;
	font-size:1.1em;
	line-height: 1.2em;
	text-align: center;
	
}

/* Specific Classes */
#main_page p.date {
	
	font-size: 1.1em;
	color: #9C9C9C;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 0px;
}


#main_page .post {
	margin-bottom: 40px;
}


/* Index Navigation */
#front_nav {
	height: 190px;
	
	background: url(images/index_nav_bg.gif) repeat-x #606060;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
}

#front_nav img {
	padding-right: 1px;
	border: none;
}



#sidebar {
	width: 280px;
	float: right;
}

#sidebar ul {
	list-style: none;	
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar ul li {
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: .7em;
}

#sidebar ul li a {
	color: #fff;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman",Times,serif;
 	color: #A20404;
 	font-size: 2.2em;
 	font-weight: bold;
 	margin-bottom: .4em;

}

/* General Classes */
.hidden {
	display: none;
}

.align_right {
	float: right;
	margin-left: 10px;
	
}
.align_left {
	float: left;
	margin-right: 10px;
	
}

.clear {
	clear: both;
}

/* Wordpress Images */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}