/*
Theme Name: Stay On The Black
Theme URI: http://www.stayontheblack.com/
Description: Stay On The Black Theme
Version: 1
Author: Mark Appleton
Author URI: http://www.stayontheblack.com/
Tags: Motorbikes, news

*/

/* LAYOUT */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
}

#content {
	font-size: 1.2em;
}

#comments {
	clear: both;
}
	
	/*MotoGP & WSB Layout*/
	#FiftyFifty {
		width: 337px;
		float: left;
		padding-right: 3px;
	}
	
		#FiftyFifty li {
			list-style-type: disc;
			margin-left: 16px;
			margin-bottom: 2px;
		}
		
		#FiftyFifty a {
			color: #000;
		}
	
	#FiftyFifty .post {
		width: 325px;
	}
	
	#FiftyFifty2 {
		width: 340px;
		float: left;
	}
	
	#FiftyFifty2 .post {
		width: 325px;
	}
	
	#wrapper {
		width: 690px;
		float: left;
	}
	
/*END LAYOUT*/

/*HEADER*/
#imglgo {
	height:122px;
	margin-left:auto;
	margin-right:auto;
	width: 979px;
}

#header {
	padding-top: 5px;
	padding-bottom: 10px;
}

#header-content {
	text-align: center;

}

#HStrip {
	background: transparent url('images/border/h-bottom.gif') repeat-x;
	color: #fff;
	padding-top: 27px;
}

.headerimg {
	margin: 0;
	padding: 0 10px 10px 5px;
	float: left;
}

.bannerimg {
	margin: 0;
	padding: 25px 5px 15px 30px;
	float: left;
}
/*END HEADER*/

/*TABLE*/
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	border: 1px solid #CCC; 
}

th, td { 
	padding: 5px; 
	border: 1px solid #CCC; 
	border-width: 1px; 
}

th, thead th { 
	font-weight: bold; 
	color: #333; 
	background: url(../../images/topnav.jpg) repeat-x top #CCC; 
}

td, tbody td { 
	background: #F0F0F0; 
}
/*END TABLE*/

/*FOOTER*/
#BStrip {
	background: transparent url('images/border/footer.gif') repeat-x;
	color: #fff;
	padding-top: 27px;
	float: left;
	width: 100%;
}

#footer {
	text-align: center;
	float: left;
	width: 100%;
}
/*END FOOTER*/

/*LEAVE A COMMENT*/
#respond { 
	clear: both; 
	margin-top: 40px; 
	padding-top: 10px; 
	border-top: 1px dotted #CCC; 
}

#respond .comment-author	{ 
	padding: 10px 0 0 10px;
}

#respond .comment-content { 
	padding: 0 10px; 
}

#respond .comment-node { 
	background: #FFF; 	
	border: 1px solid #EEE; 
}

#respond .comment-meta {
	text-decoration: none; 
	color: #999; 
	font-size: 11px; 
}

#respond .comment-controls { 
	background: #FFF; 
	padding: 5px 10px; 
	font-weight: bold; 
}

#respond .comment-controls a:link, #respond .comment-controls a:visited { 
	text-decoration: none; 
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

/*#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}*/

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.commentlist li {
	border-top: 1px dotted #CCCCCC;
	padding-top: 3px;
	margin-top: 25px;
}
/*END LEAVE A COMMENT*/

#page {
	width: 979px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-size: 1.05em;
}

.singlepost ol, li {
	margin-bottom: 8px;
	/*list-style-type:none;*/
}

.narrowcolumn {
	float: left;
	margin: 10px 5px 0 0;
	padding: 0;
	width: 690px;
}

.narrowcolumn .post {
	margin: 0 0 15px 0;
	padding: 5px;
	width: 670px;
	float: left;
	background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
}

.singlepost {
	float: left;
	margin: 10px 5px 0 0;
	padding: 0;
	width: 690px;
}

.MainImage {
	padding: 0 9px 0 0;
}

#LeftPost {
	margin: 0 5px 0 0;
	float: left;
}

#LeftPost .post {
	width: 326px;
}

#RightPost {
	margin: 0 5px 0 0;
	float: left;
	display: block;
	width: 334px;
}

#RightPost .post {
	width: 326px;
}

.aligncenter { 
	display: block; 
	margin: 0 auto; 
}

.alignright	 { 
	float: right; 
	margin: 0 0 1em 1em; 
}

