/*
Theme Name:		Skillfulmeans v4.1
Theme URI: 		http://Skillfulmeans.lotusbell.com/
Version: 		4.1.0.0
Description: 	My first wordpress theme built on the WP-Framework
Author: 		Dharma Voyager
Author URI:		http://lotusbell.com
Tags:			two-columns fixed-width, two side bars, footer widgets, sticky-post, threaded-comments, microformats

Copyright 2009 Dharma Voyaher <http://lotusbell.com> All rights reserved.
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.clear {
	clear:both;
}


a.more {
	padding-right:10px;
	line-height:8px;
	background:url(library/media/images/more.gif) center right no-repeat;
	padding-bottom:1px;
}

a, a:visited, a:active, a:link {
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	color:#D1BC8A;
}

a:hover {
	text-decoration:underline;
}


body {
	font-family:'Trebuchet MS',Tahoma,Arial,Helvetica,sans-serif;
	color:#968354;
	text-align: center;
	font-size:13px;
	background:#120C0A ;
	min-width:960px;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	line-height:20px;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:400;
	color:#666;
	margin:10px 0 5px 10px;
	padding:10px;
}

h1 {
	line-height:30px;
	color:#D1BC8A;
	margin:10px;
	padding:10px;
}

h2 {
	color:#CE965A;
}

h4 {
	color:#BE887E;
}

code {
	font:1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr {
	font-size:0.9em;
	letter-spacing:.07em;
}

pre {
	line-height:1.5;
	margin-bottom:1.5em;
	margin-top:1.5em;
	width:600px;
	overflow:auto;
}

fieldset {
	border:1px solid #f1f1f1;
	padding:10px;
}

blockquote {
	background-color:#0E0E0E;
	background-repeat:no-repeat;
	background-position:right bottom;
	font-style:italic;
	line-height:25px;
	border-left:1px solid #A48C5C;
	color:#A48C5C;
	margin:25px;
	padding:20px 10px;
}



img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

table {
	border:1px solid #666666;
}

td,th {
	line-height:1em;
	margin:1px;
	padding:11px;
}

th {
	background-color:#0b0b0b;
}



.container{
	background:#0b0b0b;
	width:960px;
	line-height:20px;
	padding:0 0 5px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: left;
}



.aside{
	float:left;
	padding-left:10px;
	width : 330px;
}


.reg-sidebar1, .reg-sidebar2 {
	width:100%;
	margin:10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	background-color:#121212;
	padding: 0 0 10px 0;
	line-height: 25px;	
	padding-top:20px;
	padding-bottom:30px;

}

.reg-sidebar1 {
	background-color:#322B24;
}

.reg-sidebar1 ul li {
	display:block;
	list-style-type:none;
	background-color:#191612;
	margin:0px 10px 5px 0px;
	color: #765650;
	text-decoration:none;
	padding-top:5px;
	padding-left:5px;
}

.reg-sidebar1 ul li:hover, .reg-sidebar2 ul li:hover, .reg-sidebar1 a:hover, .reg-sidebar2 a:hover {
	list-style-type:none;
	background-color:#000;
}

.reg-sidebar1 a, .reg-sidebar2 a {
	color:#968354;
}


.reg-sidebar1 a:hover, .reg-sidebar2 a:hover {
	color: #CE965A;
}

.reg-sidebar2{
	background-color:#121212;
}


.reg-sidebar2 ul li {
	display:block;
	list-style-type:none;
	background-color:#0b0b0b;
	margin:0px 10px 5px 0px;
	text-decoration:none;
	color: #765650;
	padding-top:10px;
	padding-left:5px;
}



/* BEGIN - Header Styling -- */
.header {
	background:#000 url(library/media/images/top-bg.jpg) no-repeat right;
	width:100%;
	height:250px;
	padding-top:5px;
}

.logo {
	padding-top: 50px;
	padding-left: 20px;
	margin-left:30px;
	width: 40%;
	float:left;
}

.logo a {
	font-size:48px;
	font-weight:400;
	line-height:48px;
	color: #CE965A;
}


.logo h3 {
padding:0px;
margin-left:0px;
padding-top:30px;
}

#tagline {
	color: #CE965A;
}

.tools {
font-weight:700;
font-size:11px;
text-align:right;
padding-right: 20px;
width : 40%;
float: right;
}

.tools a {
line-height:8px;
background:url(library/media/images/rss.gif) center left no-repeat;
padding-bottom:1px;
color:#CEAC5A;
padding-right:10px;
padding-left:25px;
}

.breadcrumb {
	float:left;
	padding:0px;
	margin:0px;
}

.breadcrumb h3{
	padding-top:0px;
	margin:0px;
}


/* END - Header Styling -- */


.hentry{
	width:100%;
	margin:10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	background-color:#121212;
}

.hentry p , .hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6, .hentry ul , .entry-header{
	margin:10px 10px 10px 30px;
	padding:10px;
}


