/** column.css **/

.column_box {
	color: #ffffff;
	line-height: 19px;
	font-size: 14px;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 24px;
}
.column_box.categories {
	margin-top: 10px;
	margin-bottom: 30px;
}
.column_box.singleArticle {
	margin-top: -15px;
	margin-bottom: 40px;
}
.left_column .column_box {
	background: url(../img/trans_2.png);
	padding: 10px;
	padding: 5px 3px 1px 8px;
	margin-bottom: 5px;
	width: 214px;
}
.left_column .column_box.last-seen {
	padding-bottom: 30px;
	margin-top: -5px;
}
h2.modHeader {
	color: #F78D2F;
	color: #fc7805;
	text-transform: uppercase;
	position: relative;
	font-size: 24px;
	line-height: 26px;
	border-bottom: 2px dotted #414141;
	width: 754px !important;
	float: left;
	clear: both;
	padding: 5px 8px;
	margin-bottom: 8px;
	font-weight: normal;
}
.left_column h2.modHeader {
	width: 205px !important;
	padding: 5px 0;
	color: #FFF;
	font-size: 20px !important;
	line-height: 22px;
	font-weight: normal;
}
p.cText {
	padding: 5px 8px;
	margin-bottom: 12px;
	color: #CCCCCC;
}
.left_column p.cText {
	width: 205px;
	float: left;
	padding: 5px 0px;
	margin-bottom: 12px;
}
form.newsletter {
	padding-bottom: 10px;
	float: left;
}
form.newsletter .input_field {
	height: 30px;
	float: left;
	color: #999999;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 5px;
	padding: 0 15px 0 10px;
	width: 175px;
	font-style: italic;
}
form.newsletter .btn {
	margin-top: 10px;
}
