/* Roadblock Republicans */

/* @group Main & Global */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/page/-/wrappers/roadblock/images/noise-bkgr.gif) repeat;
	font: normal 0.9em Helvetica, Arial, Verdana, sans-serif;
	line-height: 120%;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

img {
	border: none;
}

p {
	margin-bottom: 10px;
}

blockquote {
width: 450px;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 65px;
padding-right: 65px;
}

#container {
	background: url(/page/-/wrappers/roadblock/images/noise-main.gif) repeat-y;
	margin: 20px auto;
	width: 870px;
	position: relative;	
}

/* @end */


/* @group Links */

#banner {
	padding: 0 10px;
}

/* @end */


/* @group Links */

a, a:visited {
	color: #21377e;
}

/* @end */


/* @group Nav */

#nav {
	height: 55px;
	overflow: hidden; 
	background: url(/page/-/wrappers/roadblock/images/black-bar.gif) repeat-x;
	padding: 1px 0 2px 0;
}

#nav ul li {
	float: left;
	display: inline;
	list-style-type: none;
}

/* @end */


/* @group Left Column */

#left-column {
	float: left;
	clear: left;
	width: 630px;
	background: url(/page/-/wrappers/roadblock/images/shadow-left.gif) no-repeat top left;
	padding: 0 0 40px 10px;
}

#feature {
	background: #fff url(/page/-/wrappers/roadblock/images/orange-main.gif) no-repeat top left;	
	padding: 45px 20px 20px 20px;
}

#second {
	padding-top: 20px;
}

.post {
	padding: 20px 20px;
}

.post h1 {
	margin-bottom: 1em;
        font-size: 1.5em;
}


.post h3 a {
	color: #b11212;	
	text-decoration: none;
}

.post h3 a:visited {
	color: #b11212;	
	text-decoration: none;
}

.post h3 a:hover {
	text-decoration: none;
}

.post-body {
	
}

.post-meta {
	font-style: italic;
	font-size: 0.85em;
        text-decoration: none;
}

.post-body img {
	float: right;
        padding-left: 10px;
}

.post-comment {
	background: url(/page/-/wrappers/roadblock/images/blue-bar.gif) no-repeat top left;	
	height: 21px;
	color: #fff;
	padding: 1px 20px;
	font-size: 12px;
	letter-spacing: 0.02em;
	width: 350px;
	margin-bottom: 30px;
}

.post-comment a {
	color: #fff;
	text-decoration: none;	
}

.post-comment a:visited {
	color: #fff;
	text-decoration: none;	
}

.post-comment a:hover {
	color: #fff;
	text-decoration: none;	
}

.candidate {margin: 20px 0 20px 0;}
.candidate h3 {margin-bottom: 10px;}

/* @end */


/* @group Right Column */

#right-column {
	width: 220px;
	display: inline;
	float: right;
	background: url(/page/-/wrappers/roadblock/images/shadow-right.gif) no-repeat top right;
	padding-right: 10px;
}

.sidebar-body {
	padding: 10px 20px;	
	font-size: 0.9em;
}

.sidebar-roadkill {
	padding: 10px 20px;	
	font-size: 0.9em;
	font-style: italic;
}

.read-more {
	text-align: right;
	padding-bottom: 15px;
	font-style: normal;
	color: #6e6e6e;
        text-decoration: none;	
}

.input {
	margin: 0 0 4px 0;
	padding: 3px 0 0 3px;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #7e8389;
	width: 110px;
	height: 15px;
	color: #888;
}

/* @end */


/* @group Bottom bars/logo/footer*/

#footer {
	background: url(/page/-/wrappers/roadblock/images/footer.gif) no-repeat top left;
	clear: both;
	padding: 30px 10px 20px 10px;
	width: 830px;
	height: 50px;
	font-size: 0.8em;
	color: #fff;
	line-height: 110%;
	margin: 0 10px;
}

.footer-left {
	color: #fff;
	width: 300px;
	float: left;
	display: inline;
}

.footer-left a {
	color: #b11212;
}

.footer-right {
	float: right;
	display: inline;
	padding: 15px 20px 0 0;
	background: url(/page/-/wrappers/roadblock/images/arrow.gif) no-repeat top left;	
}

.footer-right a {
	color: #405065;
}

/* @end */

/* @group Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

/* Comments */
#comments {margin: 30px 0;}

.comment {font-size: 1em; margin: 0 10px 30px 10px; padding: 5px;}
.commentOdd {}
.commentEven {}
.commentNumber {border-bottom: 1px solid #999; padding: 3px; color: #EE2E24; text-align: right; margin-bottom: 0;}
.commentNumber a {text-decoration: none;}
.commentNumber a:hover {text-decoration: underline;}

.commentInfo {border-top: 1px solid #999; padding: 3px; color: #666; margin-top: 0; font-size: .9em;}
.commentText {margin-left: 3px; margin-right: 3px;}
.commentText p {margin: 6px 0;}

#commentPost {border-top: 1px solid #999; padding-top: 30px;}
#commentPost td {padding: 0; margin: 0;}
#commentPost form p {margin: 1px 0; padding: 3px 0;}
#commentPost form em {}
#commentPost form label {display: block; width: 90px; float: left; text-align: right; padding-right: 10px; padding-top: 1px;}
#commentPost form input.text {width: 420px;}
#commentPost form textarea {width: 420px;}

/* Edit This */
.editThis {margin: 0; background: transparent !important; text-align: right;}
.editThis img {float: none !important;}
.editThis a {margin: 0; display: inline !important; padding: 0 !important; background: transparent !important;}
p + div.editThis {margin-top: -12px;}

div#editComments {text-align: left; margin-top: -12px; margin-bottom: 12px;}






/* @end */
