/* 
	Theme Name: SpitzWatch WordPress Theme
	Theme URL: http://www.spitzwatch.com
	Description: SpitzWatch is a multi dimensional theme created by former Anthrax guitarist Dan Spitz for WordPress.
	Author: SpitzWatch
	Author URI: http://www.spitzwatch.com
	Version: 1.1
	Tags: multiple columns, fixed width, custom, white, gray, wood  multiple sidebar widgets, multiple headers
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.1 - 3/4/09
		Ensure's compatibility with WordPress 2.7
*/

body {
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/backline.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	
#wrap {
	color: #C0C0C0;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #0C0C0C;
	background-image: url(images/cocobolobr.jpg);
	background-repeat: repeat;
	background-position: center top;
	overflow: hidden;
	}

	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
#flash_creds {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}


	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	height: 200px;
	padding: 0px;
	overflow: visible;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/navbr.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
#header_blogonly {
	width: 960px;
	height: 200px;
	padding: 0px;
	overflow: visible;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: transparent;
	background-image: url(images/navbr.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	color: #333333;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #333333;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}

.headerleft {
	width: 200px;
	float: left;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.headerleft_blog {
	width: 220px;
	float: left;
	overflow: visible;
	background-color: transparent;
	background-image: url(images/logocard_blog.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 230px;
}
.feeds_left   a {
	background-color: transparent;
	height: 32px;
	width: 34px;
	margin-top: 154px;
	margin-right: 0px;
	float: left;
	margin-left: 22px;
	background-image: url(images/logocard_blogrss.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	display: block;
}
.feeds_left  a:hover {
	background-color: transparent;
	background-image: url(images/logocard_blogrss.png);
	background-repeat: no-repeat;
	background-position: 3px -32px;
	height: 33px;
	width: 33px;
	text-decoration: none;
}

.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	width: 155px;
	float: right;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	background-image: url(images/rsscard_2.png);
	height: 178px;
	}
.mailfeed_right   a {
	background-color: transparent;
	height: 60px;
	width: 57px;
	margin-top: 51px;
	margin-right: 0px;
	margin-left: 20px;
	float: left;
	z-index: 0;
}
.mailfeed_right a:hover {
	background-color: transparent;
	background-image: url(images/rss_mail_home_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
	text-decoration: none;
	height: 60px;
	width: 57px;
}
.feeds_right  a {
	background-color: transparent;
	height: 33px;
	width: 34px;
	margin-top: -6px;
	margin-right: 51px;
	z-index: 3;
	float: right;
}
.feeds_right  a:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/rsscard_2_hover.png);
	height: 33px;
	width: 34px;
}
.headerright_blog {
	width: 155px;
	float: right;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: visible;
	background-image: url(images/motocard_blog.png);
	height: 301px;
	background-repeat: no-repeat;
	background-position: right top;
}
.mailfeedblog_right a    {
	background-color: transparent;
	height: 116px;
	width: 116px;
	margin-top: 186px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	background-image: url(images/rss_mail_blog.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.mailfeedblog_right a:hover {
	background-color: transparent;
	background-image: url(images/rss_mail_blog.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 116px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: 0px -116px;
}


	
.headerright p {
	margin: 0px;
	padding: 0px 50px 0px 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
#tweet {
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 180px;
	float: left;
	margin-top: -24px;
	margin-left: -40px;
}
#followus_tweet {
	background-repeat: no-repeat;
	background-position: center top;
	height: 54px;
	width: 113px;
	float: right;
	margin-top: -24px;
	margin-left: 0px;
}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 530px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	color: #FFFFFF;
	z-index: 3;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 690px;
	margin: 0px 0px 15px 0px;
	padding: 20px 19px 0px 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #B9992D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9992D;
	}
	
#homepage a:hover {
	color: #798FE8;
	text-decoration: none;
	border-bottom: 1px dotted #798FE8;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage h1 {
	color: #222222;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h1 a  {
	color: #222222;
	text-decoration: none;
	border: none;
	}

#homepage h1 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#homepage h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Tahoma;
	}
	
#homepage h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#homepage h4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

#homepage embed, #homepage object {
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	background: url(images/arro.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.watchreview_left {
	float: left;
	width: 371px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
.watchreview_top {
	float: left;
	width: 370px;
	background-image: url(images/wreviews_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	height: 12px;
}
	
.homepageleft {
	float: left;
	width: 370px;
	background-image: url(images/wreviews_br.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.vidreview_right {
	float: right;
	width: 292px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homepageright_top {
	float: right;
	width: 290px;
	padding: 0px;
	background-image: url(images/vidreviews_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	margin: 0px;
	height: 8px;
}


.homepageright {
	float: right;
	width: 290px;
	padding: 0px;
	background-image: url(images/vidreviews_br.png);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.homebox {
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	}
#reviewfooter {
	background-image: url(images/shelf_home_review.png);
	background-position: center top;
	height: 56px;
	width: 370px;
	margin-left: 0px;
	float: left;
	background-repeat: no-repeat;
	clear: both;
}
#vid_reviewfooter {
	background-image: url(images/vidreviews_foot.png);
	background-position: right top;
	height: 56px;
	width: 291px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	margin-left: 0px;
}
.homepage_bb_top {
	float: left;
	width: 588px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	background-image: url(images/wnews_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17px;
}
.homepagebigbottom {
	float: left;
	width: 588px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	background-image: url(images/wnews_br.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bigbottom_footer {
	background-image: url(images/shelf_home1.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 74px;
	width: 678px;
	margin-left: 12px;
	margin-bottom: 70px;
}
.postmeta_homepage {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px none #BBBBBB;
	background-color: #000000;
}
.datetime_homepage  {
	font-size: 9px;
	font-style: italic;
}



	
	
#fcg {
	padding: 10px;
	z-index: 20;
	margin-top: -288px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	position: relative;
	background-image: url(../../gallery/featured/spitzwatch-new-logo2_master_small_merged_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 259px;
	width: 570px;
	}

	
#fcg p {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
.homepage_fcg_top {
	width: 677px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	background-image: url(images/wnews_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17px;
	position: relative;
}
#fcgbr {
	background-image: url(images/wnews_br.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 677px;
	height: 306px;
	margin-top: 0px;
	margin-left: 12px;
	z-index: 0;
	position: relative;
}
#fcgfooter {
	margin-bottom: 70px;
	background-image: url(images/shelf_home1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 8px;
	height: 74px;
	margin-left: 10px;
	position: relative;
}
.comm {
}


/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: -40px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 650px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 29px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(images/comment_br.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
.logo_floater {
	background-color: transparent;
	background-image: url(images/SpitzWatch_logobutton.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 700px;
	float: left;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#contentwide {
	float: left;
	width: 738px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 60px;
	padding-left: 35px;
	background-color: transparent;
	background-image: url(images/fullpag_br.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #CC3300;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #CC3300;
	}

#contentleft h1, #contentwide h1 {
	color: #B9992D;
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h1 a, #contentwide a  {
	color: #D9BE64;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide a:hover {
	color: #E4D18F;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #B9992D;
	font-size: 16px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #B9992D;
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #B9992D;
	font-size: 22px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #B9992D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99994D;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #A40000;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.nav-box {
	height: 131px;
	text-align: center;
	background-color: transparent;
	background-image: url(images/pagenavbot_blog.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	margin: 0px;
}
.pagenavi {
	text-align: center;
	color: #B9992D;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	float: left;
}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.post_top {
	background-color: transparent;
	background-image: url(images/post_br_2_header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 12px;
}
.post_br {
	background-color: transparent;
	background-image: url(images/post_br.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 420px;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	font-size: 11px;
	text-transform: none;
	background-color: transparent;
	height: 86px;
	margin-top: -210px;
	margin-right: 0px;
	margin-bottom: 130px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
.postmeta_comments {
	font-size: 11px;
	text-transform: none;
	background-color: transparent;
	height: 86px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 130px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.thetags {
	color: #798FE8;
	font-size: 10px;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
}
.thetags_comments {
	color: #A40000;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
}
.post_footer {
	font-size: 11px;
	text-transform: none;
	background-color: transparent;
	height: 74px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 130px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/post_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.adds_blog {
	height: 200px;
	text-align: center;
	background-color: transparent;
	background-image: url(images/adds_blog.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	margin-top: -80px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#validats {
	background-color: transparent;
	float: left;
	height: 40px;
	width: 100px;
	margin-top: 140px;
	margin-left: 120px;
}
	
code {
	color: #B9992D;
	font-size: 9px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	background-color: transparent;
	}
	
.archive {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 224px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.widget_up {
	background-image: url(images/widget_up.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 216px;
	margin-top: 0px;
}
.widget_down {
	background-image: url(images/widget_down.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 216px;
	margin-top: 0px;
}
#sidebar2 {
	float: right;
	width: 224px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar3 {
	float: right;
	width: 224px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar4 {
	float: right;
	width: 224px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar5 {
	float: right;
	width: 224px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar6 {
	float: right;
	width: 224px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
#sidebar h3 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	}
	
#sidebar h2 {
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #B9992D;
	margin-top: -44px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 18px;
	text-align: center;
	clear: both;
	float: right;
	width: 216px;
	background-color: transparent;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #B9992D;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #A40000;
	text-decoration: none;
	}

#sidebar p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}

	
#sidebar .widget  {
	background-image: url(images/widget_mid.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	overflow: visible;
	width: 216px;
	background-color: transparent;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #B9992D;
	font-family: Arial, Tahoma, Verdana;
	}
	
#sidebar ul {
	list-style-type: none;
	background-color: transparent;
	text-align: left;
	text-indent: 8px;
	width: 187px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	width: 200px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
	
#sidebar ul ul li a:hover{
	color: #A40000;
	text-decoration: none;
	}
#sidebar  ul  ul li a {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow2.gif) no-repeat top left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	}
	
#sidebar ul li ul li {
	background-image: url(images/arro2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #A40000;
	}
#sidebar_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 70px;
	margin-right: -159px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar2_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar3_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar4_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar5_r {
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#sidebar6_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar7_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar8_r {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar_r  a, #sidebar_r  a:visited {
	color: #B9992D;
	text-decoration: none;
}
#sidebar_r a:hover {
	color: #A40000;
	text-decoration: none;
}
#sidebar_r h2 {
	color: #B9992D;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	float: right;
	height: 18px;
	width: 216px;
	margin-top: -43px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	background-color: transparent;
	overflow: visible;
}
#sidebar_r h3 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
}
#sidebar_r p {
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sidebar_r .widget {
	margin: 0px;
	background-color: transparent;
	background-image: url(images/widget_mid.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	color: #A40000;
	font-family: Arial, Tahoma, Verdana;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 216px;
}
#sidebar_r ul {
	list-style-type: none;
	background-color: transparent;
	text-indent: 0px;
	text-align: left;
	width: 190px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar_r ul li {
	list-style-type: none;
	padding: 0px;
	width: 114px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sidebar_r ul ul li a, #sidebar_r ul ul li a:visited {
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	width: 200px;
	margin: 0px;
	text-align: left;
}
#sidebar_r ul ul li a:hover {
	color: #A40000;
	text-decoration: none;
}
#sidebar_r   ul   ul  li a {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#sidebar_r ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sidebar_r ul li li {
	background: url(images/arro2.gif) no-repeat top left;
	width: 168px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#sidebar_r ul li ul li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
}
	
.textwidget {
	color: #B9992D;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 26px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}

#sidebar_l {
	float: left;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#sidebar2_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar3_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar4_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar4_l ul li ul li {
	text-indent: 20px;
}
#sidebar5_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar5_l p {
	text-indent: 16px;
	display: none;
}
#sidebar6_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar7_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar8_l {
	float: right;
	width: 220px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar_l    a, #sidebar_l    a:visited {
	color: #B9992D;
	text-decoration: none;
}

#sidebar_l a:hover {
	color: #798FE8;
	text-decoration: none;
}
#sidebar_l h2 {
	color: #B9992D;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	float: right;
	margin-top: -43px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 18px;
	width: 216px;
	text-align: center;
	background-color: transparent;
	overflow: visible;
}
#sidebar_l h3 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
}
#sidebar_l p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#sidebar_l .widget {
	margin: 0px;
	background-color: transparent;
	background-image: url(images/widget_mid.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	color: #A40000;
	font-family: Arial, Tahoma, Verdana;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 216px;
}
#sidebar_l ul {
	list-style-type: none;
	background-color: transparent;
	width: 170px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar6_l ul {
	
	text-align: center;
	
}
#sidebar_l ul li {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#sidebar_l ul ul li a, #sidebar_l ul ul li a:visited {
	color: #B9992D;
	text-decoration: none;
	text-align: center;
	width: 200px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
}
#sidebar_l ul ul li a:hover {
	color: #798FE8;
	text-decoration: none;
}
#sidebar_l ul ul li a {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#sidebar_l ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sidebar_l ul li li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 15px 0px;
}
#sidebar_l ul li ul li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 15px 0px;
}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background-attachment: scroll;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	height: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#footer p {
	margin: 0px;	
	padding: 0px;
	}

.footertop {
	font-size: 14px;
	color: #B9992D;
	font-weight: normal;
	margin-top: 50px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Tahoma, Verdana;
	float: right;
	height: 86px;
	width: 440px;
	padding: 0px;
	}
	
.footertop  a {
	color: #910000;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #DEC87A;
	text-decoration: underline;
	}
	
.footerbottom {
	font-size: 11px;
	color: #666666;
    font-weight: normal;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #000000;
	text-decoration: underline;
	}
.footer_right {
	float: right;
	height: 140px;
	width: 140px;
	margin-right: 56px;
	margin-top: 56px;
}
.footer_right a {
	color: #B9992D;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	height: 47px;
	width: 140px;
	background-image: url(images/back_to_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
}
.footer_right a:hover {
	color: #A40000;
	background-color: transparent;
	background-image: url(images/back_to_top.png);
	background-repeat: no-repeat;
	background-position: 0px -46px;
	height: 47px;
	width: 140px;
}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 10px;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
    display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 10px;
	}
	
#searchformheader {
	margin: 15px 0px 0px 0px;
	}
	
#searchbox {
	background: #F5F5F5 !important;
	width: 210px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F5F5F5;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #555555;
	visibility: hidden;
	}
	
#s {
	width: 140px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 4px 3px 4px;
	display: inline;
	border: 2px solid #B9992D;
	background-color: #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	visibility: hidden;
	}
	
#submit {
	background: #DDDDDD;
	color: #222222;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #B9992D;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #B9992D;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
#respond {
}
	
#comment {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #B9992D;
	background-color: transparent;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #CC3300;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

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

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children {
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #DDDDDD;
	color: #222222;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
.reply a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #B9992D;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-even {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/comment_br_even.png);
	}
	
.thread-alt {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/comment_br_alt.png);
	overflow: hidden;
	}
	
.depth-1 {
	border: 1px dotted #B9992D;
	margin: 0px;
	padding: 0px;
	}
.depth-2 {
	border: 1px dotted #B9992D;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/thread_br_nest1.png);
}
.depth-3 {
	border: 1px dotted #B9992D;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/thread_br_even.png);
}
.depth-4 {
	border: 1px dotted #B9992D;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/thread_br_nest1.png);
}
.depth-5 {
	border: 1px dotted #B9992D;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(images/thread_br_even.png);
}

.even, .alt {
	border-top: 1px dotted #B9992D;
	border-bottom: 1px dotted #B9992D;
	border-left: 1px dotted #B9992D;
	margin: 0px;
	padding: 0px;
	}
#content_blogonly {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
}
#contentleft_blogonly {
	float: left;
	width: 490px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contentleft_blogonly h1, #contentwide_blogonly h1 {
	color: #222222;
	font-size: 21px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 6px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
}
#fgallery_blogonly {
	width: 435px;
	margin-left: 70px;
	padding: 0px;
	overflow: visible;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}
#header_staticonly {
	width: 960px;
	height: 104px;
	padding: 0px;
	overflow: visible;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#footerwidget_1 {
	float: left;
	width: 200px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#footerwidget_1  a, #footerwidget_1  a:visited {
	color: #625117;
	text-decoration: none;
}
#footerwidget_1 a:hover {
	color: #4D4D4D;
	text-decoration: none;
	border-bottom: 1px dotted #4D4D4D;
}
#footerwidget_1 h2 {
	color: #C9C9C9;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
	text-align: center;
}
#footerwidget_1 h3 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
}
#footerwidget_1 p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#footerwidget_1 .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
}
#footerwidget_1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footerwidget_1 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#footerwidget_1  ul  ul  li  a, #footerwidget_1  ul  ul  li  a:visited {
	color: #B9992D;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
}
#footerwidget_1 ul ul li a:hover {
	color: #E0CB81;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0CB81;
}
#footerwidget_1 ul ul li a {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#footerwidget_1 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#footerwidget_1 ul li li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#footerwidget_1 ul li ul li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#footerwidget_2 {
	float: left;
	width: 260px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerwidget_2  a, #footerwidget_2  a:visited {
	color: #625117;
	text-decoration: none;
}
#footerwidget_2 a:hover {
	color: #4D4D4D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D4D4D;
}
#footerwidget_2 h2 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#footerwidget_2 h3 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#footerwidget_2 p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#footerwidget_2 .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
	color: #DEC776;
}
#footerwidget_2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footerwidget_2 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#footerwidget_2   ul   ul   li   a, #footerwidget_2   ul   ul   li   a:visited {
	color: #B9992D;
	text-decoration: none;
	font-family: Arial, Tahoma, Verdana;
}
#footerwidget_2 ul ul li a:hover {
	color: #798FE8;
	text-decoration: none;
	border-bottom: 1px dotted #798FE8;
}
#footerwidget_2 ul ul li a {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#footerwidget_2 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#footerwidget_2 ul li li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#footerwidget_2 ul li ul li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#footerwidget_3 {
	float: right;
	width: 200px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footerwidget_3   a, #footerwidget_3   a:visited {
	color: #625117;
	text-decoration: none;
}
#footerwidget_3 a:hover {
	color: #4D4D4D;
	text-decoration: none;
}
#footerwidget_3 h2 {
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#footerwidget_3 h3 {
	color: #B9992D;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
}
#footerwidget_3 p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#footerwidget_3 .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
}
#footerwidget_3 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#footerwidget_3 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#footerwidget_3   ul   ul   li   a, #footerwidget_3   ul   ul   li   a:visited {
	color: #B9992D;
	text-decoration: none;
}
#footerwidget_3 ul ul li a:hover {
	color: #E0CB81;
	text-decoration: none;
	border-bottom: 1px dotted #E0CB81;
}
#footerwidget_3 ul ul li a {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#footerwidget_3 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#footerwidget_3 ul li li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#footerwidget_3 ul li ul li {
	background: url(images/arro2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}

