/*
Theme Name: bandworth
Theme URI: http://stephanbrady.com/
Description: The default WordPress theme for bandworth.
Version: 1.0
Author: Andrew Shell
Author URI: http://blog.andrewshell.org/
*/

html {
    background-color: #c8c8c8;
    background-image: url(images/bg1.gif);
    background-repeat: repeat-x;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

img
{
	border:0px;
}


h2 {
    font-size: 20px;
	margin-bottom:0px;
}

a {
    color: #2a6082;
}

body {
    font-family: Arial;
    margin: 0;
    padding: 0;
	
}

#header {
    background-color: #ffffff;
    border-bottom: 12px solid #000000;
}

#header a {
    display: block;
}

#headerimg {
    background: url(images/blog_header.jpg) top left no-repeat;
    height: 166px;
    margin: 0 auto;

}

#container {
    margin: 0 auto;
    margin-top: 30px;
}

#headerimg h1 {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

#content {
    float: left;
	padding-top:40px;
	width:660px;

}
.blog_post_wrap {
	
	padding-bottom:30px;
}

#sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 340px;
	float:left;
	background-color: #e1e1e1;
	height:700px;
	margin:40px 0 25px 40px;
}
#sidebar_content { 

background-image: url(/images/bg2.gif);
background-repeat: repeat-x;

margin-top: 3px;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}
.left_link_wrap{
	float:left;
	margin-left:25px;
}

#bandworth_link, #food4_link{
	display:block;
	width:144px;
	height:132px;

}

#bandworth_link{

}

#food4_link{

}
#right_block{
	width:480px;
	float:left;
	margin:40px 0 30px 50px;
	padding:10px 15px 20px 25px;
}

#right_block h2{
	font-size:14px;
	margin:0px;

}
#bandworth_posts{
	padding-bottom:30px;
}
.posts{
	float:left;
	width:460px;
	margin-left:30px;
}
.post_title{
	color:#0e7baf;
	font-weight:bold;
	text-decoration:underline;

}
.post_title:hover{
	text-decoration:none;
}
.post{
	margin:0px;
	text-indent:10px;
}
.post a{
	color:#000;
	text-decoration:none;
	
}
.post a:hover{
	text-decoration:underline;
}