/*
Theme Name: Big Damn Band
Theme URI: 
Description: The default bbPress theme for Rev. Peyton's Big Damn Band.
Version: 0.1
Author: Andrew A. Powell
Author URI: http://www.traderelic.com
*/

/* ------------------------------------- */
/* bbPress Styles */
/* ------------------------------------- */

/* Structure
=================================== */
.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

.submit { text-align: right; }


/* Login Form
=================================== */
.login {
	margin: 0 0 31px 0px;
	font-weight: normal;
	color: #444;
	font-size: 12px;
	overflow: hidden;
}

form.login {
	bottom: 15px;
}

.login p { margin: 0; padding: 0; }

.login label {
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {
	margin: 14px 0 0 5px;
	float: left;
	display: block;
	clear: left;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0 0 0 5px;
	vertical-align: baseline;
}

.remember {
	clear: both;
	margin: 0 0 15px 0;
	overflow: auto;
}

/* frontpage
=================================== */
#hottags {
	margin: 15px 0 0 0;
	width: 135px;
	overflow: hidden;
	clear: both;
}

.frontpageheatmap {
	position: absolute;
	font-weight: normal;
	line-height: 30px;
	width: 135px;
	padding-bottom: 10px;
	clear: both !important;
}

#sidebar .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#front-page h2, #forum-page h2, h2.post-form, #userlogin, #currentfavorites, #register, #sidebar h2 {
	color: #AA3F32;
	border-bottom: 1px solid #AA3F32;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

.search { margin: 10px 0 0 0;}

.zero {	margin: 0; padding: 0;}

/* Tables
=================================== */
#latest td, #forumlist td, #favorites td { padding: 5px 10px; border-bottom: 2px solid #FFF;}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #FFFBE8; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #AA3F32;
	background-color: #FFFBE8;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background-color: #E6E2D1;
	margin-bottom: 2em;
	width: 100%;
}

/* Profile Page
=================================== */

#member-nav {
	margin: 0;
	padding: 0;
}

#member-nav h3 {
	margin: 0;
	padding: 0;
}

#profile-menu {
	margin: 10px 0 0 0;
	padding: 0;
}

#profile-menu li {
	display: inline;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #FFFBE8;
	border: 1px solid #E6E2D1;	
	margin: 5px 5px 0 0;
	padding: 5px;
}

#profile-menu li.current a {
	/*background-color: #bbb;
	border-top: 1px solid #9e9e9e;*/
}

#profile-menu li a:hover {
	background-color: #E6E2D1;
	text-decoration: none;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }


/* Login, Register, Profile Edit
=================================== */
#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
/*	border: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #E6E2D1;*/	
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	margin: 5px 0 0 0;
	color: #000;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}


/* Topic Page
=================================== */
.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #E6E2D1;
	float: right;
	padding: 0 0 0 .5em;
}

#topic-tags ul {
	margin: 0;
	padding: 0;
}

#topic-tags ul li {
	list-style-position: inside;
}

#tag-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
	list-style-type: none;
}

#thread .alt {
	margin: 10px 0 10px 0;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1em;
	margin-left: 140px;
	background-color: #FFFBE8;
	border: 1px solid #E6E2D1;	
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #E6E2D1;
}


.threadpost .post {
    background: none;  
} 

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	background: url(images/post-divider-3.png) top center no-repeat;
	margin: 10px 0 0;
	padding: 20px 0 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #FFFBE8;
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #E6E2D1;
}

.postform fieldset {
	border: none;
}

.postform textarea {
	margin: 5px 0;
	padding: 5px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

.admin fieldset {
	border: 1px solid #AA3F32;	
}

/* Search
=================================== */
#search-page fieldset {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #AA3F32;
	margin: 0;
	padding: 0 0 10px 10px;
	margin-bottom: 15px;
	/*background-color: #E6E2D1;*/
	color: #000;
}

#search-page legend {
	/*margin: 12px 0 0 0;*/
	padding: 0;
	text-align: left;
	color: #000;
}


/* ------------------------------------- */
/* WordPress Styles */
/* ------------------------------------- */
body {
	font-size: 14px; /* Resets 1em to 10px */  
	font-family: 'Century Gothic', Arial, Verdana, Helvetica, sans-serif; 
	color: #333; 
	text-align: center;
	background: #000000 url(images/body-bgorange.jpg) repeat-x;  
	}

#page {
    background: #fff url(images/page-bg.jpg) repeat-y;
	text-align: left;
	overflow: auto; /* firefox fix */
	}

#page-top {
    height:10px;
	background: url(images/page-top-bg.jpg) no-repeat;
    }	

#headerimg 	{ 
	margin: 0; 
	padding:0;
	background:  url('images/headerimg3.gif') no-repeat top center; 
	} 

#content {
	line-height: 18px;
	}

