/* CSS Document */

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

	Site:		Site name

	Author:		eROI		[www.eroi.com]  

	Client:		Client name		[http://www.url.com]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Left Navigation
	4 - Main Content
	5 - Footer Navigation
	

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

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

div#content {
	width: 560px;
	float: left;
	margin-left: 30px;
	padding-right: 6px;
}

div#sidebar {
	width: 340px;
	float: right;
	margin-right: -22px;
}


/***********************************************************************
	2 - SIDEBAR STYLES
************************************************************************/

div#recap, div.sidebox {
	width: 270px;
	padding: 0 30px 0 20px;
}

div.advert {
	width: 330px;
	height: 268px;
	background: url(../images/flag_squaread.gif) no-repeat top left;
	text-align: center;
	padding-top: 10px;
	margin: 10px 0;
}
div.advert img {
	width: 300px;
	height: 250px;
}

div.sidebox div.blurb {
	padding-bottom: 1em;
}
div.sidebox div.blurb p {
	padding-bottom: 3px;
}
div.sidebox div.blurb h4 {
	font-size: 120%;
}

div.searchrefine {
	background: #ededed;
	width: 283px;
	padding: 15px 10px;
	margin-bottom: 20px;
	color: #353535;
}
div.searchrefine form label {
	font-weight: bold;
	color: #515151;
}

form#categoryrefine label {
	display: block;
	float: left;
	width: 140px;
	font-weight: normal;
}


input.textbox, textarea.textbox {
	width: 75%;
	font-size: 250%;
	color: #313131;
	padding: 0 .2em;
	background: #fff url(../images/bg_input.gif) repeat-x top left;
	border: 1px solid #999;
}

textarea.textbox {
	width: 65%;
	height: 6em;
}

input.btn {
	vertical-align: bottom;
}

input.btn_go {
	float: right;
	margin: 10px 10px 3px 0;
	vertical-align: middle;
}


p#alphalist {
	clear: both;
	padding-bottom: 0;
}

p#alphalist a {
	background: #fff;
	border: 1px solid #a0a0a0;
	color: #515151;
	padding: .2em .4em;
	line-height: 2.5em;
	font-size: 90%;
}
p#alphalist a:hover {
	text-decoration: none;
	border-color: #333;
	color: #8B0F04;
}

/***********************************************************************
	3 - SIDEBAR FEATURED CONTRIBUTOR STYLES
************************************************************************/

div.acontributor {
	clear: both;
	color: #8a0e04;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
div.acontributor h4 {
	font: normal 160% Helvetica, Arial, sans-serif;
	color: #353535;
	text-decoration: none;
}
div.acontributor h4 a {
	color: #353535;
}


img.avatar {
	float: left;
	border: 1px solid #dcdcdc;
	margin: 5px 10px 5px 0;
}
	

div#sideboxcontributor {
	padding-bottom: 10px;
}



/***********************************************************************
	4 - POST LIST STYLES
************************************************************************/

div#sortby {
	border: 1px solid #dcdcdc;
	border-left: none;
	border-right: none;
	margin: 10px 0;
	padding: 10px 0;
}

div#postlist h3 {
	font: normal 160% Arial, Helvetica, sans-serif;
	color: #353535;
}
div#postlist h3 a {
	color: #353535;
	line-height: 1em;
}
div#postlist p {
	padding-bottom: .7em;
	line-height: 1.4em;
}

p.thedate {
	padding-bottom: .5em;
	color: #999;
}
p.thedate a {
	color: #8a0e04;
}

div#postlist div.post {
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}


div#buddypress-blogs {
	width: 260px !important;
}
div#buddypress-blogs ul {
	padding-left: 20px;
}
div#buddypress-blogs ul li {
	padding-bottom: 1em;
}

/***********************************************************************
	5 - CONTRIBUTOR LIST STYLES
************************************************************************/

div#contributorlist div.acontributor {
	width: 270px;
	float: left;
	clear: none;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dcdcdc;
	color: #676767;
}
div#contributorlist div.alt {
	margin-left: 15px;
}


