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

@import url("reset.css");
@import url("nav.css");

html { background-color:#000000; }  
body {
	text-align:center;
	font-family: arial, san-serif;
	min-width:1224px;
}
#pageHome { background:#000000 url('../img/bgHome.jpg') no-repeat center top; }
#pageInfo { background:#000000 url('../img/bgInfo.jpg') no-repeat center top; }
#pageMedia, #pageImages{ background:#000000 url('../img/bgMedia.jpg') no-repeat center top; }
#pageNews { background:#000000 url('../img/bgSlash.jpg') no-repeat center top; }
#pageNewsFeat { background:#000000 url('../img/bgGrab.jpg') no-repeat center top; } 
#pageFeatures { background:#000000 url('../img/bgGrab.jpg') no-repeat center top; } 
#pageDownloads { background:#000000 url('../img/bgGuns.jpg') no-repeat center top; }
#pagePodcasts { background:#000000 url('../img/bgEyes.jpg') no-repeat center top; }
#pagePodcastTranscript { background:#000000 url('../img/bgEyes.jpg') no-repeat center top; }
#pagePreorder{ background:#000000 url('../img/bgEyes.jpg') no-repeat center top; }
#pagePreorderLE{ background:#000000 url('../img/bgEyesLE.jpg') no-repeat center top; }
#pageDemo{ background:#000000 url('../img/bgDemo.jpg') no-repeat center top; }
#pageMusic{ background:#000000 url('../img/bgeyesMusic.jpg') no-repeat center top; }



a:link {
	color:#dcc5a0;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;	
	-o-transition: color 0.4s linear;	
	transition: color 0.4s linear;	
}   
a:visited {color:#dcc5a0; text-decoration:none; font-size:14px;}
a:hover {color:#CC0000; text-decoration:none; font-size:14px;}
a:active {color:#900; text-decoration:none; font-size:14px;} 

h1 {
	font-family: 'Oswald', arial, san-serif;
	font-size:30px;
	color:#CC0000;
}

h2 {
	font-family: 'Oswald', arial, san-serif;
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;	
	transition: color 0.4s linear;		
}
a h2:hover {color:#CC0000;}


h2.news { float:left;}
h2.news:hover {color:#CC0000;}
h2.news:active { color:#900; }

h3 {
	font-family: 'Oswald', arial, san-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;	
	-o-transition: color 0.4s linear;	
	transition: color 0.4s linear;		
}
h3.trailer:hover { color:#CC0000;}
h3.trailer:active { color:#900; }
h3.trailer:active { color:#900; }

h3#active {color:#ff6600;}

p {
	font-family: arial, san-serif;
	font-size:14px;
	color:#dcc5a0;	
}
p.date {float:right; font-size:12px; }

p.news {
	clear:both;
	padding:6px 0 25px 0;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;	
	-o-transition: color 0.4s linear;	
	transition: color 0.4s linear;		
}

p.news:hover { color:#CC0000;}
p.news:active { color:#900; }

p#legal { font-size:11px; }
.legal { font-size:11px; margin-left:15px;}


.highlight {
	color:#CC0000;
}
#wrapper {
	width:1020px; /* set by width of flash on home/info pages */
	margin:0 auto;
	background-color:transparent;
}
#flashContainer {
	padding-top:67px;
}
#container {
	width:800px;
	margin: 0 auto;
}
.divider { margin:30px 0 20px 0; }

.leftCol { 
	float:left;
}
.rightCol {
	float:right;
}
/***************************** HOME index page */

#pageHome .leftCol { 
	width:400px;
}
#pageHome .rightCol {
	width:385px;
}
#mediaHome {
	margin:19px 0 0 4px;
}
#latestNews {
	clear:both;
	width:800px;
	padding-top:20px;
	text-align:left;
}
#latestNews img {
	display:block;
	margin-bottom:20px;
	margin-left:322px;
}
#latestNews .leftCol {
	padding-left:20px;
	width:370px;
}
#latestNews .rightCol {
	padding-right:10px;
	width:365px;
}
#demotext {
	position:relative;
	top:-20px;	
}

/***************************** INFO */

#information {
	width:710px;
	margin:0 auto;
}
#information p { text-align:left; padding-left:10px;}

#information h2 { padding:17px 0 3px 0; }

/***************************** NEWS */

.article {
	clear:both;
	text-align:left;
}
.article .leftCol {
	width:236px;
	margin-left:20px;
}
.article .leftCol img {
	margin-bottom:20px;
}
.article .rightCol {
	width:524px;	
}
.post { 
	border:1px solid #000;
	margin-bottom:20px;
	-webkit-transition: border-color 0.4s linear;
	-moz-transition: border-color 0.4s linear;
	-o-transition: color 0.4s linear;	
	transition: border-color 0.4s linear;	
}
.post:hover { border:1px solid #CC0000; }

/***************************** MEDIA */

#mediaContainer {
	margin:10px auto 30px auto;
	width:632px;
	height:353px;
}
.media {
	width:170px;
	display:inline-block;
	vertical-align:text-top;
	margin:0 auto;
	padding:0 3px 20px 3px;
	zoom: 1; /* IE7 fix for display:inline-block */
    *display: inline;
}
.image {
	width:170px;
	display:inline-block;
	vertical-align:text-top;
	margin:0 auto;
	padding:0 3px 0 3px;
	zoom: 1; /* IE7 fix for display:inline-block */
    *display: inline;
}
img#active { border:1px solid #ff6600;}

