/** HTML STYLES **/

body{
	background: #000000 url(../images/background.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
}

a img{
	border: none;
	outline: none;
}


/** SITE WIDE STYLES **/
.typography{
	font-family: Georgia, serif;
	font-size: 62.5%;
	color: #FFFFFF;
}

#site-wrap{
	margin: 0 auto;
	width: 940px;
}
#header{
	width: 940px;
	overflow: auto;
}

#logo{
	width: 350px;
	float: left;
}

#nav{
	position: relative;
	font-family: Impact, monospace;
	font-size: 3.2em;
	text-transform: uppercase;
	width: 590px;
	height: 140px;
	float:left;
	}
	#nav ul{
		position: absolute;
		right: 0;
		top: 90px;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	#nav ul li{
		float: left;
		list-style: none;
		margin-left: 10px;
		padding: 5px;
		}
		#nav ul li a{
			text-decoration: none;
			color: #ffffff;
		}
		#nav ul li a:hover{
			color: #999999;
		}
	
#content{
	width: 940px;
	margin-top: 20px;
	overflow: auto;
	}
	#content a{
		color: #990000;
		text-decoration: none;
		border-bottom: 1px dotted #990000;
		}
		#content #contact-content a{
			border-bottom: none;
		}
	#content a:hover{
		color: #660000;
		border-bottom: 1px dotted #660000;
	}

.grunge-bg{
	width: 900px;
	height: 46px;
	background: transparent url(../images/red-grunge-header.png) top left repeat-x;
	padding: 7px 20px;
	overflow: auto;
	}
	.grunge-bg h1{
		font-family: Impact, monospace;
		text-transform: uppercase;
		font-size: 3.6em;
		margin: 0;
		padding: 0;
	}

#content-inner{
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: auto;
	}
	#content-inner h2{
		font-style: italic;
		font-size: 2.4em;
		margin: 0;
		padding: 0;
	}
	#content-inner p{
		color: #cccccc;
	}

#footer{
	margin-top: 100px;
	width: 900px;
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	padding: 20px;
	}
	#footer a{
		color: #660000;
		text-decoration: none;
		border-bottom: 1px dotted #660000;
		}
		#footer a:hover{
			color: #330000;
			border-bottom: 1px dotted #330000;
		}

/** HOME STYLES **/

.home-demo-reel{
	position: relative;
	width: 444px;
	height: 250px;
	background: transparent url(../images/red50percent.png);
	float: left;
	padding: 10px;
}

.title-img{
	position: absolute;
	top: 70px;
	z-index: 10;
}

.home-screenshot{
	position: absolute;
	top: 10px;
	z-index: 0;
}

.left{
	margin-right: 6px;
}

.right{
	margin-left: 6px;
}

#welcome{
	width: 670px;
	margin-top: 35px;
	float: left;
	}

#news{
	width: 235px;
	margin:35px 0 0 35px;
 	float: left;
 	color: #999999;
	}
	#news .post-date{
		color: #660000;
		font-weight: bold;
	}

#welcome h1,
#news h1{
	font-family: Impact, monospace;
	color: #660000;
	text-transform: uppercase;
	font-size: 3.6em;
	}

#welcome p,
#news p{
	font-size: 1.6em;
	line-height: 1.6em;
	}
	#news p a{
		color: #999999;
		border: none;
	}

#corporateReel,
#narrativeReel,
#hiddenplayers{
	visibility: hidden;
	position: absolute;
	left: -9999px;
	}
	#hiddenplayers a,
	a#corporateplayer,
	a#narrativeplayer{
		display: block;
	}

#TB_window{
	background-color: #000000;
	border: none;
	}
	#TB_window #TB_title{
		background-color: #000000;
		color: #666666;
	}

#TB_ajaxContent{
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/** Projects Page Styles **/

.project{
	margin-bottom: 50px;
	overflow: auto;
	}
	.project p{
		font-size: 1.8em;
		line-height: 1.5em;
	}

.project-information{
	width: 565px;
	float: left;
}

.project-images{
	position: relative;
	width: 320px;
	height: 180px;
	padding: 10px;
	background: transparent url(../images/red50percent.png) top left repeat;
	margin-left: 595px;
	}
	.project-images img{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 320px;
		height: 180px;
	}

/** News Page Styles **/
.news-post{
	margin-bottom: 20px;
	overflow: auto;
}

.news-post-date{
 font-size: 2.4em;
 font-weight: bold;
 font-style: italic;
 color: #990000;
 width: 170px;
 float: left;
}

.news-main{
	font-size: 1.8em;
	line-height: 1.5em;
	width: 760px;
	margin-left: 180px;
	padding-top: 5px;
	color: #FFFFFF;
	}
	.news-main p{
		margin: 0 0 20px 0;
		float: left;
	}

.news-extra{
		width: 760px;
	}
	.news-extra p{
		font-size: .8em;
		color: #333333;
	}

.extra-button{
	position: relative;
	top: -20px;
	right: 10px;
	color: #990000;
	float: right;
	
}

/** Contact Page Styles **/

#contact-form{
	width: 565px;
	float: left;
	}
	#contact-form h2{
		margin-bottom: 25px;
	}

#contact-content{
	width: 320px;
	margin-left: 35px;
	padding: 10px;
	background: transparent url(../images/black50percent.png) top left repeat;
	font-size: 1.7em;
	line-height: 1.5em;
	float: left;
	}
	#contact-content p{
		padding:0;
		margin: 0 0 20px 0;
	}