/*
Theme Name: Pedro
Theme URI: http://www.pedrocounty.co.uk
Description: Pedro's Theme
Version: 1.0
Author: ipg
Author URI: http://www.ipgnet.co.uk
*/

* {
	padding: 0;
	margin: 0;
}
hr {
	display: none;
}
html{
	background-color: #93b8b8;
	color: #000000;
}
body{
   background-color: #F5FAFE;
	color : #212429;
	background-image: url(images/pedroBlack.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
   font-size: 76%;
	font-family: Verdana, Helvetica, Arial, sans-serif ;
	width: 760px;
	margin: 10px auto;
	border: 1px solid black;
}
.description {
	display: none;	
}
#headerimg h1 {
	display: none;
}
#headerimg {
	background-image: url(images/siteid.jpg);
	margin: 0 auto;
	height: 192px;
	width: 760px;
}
#content{
	width: 588px;
	float: left;
}
/* *********************Sidebar ******************/
#sidebar{
	width: 160px;
	float: right;
	background-color: #BAC7E9;
	color: #1C306B;
	border: 1px solid #465E9E;
	margin: 5px 5px 5px 0;
}
#sidebar h2 {
	background-color: #465E9E;
	border-bottom: 1px solid #1C306B;
	border-top: 1px solid  #1C306B;
	color: #F4EDE5; 
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	margin: 5px 0 5px 0;	
}
#sidebar ul {
	list-style: none;
	padding: 0 5px 0 5px;
}
#sidebar ul ul {
	list-style-type: circle;
	margin-left: 10px;
}
#sidebar ul ul ul {
	margin-bottom: 0;
}
#sidebar a {
	text-decoration: none;
	color: #4a2c00;
}
#sidebar a:hover{
	text-decoration: underline;
}
#searchform {
	text-align: center;
}
#searchform input {
	border: 1px solid #1C306B;
	background-color: #1C306B;
	color: #F4EDE5;
}
#searchform #s {
	width: 50%;
	background-color: #ffffff;
	color: Black;
}
/* *********************End Sidebar ******************/
#wrapper {
	width: 758px;
	margin: 0 auto;
}
#footer{
	background-image: url(images/pedroBlackBot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #212429;
	color: White;
	text-align: right;
	font-size: .8em;
	margin: 0 auto;
	width: 760px;
	clear: both;
}
/******************* Post Stuff ********************/
.post {
	margin-bottom: 5px;
	color: #4a2c00;
	padding: 5px 10px 0 140px;
	font-size: 1em;
}
h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #e8c38b;
}
h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	color: #bd492a;
}
.entry {
	margin: 10px 0 15px 0;
}
.postmetadata {
	padding: 2px;
	font-size: 0.8em;
	border-top: 1px solid #fada96;
}
.postmetadata a {
	color: #4a2c00;
}
.post p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
blockquote {
	margin: 1em 1.5em;
	padding: 1em 1.5em;
	border: 1px solid #fada96;
	background-color: #fcf1e2;
}
.post li {
	margin-left: 20px;
}
.post ul {
	list-style-type: disc;
	margin-bottom: 10px;
}
acronym, abbr span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
a img {
	border: 0;
}
h3 {
	margin-top: 1.1em;
	font-size: 1.1em;
}
h4 {
	margin-top: 1.2em;
	font-size: 1.2em;
}
h5 {
	margin-top: 1em;
	font-size: 1em;
}
.post a {
	color: #bd492a;
}
.navigation {
	display: block;
	margin: 10px 0 10px 0;
	padding-left: 140px;
}
.alignleft {
	float: left;
	text-align: left;
	width: 50%;
}
.alignright {
	float: right;
	text-align: right;
	width: 50%;
}
.entrytext .postmetadata {
	font-size: 1.1em;
	background-color: #fde5c3;
	margin: 0 5px 0 5px;
	border: 1px dotted #e9b17b;
	padding: 5px;
}
.pagetitle {
	margin: 5px 10px 0 140px;
	font-size: 1em;
}
/* ********************* End Post Stuff ******************/

/* ********************* Comments ******************/
ol.commentlist{
	margin: 0;
}
ol.commentlist li{
	margin-bottom: 1.5em;
	border: 1px solid #c69835;
	padding: 5px;
	background-color: #f5de74;
}
ol.commentlist li.alt{
	background-color: #fdf6a7;
}
ol.commentlist a {
	color: #bd492a;
}
small.commentmetadata {
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
}
#reply {
	margin: 5px 10px 0 140px;
}
/* ********************* End Comments ******************/
/* ********************* Frontpage ******************/

#frontpage{
	margin-bottom: 10px 0 5px 0;
	color: #4a2c00;
	padding: 5px 10px 0 140px;
	font-size: 1em;	
}
#frontpage p{
	line-height: 1.4em;
	margin-bottom: 1em;
}
#frontpage h2 {
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	border-bottom: 1px solid #e8c38b;
}