/*
Theme Name: Stash Blog ** Requires Thematic parent theme! **
Theme URI: http://cozmoslabs.com/byty-theme
Description: Based on Byty, a child theme of Thematic
Author: Daniel Owens/Cristi Antohe
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.4
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.

*/

/* 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/3c-r-fixed.css');

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

/* Apply default theme styles and colors */
@import url('default.css');

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

/*@import url('../thematic/style.css');
@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* Plugin Specific */
@import url('extra.css');

body{
	text-align: center;
	color:#4D4B4C;
	font-family:Lucinda Sans, Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1 span{
	text-transform:none;
}
#wrapper{
	width: 1000px;
	background:url(images/bg.jpg) top left repeat-y;
	margin:0 auto;
	text-align: left;
	border:none;
}	
#header {
	background:url(images/bg960.jpg) top left no-repeat;
	height:250px;
	z-index: 2;
	/*overflow:hidden;*/
}
#branding{
	background: url(images/header960.jpg) no-repeat 0 50px;
	width:960px;
	height:245px;
	
}
#blog-description{
	position:absolute;
	top:10px;
	padding:0 0 0 10px;
	margin:0;
	border:none;
	color:#989796;
	visibility:hidden;
}
#blog-title{
	/*background:url(images/logo.gif) 0px 63px no-repeat;*/
	/*width:205px;*/
	height:83px;
	text-indent:0px;
	padding:0px;
	padding-top:60px;
	border:none;
	}
#blog-title a{
	color:#2772B3;
	display:block;
	font-family:"Trebuchet MS",sans-serif;
	font-size:116px;
	font-weight:normal;
	height:100px;
	width:602px;
	*filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;
}
#access-search{
    width:245px;
    height:29px;
    padding:2px 0 0 4px;
	float: right;
}
#searchsubmit {
	height:20px;
	width:20px;
	margin-left:5px;
	background:url(images/search.png) bottom;
	border:none;
	display: none;	
	}
#searchsubmit hover {
	background:url(images/search.png) top;
	border:none;
	display: none;	
	}

#searchWidget {
	margin-top:20px;

	}
#searchform input{
	color:#666666;
}
/******************************************** Redone Search Box */
/*#searchform {
	background-color:#FFFFFF;
	border:1px solid #D9D9D9;
	height: 32px;
	width:220px;
}

#s {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	color:#333333;
	font-size:13px;
	font-style: italic;
	height:32px;
	padding-left:5px;
}

#searchsubmit {
	background:url(images/search-icon.png) no-repeat;
	border:0 none;
	width: 22px;
	height: 20px;
	cursor:hand;
} */

/******************************************** Ad areas */
#top_ad{
	width:728px;
	height:90px;
	position:absolute;
	top:46px;
	left:50%;
	margin-left:-245px;
	/*background:#2772b3;*/
}

#top_bar {
	position:absolute;
	top:10px;
	float:right;
	margin-right:40px;
	}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
	position:absolute;
	top:10px;
	height:39px;
    font-size:12px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu .page-item-8 ul li {
    display:none; /* this hides the dropdown on books and products */
} 
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** THEMATIC SKIN ***/
.sf-menu {
    float:right;
}
.sf-menu a {
	height:29px;
	padding:10px 15px 0 15px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    /*border-bottom-color:#fff;*/
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #4d7129;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-weight:bold;
}
.sf-menu li a:hover{
	text-decoration:underline;
}

.sfmenu li:last-child {
	}
.sf-menu li li a{
	line-height:18px;
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
color:#4d7129;

}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:39px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	background:none repeat scroll 0 0 #F5FFE5;
	border:1px #FFFFFF dotted;
}
.sf-menu ul a:hover {
    test-decoration:underline;
}

/*************************************** LOGO  */
#logo h1{
	/*display:none;*/
}

.breadcrumb {
	font-size:10px;
	text-transform:uppercase;
	}
.breadcrumb a {
	color:#4d7129;}	
	

/*********************************************  MAIN CONTENT */
#main{
	background:url(images/bg.jpg) top left no-repeat;
	padding:10px 10px 20px 20px;
	width:auto;
	height:1%;
} 
#container {
	width:560px;
	padding-left:40px;
}
#content{
	padding:0 0px 0 0;
}
/*********************************************************** post */
.post{
	margin-top:10px;
}
.post .gravatar img {
	width:40px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-top:10px;
	border:none; /*1px solid #999999;*/
	}
