/*  
Theme Name: West of the Boulevard News
Theme URI: http://wotbn.org/
Description: The best theme on the entire earth.
Version: 2.0
Author: PharrOut
Author URI: http://pharrout.com/
*/

/* Zeros =====================================================================*/
body, p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, form, hr {
	padding: 0;
	margin: 0;
}


/* =General ================================================================= */
body {
	background-color: #804922;
	font-size: .85em;
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
	line-height: 1.45em;	
}
h1 {
	margin-bottom: 20px; 
}
h2 {
	margin: 0 0 5px 0;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.2em;
}
h3 {
	margin-bottom: 5px;
}
ul, ol {
	margin-left: 20px;
	margin-bottom: 20px;
}
hr {
	margin: 20px 0 20px 0;
	border: none;
	background-color: #9F715F;
	height: 1px;
}
p {
	margin-bottom: 17px;
}
a {
	color: 	#C69438;
	text-decoration: none;
	border-bottom: solid 1px #C69438;
}
a:hover {
	border-bottom: solid 1px #A0693B;
}
img {
	border: solid 1px #CA8D43;
	padding: 2px;
}
blockquote {
	font-size: .9em;
	width: 90%;
	margin: 20px auto 20px auto;
	padding-top: 10px;
	/*border-top: solid 2px #5F2C19;
	border-bottom: solid 2px #5F2C19;*/	
}

/* =Classes ================================================================= */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.flush {
	margin-top: 0;
}
.bflush {
	margin-bottom: 0;
}
.clear {
	clear: both;
}
.left {
	margin: 0 10px 10px 0;
}
.photoCredit {
	text-align: right;
	font-style: italic;
	font-size: .9em;
}
span.highlight {
	/*background-color: #02C1A2;*/
	background-color: #804834;
	font-weight: bold;
	padding: 3px;
	color: #fff;
}
.authorsBio {
	background: #6A3522;
	padding: 10px;
	font-size: .8em;
}
.authorsBio p {
	font-style: italic;
}

/* light colors */
.photoCredit, .theDate, .postmetadata, .commentMeta, #commentform {
	color: #BF9782;
}
.textbox {
	width: 155px;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
}
/* =Site Wide Width ==========================================================*/

.container {
	width: 700px;
	margin: 0 auto 0 auto;
}

/* =Structure ================================================================*/
#header {
	background: #804922 url(images/background.png) repeat-y center top;
}
#header .container {
	background: #B98A34;
	position: relative;
	padding: 10px 0 10px 0;
}
#header h1 {
	height: 59px;
	background: url(images/wotbn.gif) no-repeat center center;
	text-align: center;
	margin: 0;
	margin-top: 5px;
}
#header h1 a {
	display: block;
	height: 59px;
	text-indent: -9999px;	
	border: none;
	outline: none;
}
#header h2 {
	text-align: center;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
}
#todaysDate {
	position: absolute; 
	bottom: 0;
	right: 20px;
	color: #fff;
	font-size: .8em;
	font-style: italic;	
}

/* Menu ========== */
#menu {
	background: #6F3926;
	padding: 10px 50px 10px 50px;
	border-top: solid 8px #6A3522;
	border-bottom: solid 8px #6A3522;	
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
	padding-right: 29px;
}
#menu li a {
	font-size: 1.5em;
	font-family: georgia, sans-serif;
	text-decoration: none;
	border-bottom: none;
	font-style: italic;
}
#menu a:hover {
	color: orange;
}


#byline {
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #5F2C19;
	/*border-bottom: solid 1px #9F715F;*/
	font-weight: bold;
}
#byline p {
	margin: 0;
}

/* Main structure ========== */
#mainContainer {
	background: url(images/background.png) repeat-y center top;
	margin: 0;
	padding: 0;
}
#mainContainer .container {
	background-color: #8A513C;
	color: #ddc8b4;
}
#leftCol {
	width: 390px;
	float: left;
	padding: 0 20px 20px 20px;
	background-color: #6F3926;	
}
#middleCol {
	width: 250px;
	float: left;
	padding: 20px 0 20px 0;
}
#middleCol .padding {
	padding: 0 0 0 20px;
}


/* Box ========== */
.box {
	background: #6F3926;
	font-size: .8em;
	padding: 10px;
	margin-bottom: 10px;
}
.box h2 {
	color: #FFEAD5;
	margin: 0 0 7px 0;
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
#qq p {
	margin: 0;
	padding: 0;
}
.box p span {
	font-size: 1.5em;
}


#subline {
	clear: both;
	padding: 40px 0 40px 0;
	text-align: center;
	background-color: #5F2C19;
	border-top: solid 1px #9F715F;
}
#footer {
	padding: 40px 0 40px 0;
}

#subline img, #subline a{
	border:none;
        margin-top:20px;
}


