/*  
Theme Name: Mainline
Theme URI: http://www.c1rca.com/
Description: Mainline 
Version: 1.0.0
Author: C1RCA
Author URI: http://www.c1rca.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #000000;
	color: #ffffff;
	font: 0.7em Arial,Helvetica,Sans-Serif;
	letter-spacing: 0.02em;
}
a{
	color: #909090;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #292929 1px solid;
	background-color:#000;
	color:#FFF;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*========= LAYOUT =========*/
#page{
	background: #000000;
	margin: 0 auto;
	width: 900px;
}

/*--- Main Columns ---*/
#columns{
	margin: 20px 0 0 0;
	padding: 0px 15px 20px 0;
	height:100%;
	width:900px;
}
.col{
	float: left;
	width: 550px;
}
.col1{
	float: left;
	width: 590px;
}
.col2{
	float: right;
	width: 300px;
	margin:0px -10px 0px 0px;
}

.colads{
	float: right;
	width: 320px;
	margin:0px 0px 0px 0px;
}

.colvids{
	float: right;
	width: 330px;
	margin:0px -10px 0px 0px;
}
.colinsider{
	float: left;
	width: 875px;
	margin:2px 0px 0px 0px;
}
.mainbox{
	margin:-5px 0px 0px 0px;
	width:900px;
	height:503px;
	background:#000000;
	border-bottom:1px solid #292929;
	padding:0 0 5px 0
}
/*--- Sub Columns ---*/
.subcol{
	width: 160px;
}
.subcol h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 0 10px;
}

/*========= HEADER =========*/

#droplogos{
	height:83px;
	width:40px;
	padding:4px 0px 0px 0px;
}
#mainlogo{
	background-image:url(images/logo.jpg);
	height:83px;
	width:40px;
	margin:-8px 0px 0px 0px;
	padding:0 0 3px 0;
}
#topmenubg{
	height:83px;
	width:725;
	margin:-83px 0px 0px 175px;
}
#navi{
	z-index:99999999999;
}

/*- social - mailing list -*/
#social_mail{
	float: right;
	margin: 30px 0px 0 0;
	width:300px;
}
#social_mail .thanks{
	float: right;
	margin: 10px 0px 0 0;
}
#social_mail .follow{
	margin:0 0px 0 0px;
	float:right;
}
#social_mail .follow img{
	padding:0 0 5px 5px;
}
#social_mail .mail{
	margin:0 0px 0 0px;
	float:right;
}
/*- Header -*/
#header{
	height: 90px;
	padding:0 0 0px 0px;
	border-bottom:1px solid #292929;
	z-index:99;
	position:relative;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
}
/*- RSS -*/
#rss{
	float: right;
	font-size: 12px;
	padding: 16px 15px 0 0;
	text-align: right;
	width: 285px;
}
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}
/*- Ads -*/
.ads{
	width:320px;
}
.ads img{
	float: left;
	padding:0 0 5px 0;
}
.ads img.last{
	margin: 0 !important;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured{
	background: #dddddd;
	height: 200px;
	margin: 0 0 10px;
	overflow: hidden;
	padding-right:10px;
}
.featured h2{
	font-size: 11px;
	padding: 10px 0;
}
.featured h3{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.featured h3 a {
	color:#000;
}
.featured h3 a:hover {
	color:#FF7800;
}
.featured p {
	margin-bottom:10px;
}
.featured-img{
	margin: 0 10px 0 0;
	width:350px;
	height:200px;
	float:left;
	display:inline;
}
#ribbon{
	width:138px;
	height:138px;
	float:right;
}
#featured-th{
	height: 57px;
	margin: 0 0 30px;
}
#featured-th img{
	margin: 0;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
	}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:12px;
	}
#featured-th .idTabs li.last {
	margin-right:0px !important;
	}
