/*
Theme Name: Buoy Blue
Theme URI: http://wordpress.org/
Description: Custom theme for CrabbingInTheHood by <a href="http://www.markflanders.net">Mark Flanders</a>.
Version: 1.0.1
Author: Mark Flanders
Tags: fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
*/
body {
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #BBDBF9;
}
#header {
	height: 200px;
	width: 950px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#header h1 {
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 160px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h1 a{
	font-size: 16pt;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
#header h1 a:hover{
	text-decoration: underline;
}
#wrapper {
	height: 100%;
	width: 950px;
	margin-top: 25px;
	display: block;
	clear: both;
}
#wrapper #posts {
	text-align: left;
	width: 700px;
	height: 100%;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	float: left;
	clear: left;
}
#wrapper #posts img {
	border: 3px solid #FFFFFF;
}
#wrapper hr {
	clear: both;
}
.post-top {
	background-image: url(images/post-top-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 670px;
	padding-right: 20px;
	padding-left: 10px;
}
.post {
	background-image: url(images/post-middle-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 660px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.post a {
	color: #333333;
}
.post-top h3.post-title {
	padding: 0px;
	line-height: 25px;
	font-size: 16pt;
	font-weight: lighter;
	width: 700px;
	margin: 0px;
}
.post-top h3.post-title a {
	color: #FFFFFF;
	text-decoration: none;
}
.post-top h3.post-title a:hover {
	text-decoration: underline;
}
.meta {
	font-size: 10pt;
	color: #666666;
	line-height: 10pt;
	margin: 0px;
	padding: 0px;
}
.post-bottom {
	background-image: url(images/post-bottom-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
	width: 660px;
	margin-bottom: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar {
	float: right;
	height: 500px;
	width: 200px;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
}
#sidebar a {
	color: #455768;
}
#sidebar ul{
	margin-bottom: 25px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar li{
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar li ul li{
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#sidebar h2 {
	background-image: url(images/sidebar-top-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#commentform {
	width: 700px;
}
.commentlist li {
	padding: 10px;
	width: 580px;
	vertical-align: top;
	background-image: url(images/comment-bg.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066FF;
	margin-bottom: 15px;
	background-position: right top;
	overflow: visible;
}
#test {
}
#footer {
	background-image: url(images/posts-bg.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	font-size: 10pt;
	text-align: center;
	color: #CCCCCC;
	line-height: 25px;
	margin-top: 25px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
#footer a{
	color: #CCCCCC;
	text-decoration: none;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}