/*  
Theme Name: The Seapine View
Theme URI: 
Description: The Seapine View (second version of blog). Widget ready.
Version: 2.0
Author: Rick Riccetti
Author URI: http://www.seapine.com
Tags: two-columns, fixed-width, blue, dark, custom-header

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 Georgia, "Times New Roman", Times, serif;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
    font-size:1.2em;
    line-height:1.4em;
    color:#555555;
/*    margin-left:10px; */
}
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
}
h3,
#sidebar,
.postdata,
.entry-content {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
/*    font-size:2.36em; */
    font-size:1.80em;
    line-height:1.6;
    color:#152942;
}
h3 {
    font-size:1.55em;
    color:#152942;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {margin: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#3b506b;
    text-decoration:underline;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
	background-color:#454545;
}
#main {
	background-color:#ffffff;
	float:left;
	width:932px;
}
#root{
	width:932px;
	margin:0 auto;
	padding:0;
}

/* Header
*******************************/
#header {
    height:138px;
	width:932px;
    margin-bottom:0px;
    color:#fff;
    padding:0 0 0 0;
    background:url(images/bqr_header.png) 0 0px no-repeat;
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h1 {
	padding-left:110px;
    padding-top:42px;
}

#header h2 {
	padding-left:110px;
    padding-top:2px;
    line-height:1.3;
    font-size:1em;
    color:#fff;
}

/* Navigation
*******************************/
#nav{
    overflow:hidden;
    width:800px;
    margin:0;
    padding:0;
    list-style:none;
}
#nav li{
    float:left;
}
#nav a{
    float:left;
    padding:6px 0 0 0;
    margin-right:18px;
    height:26px;
    border-bottom:3px solid #D2D6D8;
    text-decoration:none;
    font-size:1.09em;
}
#nav a:hover,
#nav .current_page_item a{
   border-color:#fff;
}

/* Content
*******************************/
#content {
    width:590px;
	margin:20px 50px 30px 20px;
    float:left;
}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #bbc2c6;
}
#content .single {
    border-bottom:0;
}
.entry-title {
	padding-bottom:10px;
}

.entry-title h2 {
	margin: 0px;
}

#content h1 {
    font-size:1.80em;
    line-height:1.6;
    color:#152942;
}
#content h1 a {
    text-decoration:none;
	line-height:1.3em;
}
#content h1 a:hover {
    color:#465c79;
}
#content h2 {
	font-size:20px;
	margin-top:4px;
	margin-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	font-size:16px;
	margin-top:4px;
	margin-bottom:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
    color:#152942;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
/*    border:1px solid #eee; */
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

/* Sidebar
*******************************/
#sidebar {
    width:248px;
    float:left;
    margin:-47px 0 30px 0;
}
#sidebar h3 {
    padding:0 0 12px 20px;
    border-left:2px solid #D2D6D8;
}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
    border-left:2px solid #D2D6D8;
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 20px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#sidebar .rss {
    height:59px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
}
#searchform input#search-submit {
    background:#D2D6D8;
    border:1px solid #D2D6D8;
    width:52px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#152942;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #D2D6D8;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
	align:center;
	width:932px;
    height:44px;
    padding-top:15px;
    background:url(images/bqr_footer.png) 0 0px no-repeat;
}
#footer .copyright {
    padding-left:25px;
	padding-top:0px;
    display:block;
    margin:0 auto;
}
#footer img {
    vertical-align:middle;
    margin-right:10px;
}

/* Hackadelic SEO Table Of Contents
********************************/
div.toc {
	border: 1px solid #ccc;
	font-size: 10px; /* .75em; */
	margin-bottom:6px;
	width: 50%; /* added RRR */
}
div.toc.toc-left {
	max-width: 22em;
	float: left;
	margin: 5px 5px 5px 0;
}
div.toc.toc-right {
	max-width: 22em;
	float: right;
	margin: 5px 0 5px 5px;
}

div.toc a.toc-header {
	display: block;
	background-color: #f4f4f4; /* #D1E5F7; */ /* #f8f8ec;*/
	border-top: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-bottom: 1px solid #f0f0e0;
	border-right: 1px solid #f0f0e0;
	color: #777;
	/** Styling regarding TOC title: **/
	padding: 1px 2px;
	text-align: center;
	font-size: 11px; /* 1.25em; */
	font-weight: bold;
}

div.toc a.toc-header:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}


div.toc ul {
	list-style: none;
	
	margin: 0;
	padding: 5px;
	background-color: #ffffff; /* #fcfcfc; */
	overflow: hidden;
	white-space: nowrap;
}
div.toc.auto-collapse ul {
	display: none;
}

div.toc li a {
	text-decoration: none;
	border: 0 none;
	color: #777;
}

/* Original
div.toc li.toc-level-1 {
	font-weight: bold;
}
div.toc li.toc-level-2 {
	font-weight: bold;
	padding-left: .25em;
}
div.toc li.toc-level-3 {
	padding-left: .5em;
}
div.toc li.toc-level-4 {
	padding-left: .75em;
}
*/

/* New - our TOC starts at <h2> */
div.toc li.toc-level-1 {
	font-weight: bold;
	padding-left: 0px;
}
div.toc li.toc-level-2 {
	font-weight: bold;
	padding-left: 0px;
}
div.toc li.toc-level-3 {
	padding-left: 20px;
}
div.toc li.toc-level-4 {
	padding-left: 40px;
}