/*========= MARQUEE =========*/
.marquee{
	width:900px;
	height:470px;
	padding:0 40px 0 0;
	margin: -5px 0 0 0px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 470px;
z-index:0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px 0px;
margin:-22px 0 0 -5px;
z-index:1;
position:relative;
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
color: #ffffff;
/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.8 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #fff;
}
/*========= SINGLE VIDEOS (PAGES) =========*/
#singlevid p embed{
	width: 550px;
	height: 367px;
}
/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/
#video-frame {
	float:right;
	width:320px;
	height:375px;
	margin:480px -1px 7px 0px;
	}
.video-left {
	float:left;
	width:320px !important;
	height:270px;
	display:inline;
	overflow:hidden;
	color:#333;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:left;
	width:318px;
	height:105px;
	display:inline;
	}
.video-right h2{
	color: #ff7800;
	font-size:1.3em;
	line-height:1.2em;	
	font-weight:bold;
	padding: 0 0 0 10px !important;
	margin:0 !important;
	}
.video-right p{
	color: #000;
	font-size:0.9em;
	line-height:0.8em;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;	
	}
.video-right .idTabs {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #363636;
	line-height:10px;
	}
.video-right .idTabs li a {
	color:#ffffff;
	font: 0.8em Arial,Helvetica,Sans-Serif;
	font-size:10px;
	text-decoration:none;
	display:block;	
	padding:7px 10px;
	}
.video-right .idTabs li a:hover {
	background: url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .selected {
	background: url(images/ico-watch.gif) right center no-repeat !important;
	}
.video-right .more {
	font-size:10px;
	padding:7px 10px 0px 0px;
	float:right;
	}

/*========= BLOG POST STYLING =========*/

/*=== Homepage Box Post ===*/
.posthome{
	margin: -3px 0 0 0;
}
.posthome h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.posthome h3{
	font-size: 18px;
}
.posthome h3 a{
	color: #fff;
}

.posthome p{
	padding: 5px 0 5px 0;
	font-size:11px;
	width:550px;
	color:#aaa;
}
.posthome .posted{
	color: #c0c0c0;
}

/*- Box -*/
.boxh{
	clear: both;
	height: 1%;
	margin: 0px 0 20px 0px;
	padding: 0px 0 20px;
}
.boxh .posthome{
	margin:14px 0px 0px 0px;
}
.boxh .postbg{
	width: 560px;
	height:127px;
	border-bottom:1px solid #292929;
}
.boxh .posthome h2{
	font-size: .85em;
}
.boxh .posthome h3{
	font-size: 18px;
}
.boxh .posthome .posted{
	font-size: .85em;
	padding-bottom:5px;
}

/*=== Small Box Post ===*/
.post{
	margin: -3px 0 0 0;
	padding: 0px 0px 20px 0px;
}
.post h2{
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3{
	font-size: 20px;;
}
.post h3 a{
	color: #000000;
}

.post p{
    margin:0px 0px 0px 0px;
	padding: 0px;
	font-size:11px;
}
.post p.posted{
	color: #c0c0c0;
	padding:0px 0px 10px 0px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	margin: 0 0 20px -9px;
	padding: 10px 0 20px;
}
.box .post{
	width: 532px;
	height:100px;
	background: url(images/newsbg.jpg) ;
	padding:14px 12px 13px 14px;
}
.box .post h2{
	font-size: .85em;
}
.box .post h3{
	font-size: 1em;
}
.box .post p.posted{
	font-size: .85em;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding-bottom:15px;
	_margin:-5px 0px 0px 0px;
}
.post-alt h2{
	font-size: 1.1em;
	padding: 0 0 5px;
}
.post-alt h3{
	font-size: 24px;
}
.post-alt h3 a{
	color: #fff;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #aaa;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 0px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
	font-size:10px;
}
.comments a{
	padding: 3px 0 0 0px;
	font-size:10px;
}
.commentshome {
	color: #aaa;
	font-size:10px;
}
.commentshome a{
	color: #aaa;
	padding: 3px 0 0 0px;
	font-size:10px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:100%;
	display:block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	float:right;
}
.navigation a {
	color: #c0c0c0;
	font-weight: bold;
	text-decoration:none;
}
.homenavi a {
	color: #c0c0c0;
	font-size: 11px;
	font-weight: bold;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}

/*========= ARCHIVE SPECIFIC =========*/
#archivelist {
	float:right;
	margin:10px 0 0 10px;
}
#archiveboxinsider {
	background:#EEE;
	padding:10px;
	width:850px;
	margin-bottom:20px;
}
#archivebox {
	background:#EEE;
	padding:10px;
	width:530px;
	margin-bottom:20px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 18px;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	}
