/* 
	Theme Name: StructureThemeWhite
	Theme URL: http://www.structuretheme.com/
	Description: The Structure Theme is designed and developed by Muku Studios and Jeff Milone.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 1.0
	Tags: structure theme, premium wordpress theme, all purpose theme, starter wordpress theme 
	The CSS, XHTML and design is copyrighted 2010 Structure Theme
	All Rights Reserved
	Changelog:
	v1.0 - 1.30.09
	New theme
*/

img, div { behavior: url(/IEpngFix/iepngfix.htc) }

body {
	background: #ffffff url(images/body-bg.jpg) 0 0px repeat-x;
	color: #666666;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: none;
	margin: 0px auto 0px;
	padding: 0px 15px;
	width: 960px;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}

.clear {
	clear: both;
	}

.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	font-style: italic;
	color: #6b2c63;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	color: #6b2c63;
	text-decoration: underline;
	outline: none;
	}
	
a img {
	border: none;
	}
	
#sidebar_box a, #sidebar_box a:visited, #sidebar_boxfp a, #sidebar_boxfp a:visited {
	font-style: italic;
	color: #666;
	text-decoration: none;
	}
	
.yarpp-float a, .yarpp-float a:visited {
	font-style: normal;
	font-weight:bold;
	color: #444;
	font-size:0.8em;
	text-decoration: none;
	}
	
#sidebar_box a:focus, #sidebar_box a:hover, #sidebar_box a:active, #sidebar_boxfp a:focus, #sidebar_boxfp a:hover, #sidebar_boxfp a:active {
	color: #666;
	text-decoration: underline;
	outline: none;
	}

.yarpp-float a:focus, .yarpp-float a:hover, .yarpp-float a:active {
	color: #444;
	text-decoration: underline;
	outline: none;
	}
	
a.buy {
background:#442940 none repeat scroll 0 0;
color:#FFFFFF;
padding:4px 7px;

}

a:hover.buy {

background:#583353 none repeat scroll 0 0;
color:#FFFFFF;
text-decoration:none;
padding:4px 7px;	
}

/************************************************
*	Header  									*
************************************************/

#header {
	background: none;
	width: 960px;
	height: 120px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #000000;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #000000;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerleft p {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
#headerimg {
	float: left;
	display: block;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 20px 15px 0px 0px;
	width: 110px;
	height: 100px;
	}
	
.headerright {
	float: right;
	display: block;
	background: transparent;
	width: 280px;
	z-index: 8;
	padding-top:30px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: none;
	border-bottom: 1px solid #000000;
	width: 960px;
	height: 40px;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	}
	
/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
	
.ot-menu {
	line-height: 1.0;
	}

.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
	
.ot-menu ul li {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	}
	
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
	
.ot-menu li {
	float: left;
	position: relative;
	}
	
.ot-menu a {
	display: block;
	position: relative;
	}
	
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #000000 !important;
	border-bottom: 5px solid #000000;
	}
	
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a {
	color: #FFFFFF !important;
	background: #000000;
	border-bottom: none;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	border-bottom: 5px solid #FFFFFF;
	padding: 17px 10px 12px 10px;
	text-decoration: none;
	font-style: normal;
	line-height: 12px;
	}
	
.ot-menu li li a, .ot-menu li li a:visited {
	color: #000000;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	none;
	border-bottom: 5px solid #000000;
	color: #000000;
	outline: 0;
	}

.ot-menu li {
	background: none;
	}
	
.ot-menu li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover {
	background:	none;
	border-bottom: none;
	outline: 0;
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover {
	background:	#000000;
	color: #FFFFFF;
	border: none;
	outline: 0;
	padding: 0px;
	}

.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#000000;
	color: #FFFFFF;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/

.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 16px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	none;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
	
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
	
#homepagetop {
	float: left;
	display: block;
	width: 960px;
	height: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 5px solid #000000;
	}
	
#homepagetop p.intro {
	font-size:16px;
	color:#444;
	line-height:23px;
}
	
#homepagetop .textbanner {
	float: left;
	display: block;
	width: 960px;
	height: 100%;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: 5px solid #000000;
	}
	
