/*
Theme Name: Andy Hoyland
Theme URI: http://andy.hoyland.me.uk
Description: Theme for Andys Blog on the Hoyland & Co site
Version: 0.9
Author: Hoyland Web Services
Author URI: http://www.andyhoyland.co.uk
Tags: green, very green
*/

body {
	margin:0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#333333;
}

#page {
	width:960px;
	margin:0 auto;
}

/*****************************
 Headers
*****************************/

h2 {
	font-weight:bold;
	font-size:110%;
	margin:0; padding:0;
}

h3 {
	font-weight:bold;
}
/*****************************
 Header Area
*****************************/

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height:105px;
}

#header h1 {
	padding:10px 0 0 10px;
}

#headerleft {
	float:left;
	width:300px;
}
#headerright {
	float:right;
	text-align:right;
	margin:10px 10px 0 0;
}

#headerright img {
	margin-left:5px;
}


/*****************************
 Homepage
*****************************/

#the_homepage {
	float:left;
	width:640px;
}
#homepage {
	width:640px;
	float:left;
	margin-top:20px;
	}

#homepage_top {
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	width:640px;
	float:left;
	height:11px;
	margin:20px 0 0 10px;
}


#homepage_bottom {
	background-image: url(images/content_bg_bt.png);
	background-repeat: no-repeat;
	width:640px;
	float:left;
	height:20px;
	margin:0 0 0 10px;
	}
	
/*****************************
 Content
*****************************/

#the_content {
	float:left;
	width:640px;
}
#content {
	width:640px;
	float:left;
	background-color:#006b11;
}

#content_top {
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	width:640px;
	float:left;
	height:11px;
	margin:20px 0 0 0;
}


#content_bottom {
	background-image: url(images/content_bg_bt.png);
	background-repeat: no-repeat;
	width:640px;
	float:left;
	height:20px;
	margin:0;
}

#the_content p {margin:10px;}
/*****************************
 Posts
*****************************/
.single_posts {
	background-image: url(images/posts_bg_main.png);
	padding:5px 15px 15px 15px;	
}

.posts {
	background-image: url(images/posts_bg_main.png);
	height:238px;
	padding:15px 20px 0 255px;
	
}

.posts_top {
	background-image: url(images/posts_bg_top.png);
	background-repeat: no-repeat;
	height:13px;
	margin:-6px 0 0 5px;
}

.posts_bottom {
	background-image: url(images/posts_bg_bt.png);
	background-repeat: no-repeat;
	height:13px;
	margin:0 0 0 5px;
}

.homeimage {
	height:176px;
	background-color:black;
	width:180px;
}


/*****************************
 Comments
*****************************/
.comments_frame {
	padding:15px 0 0 0;
	
}

.comment_body {
		background-image: url(images/posts_bg_main.png);
		background-repeat: repeat-y;
		padding:10px 0 0 25px;
}

.comments_frame p {
	margin:0;
}
.comments_top {
	background-image: url(images/posts_bg_top.png);
	background-repeat: no-repeat;
	height:13px;
	margin:-6px 0 0 5px;
}

.comments_bottom {
	background-image: url(images/posts_bg_bt.png);
	background-repeat: no-repeat;
	height:13px;
	margin:0 0 0 5px;
}

.commenttext {
text-align:left;
width:480px;
float:right;
margin:10px;

}

.commenttext p {margin-bottom:10px;}

.gravatarside {
	margin:10px;
	width:85px;
	float:left;	
	border-right:1px solid #006B11;
height:100%;
}

/*****************************
 Footer
*****************************/

#footer {
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	height:45px;
	padding:16px 20px 0 20px;
	font-size:75%;
}

#footer_top {
	background-image: url(images/posts_bg_top.png);
	background-repeat:no-repeat;
	height:13px;
	margin-left:5px;
}

.white {
	background-color:white;
}
/*****************************
 Sidebar
*****************************/

#sidebar {
	width:260px;
	float:right;
	margin:20px 0 0 0;
}

#sidebar ul{margin:10px 0 0 0;}

.sb_container_top {
	background-image: url(images/sidebar_bg_top.png);
	background-repeat: no-repeat;
	height:15px;
}

.sb_container_bottom {
	background-image: url(images/sidebar_bg_bt.png);
	background-repeat: no-repeat;
	height:15px;
	margin-bottom:20px;
}

.sb_container {
	background-image: url(images/sidebar_bg_main.png);
	background-repeat: repeat-y;
	padding-left:25px;
}

#sidebar ul {margin-right:15px;}

/*****************************
 General
*****************************/

a {
	color:#006B11;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.right {
	float:right;
}

.left {
	float:left;
}

p {
	margin:5px;
}

.date {
	font-size:85%;
	margin:10px 0;
}

.small{
	font-size:75%;
	margin:0;
}

.postmetadata {
	font-size:85%;
}

blockquote {
	margin:10px; background-color:#cfcfcf;
	width:75%;
	padding:5px;
	font-size:90%;
}
ul {
	margin:10px 0 0 20px;
}

ol {margin:10px 45px 20px 45px;list-style-type:decimal;}

.indent {margin:5px;background-color:#c4dbc8;padding:5px;}

code {margin:5px; background-color:#cfcfcf;
	width:85%;
padding:3px;
	font-size:80%;font-style: italic;
}
img.alignright {float:right; margin:0 0 2px 2px;}
img.alignleft {float:left; margin:0 2px 2px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto};
a img.alignright {float:right; margin:0 0 2px 2px;}
a img.alignleft {float:left; margin:0 2px 2px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.blogenge_info {
	font-size: 80%;
	background-color:#cfcfcf;
	margin:5px;
	padding-top:5px;
	padding-bottom:5px;
}