.entry p embed{
	width:550px;
	height:367px;
	}
.entry .wordtube object{
	width:550px;
	height:367px;
	padding-bottom:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding-right:0px;
	}
.entry a { 
	color:c0c0c0;
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:10px;
	line-height:15px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	font-size:10px;
	list-style:inside !important;
	margin-left:15px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em;
	padding: 0 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px !important;	
}

/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}
.navbox{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}
/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

/*=== DropDown Lists ===*/
.catlist{
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2{
	color: #ff7800;
	font-size: 14px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
	}
.list-alt li{
	margin: 0 0 7px;
}
.list-alt li a{
	color: #000000;
}
/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}

/*========= FOOTER =========*/

#footer{
	border-top:1px solid #292929;
	clear: both;
	color: #b3b3b3;
	height: 60px;
	font-size:11px;
	line-height: 60px;
	padding: 0 15px 0 140px;
}
#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: left;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #292929;
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
	width:100px;
	height:100px;
}
.im{
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 0px 10px 0px;
	width:550px;
	height:367px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

/*========== PAGES ==========*/

#pagename {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#343434;
	font-size:40px;
	margin-left:20px;
	margin-top:-5px;
	width:845px;
}

#buynow {	
	width:865px;
	text-align:right;
}

#teampost {
	width:865px;
}

#productpost {
	width:865px;
	_width:865px;
}

#spacepost{
	margin-bottom:12px;
}

/*----------- FOOTER NAV -------------*/
#sucktwonav {
    font-size:14px;
    font-family:Arial,Helvetica,Sans-Serif;
    float:left;
    line-height:44px;
    margin:0px 0px 0px 0px;
    }
#sucktwonav ul {
    float:left;
    list-style:none;
    height:83px;
    padding:0px;
    width:100%;
    }
#sucktwonav a {
    display:block;
    color:#fff;
    text-decoration:none;
    }
#sucktwonav li {
    color:#B3B3B3;
	font-size:11px;
	padding:10px 4px 0px 0px;
	margin:-2px 0px 0px 0px;
    float:left;
    }
#sucktwonav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:131px;
    font-weight:normal;
    line-height:1;
	margin:-105px 0px 0px 0px;
	_margin:-74px 0px 0px -75px;
	border:1px #292929 solid;
    }
#sucktwonav li li {
    width:140px;
    font-family:Arial,Helvetica,Sans-Serif;
    padding:4px 0px 4px 0px;
    margin:0px 0px 0px 4px;
    _margin:0px 0px 0px 0px;
    }
#sucktwonav li li a {
    padding:3px 15px 3px 15px;
    width:80px;
    font-size:11px;
    color:#fff;
    }
#sucktwonav li ul ul {
    margin:-20px 0 0 130px;
    }
#sucktwonav li li:hover {
    background:#000000;
	
		/*Safari*/
		background-color: rgba(0,0,0,0.85);
	
		/*FF, Opera*/ 
		color = black, opacity = 0.9
		background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWPkYOZ6xkAEYCJG0ahC6ikEAJ/nAQ92k8jOAAAAAElFTkSuQmCC); 
	
		/*IE*/
		*background:transparent;
		*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CF000000,endColorstr=#CF000000);
		*zoom:1;
    }
#sucktwonav li ul li:hover a, #sucktwonav li ul li li:hover a, #sucktwonav li ul li li li:hover a, #sucktwonav li ul li li li:hover a {
    color:#fff;
    }
#sucktwonav li:hover a, #sucktwonav li.sfhover a {
    color:#fff;
    }