h1.entry-title {
	text-transform:none;
	color:#555555;
	font-size:26px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2.entry-title{
	text-transform:none;
	color:#435233;
	font-size:24px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;

}
h2.entry-title a{
	color:#657c49;
}
h2.entry-title a:hover{
	text-decoration:none;
	color:#76a14b;
}
a.more-link{
	background:url(images/read_more.gif) top left no-repeat;
	width:89px;
	height:22px;
	padding:2px 0 0 0;
	text-align:center;
	float:right;
}
a.more-link:hover{
	background:url(images/read_more_o.gif) top left no-repeat;
	text-decoration:none;
	color:#1b5185;
}
div.entry-utility{
	margin-top:5px;
	clear:both;
	padding:2px;
	background:#fff;
}
span.comments-link a{
		color:#76a14b
}
.hentry ol{
	list-style-position:inside;
}
.hentry ul{
	list-style-position:inside;
}
.thumb img{
	width:120px;
	height:auto;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:20px;
	border: none; /*1px solid #AFC38F;*/
	}
.thumb  a:hover {
}

/****************************************************Author Photos on "Our Authors" page */
#allAuthors img {
	width:50px;
	height:auto;
	float:left;
	border:none; /*1px solid #4d7129;*/
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;	
	}	
	
/****************************************************Photos on "Free Projects" page */
#freeprojects img {
	width:45px;
	height:auto;
	float:left;
	border:1px solid #4d7129;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;	
	}	

/****************************************************Blog-in-blog excerpts", as on Free Projects page // NO LONGER USED */

#blogInBlog img {
	width:125px;
	height:auto;
	}
#blogInBlog .entry-meta {
	margin-top:-15px;
	}


/*********************************************************** columns */
#primary{
	width:220px;
	float:right;
	margin-right:50px;
	color:#888888;
}
#primary img {
		margin-bottom:10px;
		width:200px;
		height:auto;
		padding-left:10px;
		}	

#secondary{
	width:220px;
	float:right;
	margin-right:50px;
}
li.widget_sp_image img{
padding-top: 5px;
padding-bottom: 5px;}
.aside ul.xoxo {
	list-style:none;
	padding:0;

}
.aside ul.xoxo li{
	padding:0;
	margin:0;
	
}
.aside ul.xoxo li{
	margin-top:10px;
}
.aside ul.xoxo li h3{
	color:#4d7129;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal;
}
.aside ul.xoxo li#rss-links h3{
	color:#4d7129;
	background:url(images/rss_bg.gif) left 25px repeat-x;
	height:22px;
	padding:30px 0 0 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.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.recentcomments{
	padding:2px 20px 2px 10px;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;	
*/
}
.aside ul.xoxo li ul li.recentcomments a{
	display:inline;
	color:#666666;
	text-decoration:none;
	border:none;
	padding:0;
}
.aside ul.xoxo li ul li.recentcomments a:hover{
	color:#000;
	text-decoration:underline;
	background:none;
}

.aside ul.xoxo li ul li a{
	/*display:block;		errored out so links in Twitter section stay inline*/
	padding:0px; /* was 2px 2px 2px 10px, but this created extra space in Twitter links*/ 
	line-height:20px;
	list-style-image: url(images/bullet-product.gif);
	list-style-type: none;
	color:#555555;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
*/
	text-decoration:none;
}
.aside ul.xoxo li ul li a:hover{
	color:#4d7129;
	text-decoration:none;
}

#follow img {
	width:25px;
	height:auto;
	}

/**.aside ul.xoxo li ul li.cat-item a{
	display:block;
	color:#2772b3;
	text-decoration:none;
/*
	border-top:1px solid #fff;
	border-bottom:1px solid #e6e5e5;
*/
	/**padding-left:35px;
	background:url(images/folder-ico.gif) center left no-repeat #f1f1f1;

.aside ul.xoxo li ul li.cat-item a:hover{
	background:url(images/folder-ico.gif) center left no-repeat #d2d2d2;
	color:#000;
	text-decoration:none;
}**/
/***************************************************************** Search 
li#search form div{
	padding:0 0 0 7px;
}
li#search form div input#s{
	width:110px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
/***************************************************************** Twitter */
div.aktt_tweets {
	text-align: left;
	background-color: #FFF;
	padding: 10px;
	color:#777777;
}
div.aktt_tweets ul li {
	border-top: #FFF 8px solid;
	border-bottom: #c0c0c0 1px dashed;
}
a.aktt_tweet_time {
	display:block;
	font-style: italic;
	border-bottom: #FFF 8px solid;
	}
li.aktt_more_updates {
	border-bottom: #FFF 8px solid;
	}