#homepagetop .featuredimage {
	float: left;
	display: block;
	background: #f5f5f5;
	width: 620px;
	height: 380px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#homepagetop .homewidgets {
	float: right;
	display: block;
	width: 310px;
	height: 380px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	}
	
#homepagetop .homewidgets ul {
	padding: 0px;
	margin: 0px;
	}
	
#homepagetop .homewidgets li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	}
	
#homepagetop .homewidgets ul li {
	list-style: none;
	margin: 0px 0px 20px 0px;
	}
	
#homepagetop .homewidgets ul li ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	}
	
#homepagetop .homewidgets ul li a {
	display: block;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	padding: 4px 0px 4px 0px;
	}
	
#homepagetop .homewidgets ul li a:hover {
	color: #666666;
	text-decoration: none;
	}
	
#content #homepagetop h3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform: none;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content #homepagetop h3 a, #content #homepagetop h3 a:visited {
	color: #999999;
	font-style: italic;
	text-decoration: none;
	border: none;
	}
	
#content #homepagetop h3 a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
	}
	
#content #homepagetop h4 {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #000000;
	}
	
#homepagetop p {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0 10px 0;
	padding: 0px 0px 5px 0px;
	}
	
#content #homepagetop .textwidget a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	display: inline;
	}
	
#content #homepagetop .textwidget a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#homepage {
	float: left;
	display: inline;
	clear: both;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#homepage embed, #homepage object {
	width: 250px;
	height: 205px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}
	
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
	
.homepagemid {
	float: left;
	display: block;
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
	
.homepagethumb {
	width: 440px;
        text-align: center;
	margin: 0px;
	padding: 5px 0 0 0;
	overflow: hidden;
        background:#eeeeee;
	}
	
.homepagethumb img {
	border:1px solid #eeeeee;	
}
	
.homepagecontent {
	background: #eeeeee;
	margin: 0px 0px 15px 0px;
	padding: 20px;
	z-index: 1;
	}
	
.homepagecontent a {
	color:#000;	
}

#content .homepagecontent h4 {
        margin: 0px 0px 5px 0px;
}
	
.homebox {
	list-style:none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#fcg {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	}
	
#contentleft {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 610px;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
	
#contentleft .postarea .postarea-image, #contentarchive .postarea .postarea-image {
	width:162px;
	float:left;
	margin-right:20px;
}

#contentleft .postarea .postarea-content, #contentarchive .postarea .postarea-content {
	width:428px;
	float:left;

}
	
#contentwide {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 960px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive {
	float: left;
	display: block;
	background: #none;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive .postarea {
	width: 615px;
	margin: 0px;
	padding: 0px;
	}


#contentarchive .postimg {
	display: block;
	background: #EEEEEE;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	border:1px solid #CCCCCC;
	}
	
#content h1 {
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h2 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	line-height: 36px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h1 a, #content h2 a {
	color: #999999;
	text-decoration: none;
	border: none;
	}
	
#content h1 a:hover, #content h2 a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
	}
	
#content h3, #content h4 {
	color: #000000;
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
	}

#content h3.promo {
        background:#778899;
        padding:5px;
        color:#fff;
}
	
#content h3 a, #content h4 a {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	border: none;
	}
	
#content h3 a:hover, #content h4 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#content h5, #content h6 {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#content h5 a, #content h6 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
	
#content h5 a:hover, #content h6 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
.postarea .postarea-image img {
	padding:5px;
	background:#fff;
	border:1px solid #ddd;	
}
	
.postarea p.important {
	padding: 20px;
	margin: 10px 0;
	background:#f7f7f7;
	color:#777;
	}
	
.postarea a img.nothumb {
	margin: 15px 0px 0px 0px;
	}
	
.postarea iframe {
	display:block;
	height:900px;
	width: 100%;
	overflow: hidden;
	}
	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
	
