body {
	margin:  0 0 0 0;
	background-color: #1c1b1b;
}

/* @group structual elements */

#news_wrapper {
	width: 100%;
	text-align: center;
}
#news_content_panel {
	width:  960px;
	margin:  0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
/* @end */


/* @group Text */

p {
	font-family:  arial, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	
}
a , a:visited {
	color: #ec5b03;
	text-decoration: none;
}
a:hover {
	color: #ce9674;
	text-decoration: none;
}
h1 {
	font-family: helvetica, trebuchet, arial, verdana;
	font-size: 23px;
	font-weight: bold;	
	color:  #fff;
}
.archive_headline {
	font-family: helvetica, trebuchet, arial, verdana;
	font-size: 23px;
	font-weight: bold;	
	color:  #fff;
}
.orange {
	color: #db5c1a;
}


/* @end */


/* @group columns */

.news_left_column {	
	float: left;
	width: 448px;
}

.news_right_column {	
	float: right;
	width: 239px;
	
}
.news_center_column {	
	float: left;
	width: 248px;
	margin: 0 0 0 10px;	
}
.news_content_column {
  float: left;
  width: 698px;
  margin: 0 0 0 10px;
}

.news_items {
	width: 440px;
	text-align: left;
	margin: 0 auto;
}
.news_items_centre {
  width: 240px;
	text-align: left;
	margin: 0 auto;
}
.news_items_small {
  width: 100%;
  text-align: left;
  margin: 2px auto;
}
.news_items_small_column {
  float:left;
  width:212px;
  padding:4px;
}
.news_items_picture {
  width:50px; float:left; display:block; margin:2px; border:1px solid #6d6d6d; margin-right: 4px;
}
.news_items_mainpicture {
  width:100px; float:left; display:block; margin:2px; border:1px solid #6d6d6d; margin-right: 4px;
}

.news_items_archives {
	width: 227px;
	text-align: left;
	margin: 0 auto;
	background-color: #000;
	padding: 5px;
	border: 1px solid #6e6e6e;
	margin: 20px 0 0 0;
}

.news_items img  {
	border: 1px solid #fff; 
}
.news_feeds_panel {
	width: 232px;
	text-align: left;
	margin: 0 auto;
	background-color: #000;
	border: 1px solid #6e6e6e;
	padding: 3px;
	margin: 5px 0 0 0;
}
.news_feed_tumblr {
	width: 232px;
	margin: 0px;
	padding: 0px;
	font-family:  arial, verdana;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.rss_link_band {
	width: 229px;
	text-align: left;
	padding: 0 0 0 3px;
}
.sharethis_link_band {
	width: 229px;
	text-align: left;
	padding: 0 0 0 0;
	
}
/* @end */

/* @group tumblr controls */

.news_feed_tumblr img {
	width: 212px;
	border: 1px solid #6e6e6e;
}
/* @end */


/* @group misc */

.news_dotted_lines {
	border-top: 1px dotted #fff;
	width: 96%;
	margin: 6px 0 6px 5px;
}
/* @end */