#headerwidget_1 {
	float: left;
	width: 200px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
#headerwidget_1   a, #headerwidget_1   a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
}
#headerwidget_1 a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#headerwidget_1 h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#headerwidget_1 h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#headerwidget_1 p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#headerwidget_1 .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
}
#headerwidget_1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#headerwidget_1 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#headerwidget_1   ul   ul   li   a, #headerwidget_1   ul   ul   li   a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
#headerwidget_1 ul ul li a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
}
#headerwidget_1 ul ul li a {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#headerwidget_1 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#headerwidget_1 ul li li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#headerwidget_1 ul li ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#headerwidget_2 {
	float: right;
	width: 200px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerwidget_2   a, #headerwidget_2   a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
}
#headerwidget_2 a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#headerwidget_2 h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#headerwidget_2 h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#headerwidget_2 p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 26px;
}
#headerwidget_2 .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
}
#headerwidget_2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#headerwidget_2 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#headerwidget_2   ul   ul   li   a, #headerwidget_2   ul   ul   li   a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
#headerwidget_2 ul ul li a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
}
#headerwidget_2 ul ul li a {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#headerwidget_2 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#headerwidget_2 ul li li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#headerwidget_2 ul li ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#headerwidget_3 {
	float: right;
	width: 200px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerwidget_3  a, #headerwidget_3  a:visited {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
}
#headerwidget_3 a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#headerwidget_3 h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#headerwidget_3 h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	background-color: transparent;
}
#headerwidget_3 p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}
#headerwidget_3 .widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: transparent;
}
#headerwidget_3 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#headerwidget_3 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#headerwidget_3  ul  ul  li  a, #headerwidget_3  ul  ul  li  a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
#headerwidget_3 ul ul li a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
}
#headerwidget_3 ul ul li a {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#headerwidget_3 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#headerwidget_3 ul li li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}
#headerwidget_3 ul li ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
}

