/*  
Theme Name: Brighton
Theme URI: http://stemwinderproductions.com/
Description: A custom theme designed exclusively for Carl Honore.
Version: 1.0
Author: Joshua Smith
Author URI: jsmith@stemwinderproductions.com
*/

body {
	background: #fbfaf4 url(img/bg_bar.png) repeat-x;
	/*border-top: 6px solid #312f22;*/
	color: #000;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: blue;
}

a img {
	border: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

a:active, a:focus{
	outline: none;
}

#wrapper{
	margin: 0px auto;
	width: 800px;
	text-align: left;
	position: relative;
}

.masthead{
	position: relative;
}

.nav{
	text-align: center;
}

.side{
	background: url(img/bg_mark.png) repeat-y;
}

.side_container{
	background: url(img/bg_mark_top.png) no-repeat;
	background-position: top left;
}

.side_inner{
	background: url(img/bg_mark_bottom.png) no-repeat;
	background-position: bottom left;
	padding-bottom: 150px;
}

td#main{
	padding: 8px;
}
td#main a, td#main a:visited{
	color: #48749b;
	text-decoration: none;
}
td#main a:hover{
	text-decoration: underline;
}

.footer{
	width: 100%;
	margin: 8px 0 0 0;
	height: 201px;
	background: url(img/bg_footer.png) repeat-x;
}

.outro{
	margin: 0px auto;
	width: 800px;
}

/*****************/

.feedback{
	padding: 0 0 0 23px;
	background: url(img/icon_comments.gif) no-repeat 1px 1px;
	line-height: 16px;
}

.meta{
	float: right;
	padding: 0 0 0 22px;
	background: url(img/icon_tag.gif) no-repeat 1px 1px;
	line-height: 16px;
}


/*****************/

.outro h4{
	color: #605c40;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 22px 0 6px 0;
}

.oleft{
	text-align: left;
}

.oright{
	text-align: left;
}
.oright img{
	border: 3px solid #ccc;
	float: left;
	margin-right: 6px;
}

.btitle{
	display: block;
	font-size: 14px;
}

.btitle a, .btitle a:visited, .bdesc a, .bdesc a:visited{
	color: #48749b;
	text-decoration: none;
}
.btitle a:hover, .bdesc a:hover{
	text-decoration: underline;
	color: #48749b;
}

.bdesc{
	color: #717068;
	font-size: 10px;
}




/* NAVIGATION TABS */
.navigation{
	font-size: 16px;
	font-family: Verdana, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-align: center;
}
.navigation table{
	margin: 0px auto;
}

.navigation a, .navigation a:visited{
	padding: 8px 17px 12px 17px;
	color: #312f22;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.navigation a:hover{
	background: url(img/bg_tab_on.png) repeat-x;
	color: #FFFFFF;
}

.navigation a.currentTab{
	background: url(img/bg_tab_on.png) repeat-x;
	color: #FFFFFF;
}

.navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
}

.navigation li{
	list-style: none;
	margin: 0;
	margin-left: 1px;
	padding: 0;
	display: inline;
	height: 36px;
	float: left;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

.date{
	color: #999;
	margin-top: -7px;
}

/* FROM KUBRICK */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* READER COMMENTS */
.rcsep{
	clear: both;
	height: 2px;
	margin: 0;
}

.rcitem{
	margin: 0 0 2px 0;
	clear: both;
	position: relative;
	background: none;
}

.rcitem div{
	float: left;
	margin-right: 2px;
	background: #b6b4a5;
	padding: 6px;
	font-size: 11px;
	color: white;
}

.rcn{
	color: #7f7f04 !important;
	font-weight: bold;
	background: #b6b4a5 url(img/icon_rc.gif) no-repeat 5px 5px !important;
	padding-left: 27px !important;
}
.rcn a, .rcn a:visited{
	color: #7f7f04;
	text-decoration: none;
}
.rcn:hover{
	text-decoration: none;
}

.rctitle{
	font-weight: bold;
	width: 320px;
}
.rctitle span{
	font-style: italic;
	font-weight: normal;
}
.rctitle a, rctitle a:visited{
	color: white;
	text-decoration: none;
}
.rctitle a:hover{
	text-decoration: underline;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.ifr {
	visibility: hidden;
}

.sIFR-hasFlash h2.ifr {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3.ifr {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 36px;
	margin-bottom: 0;
	margin-top: 0;
}

.sIFR-hasFlash h4.ifr {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


/*********/

#menu{
	padding: 45px 8px 0 10px;
}

#menu ul{
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}

#menu li{
	width: 160px;
	padding: 0 0 0 20px;
}

#menu li a, #menu li a:visited{
	display: block;
	padding: 4px;
	color: #7f7f04;
	text-decoration: none;
}

#menu li:hover, #menu a:hover{
	text-decoration: none;
}
#menu li:hover{
	background: #cfcec7 url(img/icon_arrow.gif) no-repeat 5px 3px;
}
#menu li.rss:hover{
	background: #cfcec7 url(img/icon_rss.gif) no-repeat 5px 3px;
}

#menu h4{
	color: #333;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.post{
	margin: 0 0 64px 0;
}



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	line-height: 1.1em;
	font-size: 10px;
}

.storycontent{
	line-height: 18px;
}

#mycarousel td{
	text-align: center;
}

p.reviews{
	margin-bottom:0;
	font-style:italic;
}

div.reviews{
	margin:0;text-align:right;font-weight:bold
}