#sucktwonav li:hover li a, #sucktwonav li li:hover li a, #sucktwonav li li li:hover li a, #sucktwonav li li li li:hover li a {
    color:#fff;
    }
#sucktwonav li:hover ul ul, #sucktwonav li:hover ul ul ul, #sucktwonav li:hover ul ul ul ul, #sucktwonav li.sfhover ul ul, #sucktwonav li.sfhover ul ul ul, #sucktwonav li.sfhover ul ul ul ul {
    left:-999em;
    }
#sucktwonav li:hover ul, #sucktwonav li li:hover ul, #sucktwonav li li li:hover ul, #sucktwonav li li li li:hover ul, #sucktwonav li.sfhover ul, #sucktwonav li li.sfhover ul, #sucktwonav li li li.sfhover ul, #sucktwonav li li li li.sfhover ul {
    left:auto;
    padding:0px 16px 0px 0px;
    background:#000000;
	
		/*Safari*/
		background-color: rgba(0,0,0,0.85);
	
		/*FF, Opera*/ 
		color = black, opacity = 0.9
		background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWPkYOZ6xkAEYCJG0ahC6ikEAJ/nAQ92k8jOAAAAAElFTkSuQmCC); 
	
		/*IE*/
		*background:transparent;
		*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CF000000,endColorstr=#CF000000);
		*zoom:1;
    }
#sucktwonav li:hover, #sucktwonav li.sfhover {
    }

/*----------- DROPLOGO NAV -------------*/
#droplogonav {
    font-size:14px;
    font-family:Arial,Helvetica,Sans-Serif;
    float:left;
    line-height:44px;
    margin:0px 0px 0px 0px;
    }
#droplogonav ul {
    float:left;
    list-style:none;
    height:83px;
    padding:0px;
    width:100%;
    }
#droplogonav a {
    display:block;
    color:#fff;
    text-decoration:none;
    }
#droplogonav li {
    color:#B3B3B3;
	font-size:11px;
	padding:10px 4px 0px 0px;
	margin:-2px 0px 0px 0px;
    float:left;
    }
#droplogonav ul {
	border:1px solid #292929;
    position:absolute;
    left:-999em;
    height:auto;
    width:168px;
    font-weight:normal;
    line-height:1;
	margin:0px 0px 0px 0px;
	_margin:-0px 0px 0px -0px;
    }
#droplogonav li li {
    width:176px;
	height:82px;
    font-family:Arial,Helvetica,Sans-Serif;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 4px;
    _margin:0px 0px 0px 0px;
    }
#droplogonav li li a {
	padding:3px 15px 3px 15px;
    _padding:3px 0px 3px 15px;
	margin:-5px 0px 0px -15px;
    width:80px;
	_width:88px;
    font-size:11px;
    color:#fff;
    }
#droplogonav li ul ul {
    margin:-20px 0 0 130px;
    }
#droplogonav li li:hover {
    }
#droplogonav li ul li:hover a, #droplogonav li ul li li:hover a, #droplogonav li ul li li li:hover a, #droplogonav li ul li li li:hover a {
    color:#fff;
    }
#droplogonav li:hover a, #droplogonav li.sfhover a {
    color:#fff;
    }
#droplogonav li:hover li a, #droplogonav li li:hover li a, #droplogonav li li li:hover li a, #droplogonav li li li li:hover li a {
    color:#fff;
    }
#droplogonav li:hover ul ul, #droplogonav li:hover ul ul ul, #droplogonav li:hover ul ul ul ul, #droplogonav li.sfhover ul ul, #droplogonav li.sfhover ul ul ul, #droplogonav li.sfhover ul ul ul ul {
    left:-999em;
    }
#droplogonav li:hover ul, #droplogonav li li:hover ul, #droplogonav li li li:hover ul, #droplogonav li li li li:hover ul, #droplogonav li.sfhover ul, #droplogonav li li.sfhover ul, #droplogonav li li li.sfhover ul, #droplogonav li li li li.sfhover ul {
    left:auto;
    padding:0px 16px 0px 0px;
	background:#000000;
	
		/*Safari*/
		background-color: rgba(0,0,0,0.85);
	
		/*FF, Opera*/ 
		color = black, opacity = 0.9
		background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWPkYOZ6xkAEYCJG0ahC6ikEAJ/nAQ92k8jOAAAAAElFTkSuQmCC); 
	
		/*IE*/
		*background:transparent;
		*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CF000000,endColorstr=#CF000000);
		*zoom:1;
    }
