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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background:#000;
	font-family: 'Helvetica Neue', 'Helvetica', Arial;
	color:#100e14;
	font-size:12px;
	line-height:16px;
}

.clear{
	clear:both;
	height:1px;
	float:none;
}
a{
	text-decoration:none;
}
#container{
	z-index:5;
	position:relative;
	padding-bottom:45px;
}

.centermain{
	width:956px;
	margin:0 auto;
}

#header{
	height:100px;
	background:url(../images/header-bg.png) no-repeat 142px center;
	position:relative;
}
#logo{
	background:url(../images/mdj-logo.png) center center no-repeat;
	width:95px;
	height:100px;
	position:absolute;
	left:37px;
	overflow:hidden;
	text-indent:-1000px;
	z-index:40;
}
#nav, #navstripe{
	height:25px;
	position:absolute;
	left:140px;
	top:44px;
	z-index:30;
}
#navstripe{
	background:#000;
	width:100%;
	left:0;
	z-index:20;
}
#nav li{
	float:left;
}
#nav a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	margin-right:10px;
	padding:0 5px;
	height:25px;
	line-height:25px;
}
#nav a.active{
	color:#f05323;
}
#nav a:hover{
	background:#333;
}

#contentwrapper{
	position:relative;
}
#content{
	background: rgba(249, 248, 242, .87);
	position:relative;
}

/* ================================================== 
// Need For Speed
// ================================================== */

#content p a{
	color:#F05323;
}
#content blockquote{
	margin-bottom: 16px;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}
#content p em{
	font-style:italic;
}

img.full {
	margin: 0 10px 10px;
	border: 1px solid black;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	margin-top: 3px;
}

p#byline{
	text-align:right;
}

#contentstripe{
	height:24px;
	position:absolute;
	top:4px;
	background:rgba(0,0,0,.6);
	width:100%;
	left:0;
	z-index:50;
}

#content h2{
	position:absolute;
	top:4px;
	left:0;
	height:24px;
	line-height:24px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding-left:56px;
	display:block;
	z-index:60;
}
#content h2 .byline{
	font-weight:normal;
	text-transform:none;
	font-style:italic;
}
#contentblock{
	padding:27px 36px 22px;
}
#contentblock p{
	margin-bottom:16px;
}
.dots{
	height:100%;
	width:10px;
	position:absolute;
	background:url(../images/dots.png) ;
	top:50px;
}
#leftdots{
	left:0;
}
#rightdots{
	right:0;
}
.column{
	margin:22px 0 0;
	padding:0 20px;
	width:400px;
}
.column#left{
	float:left;
	border-right: 1px solid rgba(16,14, 20, .15);
}
.column#right{
	float:right;
	border-left: 1px solid rgba(16,14, 20, .15);
}
.fullcolumn{
	width:620px;
	margin:22px 0 0;
	padding:0 20px;
}

h3{
	font-weight:bold;
	color:#f05323;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
	background:#030303;
	padding-left:8px;
	margin-bottom:10px;
}

#contact{
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	color:#252525;
}

.edition p a{
	color:#f05323;
}
.edition .column#left, .edition .column#right{
	border:none;
}
.edition .column#right{
	width:432px;
}
.edition .column#left{
	width:368px;
}

.edition hr{
	height: 2px;
	border: none;
	border-top: 1px solid rgba(16,14, 20, .15);
	border-bottom: 1px solid rgba(16,14, 20, .15);
}

#footer{
	font-size:10px;
	color:#b1b1b1;
	height:24px;
	line-height:24px;
	position:fixed;
	bottom:10px;
	right:0;
	z-index:100;
	padding:0 100px 0 5px;
	background:#000;
	display:none;
}

#backgroundimage{
	z-index:1;
	position:fixed;
	-webkit-transition:opacity linear .4s;
	opacity:1;
	top:0;
}

.hidden{
	opacity:0 !important;
}

#introflash{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:6000;
}

.hide{
	display:none !important;
	opacity:0 !important;
	height:0 !important;
	width:0 !important;
}