.alignleft { 
	float: left; 
	margin: 0 1em 1em 0; 
}

img.aligncenter, img.alignright, img.alignleft { 
	border: 3px solid #EEE; 
}

.wp-caption img { 
	margin: 0; 
	padding: 0; 
	border: none 
}

.wp-caption .wp-caption-text { 
	font-size: 11px; 
	line-height: 17px; 
	padding: 0 4px 5px; 
	margin: 0 
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#Highlighted  {
	border: 2px solid #000000;
	float: left;
}

.narrowcolumn #Highlighted .post {
	margin: 0;
	width: 666px;
	background:#FFFFFF url(images/highlight-bg.gif) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
}

#LeftMainColumnHome {
	margin: 0;
	float: left;
	width: 680px;
	padding: 0;
	display: block;
}

#LeftMainColumn {
	margin: 0;
	float: left;
	width: 680px;
	padding: 0;
	display: block;
}

#NewBikes {
	float: left;
	width: 680px;
}

#NewBikes  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#GeneralNews {
	float: left;
	width: 680px;
}

#GeneralNews  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Videos  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Oddballs {
	float: left;
	width: 680px;
}

#Oddballs  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Resources {
	float: left;
	width: 680px;
}

#Resources  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Equipment {
	float: left;
	width: 680px;
}

#Equipment  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#Videos {
	float: left;
	width: 680px;
}

#LatestSportHome {
	float: left;
	width: 680px;
	margin-top: 10px;
}

#LatestSportHome  .post{
	width: 666px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#LatestSport {
	float: left;
	width: 670px;
}

#LatestSport  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#LatestReview {
	float: left;
	width: 680px;
}

#LatestReview  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#LatestEventHome {
	float: left;
	width: 680px;
	margin-top: 10px;
}

#LatestEventHome  .post{
	width: 666px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#LatestEvent {
	float: left;
	width: 680px;
}

#LatestEvent  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#LandingPage {
	float: left;
	width: 690px;
}

#LandingPage  .post{
	width: 670px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#FollowUs {
	clear: both;
	padding: 0;
	padding: 10px 0 5px 0;
	width: 975px;
}

#FUTitle {
	
}

#FollowUs #twitter {
	width: 320px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

#FollowUs #facebook {
	width: 300px;
	float: left;
	margin-top: 10px;
}

#AZ {
	padding: 0;
	background:#FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	display: block;
	height: 180px;
	float: left;
	margin-top: 10px;
}

#AZ2 {
	float: left;
	width: 979px;
}

#AZ2 ul {
	padding: 0px;
	margin: 0 0 0 5px;
}

#AZ2 ul li {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.4em;
}

#FooterAd {
	float: left;
	display: block;
	width: 180px;
	padding-top: 30px;
}

#OtherNews {
	float: left;
	width: 680px;
	padding: 10px 0 0 0;
}

#OtherNews .post {
	width: 670px;
}

/*SIDEBAR, li*/
#sidebar {
	padding: 10px 0 4px 0;
	margin-left: 699px;
	width: 279px;
	font-size: 1em;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
}

#newsletter {
	width: 250px;
	margin-left:0px;
}

.widgettitle {
	margin-top: 5px;
}

#centre {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

#RightStandard {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	width: 262px;
	padding:0 2px 5px 4px;
	margin-bottom: 10px;
}

#MoreNews {
	width: 262px;
	padding:0 2px 0 4px;
	background: #FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#MoreNews li {
	margin-bottom: 5px;
	background-image: url(images/blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#MoreNews .post {
	width: 262px;
}

#Popular ul li {
	margin-bottom: 8px;
	background-image: url(images/blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#Popular {
	background: #FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	padding:0 2px 0 4px;
	width: 262px;
}

#RPosts {
	background: #FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	padding:0 2px 0 4px;
}

#RPosts {
	margin: 0;
	padding:0 2px 0 4px;
	width: 262px;
}

#RPosts ol {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	list-style-type: none;
	list-style-image: none;
}

#RPosts ol li {
	margin-bottom: 5px;
	background-image: url(images/blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
}

#rlinks {
	background: #FFFFFF url(images/content-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	padding:0 2px 0 4px;
	width: 262px;
}
/*END SIDEBAR*/

/*LINKS*/
a, a:visited {
	color: #cc0000;
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration:none;
}

