/*  
Theme Name: Hemingway
Theme URI: http://warpspire.com/hemingway
Description: Hemingway is a simple weblog theme by <a href="http://warpspire.com">Kyle Neath</a> aimed at giving bloggers a great platform on which to customize.  If you'd like to learn more about Hemingway, <a href="http://warpspire.com/hemingway">head on over to Warpspire</a> or ask a question in the <a href="http://discuss.warpspire.com">official support forums.</a> <br /><strong>This theme requires WordPress 2.0+</strong></a>.
Version: 0.19
Author: Kyle Neath
Author URI: http://warpspire.com
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

@import url("css/body.css");

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

/* This class sets the width and position for all rows */
.inside {
	width: 960px;
	_width: 980px;
	}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B10000;
	}
	
h1, h2 {
	color: #EB0202;
	}
	
a {
	color: #0565C4;
	text-decoration: underline;
	}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	background: url(images/team-sea-isle-logo-bg.jpg) repeat-x;
	height: 159px;
	overflow: hidden;
	}
	
#header h2 {
	width: 960px;
	height: 159px;
	overflow: hidden;
	}
	
#header h2 a {
	display: block;
	position: relative;
	height: 159px;
	}
	
#header h2 a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/team-sea-isle-logo.jpg) no-repeat;
	top: 0;
	left: 0;
	}
	
	
/*-----------------------------------------------------------------------------------------
  Main Nav
--------------------------------------------------------------------------------------*/

#main_nav {
	background: #002157 url(images/nav-bg.jpg) repeat-x bottom;
	min-height: 48px;
	}
	
#main_nav ul {
	list-style: none;
	margin-left: 3.0em;
	}
	
#main_nav li {
	margin: 0;
	padding: 0;
	float: left;
	height: 48px;	
	}
	
#main_nav li a {
	position: relative;
	/*color: #001830;*/
	color: #FFFFFF;
	/*background: #FFFFFF;*/
	display: block;
	overflow: hidden;
	height: 48px;
	}
	
#main_nav li a:hover {
	background-position: 0 0;
	}
	
#main_nav a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: 0 -48px;
	}
	
#main_nav a:hover span {
	background-position: 0 0;
	}
	
#about_link, #sir_link, #blog_link {
	width: 150px;
	}
	
#sale_link, #rent_link {
	width: 163px;
	}
	
#about_link span {
	background: url(images/about-button.jpg);
	background-position: 0 -48px;
	}
	
#sir_link span {
	background: url(images/sir-button.jpg);
	}
	
#blog_link span {
	background: url(images/blog-button.jpg);
	}
	
#sale_link span {
	background: url(images/sale-button.jpg);
	}
	
#rent_link span {
	background: url(images/rent-button.jpg);
	}
	
/* Mini Search Form
-----------------------*/
#mini_search form {
	/*float: right;*/
	background: #E3E3DB;
	margin-top: 15px;
	padding: 10px;
	margin-bottom: 1.0em;
	}
	
#mini_search label {
	color: #000000;
	letter-spacing: 0.8em;
	text-transform: uppercase;
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#mini_search input {
	font-size: 130%;
	width: 15em;
	}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
	width: 625px;
	margin-left: 60px;
	float: left;
	/* IE HACK! */
	_width: 565px;
	}
	
#primary h1 {
	margin-top: 20px;
	margin-bottom: 0.8em;
	font-size: 1.6em;
	}
	
#primary h3 {
	margin-bottom: 1.0em;
	}
	
#primary p {
	margin-bottom: 1.0em;
	line-height: 1.5em;
	}
	
/* Homepage Initial Story
---------------------------*/

.story h3 {
	font-weight: bold;
	margin-bottom: 0 !important;
	}
	
.story .details {
	color: #999999;
	font-size: 0.75em;
	}



/* Sidebar Items
------------------------*/

.sidebar {
	margin: 0 0 0 720px;
	padding-top: 20px;
	/* IE HACK! */
	_margin: 0 0 0 730px;
	}
	
.sidebar h3 {
	margin-bottom: 1.0em;
	}
	
.sidebar p {
	margin-bottom: 1.0em;
	}
	
.sidebar dl {
	margin-bottom: 1.0em;
	}

/* Comment Section
----------------------------------*/

.comment-head{
	margin-left: 60px;
	}

.comment-head h2{
	margin-bottom: 1.0em;
	}

.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	/*background:#666;*/
	border:1px solid #CCC;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #CCC;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

/* Comment Form
--------------------------------*/

#comment-form{
	margin-left: 60px;
	}
	
#comment-form h1, #comment-form h2, #comment-form h3, #comment-form h4, #comment-form h4, #comment-form h5, #comment-form h6 {
	margin-bottom: 1.0em;
	}
	
#comment-form p{
	margin-bottom: 1.0em;
	}
	



/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/



ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #3D3D3D;
}
ul.dates .date{
	/*color:#858585;*/
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	/*color:#858585;*/
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	/*color:#BFBFBF;*/
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	/*color:#FFF;*/
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	margin-left: 60px;
}

#footer p {
	margin:0;
	font-size:0.95em;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}