#droplogonav li:hover, #droplogonav li.sfhover {
    }
	
/*-----------------------Insider---------------------*/

#insiderSection{
	font-size:16px;
	font-weight:bold;
}

/*--------------------Custom Fonts--------------------*/

#section {
	font-size:28px;
	color:#505050;
}

#riderinfo {
	font-size:22px;
	color:#505050;
}
#sectionsm {
	font-size:22px;
	color:#505050;
	height:22px;
}

/*--------------------Rider Info--------------------*/
.ridername {
	margin:0px 0 0 25px;
	padding:0px 0 20px 0;
}
#riderdialog {
	padding:15px 0 0 25px;
}
#rider .mug{
	padding:30px 0 15px 0;
	margin:0px auto;
	height:225px;
	width:225px;
}
#rider .name{
	padding: 0 0 15px 0;
	margin:0px auto;
	width:320px;
}
#riderinfoscroll {
/* Typical fixed height and fixed width example */
width: 320px;
height: 204px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}

#riderpicscroll {
/* Typical fixed height and fixed width example */
width: 590px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}

#riderpicscroll .fixedwidth{
	width:100%;
	height:400px;
}
#riderpicscroll .gallery{
margin-top:-20px;
}
#riderpicscroll .gallery-item {
margin-top:-10px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #111;
}
.vscrollerbar {
width: 8px;
background-color: #444;
}
.hscrollerbase {
height: 5px;
background-color: #292929;
}
.hscrollerbar {
height: 5px;
background-color: #aaa;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
/*------------------------Product Zone------------------*/
#verticalbreak {
	border-right:1px solid #292929;
	height:100%;
}
#sectionspace{
	padding:0 0 30px 0;
	width:880px;
	_width:850px;
	margin:0 0 0 25px;
	_margin:0 0 0 15px;
}
#producttop {
	margin:0px 0 0 0px;
	height:60px;
	width:690px;
	position:relative;
	border-bottom:1px solid #000;
}
#producttop .promodel{
	float:left;
	margin:6px 0 0 30px;
}
#producttop .productname {
	width:500px;
	height:32px;
	font-size:32px;
	float:left;
}
#producttop .productnameonly {
	width:500px;
	height:32px;
	font-size:32px;
	margin:12px 0 0 20px;
	float:left;
}
#producttop .productapname {
	width:500px;
	height:40px;
	margin:0px 0 0 30px;
	background:#d6d6d6;
	padding:0 0 0px 0px;
	color:#d6d6d6;
	float:left;
	position:relative;
	z-index:88;
}
#producttop .producttech{
	float:right;
	margin:-22px 10px 0 0;
	position:relative;
	width:250px;
	text-align:right;
	z-index:89;
}
#productbody {
	width:690px;
	height:345px;
	padding:0px 0px 0 0px;
	float:left;
	border-bottom:1px solid #000;
	position:relative;
}
#productbody .productZoom {
	margin:-12px 0 0 -10px;
}
#productbody .productapZoom {
	margin:-12px 0 0 -10px;
	width:400px;
}
#productapcol{
	background:#d6d6d6;
	margin:25px 27px 0 0;
	color:#222;
	font-size:11px;
	float:right;
	text-align:left;
	width:250px;
}
#productapcol #productcolor{
	font-weight:bold;
	text-transform:uppercase;
}
#productmatcol{
	float:right;
	margin:20px 20px 0 0;
	width:350px;
	padding:0 0 20px 0;
}
#productmatcol #productmaterials{
	color:#222;
	text-align:right;
	font-size:11px;
}
#productmatcol #productcolor{
	color:#222;
	text-align:right;
	font-size:11px;
	font-weight:bold;
}
#productmatcol .productthumbs{
	float:right;
	width:330px;
	margin:10px -15px 0 0;
}
#productfeatbox .productfeat {
	font-size:20px;
	margin:20px 0 0 20px;
	padding:0 0 5px 0;
	width:300px;
}
#productbody .productthumbs{
	margin: 15px -10px 0 0;
	padding-bottom:20px;
	width:340px;
	float:right;
	text-align:right;
}
#productbody .productapthumbs{
	margin: 10px 5px 0 0;
	padding-bottom:10px;
	width:250px;
}
#productftfeatbox {
	width:315px;
	float:left
}
#productftfeatbox .productfeat{
	padding:20px 0 10px 20px;
}
#productftfeatbox .productfeatures{
	margin:0 0 0 33px;
	padding-bottom:20px;
	width:315px;
}
#productftfeatbox .productfeatures li{
	color:#222;
	font-size:11px;
	width:295px;
	padding-bottom:5px;
	list-style-type:disc;
}
#productapfeatbox {
	width:250px;
	float:left
}
#productapfeatbox .productfeatures{
	margin:10px 0 0 13px;
	width:250px;
}
#productapfeatbox .productfeatures li{
	color:#222;
	font-size:11px;
	width:295px;
	padding-bottom:5px;
	list-style-type:disc;
}
#productbody .productapfeatures li{
	color:#222;
	font-size:11px;
	width:230px;
	padding-bottom:5px;
	list-style-type:disc;
}
.productthumbs img{
	padding: 0 5px 0 0;
}
.productapthumbs img{
	margin: 0 0 0 0px;
}
#productbottom {
	margin:345px 0 0 0;
	border-top:1px solid #000;
	background:#d6d6d6;
}
#productbottom .productmore {
	margin:20px 0 0 20px;
	padding:0 0 5px 0;
	width:300px;
}
#productzone {
	margin:0 0 0 1px;
	width:690px;
	float:left;
	background:#d6d6d6;
}
#productsidecol {
	float:right;
	width:175px;
	margin:0px 0px 0 0;
	border-left:1px solid #292929;
	height:750px;
}
#productsidecol .productsidebody {
	width:142px;
	padding:0px 20px 18px 25px;
	color:#444;
	margin:0px 0 0 0;
}
#productsidecol .productsidebody #productsec {
	color:#444;
	font-size:20px;
}
#productsidecol .productsidebody #first, #productsidecol .productsidebody #second, #productsidecol .productsidebody #third {
	padding-bottom:10px;
}
#productsidecol .productsidebody #first li, #productsidecol .productsidebody #second li, #productsidecol .productsidebody #third li {
	font-size:11px;
	color:#444;
	line-height:18px;
}
#productsidecol .productsidebody #first li a:hover, #productsidecol .productsidebody #second li a:hover, #productsidecol .productsidebody #third li a:hover{
	text-decoration:none;
}