a img {
	border: none;
}

#LeftMainColumn #NewBikes h2 a, #GeneralNews h2 a, #Equipment h2 a, #Videos h2 a, #Oddballs h2 a, #Oddballs h2 a:visited, #NewBikes h2 a:visited, #GeneralNews h2 a:visited, #Equipment h2 a:visited, #Videos h2 a:visited {
	color: #000;
	text-decoration: underline;
}

#LeftMainColumn #NewBikes h2 a:hover, #GeneralNews h2 a:hover, #Equipment h2 a:hover, #Videos h2 a:hover, #Oddballs h2 a:hover {
	text-decoration: none;
}

#MidMainColumn h2 a, h2 a:visited {
	/*color: #000;*/
	text-decoration: underline;
}

#MidMainColumn h2 a:hover {
	text-decoration: none;
}

.Oddballs {
	color: #000;
	text-decoration: underline;
}

h2 ,#title a {
	color: #000;
}
/*END LINK*/

/* FONTS */
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.7em;
	padding:2px 0 5px;
	margin: 0;
}

#h2-inline {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
	padding:2px 0 5px;
	margin: 0;
	display: inline;
}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.7em;
	color: #999;
}

small-link {
	display: inline;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.7em;
}

#content ul li {
	list-style-image: none;
	margin-bottom: 8px;
	list-style-type: disc;
}
/* END FONT */

/*NAV*/
#nav { 
	zoom: 1; 
	height: 35px;
	max-height: 35px; 
	width: 979px;
}

#nav-content { 
	width: 780px;
	text-align: left; 
	height: 30px;
	border-bottom: 1px solid #cc0000;
	border-top: 1px solid #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.sf-menu { 
	font-weight: bold; 
	max-width: 100%; 
}

.sf-menu, .sf-menu ul { 
	float: left; 
	list-style: none; 
	line-height: 30px; 
	padding: 0; 
	margin: 0; 
	background: url(images/nav/content-bg.jpg) repeat-x top #E5E5E5; 
	border-left:1px solid #CC0000;
}

.sf-menu a { 
	display: block; 
	text-decoration: none; 
	padding: 0 15px; 
	text-transform: uppercase; 
	color: #cc0000;
	font-size: 11px; 
}

.sf-menu a:hover { 
	background: top #E5E5E5; 
	color: #000; 
}

.sf-menu li.sfhover, .sf-menu li:hover { 
	background: url(images/nav/content-bg.jpg) repeat-x top #E5E5E5; 
}

.sf-menu li { 
	float: left; 
	padding: 0; 
	border-right: 1px solid #cc0000;
	margin: 0;
	list-style-type: none;
}

.sf-menu ul { 
	position: absolute; 
	left: -999em; 
	height: auto; 
	width: 150px; 
	margin: 0; 
	line-height: 1; 
	border: none; 
}

.sf-menu li li { 
	width: 148px; 
	border: solid #CCC; 
	border-width: 1px 1px 0; 
}

.sf-menu li li a { 
	background: url(images/nav/content-bg.jpg) repeat-x top #cc0000; 
	padding: 7px 10px; 
	width: 128px; 
	font-size: 12px; 
	text-transform: none; 
}

.sf-menu li ul ul { 
	margin: -27px 0 0 148px; 
}

.sf-menu li:hover ul ul, .sf-menu li:hover ul ul ul, .sf-menu li:hover ul ul ul ul, .sf-menu li.sfhover ul ul, .sf-menu li.sfhover ul ul ul, .sf-menu li.sfhover ul ul ul ul { 
	left: -999em; 
}

.sf-menu li:hover ul, .sf-menu li li:hover ul, .sf-menu li li li:hover ul, .sf-menu li li li li:hover ul, .sf-menu li.sfhover ul, .sf-menu li li.sfhover ul, .sf-menu li li li.sfhover ul, .sf-menu li li li li.sfhover ul { 
	left: auto; 
	z-index: 2; 
}

.sf-menu li ul li:hover a, .sf-menu li ul li li:hover a, .sf-menu li ul li li li:hover a, .sf-menu li ul li li li:hover a { 
	background: top #E5E5E5; 
	color: #000; 
}
/*END NAV*/

/*GALLERIES*/
/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	overflow:hidden;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left; 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	display:none;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/

.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}
/* END GALLERIES*/