/*
Theme Name: ssab2010
Description: Built on Thematic Theme
Author: Kabitzin
Author URI: http://www.seaslugteam.com/
Template: thematic
Version: 0.2
.
All Rights Reserved
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/******************************************** BODY */
body{
	background: #aacfec;
	text-align: center;
	color:#444;
	background: #aacfec;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1 span{
	text-transform:none;
}
#wrapper{
	width: 950px;
	margin:0 auto;
	text-align: left;
	border:none;
}

/******************************************** HEADER */
#header {
	background:#aacfec;
	height:250px;
	/*overflow:hidden;*/
}
#branding{
	width: 950px;
	height: 250px;
	padding: 0px;
}
#blog-title a,#blog-title a:hover{
	display:block;
	height:250px;
	font-size:0px;  /*hide the title*/
	text-decoration:none; /*hide the title*/
	color:#aacfec; /*hide the title*/
	font-weight:normal;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}
#blog-description{
	position:absolute;
	top:185px;
	left:2px;
	padding:0 0 0 15px;
	margin:0;
	border:none;
	color:#444;
	font-style:italics;
}

/******************************************** MENU  */
#access {
	padding:0 5px;
	/* background: #000; */
	/* opacity: 0.5;  */
		/*^does not work in IE*/
	/* filter: alpha(opacity = 50);  */
		/*^IE hack*/
	border:none;
	margin-top:-250px;
	width: 940px;
	height: 25px;
}
.menu ul li a:hover{
	background: #3b617b;
    color: #fff;
}
.sf-menu {
    border: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#fff;
	background: #aacfec;
    border: none;
}
.sf-menu ul  { 
    border: none;
}
.sf-menu ul a {
    background:#aacfec;
}
.sf-menu ul a:hover {
    color: #fff;
	border:none;
	background: #3b617b;
}
.menu-current-series-container li {
	width: 200px;
}

/*********************************************  MAIN CONTENT */
#main{
	/*background:url(images/main_bg.gif) top left no-repeat;*/
	background: #ffffff;
	padding:5px 20px 20px 10px;
	width:auto;
	height:1%;
}
#container{
	width:685px;
}
#content{
	padding:0 0px 0 0px;
	margin:0 0px 0 0px;
	width:100%;
}

/*********************************************************** POST */
.post{
	margin-top:10px;
	padding:0 30px 0 30px;
}
.entry-content img {
    margin: 0 0 0px 0;
    max-width:100%;
}
.entry-title a:active, .entry-title a:hover,
.entry-meta a:active, .entry-meta a:hover,
.entry-utility a:active, .entry-utility a:hover ,
a:active, a:hover, .comment-reply-link a:active, 
.comment-reply-link a:hover {
	color:#5E880A;
}
.entry-meta .author a{
	color: #444;
	font-style: normal;
	font-weight: bold;
}
blockquote {
	padding: 15px 10px 0px 10px;
	margin-bottom: 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-style:normal;
}
.entry-content blockquote {
	background: ##ddd;
}
span.comments-link a{
	color:#5e880a;
}
.single .hentry {
	padding:0 30px 0 30px;
}
.hentry ol{
	list-style-position:outside;
}
.hentry ol li{
	margin-bottom:4px;
}
.hentry ul li{
	margin-bottom:4px;
}
.wp-caption {
	background-color:#ddd;
	border:1px none #cccccc;
	padding: 8px 5px 0 5px;
	text-align:center;
	}
.wp-caption-text {
	color: #222;
	}
.wp-caption p.wp-caption-text {
	padding: 8px 5px 8px 5px;
	}
.home #content .sticky {
	margin-top:10px;
	margin-bottom:0px;
	padding:0 30px;
	border:0;
}