.postarea ol {
	margin: 10px 0px 10px 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: 10px 0px 10px 20px;
	padding: 5px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	color:#aaa;
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #aaa;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.posttitle {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #aaa;
	}
	
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postauthor p {
	font-size:11px;
	color: #999999;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {
	background: none;
	border-top:2px solid #aaa;
	font-size: 11px;
	margin: 1px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
	
.postmeta2 {
	background: none;
	border-top:2px solid #aaa;
	font-size: 11px;
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
#prevLink {
	float: left;
	}
	
#nextLink {
	float: right;
	}
	
#prevLink p, #nextLink p {
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	}

#header #title {
	padding: 0px;
	margin: 0px;
	}

#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 640px; 
	height: 120px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/************************************************
*	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: 10px 0px 10px 10px;
	}
	
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	}
	
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
	
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar Left 	        			     	* 
************************************************/
#sidebar_box {
	float:right;
	background:#fffff;
	width:319px;
	border-left:1px solid #ddd;
	padding:0px 0 0 0px;
	margin:30px 0 0 0;
}

#sidebar_boxfp {
	float:right;
	background:#fffff;
	width:319px;
	border-left:1px solid #ddd;
	padding:0px 0 0 0px;
	margin:0px 0 0 0;
}


.sidebar_ad {
	width: 299px;
	margin: 0px 0 10px 0px;
	padding: 0px 0 20px 15px;
	border-bottom:1px solid #ddd;
	}

#sidebar_left {
	float: left;
	display: inline-block;
	width: 160px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
	
	
#sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

.sidebar_section {
	width: 299px;
	border-bottom:1px solid #ddd;
	margin: 10px 0 10px 0;
	padding: 20px 0px 20px 15px;
	line-height: 18px;
	}
	
.sidebar_section ul {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.sidebar_section ul li{
	margin:15px 0;


}

.sidebar_section ul li.current-cat a, .sidebar_section ul li a:hover {
	background:#57264f;
	padding:4px 6px;
	color:#fff;
}

.sidebar_section ul li a {
	background:#e7e7e7;
	padding:4px 6px;
	text-decoration:none;
}

.sidebar_section ul li ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
	
.sidebar_section h4, #sidebar_left h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	}
	
#sidebar_skinnyright {
	float: right;
	display: inline-block;
	width: 158px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	border-top:1px solid #ddd;
	}

#sidebar_skinnyleft {
	float: left;
	display: inline-block;
	width: 159px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 20px 0px;
	line-height: 18px;
	border:1px solid #ddd;
	border-left:0px;
	border-bottom:0px;
	}
	
#sidebar_skinnyleft h4 {
	border-bottom:1px solid #ddd;
	padding:30px 10px 10px;
}

#sidebar_skinnyleft ul {
	list-style-position:outside;
	margin:0px;
	padding:0px;
}

#sidebar_skinnyleft ul li {
	border-bottom:1px solid #ddd;
	padding:5px 10px;
	margin:0px;
	list-style-type:none;
}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

.textwidget p {
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color:#000000;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color:#000000;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 8px 0px;
	border-left: 5px solid #ffffff;
	}
	
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color:#666666;
	display: block;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border-left: 5px solid #000000;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	background: #ffffff url(images/footer-bg.jpg) 0 20px repeat-x;
	width: 100%;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footertop {
	float:left;
	display: block;
	line-height: 16px;
	background: #000000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footertop h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: normal;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
	}
	
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
	
#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li a {
	background: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
#footertop ul li a:hover {
	color: #FFFFFF;
	display: block;
	}
	
#footertop .widget {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#footertop .textwidget {
	color: #999999;
	line-height: 18px;
	}
	
#footertop .textwidget a {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#footertop .textwidget a:hover {
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

	
.footertopright {
	width: 556px;
	height:211px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(images/footer-splash.png) 0 30px no-repeat;
	}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #332031;
	width: 100%;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #c8c0c7;
	}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	}

#footer p {
	margin: 0px;
	padding: 0px;
	}
	
.footerleft {
	float: left;
	display: block;
	width:400px;
	margin-top:165px;
	}
	
