/*
Theme Name: boathouse
Description: boathouse for wordpress 2.xx for coffee lovers out there designed by <a href="http://jump2top.com" target="_blank" rel="dofollow">seo services</a>
Author: seo services
Author URI: http://jump2top.com
Version: 1.0
Tags: gray, white, brown, blue, yellow, 2-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	padding: 0px;
	margin:0px;
}
body {
	background: url(images/background.jpg);
	color: #555555;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
}
#wrap {
	width: 900px;
	text-align:left;
}
#main {
	background-color: #ffffff;	
	padding: 0px 25px 25px 25px;
}
#header {
	height:235px;
}

#title {
	height:170px;
	background: url(images/background_title.jpg) no-repeat;
	padding: 15px 35px;
}
#pagenav {
	height:35px;
	line-height:35px;
	font-weight: bold;
	font-size: 9pt;
	text-align:right;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	color: #ffffff; 
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	background-color:#012883;
	display:inline-block;
}
#pagenav li a:hover, #pagenav li.current_page_item a {
	background-color: #eaeaea;
	color: #012883;
	height:35px;
}
#sidebar {
	float: right;
	width: 200px;
	color: #666;
}
#content {
	float: left;
	width: 630px;
	margin-right: 20px;
}
#footer {
	color: #fff;
	width:900px;
	margin:15px 0px;
	font-size:7pt;
	text-align:center;
}
.prepost {

}
.post {
	margin-bottom:10px;

}
.sform {
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
	width:188px;
}
.widget {
	margin-bottom:15px;
	padding-bottom:15px;	border-bottom: 1px solid #d9d9d9;
}

/* default */
p, #content h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:1px;
}
img {
	border:0px;
}

/*text */
#title h1 {
	font-size:18pt;
	font-weight: normal;
	padding: 60px 0 0 0;
	margin-bottom:0px;
}
#title h1 a {
	color: #fff;
	text-decoration: none;
}
.description {
	font-size:10pt;
	color: #ccc;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #012883;
}
#content h1 a {
	color: #012883;
	text-decoration: none;
}
#content h1 a:hover {
	color: #555555;
}
h2 {
	font-size: 12pt;
	color: #555555;
	font-weight: normal;
}
#sidebar h2 {
	color: #666;
	font-size: 10pt;
	font-weight: bold;
}
#sidebar h2 a {
	color: #666;
	text-decoration: none;
}
h2 a {
	color: #555555;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #012883;
}
#sidebar ul {
	padding-bottom:0px;
}
#sidebar ul li {
	list-style:none;
}
#sidebar ul li ul li {
	margin-left: 0px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	color: #999;
	margin:10px 0px 5px 0px;	border-bottom: 1px solid #d9d9d9;
	padding-bottom:15px;
}
.postmetadata a {
	color: #999;
	text-decoration: none;
}
a {
	color: #012883;
	text-decoration: none;
}
.searchform {
	padding-bottom: 10px;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #464646;
}
td, th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #d9d9d9; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

#submit, .searchsubmit {
	background-color: #012883;
	color: #ffffff;
	border: 1px solid #d9d9d9; 
	font-size: 8pt;
	padding: 2px 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.searchsubmit {
}
#commentform a {
	color: #666;;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
#comments li.alt {
	padding: 10px;
	margin-bottom:10px;	border-bottom: 1px solid #d9d9d9;
	background:url(images/comment_bg.png);
}
#comments li {
	padding: 10px;	border-bottom: 1px solid #d9d9d9;
}
#comments ol li {
	list-style: none;
	margin-left:0px;
}
#comments li.alt a, #comments li a {
	color: #555555;
	text-decoration: none;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
	color:#cccccc;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


