/*
Theme Name: Longshore Sailing School Inc.
Description: Clean, search engine optimized theme.  Just remember to fill out meta-tags in header.php.
Author: Greg Bosch
Author URI: 
Version: 1.0

*/


* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
#wrap {
	width: 910px;
	text-align: left;
}
#navigation {
	margin: 10px 0px 0px 10px;
	padding: 10px 0px 5px 0px;
	font-size: 11pt;
	font-weight: bold;
	float: left;
}
#topright {
	float: right;
	margin: 20px 10px 0px 0px;
}
#title {
	margin: 30px 0px 0px;
	background: url(images/background_title.jpg) no-repeat;
	height: 210px;
	padding-left: 25px;
	clear: both;
}
#main {
	background: url(images/background_main.gif) no-repeat;
	padding: 10px;
}
#sidebar {
	float: right;
	margin: 0px 10px 15px 10px;
	width: 200px;
	min-height:500px;
	padding: 10px;
	color: #898989;
}
#content {
	margin: 0px 240px 15px 10px;
	padding: 10px;
	color: #333333;
}
#footer {
	color:#999999;
	clear: both;
	padding: 5px 0px;
	text-align:center;
}
.entry {
	padding-top: 15px; 
	}
.post {
	padding-bottom: 30px;
}
#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-size: 18pt;
	color: #000000;
	padding-top: 50px;
	font-weight: bold;
	margin-bottom: 5px;
}
#title h1 a{
	color: #000000;
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #666666;
}
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	padding-bottom: 1px;
	border-bottom: 2px solid #000000; 
	text-decoration: none;
	color: #000000;
	margin-right: 20px; 
}
#navigation li a:hover {
	color: #898989;
}
caption {
	font-weight: bold;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
h1 {
	font-size:14pt;
	font-weight: normal;
	
}
#content .post h1 {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 5px;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
#sidebar h2, h2, h3, h4 {
	font-size: 12pt;
	color: #898989;
	border-bottom: 1px solid #E1E1E1;
	margin-top: 3px;
}
#sidebar h3 {
	margin-top: 30px;
}
.entry a, #sidebar a, h2 a, h3 a, h4 a {
	color: #898989;
	text-decoration: none;
}
.entry a:hover, #sidebar a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #000000;
}
#sidebar li a {
	padding: 2px 0px 1px 0px;
	border-bottom: 1px dashed #ebebeb;
}
#sidebar ul li {
	
	font-size: 10pt;
	margin-left: 20px;
}
#sidebar li {
	padding-bottom: 2px;	
}
#sidebar, ul, ul, li, ul, .children {
	margin-bottom: 5px;
}

p, h1, h2, h3, h4, sidebar h2, ul, ol, thead {
	margin-bottom: 10px;
}
.entry ul li, .entry ol li, #content ul li, #content ol li {
	margin-left: 25px;
	list-style: none;
}
img a {
	border: 0px;
}
blockquote {
	background: #eee;
	border: 3px solid #ddd;
	color: #000;
	font-style: italic;
	margin: 15px 75px;
	padding: 5px 30px 0px;
	text-align: center;
}
blockquote a {
	color: #000000;
}
#footer a {
	color:#999999;
	text-decoration: none;
}
/* default */
.navigation {
	padding: 10px 0px;
	color: #666666;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


.postmetadataTop {
	font-size: 10pt;
}
	.postmetadataTop a {
		color: #333333;
		text-decoration: none;
	}
	
.postmetadataBottom {
	color: #666666;
	padding: 5px;
	border: 1px solid #e1e1e1;	
	background-color: #f7f7f7;
	font-size: 9pt;	
}
	.postmetadataBottom a {
		color: #666666;
		text-decoration: none;
	}
	
	
#date {
	padding-bottom: 5px;
	color:#000000;	
}
#date a {
	color:#000000;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #000000; 
	padding: 2px 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 2px 5px;
}
.s {
	padding: 3px;
	border: 1px solid #777777;
}
#submit, .searchsubmit {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #474404;	
	text-decoration: none;
}
#commentform a:hover {
	color: #474404;	
	text-decoration: underline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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;
}