/*----------------------Parent Product-------------------*/
.productsbody{
	background:#444;
	position:relative;
	width:685px;
	margin:0px 0px 0px 5px;
	height:640px;
}
#productmainset{
	margin:20px 0px 0px 17px;
	padding:0 0 20px 0;
	width:695px;
	height:100%;
	float:left;
}
#productmainset .productsitem{
	float:left;
	height:100px;
	text-align:center;
	width:100px;
	font-size:9px;
	padding:0 10px 20px 0;
}
#productmainset .footproductsitem{
	float:left;
	height:100px;
	text-align:center;
	width:100px;
	font-size:9px;
	padding:0 35px 20px 0;
}
.productset{
	margin:10px 0px 0px 17px;
	padding:0 0 20px 0;
	width:690px;
	height:100%;
	float:left;
}
.productset .productsitem{
	float:left;
	height:100px;
	text-align:center;
	width:100px;
	font-size:9px;
	padding:0 10px 20px 0;
}
.productset .footproductsitem{
	float:left;
	height:100px;
	text-align:center;
	width:100px;
	font-size:9px;
	padding:0 35px 20px 0;
}
.productsitem a{
	text-decoration:none;
	color:#222;
}
.productsitem a img{
	padding-bottom:5px;
}
.footproductsitem a{
	text-decoration:none;
	color:#222;
}
#fifth li a:hover{
	text-decoration:none;
	color:#FFF;
}
/*---------------------Image Preview---------------------*/
#imgPreviewWithStyles {
    background: #d6d6d6;
    padding: 0px;
    z-index: 999;
	position:relative;
	border:solid 1px #707070;
}
/*--------------------Accordion-Dealers---------------------*/
#basic-accordian{
	padding:0px;
}