#searchform {
	margin-bottom: 20px;
}
/* =Post ================================================================*/
.theDate {
	font-size: .8em;
	text-align: right;
	background-color: #5F2C19;
	margin: 0 -20px 10px -20px;
	font-stretch: condensed;
	font-weight: bold;
}
.theDate span{
	display: block;
	margin-right: 10px;
	padding: 0;
	height: 20px;	
	text-transform: uppercase;
}
.post {
	margin: 0 0 5px 0;
	border-bottom: solid 10px #6a3522;
}
.page .post {
	border-bottom: none;
}
.page {
	padding-top: 20px !important;
}
.single .post, .page .post {
	margin-bottom: 0;
}
.post h2 {

}
.post h2 a, #featureHeading a {
	display: block;
	color: #FFEAD5;	
	/*border-bottom: solid 1px #966956;*/
	border-bottom: none;
}
.post h2 a:hover, #featureHeading a:hover {
	/*border-bottom: solid 1px #CBAA95;*/
	color: orange;
}
.postmetadata {
	clear: both;
	font-size: .8em;
}
#error404 {
	margin: 40px 0 40px 0;
	text-align: center;
	font-size: 1.5em;
}
#error404 span {
	font-family: georgia;
	font-size: 3.5em;
}

/* =The byrd ==========================================================*/
table.byrd {
	margin: 10px 0 10px 0;
	width: 100%;
}
tr.even {
	background-color: #6A3522
}
p.reviewLink {
	text-align: right;
}

/* =Recent Comments ==========================================================*/
#recentComments {
	list-style-type: none;
	margin: 10px 0 10px 0;
	border-top: solid 1px #CBAA95;		
}
#recentComments li {
	font-size: .8em;
	border-bottom: solid 1px #CBAA95;
	padding: 3px;
}
#recentComments li.odd {
	background-color: #8A513C;
}
#recentComments li.even {
	background-color: #956144;
}

/* =Cal ================================================================*/
.calendar {
	list-style-type: none;
	margin: 10px 0 10px 0;
	border-top: solid 1px #CBAA95;	
}
.calendar li {
	/*background: #7E4632;*/
	font-size: .9em;
}
.calendar ul {
	list-style-type: none;
	margin: 0;
}
.calendar ul li {
	font-size: .9em;
	border-bottom: solid 1px #CBAA95;
	padding: 5px 5px 5px 10px;
}
#weeklies {
	margin: 0 -10px 0 -10px;
}
.weeklies li {
	font-size: 1em;
	border-bottom: solid 1px #CBAA95;
	padding: 5px 5px 5px 10px;
}
.calDate {
	font-weight: bold;
	font-size: 1.1em;
}
p.calOrg {
	display: inline;
	margin: 0;
	padding: 3px;
	font-weight: bold;
}
p.calDesc {
	display: inline;
	margin: 0;
}
.calendar li.even {
	background-color: #956144;
}
.calendar li.even p.calOrg {
	background-color: #8A513C;
}
.calendar li.odd {
	background-color: #8A513C;
}
.calendar li.odd p.calOrg {
	background-color: #956144;
}
body {
	padding: 0;
	margin: 0;
}

/* =Comments ================================================================*/
#comments {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#comments span {
	font-family: georgia;
	font-size: 3.5em;
}	
.commentList {
	list-style-type: none;
	margin: 0;
}
.commentList li {
	padding: 10px 0 0 0;
	font-size: .85em;
	border-bottom: solid 1px #966956;
}	
.commentMeta {
	margin-top: 5px;
	font-style: italic;
}
#commentform {
	margin-top: 40px;
}
#commentform label {
	display: block;
	font-size: .8em;
}
#commentContainer {

}
#commentform input, input {
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
	font-size: .9em;
	padding: 5px;
	border: none;
}
#comment {
	width: 300px;
	height: 165px;
	border: none;
	font-family: "Lucida Grande", verdana, arial, sans-serif;	
	font-size: .9em;
	padding: 5px;
}
#author {
	width: 150px;
}
#email {
	width: 150px;
}
#url {
	width: 150px;
}
/* =Ads ======================================================================*/
.ad {
	text-align: center;
}
.ad img {
	border: none;
}
.ad p {
	text-align: left;
}

#adImage {
	display: block;
	text-align: center;
	margin-top: 5px;
	text-decoration: none;
	border: none;
}
#adImage img {
	border: solid 5px #fff;
	padding: 0;
}
#advertiser a {
	font-weight: bold;
}

/* =Classifieds ==============================================================*/

.classifiedColumn {
	width: 155px;
	width: 135px;
	float: left;
	background-color: #6A3522;
	margin: 0 5px  0 5px;
	padding: 5px;
}
.classifiedColumn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.classifiedColumn ul li {
	font-size: .75em;
	margin: 0 0 10px 0;
}


.singleCol #rightCol {
	width: 620px;
}

ul.photos {
	list-style-type: none;
}
ul.photos li {
	float: left;
	margin: 5px;
}