.narrowcolumn .entry  {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

#searchform {
   	background: url(images/search-bg.jpg) no-repeat;  
	}

#footer { 
    background: #560000 url('images/footer-bg.jpg') no-repeat top center; 
	border: none;
	font-size:10px; 
	}

#footer-top {
    height:60px;
	}	
	
#footer a { color: #ff9900; }	
	
small {
	font-family: 'Century Gothic', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Century Gothic', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 36px;
	text-align: left;
	color:#fff;
	}

#header div.description {
	font-size: 14px;
	text-align: left;
	color:#ccc;
	padding:0;
	margin:0;  
	padding-left:30px;
	height:26px;
	}

h2 {
	font-size: 30px; 
	line-height:30px;
	}

h2.pagetitle {
	font-size: 1.6em; 
	}

#sidebar h2 {
	font-family: 'Century Gothic', Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12pt;
	color:#aa3f32;
	height:29px;
	font-weight:normal;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #990000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ff6600;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Century Gothic', Arial, 'Lucida Grande', Verdana, 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: 'Century Gothic', Arial, 'Lucida Grande', Verdana, Sans-Serif;

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px 'Century Gothic', Arial, Verdana, 'Lucida Grande', Sans-Serif;
	line-height: 18px; 
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #8c8875; 
	}

pre, code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ff6600;
	text-decoration: none;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Century Gothic', Arial, 'Lucida Grande', Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	padding: 0;
	margin: 0 auto;
	width: 734px; 
	min-height:600px;
	margin-top:10px;
	clear:both;
	}

#page-body {
	padding: 0;
	margin: 0 auto;
	width: 734px; 
	min-height:600px;
	}

/* HEADER STRUCTURE  */
	
#header {
    text-align:left;
    margin: 0 auto; 
	padding: 0; 
	height: 314px;  
	width:734px;
	}

#header-top {
    height:85px; 
}

#header-bottom {
    padding-top:1px;
    height:228px;
}		
	
#headerimg {
    height: 202px;
    width:734px; 
	}

/* PAGE MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu-bar {
	width:100%;
	position:relative; 
	z-index:100;
    margin:0;
	padding:0;
	height: 26px;
}

/* hack to correct IE5.5 faulty box model */
* html #menu-bar {
	width:100%;
	w\idth:100%;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu-bar ul {
	padding:0;
	margin:0 0 0 18px;
	list-style-type:none;
}

#menu-bar ul ul {
	margin: 0;
	width: 84px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-bar li {
	float:left;
	width: 84px;
	position:relative;
	line-height:26px;
	margin: 0 4px 0 0;
}

/* style the links for the top level */
#menu-bar a, #menu-bar a:visited {
    font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	margin-right:4px; 
	width:84px;
	height:26px; 
	text-decoration: none;
	float: left;
	background: #fbb11c url('images/pagemenu-inactive-bg.gif') bottom center no-repeat; 
    color:#feeea0;
	text-align:center;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu-bar a, * html #menu-bar a:visited {
	width:84px; 
	w\idth:84px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu-bar ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:26px;
	left:0; 
	width:84px;
	border-top:1px solid #AA3F32;
}

/* another hack for IE5.5 */
* html #menu-bar ul ul {
	top:26px;
	t\op:27px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu-bar table {
	position:absolute; 
	top:0; left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#menu-bar ul ul a, #menu-bar ul ul a:visited {
	background:#FFFBE8; 
	color:#000; height:auto; 
	/*line-height:1em; */
	padding:5px 10px; 
	width:64px;
	border-width:0 1px 1px 1px;
	background-image: none !important;
}

/* yet another hack for IE5.5 */
* html #menu-bar ul ul a, * html #menu-bar ul ul a:visited {
	width:84px;
	w\idth:84px;
}

/* style the top level hover */
#menu-bar a:hover, #menu-bar ul ul a:hover{
 	background: #fbb11c url('images/-active-bg.gif') bottom center no-repeat; 
    color:#cc0000;
	text-decoration: none;
}
#menu-bar :hover > a, #menu-bar ul ul :hover > a {
 	background: #fbb11c url('images/pagemenu-active-bg.gif') bottom center no-repeat; 
    color:#cc0000;
	text-decoration: none;
}

#menu-bar ul li.current_page_item a {
    background:  url('images/pagemenu-active-bg.gif') bottom center no-repeat; 
    color:#AFD0E3; 
	}

#menu-bar ul li.current_page_item ul li a {
    background:  url('images/pagemenu-inactive-bg.jpg') bottom center no-repeat; 
    color:#990000;
	}		

/* make the second level visible when hover on first level list OR link */
#menu-bar ul li:hover ul,
#menu-bar ul a:hover ul{visibility:visible; }

	
/* END HEADER  STRUCTURE */	
	
#content {
    float:left;
	width:500px;
	min-height:600px;
	margin:0;
	padding:8px 10px 8px 10px;
	clear:right;
	}

