body {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
    background: #000000 url(images/main_bg.jpg) repeat-x top;
}
		
a:link, a:visited { color: #990000; text-decoration: none; font-weight: bold; font-size: 14px; } 
a:active, a:hover { color: #cccccc; text-decoration: underline; font-weight: bold; font-size: 14px; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r_10 { margin-right: 10px; }

.watch_button a {
	float: right;
	clear: both;
	display: block;
	width: 80px;
	height: 19px;
	padding: 1px 20px 0 0;
	margin-top: 8px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	background: url(images/more_button.jpg) no-repeat;
}

.watch_button a:hover {
	color: #FFFFFF;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #920000;
}

h3 {
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #cccccc;
}

h4 {
	margin: 0 0 0px 0;
	padding: 4px 0;
	font-size: 16px;
	font-weight: normal;
    color: #990000;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #000000;
	padding: 1px;
	background: #fff;
}

.fl_image {
	float: left;
	margin-right: 30px 
}

.fr_image {
	float: right;
	margin-left: 20px 
}

#wrapper {
	width: 100%;
	background: #000000;
}


/* site title */

#site_title_bar_wrapper {
	width: 100%;
	height: 250px;
	margin: 0 auto;	
	background: url(images/logo.jpg) center top no-repeat;
}

#site_title_bar {
	width: 980px;
	height: 247px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/logo.jpg) center top no-repeat;
}



/* content */

#content_wrapper_outer {
	width: 100%;
	margin: 0 auto;	
	background: #000000;
}

#content_wrapper_inner {
	width: 1000px;
	margin: 0 auto;
	background: #url(images/main_bg_wrapper.jpg) center;
}

#content_top {
	clear: both;
	width: 1000px;
	height: 14px;
	background: url(images/content_top.png) bottom center no-repeat;
}

#content {
	clear: both;
	width: 970px;
	padding: 0 15px;
	background: url(images/content_middle.png) repeat-y center;
}

#content_bottom {
	clear: both;
	width: 1000px;
	height: 14px;
	background: url(images/content_bottom.png) top center no-repeat;
}

/* MAIN CONTENT AREA */
#main_content {
	padding: 4px;
}

#main_column {
	float: left;
	width: 730px;
}

/*---------------------- Post ----------------------*/

.post {
	padding: 5px 10px 15px 10px;
	border-bottom: #656565;
    color: #CCCCCC;
   
}

.post .title {
	height: 10px;
	color: #990000;
}

.post .title a {
	text-decoration: none;
	color: #990000;
}

.post .entry {
	padding: 5px 10px 15px 10px;
}

.post .video {
    height: 415px;
	padding: 5px 0 10px 0;
    background: #FFFFFF;
}

/* SIDE CONTENT AREA - CONTROLS WIDTH */

#side_column {
	float: right;
	width: 200px;
}

/* SLIDE CONTENT AREA - CONTROLS WIDTH - DON'T CHANGE */
#slide_section {
	width: 700px;
	border: 10px solid #454545;
	margin-bottom: 10px;
    
	
}
/* MAIN SECTION WITH GREY BACKGROUND */
.section_w700 {
	clear: both;
	width: 700px;
	padding: 10px;
	background: #454545;
	margin-bottom: 10px;
}

/* MAIN SECTION WITH BLACK BACKGROUND */
.section_w700b {
	clear: both;
	width: 700px;
	padding: 10px;
	background: #000000;
	margin-bottom: 10px;
}

/* SECTION WIDTH 315 - SHOWS */

.section_w345 {
	float: left;
	width: 345px;
	background: #000000;
}

.section_w345 h2 {
	height: 35px;
	padding: 10px 10px 0 10px;
	margin: 0px;
	color: #FFFFFF;
	background: url(images/post_title_bg.jpg) top repeat-x;
}

.section_w345 .section_w345_content {
	padding: 10px;
}

.section_w345_content img {
	margin-bottom: 10px;
}

/* END SECTION WIDTH 315 - SHOWS */


.right_padding_10 {
	margin-right: 10px;
}


/* SIDE COLUMN */
#side_column .side_column_section {
	clear: both;
	width: 180px;
	padding: 10px;
	background: #656565;
	margin-bottom: 10px;
}

#side_column .side_column_section .side_column_section_content {
	padding: 10px;
	background: #000000;
}

.side_column_section h3 {
	font-weight: bold;
	border-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.side_column_section .side_column_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.side_column_section .side_column_menu li {
	margin-bottom: 5px;
}

.side_column_section .side_column_menu li a {
	color: #ffffff;
}

.side_column_section .side_column_menu li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}


.recent_post {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.recent_post h4 a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.recent_post h4 a:hover {
	text-decoration: none;
}

/* end of content */

/* footer */

#footer {
    font-size:9px;
	width: 980px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #cccccc;
}

#footer  a {
	color: #ffffff;
    font-size:9px;
 
}

#.footer li {
	margin: 0px;
	padding: 3px 0;
}

#.footer li a {
	color: #cccccc;
     font-size:9px;
}

#.footer li a:hover {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
    font-size:9px;
}
/* end of footer */