/*  black style */

html, body {
	background-color:#000000 !important;
	}

#newtopad {
height: 90px;
width: 720px;
background-color:#FFF;
margin-left: 220px;
margin-bottom: 10px;
}

#newtoplogo {
height: 190px;
width: 205px;
background-color:#FFF;
margin-left: 5px;
margin-top: -200px;
margin-bottom: 10px;
}

/*  Images */
#top-out {
	background: #000;
}
#header {
	
}
#middle-out-top { /* Background - Middle Top */
	background: #171717 url(black/bg_middle_out_top_BLK.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(black/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(black/bg_middle_content_single_BLK2.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(black/bg_middle_content_single_BLK2.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(black/bg_middle_content_bottom_BLK2.gif) no-repeat 0 bottom;
}
#content {
	background: url(black/bg_middle_top_BLK2.gif) no-repeat 0 0;
}
#footer {
	background: #000;
}

/*  Colors */
a {
	color: #505050;
}
#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #333333 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #767676;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #656565;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#main-content .post h4.continue a:hover {
	background: #505050;
}
#copyright-out {
	background: #000;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #000000;
}

:focus {
  -moz-outline-style: none;
}
a, img {
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}

/* Video Section */

div#vidwrap {
		width:1000px;
		margin:0 auto;
		padding:0;
		height:900px;
		}
	div#vidwrap #vidtop {
		height:788px;
		background:url(black/video_head.jpg) no-repeat;
		padding-left:62px;
		padding-top:107px;
	}
		div#vidwrap #vidtop div.videoplayer {
			width:481px;
			height:386px;
			margin-top:-5px;
			}
	div#vidwrap img.heading {
		margin-bottom:18px;
		}
	div#vidwrap #archive_posts {
		width:480px;
		margin:0 auto;
		}
		div#vidwrap #archive_posts h2 {
			color:#FFF;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			}
		div#vidwrap #archive_posts div.videoplayer {
			border:#FF0000 1px solid;
			width:481px;
			height:386px;
			}
		div#vidwrap #archive_posts div.archive_post {
			margin-bottom:22px;
			}
div.block img.thumbnail {
	float:left;
	margin-top:18px;
	margin-right:16px;
	margin-bottom:24px;
	}