.narrowcolumn { 
	padding:0;
	padding-left:0px;
	margin:0;
}

.narrowcolumn .entry {
   margin:0;
   padding:0;   
}
	
.post-head {
    float:left;
    clear:right;
	margin-top: 20px;
	}
	
.post-head h2 { margin:0; padding:0; }	

.post {
	text-align: justify;  
	padding-bottom:20px;
	margin-bottom:20px;
	/*background: #fff url(images/post-divider-3.png) bottom center no-repeat;*/
	} 

.narrowcolumn .post {
	background: #fff url(images/post-divider-3.png) bottom center no-repeat;
	}	

.post hr {
	display: block;
	}

.date-posted { 
    float:left;
	margin-top: 15px;
	text-align:center;
	height:59px;
	width:50px;
	background: url(images/post-date-bg.png) center center no-repeat;
	margin-right:10px; 
	color:#fff;
	font-family: 'Century Gothic', Arial;
	}	

.dp-year {
    padding-top:4px;
	font-size:10px;
	height:15px;
 }

.dp-day {
    font-size:18px;
	font-weight:bold;
	}

.dp-month {
    font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:12px;  
	}

.entry {
    padding-left: 60px;
    }
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto; 
	height:126px; 
	width:100%;
	}

#footer p {
	margin: 0;
	text-align: center; 
	color: #999999;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding:0;
	margin: 0;
	padding-left:30px;
	padding-top:10px;  
	}

h2 {
	margin: 5px 0px; 
	}

h2.pagetitle {
	text-align: left;
}

#subscribe-rss {
   float:right;
   width:157px;
   height:40px;
   background: url(images/subscribe-rss-bg.gif) no-repeat;
   margin-right:8px; 
   }

#subscribe-rss a {
   font-size: 12px;
   padding: 10px 43px 2px 15px;
   line-height:40px;
   background: url(images/rss-icon.jpg) no-repeat bottom right;
   font-weight:bold;
   color:#feeea0;
   }   
   
#sidebar h2 {
	margin: 0;
	padding-left: 12px;
	line-height:28px; 
	font-weight:bold;
	}

h3 {
	padding: 0;
	margin: 25px 0 0;
	}

h3.comments {

	}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 20px 15px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -5px;
	} 

html>body .entry li {
	margin: 7px 0 8px 0px;  
	}

.entry ul {
   margin-left:15px;
}

.entry ul li {
   padding:0;
   padding-left:10px;
}	
	
.entry ul li:before {
	color: #006699;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul ul li:before {
	color: #ff6600;
 	} 	
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	width: 100%;
	height:65px;
	padding-left:12px;
    }

#searchform div {
   padding-top:10px;   
}

#sidebar #searchform #s {
	width: 135px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin-top:5px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform , #respond {
   margin:0;
   padding:0;
   }	
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0; 
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
margin-bottom: 2em;}
/* End Form Elements */

/* Begin Comments*/
/*.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.commentlist li ul li {
    list-style: disc outside;
    border:0;
	padding:2px;
	}
	
.commentlist li ol li {	
	list-style: decimal outside;
	border:0;
    margin-left:4px;
	padding:2px;
	}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar {
    float:left;
	padding: 0;
	width: 165px;  
	min-height: 430px;
	padding:10px 15px 10px 15px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar p {
    padding:5px;
	}	
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 10px 20px 10px 20px;
	background-color:#fffbe7;
	}

blockquote blockquote { 
    background-color:#fff; 
	padding: 5px; 
    padding:5px 10px 5px 10px;
	font-weight:normal;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
    font-size:11px;
 	text-align: center;
	margin-left:5px;
	margin-top: 10px;
	margin-bottom: 30px; 
	}
/* End Various Tags & Classes*/  

.pagenav ul li a {
    font-size: 12px;
	}
	
.pagenav ul li a:hover {
    color:#cc0000;
	}		

.pagenav ul li.current_page_item a {
    color:#cc0000; 
	}

#popular-post {
   float:left;
   width:306px;
   height:142px;
   padding:20px 30px 30px 30px;
}

#popular-post ul, #recent-post ul {
   padding:0;
   margin:0;
   }
#recent-post {
   float:left;
   width:316px;
   height:142px;
   padding:20px 30px 30px 12px;
}

#recent-post h2, #popular-post h2 { 
   font-size:18px;
   text-transform:uppercase;
   font-weight:bold;
}

#recent-post li, #popular-post li{ 
   list-style-type:none;
   margin:0;
   padding:2px;
}

#recent-post li a, #popular-post li a{
   font-weight:bold;
   color:#cc0000;
   font-size:14px;
}

#recent-post li:before, #popular-post li:before {
	content: "\00BB \0020";
	color: #cc0000;
	font-weight:bold;
}