.postimg {
	float: left;
	height: 150px;
	width: 150px;
	padding-bottom: 10px;
}
#content_staticonly {
	width: 950px;
	line-height: 20px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fullpage_br {
	float: left;
	background-color: transparent;
	background-image: url(images/fullpage_br.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px;
	width: 924px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#sidebar2_l ul {
	list-style-type: none;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 170px;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar3_l ul {
	list-style-type: none;
	background-color: transparent;
	width: 170px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bio2 {
	margin-top: 192px;
	height: 322px;
	overflow: hidden;
}
.bio1 {
	margin-top: 200px;
	height: 322px;
	overflow: hidden;
}
.discog1 {
	margin-top: 110px;
	height: 322px;
	overflow: visible;
}
.discog2 {
	margin-top: 320px;
	height: 222px;
	overflow: hidden;
}

.discog_0{
        margin-top:399px;
        height:230px;
        
}
.discog_top{
        margin-top:30px;
        height:330px;
}
.discog_tourdates{
        margin-top:230px;
        height:330px;
}
.faq_top{
        margin-top:1px;
        margin-bottom:100px;
        height:330px;
        width:200px;
        float:right;
}
.faq_0{
        margin-top:539px;
        height:330px;
       
}
.faq_1{
        margin-top:200px;
        height:330px;
       
}
.faq_2{
        margin-top:170px;
        height:330px;
       
}
.faq_3{
        margin-top:183px;
        height:330px;
        width:720px;
        float:left;
       
}
.faq_4{
        margin-top:700px;
        height:330px;
       
}
.faq_5{
        margin-top:190px;
        height:330px;
       
}
.faq_6{
        margin-top:229px;
        height:330px;
       
}
.faq_7{
        margin-top:124px;
        height:330px;
       
}
.faq_8{
        margin-top:200px;
        height:330px;
       
}
.faq_9{
        margin-top:180px;
        height:330px;
       
}
.faq_10{
        margin-top:180px;
        height:330px;
       
}
.faq_11{
        margin-top:184px;
        height:330px;
       
}
.faq_12{
        margin-top:164px;
        height:330px;
        margin-bottom:20px;
       
}