.accordion_headings{
	border-top:1px solid #292929;
	padding:25px;
	color:#aaa;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	color:#aaa;
}

.accordion_child{
	padding:0px 15px 25px 15px;
	position:relative;
	z-index:90;
}

.header_highlight{
	color:#fff;
}

.header_highlight:hover{
	color:#fff;
}
/*--------------------Accordion-Team---------------------*/
#basic-accordian{
	padding:0px;
}

.team_accordion_headings header_highlight{
	border-top:1px solid #292929;
	padding:15px 0 15px 25px;
	color:#aaa;
	cursor:pointer;
	font-weight:bold;
}


.team_accordion_headings{
	border-top:1px solid #292929;
	padding:15px 0 15px 25px;
	color:#aaa;
	cursor:pointer;
	font-weight:bold;
}

.team_accordion_headings:hover{
	color:#aaa;
}

.team_accordion_child{
	padding:0px 0px 10px 0px;
	position:relative;
	z-index:90;
}

.header_highlight{
	color:#fff;
}

.header_highlight:hover{
	color:#fff;
}
/*----------------------Video Gallery--------------------*/
#videogallery {
	float:left;
	margin:10px 0 0 0;
}

/** showcase **/
#showcase {
margin:10px 0 0 0;
width:100%;
float:left;
}

#insideshowcase {
width:100%;
margin:0px auto;
}

#insideshowcase h4 {
color:#A7A7A7;
font-size:14px;
font-weight:normal;
margin:0 0 2px 0;
padding:0;
}

#video {
float:left;
padding:0 0 10px 0;
}

#video .wordtube{
	background:#000;
}

.video_embedlink{
	margin:-10px 0 0 0;
}
.video_input {
	margin:10px 0 0 0px;
}

.video_input img{
	margin:10px 0 0 0px;
}

.video_input input{
	width:320px;
}
.video_alt{
	margin:10px 0 0 0;
}
.videoitem {
width:100px;
height:100px;
padding: 0 10px 10px 0;
text-align:center;
float:left;
}

.thumbnail {
float: left;
width:100px;
height:67px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width:100px;
height:67px;
}

a:hover img.thumb {
width:100px;
height:67px;
}

.itemtitle {
margin: 5px 0 0 0px;
padding: 0;
display: block;
float: left;
width: 100px;
font-size:9px;
line-height:11px;
}

a.videotitle {
	margin:10px 0 0 0;
}

.altvideowrap {
padding: 0 0 10px 0;
border-bottom: 1px solid #000000;
}

.altvideoitem {
width:100px;
height:67px;
overflow: hidden;
padding: 0 10px 0 10px;
margin: 10px 0 0 0;
}

.videoitem img, .altvideoitem img {
width:100px;
height:67px;
margin:1px 8px 0 0;
}


/** copy **/
#copy {
width:550px;
float:left;
}

#insidecopy {
width:550px;
padding:15px 0 20px 0;
}

#insidecopy p {
}

#copywrap {
width:550px;
float:left;
}

.copycontent {
width:550px;
float:left;
margin:0 0 20px 0;
overflow: hidden;
}

#postcomments {
width:545px;
margin:20px 0 0 0;
padding:20px 0 0 0;
border-top:1px solid #3C3C3C;
}

#fbLikeIframe {
	margin:15px 0 0 0;
}

#fbLikeIframe .connect_widget_not_connected_text {
	color:#fff;
}
