/***************************************************/
/************ side boxes in various sizes **********/
/***************************************************/
.sidebar h6 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #000;
        z-index:-1;
	width: 75%;
	border-bottom: 1px solid #efefef;
}
.sidebar_blog {
	width: 180px;
	float: left;
	padding-top: 0px;
}
/************ LEFT SIDEBAR (180px wide) ************/
.wrap-boxL {
	background: url(images/center-sbL.gif) repeat-y;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 180px;
}

.top-sbL {
	background: url(images/blue-top-sbL.gif) no-repeat bottom;
	float: left;
	height: 17px;
	width: 180px;
}

.center-sbL {
	margin: 0px;
	padding: 0px 10px 20px;
	float: left;
	width: 160px;
	background: url(images/blue-bottom-sbarL.gif) no-repeat bottom;
}

/************ RIGHTBOX 2 (newsletter) **********/

.wrap-boxR2 {
	background: url(images/center-sbR2.gif) repeat-y;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 250px;
}

.top-sbR2 {
	background: url(images/top-sbR2.gif) no-repeat bottom;
	float: left;
	height: 17px;
	width: 250px;
}

.center-sbR2 {
	margin: 0px;
	padding: 0px 10px 20px;
	float: left;
	width: 230px;
	background: url(images/bottom-sbarR2.gif) no-repeat bottom;
}

/****** RIGHTBOX 3 (120px wide under orange pane **********/

.wrap-boxM {
	background: url(images/center-sbM.gif) repeat-y;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 120px;
}

.top-sbM {
	background: url(images/top-sbM.gif) no-repeat bottom;
	float: left;
	height: 17px;
	width: 120px;
}

.center-sbM {
	margin: 0px;
	padding: 0px 10px 20px;
	float: left;
	width: 100px;
	background: url(images/bottom-sbarM.gif) no-repeat bottom;
}


/****** ORIGINAL SIZE (used for polls homepage) **********/
.wrap-box {
	background: url(images/center-sb.gif) repeat-y;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 221px;
}

.top-sb {
	background: url(images/top-sb.gif) no-repeat bottom;
	float: left;
	height: 17px;
	width: 221px;
}

.center-sb {
	margin: 0px;
	padding: 0px 10px 20px;
	float: left;
	width: 201px;
	background: url(images/bottom-sbar.gif) no-repeat bottom;
}

