/*  black style */

#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;
}