/***************************** PODCASTS  */

.podcast { float:left;}

p.podcast {
	clear:both;
	margin:6px 0 15px 0;
}
a.podcast {
	margin:10px 10px 10px 0;
}


/***************************** DOWNLOADS */

.wallpaper {
	width:235px;
	display:inline-block;
	margin:0 auto;
	padding:0 5px 20px 5px;
	zoom: 1; /* IE7 fix for display:inline-block */
    *display: inline;
	vertical-align:text-top;
}
.icon {
	width:142px;
	display:inline-block;
	vertical-align:text-top;
	margin:0 auto;
	padding:0 5px 20px 5px;
	zoom: 1;  /* IE7 fix for display:inline-block */
    *display: inline;

}
.download { 
	display:inline-block; 
	padding-bottom:3px;
	zoom: 1;  /* IE7 fix for display:inline-block */
    *display: inline;
}
.popUp {
	display:none;
}
.popUpContent {
	padding:6px 6px 6px 0;
	background:#000;
	text-align:center;
	min-height:300px;
}
.popUpContent h2 {
	margin-top:4px;	
}

/***************************** FOOTER */
#footer {
	clear:both;
	width:780px;
	margin: 0 auto;
	padding-top:60px;
	margin-bottom:50px;
}
#footer ul li { display:inline; margin-right:10px; }
#footer ul li#first { margin-left:10px; }

#localization { margin:40px 0 5px 0; }

a.country {
	font-family: 'Oswald', arial, san-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;	
	-o-transition: color 0.4s linear;	
	transition: color 0.4s linear;		
}
a.country:hover { color:#CC0000;}
a.country:active { color:#900; }
a.country:active { color:#900; }

#logos { margin:40px 0 20px 0; }

/***************************** FEATURE DETAILS */

#featuredetail {
	width:710px;
	margin:0 auto;
	padding-left:30px;
	text-align:left;
}

#featuredetail h2 { padding:0 0 6px 0; }


/***************************** PRE-ORDER */

.preorderContainer {
	width:510px;
	position:relative;
	top:40px;
	left:260px;
	text-align:left;
	margin-bottom:140px;
}
.preorderContainer #legal {
	margin-top:5px;
}
#preorderdetail {
	width:800px;
	margin:0 auto;
	text-align:center;
}
#preorderdetail p { text-align:center;}

#preorderdetailCA {
	width:710px;
	margin:0 auto;
	padding-left:30px;
	text-align:center;
}
#preorderdetailCA p { text-align:center;}

.indent {
	position:relative;
	left:36px;
	margin-bottom:10px;	
}
.preorder {
	margin-bottom:16px;	
}
.regmark {
	font-size:10px;
	position:relative;
	top:-13px;
}
.regmark2 {
	font-size:10px;
	position:relative;
	top:-11px;
}
#pagePreorderLE .regmark {
	position:relative;
	top:-14px;
}

.article .rightwise {
	float:right;
    margin:0 0 0 15px;
}

.article .leftwise {
	float:left;
    margin:0 15px 0 0;
}

.article .boxart {
	float:left;
	width:200px;
    margin:30px 0 0 0;
}

.article .boxart h2 {
	font-size:20px;
	color:#CC0000;
}

.article .retailers {
	float:left;
	width:200px;
	height:61px;
    margin:0 0 15px 0;
}
.article .boxartCA {
	float:left;
	width:193px;
    margin:30px 0 20px 20px;
}

.article .boxartCA h2 {
	font-size:20px;
	color:#CC0000;
}

.article .retailersCA {
	float:left;
	width:204px;
	height:61px;
    margin:0 0 15px 15px;
}

.clear {clear:both;}

/***************************** DEMO */


#pageDemo #container { 
	padding-top:310px;
}
.demoIntro {
	width:560px;
	margin:0 auto;
	padding-left:10px;
	text-align:left;
}
.row {
	margin-top:30px;
	vertical-align:top;	
}
.quote {
	width:230px;
	display:inline-block;
	margin:0 auto;
	padding:0 20px 20px 5px;
	zoom: 1; /* IE7 fix for display:inline-block */
    *display: inline;
	vertical-align:text-top;
}

#quotes {
	margin-top:40px;	
}
#quotes p{
	text-align:left;
	font-weight:bold;
	font-style:italic;
}
.divderline {
	margin: 20px 0 5px 0;	
}

.credit {
	color:#CC0000;
	float:right;
	font-weight:normal;
	font-style:normal;
}
#availableBox {
	margin:60px 0 0 0
}	
#imageMap a {
	position:relative;
	display:block;
	background-image: url('../img/shim.gif');
	text-indent:-1000em;
}
#imageMap #home a {
	width:480px;
	height:130px;
	top: -900px;
	left: 75px;
}

