/*
Theme Name: captain Fin Company
Description: theme from capt fin site
Version: 1.0
Author: paul hastings
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 10px 0 0 0;
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1050px;
	text-align: left;
}

#header{
	float: left;
	width: 1050px;
}

#container{
	float: left;
	width: 800px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #ffffff;
	margin: 130px 0 0 10px;
	display: inline;
}

#footer{
	clear: both;
	float: left;
	width: 1050px;
}



h1{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 24px;
	/*padding: 0 0 10px 0;*/
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	text-decoration: none;
	}


h2 a:hover, h3 a:hover {
	color:#28c000;
	text-decoration:none;
}
a img {
	border: none;
	background: none;
}

a:hover img {
	border: 1px;
	background:#28C000;
}

.posttitle{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size:18px;
}

.entry a:link, a:visited{
	color:#000000;
	text-decoration: none;
	
}
.entry a:hover{
	/*background-color:#28C000;*/
	color: #28C000;
	text-decoration: none;
	
}


.sidebar a:link, a:visited{
	color:#000000;
	text-decoration: none;
	
}
.sidebar a:hover{
	/*background-color:#28C000;*/
	color: #28C000;
	text-decoration: none;
	
}






.post{
	padding: 20px 0 20px 0;
}



.entry{
	margin: 9px 0 0 0;
	line-height: 15px;
}

p.postmetadata{
	/*border-bottom: thin dashed #ccc;*/
	margin: 5px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.navigation a:link, a:visited{
	color:#28C000;
	text-decoration: none;
	
}
.navigation a:hover{
	
	color: #777777;
	text-decoration: none;
	
}




.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 12px;
}
.sidebar ul ul li{
	font-size: 10px;
	line-height: 13px; 
	padding: 0;
}