/***************************************************************** Tag Cloud */
.aside ul.xoxo li#tag_cloud{
	padding:10px;
}
.aside ul.xoxo li#tag_cloud h3{
	color:#da7f13;
	background:url(images/side_header.gif) top left repeat-x #f2f2f2;
	height:22px;
	padding:7px 0 0 10px;
	margin:-10px -10px 0 -10px;
}
.aside ul.xoxo li#tag_cloud a{
	font-size:18px;
}
/***************************************************************** Calendar */
#calendar{
	background:#fff;
}
#calendar_wrap{
	padding:0 0 0 12px;
	/*background:#fff;*/
}
#wp-calendar{
	/*border-collapse:collapse;*/
}
#wp-calendar tr th{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
#wp-calendar tr td{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
/*********************************************************** Comments */
#comments{
	padding-top:0px;
}
#comments .comment-meta a{
	color:#afc38f;
}
#comments .comment-author a{
	color:#afc38f;
}
#comments h3{
	color:#afc38f;
	font-size:20px;
}
#comments li.comment{
	margin-bottom:10px;
	border:1px solid #f3f3f3;
	background:#ffffff;
	color:#323232;
}
#comments li.alt{
	background:#ffffff;
}
#comments li.bypostauthor{
	background:url(images/bypostauthor.jpg) top left repeat-x #f4ffe1;
	color:#323232;
}
#respond{
	margin-bottom:10px;
	border:1px solid #f3f3f3;
	color:#323232;
}
#respond input{
	font-family:Arial, Helvetica, sans-serif;
}
#respond textarea{
	font-family:Arial, Helvetica, sans-serif;
}
/***********************************************************  Product Pages  */
#productContainer {
	width:900px;
	padding-left:50px;
	}
#productContainer h1 {

	}
#productContainer h2 {
	font-size:18px;
	line-height:40px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
#productContainer h3 {
	font-size:18px;
	color:#4d7129;
	line-height:40px;
	text-transform:lowercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	}	
	
#productContent {
	width:560px;
}

#productContent img {
	max-width:560px;
	height:auto;
	margin-right:25px;
	margin-bottom:25px;
	border: 1px solid #ccc;

	}
#productContent ul {margin-left:10px;
	}

#productContent ul li {
	line-height:20px;
	list-style-image: url(images/bullet-product.gif);
	margin-left:10px;
	list-style-type: none;
}

#productContent img.cover {
		width:250px;
		height:auto;
}

#productSidebar {
	width:220px;
	margin-top:10px;
	padding-right:20px;
	float:right
	}
	
#productSidebar	ul li {
	color:#4d7129;
	font-weight:bold;
	line-height:20px;
	list-style-image: url(images/bullet-product.gif);
	list-style-type: none;
	margin-left:-15px;
	}

#productSidebar ul li ul li {
	color:#494A4B;
	font-weight:normal;
	list-style-image: none;
	list-style-type: 
	}
	
#productAuthor { 
	width:220px;
	margin-right:40px;
	color:#888888;
	float:right;
	position:relative;
	top:-70px;
	}
#productAuthor a {
	font-weight:bold;
	color:#4d7129;
	text-decoration:none;
	}
#productAuthor a:hover {
	text-decoration:underline;
}	
#productAuthor img {
	width:90px;
	height:auto;
	float:left;
	border:none; /*1px solid #4d7129;*/
	margin-right:15px;
	margin-bottom:10px;
	margin-top:5px;	
	}	
#productAuthor li a {
	font-weight:normal;}

#buy {
	margin-bottom:10px;
	margin-right:10px;
	
	}

#buy a {
	height:25px;
	width:125px;
	display:block;
	background-image: url(images/products/btn-buy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

	}
#buy a:hover {
	height:25px;
	width:125px;
	display:block;
	background-image: url(images/products/btn-buy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#buySoon {
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	height:25px;
	width:125px;
	display:block;
	background-image: url(images/products/btn-buySoon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
	}


/********************* Author Page  */

#author-info note {
	border: 1px solid #999999
	padding: 10px;
	}



/***********************************************************  FOOTER  */
#footer{
	width:900px;
	margin:auto;
	color:#323232;
}
#footer a{
	color:#4D7129;
}
#footer a:hover{
	text-decoration:none;
}
#subsidiary{

}
#siteinfo{

	color:#323232;
	padding:0 15px 20px 0;
}
#siteinfo a{

}
#ll{}

#footerNav {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

#footerNav li{
	padding-bottom:20px;
	}

#footerNav li a {
	font-weight:normal;
	text-transform:capitalize;
	padding-left:0;
	}


/******************************************************** MISC  */
abbr, acronym {
border-bottom:none;
cursor:auto;
}