.hentry li {
margin-left:60px;
padding:0;
}

.hentry img{
	max-width: 95%;
}

.hentry {
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}

.entry a:link, .entry a:active, .entry a:visited, .hentry h1 , .entry-content a:link{
	color:#D1BC8A;
	text-decoration: none;
}

.entry-title a:hover, .entry a:hover, .entry-content a:hover {
	color:#D1BC8A;
	text-decoration: underline;
}

.tags{
	font-size:9px;
}



#search-query .entry-header, .single-entry-meta {
}



#comment-form , .comment, .comment-feed-link {
	margin-left: 20px;
}

.comment-feed-link {
	margin-left: 30px;
}


/* Comments List */

.comment-list .odd {
	background-color: #191612; 
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 10px;
}

.comment-list .even {	
	background-color: #121212; 
	-moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 10px;
}


.entry-footer{
	float:right;
}

#form-section-comment  textarea{
	width:98%;
}

.footer {
	background:#000 url(library/media/images/logo10footer.jpg) no-repeat bottom left;
	clear:both;
	width:960px;
	font-size:13px;
	color:#AAA;
	float:left;
	margin:0 auto;
	padding:0;
}

.copyright{ width:100%;}

.footerbar{
	margin-left:25px;
}

.footerbar h2, .footerbar a, .footerbar ul il {
	color:#FFF;
}

.reg-footerbar {
	width:30%;
	margin:10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	padding: 0 0 10px 0;
	line-height: 25px;	
	float: left;
}

.reg-footerbar ul {
	display:block;
	list-style-type:disc;
	margin:0px 10px 5px 0px;
	padding-left: 35px;
}

/* Search form */


.search-btn {
	background: #000;
	line-height:23px;
	border:none;
	height:25px;
	width:25%;
	font-weight:700;
	color:#FFF;
	font-size:11px;
	cursor:pointer;
	padding-bottom:2px;
	margin-right:7px;
	margin-left:0px;
	float:left;
}	

.searchform input {
	float: left;
	width: 65%;
	margin-right:5px;
	line-height:14px;

}

.searchform{
	width:100%;
	display:block;
	margin-left:10px;
	margin-top:5px;
}

.entry-content .searchdiv{
	padding-left:30px;
}

/* Bottom most meta menu */
.menubtm{
	clear:both;
	width:auto;
	margin:10px 0 0 0;
	background:#000;
	text-align:center;
}
.menubtm li{
	display:inline;
	padding:0 10px 0 0;
	line-height:2em;
}

/*Navbar & Drop downs*/

.nav , .nav ul, .nav a, .nav a:hover{
    text-decoration: none; 
	background:#0b0b0b url(library/media/images/nav-bg.png) repeat-x;
	border:none;
	font-size:12px;
}
.nav a:hover {
	font-size:13px;
}

/* Now Reading */


.now-reading img {
	display:inline;
	float: left;
	border:none;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:0px;
	padding-left: 10px;
}

.now-reading p , .now-reading h3{
	padding:5px;}

.now-reading a {
	font-size:15px;
}

/* Comm date (the images to the right side of the posts*/
.comm_date {
font-size:10px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
background:#2C2C29;
height:180px;
width:75px;
position:absolute;
display:inline;
text-align:center;
z-index:2;
margin: -60px 0 0 -85px;
}

/*.comm_date {border-right: 2px solid #0B0B0B; border-top: 2px solid #0B0B0B;}*/
.comm_date .data {
padding-top:10px;
display:block;
font-weight:700;
text-transform:uppercase;
}

.comm_date .nr_comm {
padding-top:5px;
color:#968354;
display:block;
font-weight:700;
}

.comm_date .nr_comm_spot {
display:block;
font-size:15px;
margin:0 9px;
padding:0 0 5px;
}

.comm_date .data .j {
font-size:24px;
}

.comm_date img {
border:none;
padding-top:0;
}

.cat-icon img{
	float:left;
	padding-right: 20px;
}

/* END Comm date */



/* This is for the Wordpress Caption Icon Widget */

#category-icons img{
	border: 0px; 
	float: left; 
	display: inline; 
	padding-right: 10px;
}

.searchandarchiveresults img{
	border: 0px; 
	padding-right: 10px; 
	padding-top:20px;
}
.searchandarchiveresults h2 {
	padding-top:30px;
}
/* End Wordpress Caption Icon Widget */

/* wp-calender */


#wp-calendar {
	width:90%;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {	
	font: bold 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	text-align: center;
}

#wp-calendar th {
	font-style: normal;	
	text-transform: capitalize;
}

#wp-calendar table {
	border-spacing: 1px;
	background: #121212;
	margin:0px;
}

#wp-calendar th {
font-style:normal;
text-transform:capitalize;
}

.ec3_eventday a, .ec3_postday a {
	color:#AA0000 !important;
}