/*  
Theme Name: CSR-003
Theme URI: http://consultantsupplyroom.com
Description: A premium newspaper/magazine WordPress theme
Version: 1.6.2
Author: Consultant Supply Room
Author URI: http://consultantsupplyroom.com

All WordPress code and funtions are under GPL:
http://www.opensource.org/licenses/gpl-license.php

All CSS and images are copyright iThemes Media LLC, all rights reserved.
	
	Changelog:
		v1.0 - 08.01.08
		First Release
		v1.5 - 08.26.08
		Added theme options
		v1.5.1 - 09.09.08
		-Updated with WP 2.6 image styles
*/

html, body { margin: 0; padding: 0; }

body { 
/*	background: #692514; */
/*	background: #dbdbdb; */
	background: #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px; 
	text-align: center;
/* background: url(images/winebg2.jpg) ; */
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #9d0000;
	text-decoration: none;
}
a:hover { color: #000; text-decoration: none; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, li, blockquote {color: #000;}
li {color: #730c0a;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #9d0000;
	font-style: italic;
}
blockquote blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #CC3300;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
hr.clearfix {
	clear: both;
	border: none;
	background: none;
}
.clearfix:after, 
.clearboth:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #9d0000;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #000;
	background: #ffc;
	border-bottom: 1px solid #666;
	border-top: 1px solid #dbdbdb;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 8px 3px;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.post h2 {
	border: none;
	background: none;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #9d0000;
	text-decoration: none;
}
h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #730c0a;
	text-decoration: none;
}
h5  { 
	color: #9d0000; 
	margin: 0px 0px 0px 0 ;  
	padding-bottom: 3px;  
	font:bold 14px Georgia, "Times New Roman", Times, serif; 
}


lmom { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
/*********************************************
		Container Div
*********************************************/
#container {
	background: #fff;
	text-align: left;
    margin: 0px auto;
    width: 960px;
    padding: 0px;
    border: 4px solid white;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
	position: relative;
}
#header .topbar {
	width: 940px;
	text-align: left;
	padding: 8px 10px; margin: 0px;
	background: #eca200;
	border-bottom: 1px solid #9E1915;
}
#header .topbar .date {
	float: left;
	width: 460px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 13px;
	font-weight: bold;
	color: #9E1915;
	padding: 0px 0px 0px 5px;
}
#header .topbar .rss {
	float: right;
	width: 470px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}
#header .topbar .rss a {
	background: url(images/toprss.png) 5px 1px no-repeat;
	padding: 0px 0px 0px 22px;
}
#header .topbar .rss a:hover {	
}
#headimg {
	clear: both;
	background: url(images/header.jpg) no-repeat;
	width: 960px; height: 120px;
	padding: 0px; margin: 0px;
	overflow: hidden;
}
#headimg a {
	display: block;
	width: 960px; height: 120px;
	overflow: hidden;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigation Styles
*********************************************/

/****************************** 
The top-level stuff 
*******************************/
/* This is style for the main #menu nav (the black) */
#menu {
	background: #eca200; /*f7f7f7*/
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	margin: 0px; padding: 0px;

	height: 36px; line-height: 36px;
	border-bottom: 1px solid #9E1915;
	border-top: 1px solid #9E1915;
	display: block;
}
/* This is the style for the first UL (the grey) */
#menu ul {
	display: block;
	float: left;
	background: transparent;
	width: 750px;
	height: 36px; line-height: 36px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	height: 36px; line-height: 36px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #9E1915;
}
/* The style for all links */
#menu a {
	color: #000;
	text-decoration: none;
}
/* The hover state colors and background for all LI items and links */
#menu li:hover a,
#menu li.sfhover a,
#menu li a:hover {
	color: #FFF;
	background: #730c0a;
	text-decoration: none;
}
/* This is the style for the top level links */
#menu ul li a {
	display: block;
	height: 36px; line-height: 36px;
	margin: 0px; padding: 0px 10px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
	background: #9d0000;
	color: #FFF;
}

/****************************** 
The second-level stuff 
*******************************/

/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 150px;
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	margin: 0px; padding: 0px;
	border-top: 1px solid #9E1915;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: #fdfdde;
	width: 180px;
	display: block;
	padding: 0px; margin: 0px;
	height: 30px; line-height: 30px;
	text-align: left;
	border: 1px solid #9E1915;
	border-top: none;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	background: #fdfdde;
	width: 170px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 30px; line-height: 30px;
	border: none;
	color: #000;
	font-weight: bold;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	color: #FFF;
	background: #730c0a;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 30px; line-height: 30px;
	font-weight: bold;
}

/****************************** 
The search box 
*******************************/
#menu #search {
	float: right;
	width: 160px; height: 36px; line-height: 36px;
	padding: 0px 5px 0px 10px; margin: 0px;
	background: url(images/search.png) 0px center no-repeat;
}
#menu #search #searchform {
	margin: 8px 0px 0px 0px; padding: 0px;
}
#menu #search .s {
	float: right;
	margin: 0px;
	width: 140px;
}


/*********************************************
		Featured Posts
*********************************************/
#feature {
	clear: both;
	display: block;
	width: 960px;
	margin: 0px 0px 0px 0px; padding: 0px;
	background: #9E1915;
	color: #ddd;
}
#feature img { float: left; 
               margin-left: 0px;
               margin-right: 10px;
               margin-top: 8px;
               margin-bottom: 20px;

               border: 2px solid;
               border-bottom: 3px solid;

               border-color: #eca200;
}
#feature h3 a {
	color: #eca200;
}
#feature h3 a:hover {
	color: #fff;
}
#feature p, ul, ol, blockquote{color: #ddd;}

