@charset "utf-8";
/* 
Theme Name: ERIP
Description: ERIP Blog Theme
Version: 1.0
Author: Jonathan Adams
*/
/*Main Containers*/
body{background: #CCCCCC url(img/bg2.png) repeat-y 50% 0; padding: 0px;	margin: 0px; color: #000; font: 84% Arial, Helvetica, sans-serif;}
#wrapper{background: #fff url(img/bg_content2.gif) repeat-y 0 0;	width: 740px;	margin: 0 auto;	padding: 0;}
#header{padding: 0ex;margin: 0 0px 0ex 0px;border-right: 1px solid #333333;	border-left: 1px solid #333333;	text-align: center;}
#content{float: left;width: 515px; margin:0 0 0 15px;}
#sidebar{width: 199px; float: right;}
#footer{clear: both; background-color: #fff; width: 738px; margin: 0 auto;	padding: 1.5ex 0 1ex 0;	text-align: center;	font-size: 74%;	color: #888;}

/*Post Classes*/
.post{clear: both; padding: 0; border-bottom: 1px solid #ddd;}
.entry{}
.byline{color:#999; font-size:80%; border-bottom: solid 1px #990000; padding:0 0 1ex 0;}
.postmetadata{clear: both; color: #999; font-size: 80%; margin: 1ex 0 2ex 0;}
.navigation{margin: 1ex 0;}

/*Sidebar Classes*/
#sidebar ul{list-style-type:none; margin:0; padding:0 10px 0 13px;}
#sidebar ul li{margin: 0ex;padding: 0 0 2ex 0;	border-bottom: 1px solid #ddd;}
#sidebar ul h2{	color: #003366;	font-size: 120%;}
#sidebar ul ul li{padding:0; line-height:24px; border:none;}
#sidebar #search{margin:10px 0 0 0;}
#sidebar #archives ul li, #sidebar #categories-338467111 ul li {color:#999999;}
#sidebar input {margin:5px 0 0 0;}

/*Link Styles*/
a {	color: #006699;	text-decoration: none;}
a:visited {	color: #006699;	text-decoration: none;}
a:hover {color: #6699cc;}
.title a, .title a:visited{color:#990000;}
.title a:hover{color:#A63608;}

/*Text*/
h2 {color: #990000;	font-size: 150%;}
.title{	color: #990000;	margin: 2ex 0ex 0ex 0ex;}
.title img {padding:0 2px 0 0;}

/*Comments*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