.footertop {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.footertop a {
	color: #999999;
	text-decoration: none;
	}
	
.footertop a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
.footerbottom {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}
	
.footerbottom a:hover {
	color: #dddddd;
	text-decoration: underline;
	}
	
.footerright {
	float: right;
	display: block;
	margin: 18px 18px 0px 0px;
	}

/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: inline;
	border: none;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	float: left;
	display: block;
	width: 180px;
	height: 22px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#searchbox {
	background: #000000;
	width: 180px;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 3px;
	margin: 0px;
	border: none;
	}
	
#s {
	background: #FFFFFF;
	width: 227px;
	height:18px;
	color: #222222;
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 6px 0px 3px 3px;
	display: inline;
	border: 1px solid #bbb;;
	}
	
#searchsubmit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 5px;
	padding: 8px 7px 5px 7px;
	border: none;
	}
	
#submit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
	
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 5px;
	border: none;
	}
	
#comment {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 15px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	}

/************************************************
*	Comments									*
************************************************/

.postcomments {
	
}

.commentlist li ul li {
	font-size: 12px;
	}
	
.commentlist li {
	font-weight: bold;
	}
	
.commentlist li .avatar {
	background: #000000;
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
	
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
	
.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 140px;
	padding: 6px 0px 4px 0px;
	margin: 5px 5px 0px 0px;
	}
	
#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
	
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}
	
.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
	
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
	}
	
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children {
	margin: 0px;
	padding: 0px;
	}
	
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply {
	padding: 5px 0px 0px 0px;
	}
	
.reply a, .reply a:visited {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	border: none;
	}
	
.reply a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	display: block;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}
	
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}

#wp125adwrap_2c {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
display:block;
float:left;
margin:0 0 20px;
padding:10px 0px 10px 12px;
width:265px;
}

#wp125adwrap_2c img {
float:left;
padding:0 5px 5px 0;
}



.catimg {
	float:left;
	width:250px;
	margin-right:15px;
	border:1px solid #ddd;
}

.sidebarskinny_ad {
	width:135px;
	text-align:center;
	background:#f7f7f7;
	padding:6px 0;
	margin:10px auto 0;
}

/* START YARPP STYLE */



.yarpp-float {
	float:left;
	width:140px;
	margin-right:10px;
	text-align:center;
}

#content h3.yarpp {
	border-top:1px dashed #aaa;
	padding-top:10px;
	margin-top:30px;
	margin-bottom:15px;
}

/* START TWITTER STYLE */

#twitter {
	width:300px;
	margin:10px 0 10px 0px;
	background: #fff url(images/twitter-bg.jpg) no-repeat 0 0;
}

.twitter-stream {
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}

#sidebar_box .twitter-stream p, #sidebar_boxfp .twitter-stream p {
	padding:0px 0px 20px 90px;
	font-size:11px;
}

.profile-link {
	font-size:10px;
     margin-top:20px;   
	font-weight:bold;
        float:left;
}

.follower-count {
margin:20px 10px 0px 90px;
padding: 0 10px 0 0;
        font-size:10px;
        float:left;
border-right:1px solid #666;
}
#sidebar_box p .twitter-link, #sidebar_boxfp p .twitter-link {color:#0290c2;}
#sidebar_box p .hash-tag, #sidebar_boxfp p .hash-tag {color:#0290c2;}
#sidebar_box p .at-reply, #sidebar_boxfp p .at-reply {color:#0290c2;}
#sidebar_box .profile-link a, #sidebar_boxfp .profile-link a {color:#0290c2;}
#sidebar_box .twitter-date, #sidebar_boxfp .twitter-date {color:#888;}
#auctionNudge {font-size:11px; background:url(images/ebay-ad.jpg) no-repeat bottom left #e15d72; color:#640b19; font-weight:bold;padding:10px 10px 140px 10px;}
#auctionNudge strong a {font-style:normal; font-size:10px;line-height:12px;color:#000;padding:0 15px 0 10px;display:block;}
#auctionNudge .Theme4 {font-size:0.9em;margin-bottom:10px;display:block;}
#auctionNudge .Theme4 a {color:#000;}
#auctionNudge .Theme4 strong {color:#fff;}
#auctionNudge img {padding:2px; background:#fff;border:1px solid #982c3d;}