/*
Theme Name: LRR CI integration
Theme URI: http:/loadingreadyrun.com
Description: Theme to integrate wordpress into the LRR CodeIgniter Site
Version: 1.0
Author: Paul Saunders
Author URI: http://somewhatnifty.com
*/
#blog_content {
		clear:left;
}
#blog_content h1 {
	margin:0 0 10px 0;
}

#blog_content h2 {
	background-color:#5282FF;
	padding:5px 160px 5px 7px;
	position:relative;

}
#blog_content .date {
	font-family: monospace;
	font-size:8pt;
	width:200px;
	text-align:right;
	position:absolute;
	right:7px;
	bottom:5px;
	color: #180094;
}
#blog_content .author {
	font-size:9pt;
	margin: 5px 0 10px 0;
}
#blog_content .entry {
	margin: 0 10px 0 10px;
}
#blog_content .postmetadata {
	font-size:9pt;
	clear:left;
}
#blog_content hr {
	height:5px;
	color:#5282FF;
	background-color:#5282FF;
	border:0px;
}
#blog_content .comment {
	padding:10px 0 0px 10px;
	
}
#blog_content .odd {
	background-color:#2A3FC1;
	border-bottom: 2px #FFF solid;
	border-top: 2px #FFF solid;

}
#blog_content .comment cite {
		font-size:8pt;
}

#sidebar li.widget {
	width:290px;
	padding:5px;
	background-color:#180094;
	margin:0 0 10px 0;
}
#sidebar li.widget h1 {
	border-bottom: 1px #5282FF solid;
	margin:0 0 5px 0;
}
#sidebar li.widget ul {
	margin:0 0 0 0px;
}
#sidebar li.widget ul li {
	list-style:none;
}

#sidebar li.widget a {
  display:block;
  width:280px;
  padding:3px 5px;
  font-size:9pt;
}
#sidebar li.widget a:hover {
  background-color:#2a3fc1;
	
}
#sidebar li.widget_reliabletwitter li {
	margin:0 0 10px 0;
}
#sidebar li.widget_reliabletwitter a {
  display:inline;
  width:auto;
  padding:0;
  font-size:10pt;
}


textarea {
	width:400px;
}

.alignleft {
	float: left;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
#blog_content .entry a {
	text-decoration:underline;
}

