@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
}

table{
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

div{
	width:auto;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*start page css*/


html{
	}

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#787878;
	background-image:url(images/background_slice.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin-right:1px;
	color: #4b4b49;
	font-size: 12px;
	}

a:link, a:visited{
	color:#313032;
	}

a:hover, a:active{
	color:#CA2128;
}

#mainContainer{
	height:auto;
	margin:0px auto;
	width: 959px;
	background-color:#d1d3d4;
	position: relative;
	}

#mainBuffer{
	position: relative;
	height:auto;
	}

#pageData{
	height:auto;
	float:left;
	margin:155px 24px 0px 24px;
	}

#pageData .buffer{
	height: auto;
	position: relative;
	float:left;
	width:911px;
	}

/*header*/

#header{
	background:url(images/header_bg.jpg);
	position: absolute;
	left:0px;
	top:0px;
	height:130px;
	width: 960px;
	}

#header .logo{
	position: absolute;
	left: 22px;
	top:8px;
	width: 361px;
	height: 86px;
	background:url(images/overdrive_logo.jpg) no-repeat;
	}

#header img.rrlogo{
	position:absolute;
	left:307px;
	top:45px;
	}

div.navBorder {
	position:absolute;
	top:129px;
	left: 0px;
	width: 960px;
	height: 4px;
	background: #2c0000;
}

div.navBorder.none {
	position:absolute;
	top:129px;
	left: 0px;
	width: 960px;
	height: 0px;
	background: #970000;
}

/*main content*/

.column_wide{
	width: 754px;
	float: left;
	margin: -8px 0 0 -15px;
	position:relative;
	height:auto;
	}
.column_header{
	background:#fff url(images/channel19.jpg) no-repeat;
	width: 754px;
	height: 159px;
	border-bottom:solid 15px #114477 ;
	}
.overdriveextra_header{
	background:#fff url(images/overdrive_extra_header.jpg) no-repeat;
	width: 741px;
	height: 142px;
	
}


.column_pib{
	width: 754px;
	float: left;
	margin: -20px 0 0 -15px;
	position:relative;
	height:auto;
}
	
/*column one*/

.column1{
	width: 263px;
	float: left;
	margin: -8px 0 0 0;
	position:relative;
	height:auto;
	}
	
/*column two*/

.column2{
	width: 460px;
	float: left;
	height: auto;
	position:relative;
	margin-left:12px;
	margin-top: -6px;
	}

.column2_468width{
	width: 480px !important;
	float: left;
	height: auto;
	position:relative;
	margin-top: -6px;
	margin-left:3px;
	}

.column2_archive{
	width: 480px !important;
	float: left;
	height: auto;
	position:relative;
	margin-top: 5px;
	margin-left:-9px;
	}	


/*column three*/

.column3{
	width: 160px;
	min-height: 1130px;
	margin-left: 12px;
	height: auto;
	float: right;
	position:relative;
	}
	
.column3_468width{
	width: 160px;
	min-height: 1130px;
	height: auto;
	float: right;
	position:relative;
	margin-left:3px;
	}
	
.forum{
	width: 710px;
	float: left;
	height: auto;
	position:relative;
	margin-left:12px;
	margin-top: -4px;
	}

/*footer*/

#mainFooter .clearer{
	float: left;
	clear: both;
	width: 960px;
	height: 0px;
	}

#mainFooter{
	background: url(images/footer_bg.jpg);
	height: 59px;
	width: 960px;
	float:left;
	clear: both;
	position: relative;
	}

#mainFooter img.rrlogo{
	position: absolute;
	left:18px;
	top:9px;
	}

#mainFooter ul{
	display: block;
	position: absolute;
	right: 18px;
	top:12px;
	color: #e6e5e5;
	font-size:10px;
	text-align:right;
	line-height:18px;
	}

/* expandable container */

.container{
	width:100%;
	background:#fff;
	height:auto;
	position:relative;
	background:#fff url(images/leftColumn_slice.gif) repeat-y -1px 0px;
	margin-bottom:9px;
}

.container_buffer{
	background:url(images/rightColumn_slice.gif) repeat-y top right;
	height:100%;
}

.container_top{
	background:url(images/tab_slice.gif);
	height:40px;
	position:relative;
}

.container_left_tab{
	background:url(images/tab_left.gif) no-repeat;
	width:210px;
	height:40px;
	position:absolute;
	top:0px;
	left:0px;
}

.container_right_tab{
	background:url(images/tab_right.gif) no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	height:40px;
}

.container_bottom{
	position:relative;
	clear:both;
	bottom:0px;
	left:0px;
	height:21px;
	background:url(images/btmColumn_slice.gif);
}

.container_btm_left{
	background:url(images/btmLeft_corner.gif) -1px 0px;
	position:absolute;
	top:0px;
	left:0px;
	width:21px;
	height:21px;
}

.container_btm_right{
	background:url(images/btmRight_corner.gif) -1px 0px;
	position:absolute;
	top:0px;
	right:0px;
	width:22px;
	height:21px;
}

.container_content{
	padding:5px 20px 0px 20px;
}

#kaltura_playlist {
	margin: 0 0 0 8px;
}

.videoPlayer {
	margin: 0;
	padding: 0;
	width: 449px;
	height: auto;
}

/* expandable video container */


.containerV_top{
	background:url(images/tabV_slice.jpg);
	height:31px;
	position:relative;
}

.containerV_left_tab{
	background:url(images/tabV_left.jpg) no-repeat;
	width:210px;
	height:31px;
	position:absolute;
	top:0px;
	left:0px;
}

.containerV_right_tab{
	background:url(images/tabV_right.jpg) no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	height:31px;
}

.containerV_bottom{
	position:relative;
	clear:both;
	top:0;
	left:0px;
	height:21px;
	background:url(images/btmColumnV_slice.jpg);
	margin-bottom: 11px;
}

.containerV_btm_left{
	background:url(images/btmLeftV_corner.jpg) no-repeat 0 0;
	position:absolute;
	top:0px;
	left:0px;
	width:21px;
	height:21px;
}

.containerV_btm_right{
	background:url(images/btmRightV_corner.jpg) no-repeat -1px -1px;
	position:absolute;
	top:0px;
	right:0px;
	width:22px;
	height:21px;
}





.intro-title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #CA2128;
	margin: 10px 0 10px 0;
}

.feature-title {
	display: none;
}

.clearer_box{
clear:both;
width:100%;
height:20px;
}	
	
/* clearer */
.clearer {
	clear:both;
	width:100%;
	}
	
.digiMag a.maglinks{
	}
	
.digiMag img{
	padding:0px 15px;
	width:70px;
	
	}
.truckmagazines{
	width:100px;
	height:120px;
	float:left;
	margin:10px 0 0 2px;
	text-align:center;
	}
	

.popularposts{
	margin:40px 0;
	}

.popularposts ul{
	list-style-type: none;
	}
	
.listing{
	float:left;
	padding-right:60px;
	padding-left:0px;
	margin-top:10px;
	width:150px;
}
.button{
	margin:5px 0;
	}
.flex a{
	padding-right:5px;
	}
	
.current{
	padding-right:5px;
	}
	
.name{
	padding-top:4px;
	}
	
.content-wrapper{
	 padding-top:10px;
	 padding-bottom:10px;
	 padding-left:30px;
	 background:#DFDFDF;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	} 
	
p.postmetadata a{
	margin-left:6px;
	}
	
.comments_box textarea{
	width:322px;
	}
	
.comments_box input{
	margin-bottom:5px;
	}
	