/*  
Theme Name: RockinSeaside
Author URI: http://www.nathanrice.org
Version: 1.0
Author: Nathan Rice
Description: RockinSeaside is a modern blue theme with compartmentalized sections, and an open layout.  The header image is replaceable and the photoshop file is included.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #497EB4 url(images/header.jpg) top center no-repeat;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 60px 0px 0px 0px;
	}
a, a:visited{
	color: #0066cc;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	color: #F38E36;
	}
#container { 
	width: 900px; 
	text-align: left; 
	margin: 0 auto; 
	}

#header { 
	height: 69px; 
	padding: 28px 0px 0px 25px;
	}
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	position: relative;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#header h3 {
	color: #cccccc;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px; 
	margin: 0px;
	}

#menu { 
	position: absolute;
	top: 10px;
	right: 15px;
	}
#menu h2 {
	color: #333333;
	font-size: 15px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	text-decoration: none;
	border-bottom: none;
	}

#menu ul li a:hover {
	color: #FFFFFF;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	border-bottom: 3px solid #000000;
	}


#content { 
	width: 580px; 
	float: left; 
	margin-bottom: 20px;
	}
#content .single-post {
	background: #ffffff;
	margin-bottom: 15px;
	padding: 4px;
}
.border {
	border: 2px solid #497EB4;
	padding: 11px;
}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#content h1 {
	color: #333333;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%
	margin: 0px;
	}
	
#content h1 a  {
	color: #006699;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #333333;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	margin: 0px;
	border-bottom: 1px solid #666666;
	}
#content h2 a  {
	color: #3399ff;
	text-decoration: none;

	}

#content h2 a:hover {
	color: #3366ff;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: transparent;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.comments {
	padding: 8px;
}
.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.comments ol li {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	border: 2px solid #ECEBEB;
	background: #F5F5F5;
	overflow: hidden;
}
.comments ol .alt {
	border: 2px solid #F5F5F5;
}
* html .comments ol li {
	word-wrap: break-word;
}
.sidebar { 
	width: 275px; 
	background: #ffffff;
	float: right; 
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 4px; 
	}

.sidebar h2 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Sans-Serif;
	list-style: none;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	}

.sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.sidebar ul li a {
	color: #507AA5;
	text-decoration: none;
	}

.sidebar ul li a:hover {
	color: #3366ff;
	text-decoration: underline;
	}
.sidebar ul .feeds, .sidebar .feeds {
	display: block;
	height: 66px;
	margin: 0px;
	padding: 0px 0px 0px 75px;
	background: url(images/feed-icon.gif) 0px 2px no-repeat;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
}
.sidebar ul .feeds li {
	font-size: 14px;
	list-style: none;
}
.sidebar .feeds a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer { 
	background: #ffffff;
	width: 900px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 4px;
	clear: both;
	height: auto;
	}


#content { padding: 15px; }

#main_start {position: absolute;left: -10000px;};