/*********************************************************** POST META */
#nav-above, #nav-below {
	padding: 0 30px;
}
.nav-next {
	margin: -18px 30px 0 0;
}
/*********************************************************** PAGE */
.page{
	padding:0 30px 0 30px;
}
.page h1.entry-title {
	margin-top: 10px;
	font-family:Verdana, Helvetica, sans-serif;
}
h1.page-title {
	padding: 10px 30px 10px 30px;
}
/*********************************************************** COMMENTS */
#comments {
	padding:22px 30px 0 30px;
}
#comments-list ol, #comments-list ul{
	border:0;
}
#comments-list ol li, #comments-list ul li{
	border-left: 6px solid #ddd;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	padding-bottom:1px;
}
#comments-list li.byuser{
	border-left: 6px solid #5e880a;
	background: #e1e7ec;
}
#comments-list li.bypostauthor{
	border-left: 6px solid #3b617b;
	background: #e1e7ec;
}
#comments .vcard{
	margin:-18px 0 0 0;
}
#comments .vcard img{
	margin-top:-15px;
	margin-left:-5px;
	width:80px;
	height:80px;
}
#comments-list .comment-author  {
	padding:15px 0 0 10px;
	margin-left:85px;
	font-size:18px;

}
#comments-list .comment-author a {
	text-decoration:none;
	font-size:18px;
}
#comments-list .comment-author a:visited {
	color: #004B91;
}
#comments-list .comment-meta {
	padding:0px 0 10px 10px;
	margin-left:85px;
	font-size:12px;
	color:#444;
}
#comments .comment-counter {
	color:#666;
	padding-left:35px;
	font-size:12px;
}
#comments .comment-counter {
	color:#666;
	margin:0 0 0 58px;
	font-size:12px;
}
#comments-list .comment-content{
	margin-top: 20px;
}

/*********************************************************** FOOTER */
#footer {
	border:0;
	margin-top:22px;
}

/*********************************************************** TOP ASIDE */
#content .aside {
border:none;
margin:0px;
padding:0 30px;
}

/*********************************************************** COLUMNS */
#primary{
	width:200px;
	float:right;
	margin-right:0;
	border:0;	
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 0.7857em;
	padding: 0px 0 0;
}
#secondary{
	width:200px;
	float:right;
	margin-right: 0;
	border:0;	
}
.main-aside ul {
	padding:0;
}
.aside ul.xoxo li ul{
	list-style:none;
	padding:0;
	margin:0;
}
.aside ul.xoxo li ul li{ 
	list-style:none;
	padding:0;
	margin:0;
}
.aside ul.xoxo li ul li a{
	display:block;
	padding:2px 2px 2px 10px;
	text-decoration:none;
}
.aside ul.xoxo li ul li a:hover{
	color:#000;
	text-decoration:none;
}
.aside ul.xoxo li ul li.cat-item a:hover{
	color:#000;
	text-decoration:none;
}
.aside select.postform#cat {
	width:160px; /* Adjusts width of Wordpress category dropdown menu */
	margin:0px 10px 10px 10px;
}
.aside ul.xoxo li h3{
	color:#5e880a;
	/* padding:6px 0 0 10px; */
}
.aside h3 {
	font-size:18px;
	font-style:normal;
	line-height:22px;
}
.widgetcontainer {
	margin:0px 0px 20px 0px;
}
/*********************************************************** PLUGINS */
.aside ul.xoxo li ul li.recentcomments{
	padding:2px 20px 2px 10px;
}
.aside ul.xoxo li ul li.recentcomments a{
	display:inline;
	padding:0;
}
.aside ul.xoxo li ul li.recentcomments li{
	margin-left: 10px;
}
#cse-search-box {
	padding-left: 10px;
}
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.wp-smiley { /* Override */
	max-height:20px;
}
.st-tag-cloud {
	padding-right: 20px;
	float: left;
	width: 90%;
}
.st-tag-cloud a{
	text-decoration:none;
}
.st-tag-cloud ul{
	list-style-type: none;
}
.st-tag-cloud li{ 
	display: inline; 
}
#nav-below .wp-pagenavi {
	margin:0 0 0 0;
}
#nav-above  .wp-pagenavi {
	padding: 20px 30px 0px 30px;
	margin:0 0 -30px 0;
}
.wp-pagenavi span.pages {
	padding:0 10px 0 0 !important;
}
.sforum-entry-content {
	margin-top: -25px;
}
/*----------------------
.author_bio{
	border: none;
	background: #E1E7EC;
	width: 100%;
}
.author_bio_gravatar{
	float: left;
	padding: 6px 10px 6px 0;
}
.author_bio_title{
	font-weight: bold;
	padding-bottom: 5px;
}
---------------------------*/



/*---------------------- Comment Quicktags ---------------------------*/
/* Main Span */
#comment_quicktags {
	text-align: left;
	margin-left: 1%;
}
/* Button Style */
#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	width: auto;
}
/* Button Style on focus/click */
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
/* Button Lable style */
#comment_quicktags #ed_strong {
	font-weight: bold;
}
/* Button Lable style */
#comment_quicktags #ed_em {
	font-style: italic;
}
