/*
Theme Name: RPU Blog
Theme URI: http://rpu.org
Description: A theme designer for RPU by CWS.
Version: 1.0
Author: Ryan Schmidt (CWS)
Author URI: http://www.cws.net

*/

body {
	margin:0;
	padding:0;
	font-size:.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#e0e7f1;
	}
	
a {
	color:#0f0f70;
	}
	
p {
	margin:0 0 15px;
	padding:0;
	}
	
h1 {
	font-size:1.4em;
	padding:0 0 6px;
	margin:20px 0 8px;
	border-bottom:1px solid #0c5ba4;
	}
	
h1 a {
	color:#000;
	text-decoration:none;
	}
	
h4 {
	font-size:1em;
	color:#003a88;
	padding:0 0 6px;
	border-bottom:1px solid #ffe35b;
	margin:0 0 6px;
	}
	
small {
	font-size:.8em;
	}
	
#main {
	margin:0 auto;
	width:924px;
	background:url(images/mainBg.jpg) repeat-y;
	padding:7px 17px 0;
	}
	
#header {
	background:url(images/bth_top.jpg) bottom right no-repeat;
	}
	
.links {
	float:right;
	font-size:.85em;
	color:#0f0f70;
	}
	
.midBar {
	color:#bfcee1;
	height:24px;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	background:#003a88 url(images/bth_mid.jpg) top right no-repeat;
	width:919px;
	padding:5px 0 0 6px;
	}
	
#content {
	background:#f5f5f5;
	margin:6px 0;
	padding:0 10px;
	float:left;
	width:650px;
	}
	
.comments {
	background:#ececec;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	width:640px;
	padding:3px 5px;
	font-size:.8em;
	margin:35px 0 25px;
	}
	
.comments a {
	color:#000;
	text-decoration:none;
	}
	
.comments a:hover {
	background:#000;
	color:#FFF;
	}
	
#sidebar {
	background:url(images/bth_sun.jpg) top right no-repeat;
	width:239px;
	padding:20px 0 0 15px;
	float:right;
	font-size:.85em;
	}
	
#sidebar a {
	color:#003a88;
	text-decoration:none;
	}
	
#sidebar a:hover {
	color:#FFF;
	background:#003a88;
	}
	
#sidebar ul {
	list-style-type:none;
	margin:0 0 17px;
	padding:0;
	}
	
#sidebar ul li {
	line-height:14px;
	}
	
hr {
	clear:both;
	margin:0;
	padding:0;
	color:#FFF;
	}
	
.alignleft, .alignright {
	font-size:.85em;
	margin:5px 0 12px;
	padding:5px 0 0;
	float:left;
	width:45%;
	overflow:hidden;
	}
	
.alignright {
	float:right;
	text-align:right;
	}
	
.alignleft a:hover,.alignright a:hover {
	background:#777;
	color:#FFF;
	padding:2px;
	text-decoration:none;
	}
	
.post {
	clear:both;
	}