#feature .left {
	float: left;
	display: block;
	width: 435px;
	background: none;
	margin: 0px; padding: 15px 20px;
	border-top: 0px solid #1F78B3;
}
#feature .right {
	float: right;
	display: block;
	width: 435px;
	background: none;
	margin: 0px; padding: 15px 20px;
	border-top: 0px solid #E7133B;
}
#feature a {
color: #eca200
}


/*********************************************
		 jTabber Styles
*********************************************/
#jtabber {
	margin: 0px 0px 10px 0px; padding: 0px;
	display: block;
}

#jtabber #nav {
	display: block;
	border-bottom: 1px solid #730c0a;
	padding: 5px 6px 4px 6px;
}
/* A tab before it is activate */
#jtabber #nav a {
	font: bold 11px;
	list-style: none;
	margin: 0 5px 0 0; 	padding: 8px 3px;
	color:#730c0a;
	text-decoration:none;
}
/* An Active Tab */
#jtabber #nav a.selected {
	color:#000;
	background: #eca200;
	text-decoration:none;
	padding: 5px 6px;
	-moz-outline: none;
	border: 1px solid #9d0000;
	border-bottom: none;
}

/* What an active tab will look like */
#jtabber .hiddencontent {
	clear: both;
	padding:10px;
	display: none;
}


/* The styles for the stuff inside the active tab */
#jtabber .hiddencontent {
}
#jtabber .hiddencontent a {
	text-decoration: none;
color: #730c0a;
}
#jtabber .hiddencontent a:hover {
	color: #9d0000;
	text-decoration: underline;
}
#jtabber .hiddencontent ul {
	list-style-type: disc;
	font-size: 13px;
	color:#000;
	margin: 0px; padding: 0px 0px 0px 15px;
}
#jtabber .hiddencontent ul li {
	margin: 0px; padding: 0px 0px 5px 0px;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	float: left;
	margin: 10px 15px 0px 15px;
	padding: 0px 0px 20px 0px;
	width: 620px;
	display: block;
	border-top: 4px solid #730c0a;
}
#content img {
	padding: 10px 10px 10px 0px;
}
.post {
	background: #ffc;
	padding: 10px; margin: 0px 0px 10px 0px;
	border: 1px solid #730c0a;
color:#000;
}
.post-more { /* Use this class to style the "more" tag */
	clear: both;
	text-align: right;
	margin: 10px 0px 10px 0px; padding: 0px;
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
	color: #730c0a;
	padding: 5px;
}
.post-more a:hover {
	color: #9d0000;
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px;
	background: transparent;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px;
	margin: 10px 0px;
	background: none;
}
.meta-date {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(images/date.png) 0px 1px no-repeat;
}
.meta-author {
	margin: 0px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 155px;
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
	padding: 5px 0px 6px 0px;
	margin: 0px;
}
#l_sidebar ul li ul li a {
	margin: 0px 0px 0px 5px;
	display: block;
}
#l_sidebar ul li ul li a:hover {
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 5px 0px 6px 5px;
	margin: 0px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	width: 155px;
color: #6f002c;
	margin: 10px 0px 15px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
color: #6f002c;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 5px 0px 6px 0px;
	margin: 0px;
}
#r_sidebar ul li ul li a {
	margin: 0px 0px 0px 5px;
	display: block;
}
#r_sidebar ul li ul li a:hover {
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}

/*********************************************
	Middle Sidebar - the one with the video :-)
*********************************************/
#m_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	background: #f7f7f7;
	width: 205px;
	margin: 10px 15px 15px 0px; padding: 0px 0px 0px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#m_sidebar p {
	padding: 3px;
	text-align: justify;
	
}
#m_sidebar img {
	text-align: center;
}
#m_sidebar form {
	padding: 0px;
	margin: 5px;
}
#m_sidebar .video {
	text-align: center;
	margin: 0px 0px 5px 0px;
}
#m_sidebar .video embed, #m_sidebar .video object {
	width: 190px; height: 160px;
	margin: 0px; padding: 0px;
}
#m_sidebar .sidenotes {
	padding: 3px;
}
#m_sidebar .sidenotes p {
	padding: 0px;
	margin: 5px 0px;
}
#m_sidebar .title {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #333;
	margin: 0px 0px 5px 0px;
}
#m_sidebar .title a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
#m_sidebar .title a:hover {
	color: #E9133B; text-decoration: none;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .gravatar {
	width: 75px;
	margin: 0px 0px 10px 10px; padding: 3px;
	float: right;
	border: 1px solid #dbdbdb;
}
#comments .gravatar img {
	margin: 0px; padding: 0px;
}
#comments .even {
	margin: 5px 0px 10px 0px;
	padding: 10px;
	background: #f7f7f7;
	overflow: hidden;
	border: 1px solid #dbdbdb;
}
#comments .odd {
	margin: 5px 0px 10px 0px;
	padding: 10px;
	background: #f7f7f7;
	overflow: hidden;
	border-top: 1px solid #dbdbdb;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	margin: 15px 0px 0px 0px;
	padding: 10px 10px;
	color: #730c0a;
	border-top: 2px solid #730c0a;
	text-align: center;
	font-size: 11px;
	background: #Ffc;
	border-bottom: 1px solid #fff;
}
#footer a {
	color: #730c0a;
	text-decoration: underline;
}
#footer a:hover {
	color: #9d0000;
	text-decoration: none;
}

/*********************************************
		The Obligatory WP Stuff
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}