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

body{
	color:#333;
	background-color: #000;
	background-image: url(../images/test.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.containershadow{
	background-image: url(../images/containershadow.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}
.container {
	background-color: #333;
	height: 1350px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 200px;
	background-color: #000;
	border-bottom: 8px solid #333;}



.content-wrapper {
	height: 800px;
	background-color: #333;
	float: right;
	width: 550px;
	background-image: url(../images/contentbackground.jpg);
}

#featuredimage {
	background-color:#666;
	height: 287px;
	margin: 20px 29px 20px 20px;
}

.featuredsubtitle {
	height: 50px;
	width: 250px;
	margin: 20px 20px 20px 135px;
}

#reviewscontent{
	background-color:#666;
	height: 550px;
	margin: 20px 10px 20px 10px;
}

#upcomingcontent{
	background-color:#666;
	height: 550px;
	margin: 20px 10px 20px 10px;
}

#upcomingprince{
	color:#CCC;
	background-color:#000;
	border-right-style: none;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #666666;
	overflow: auto;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.reviewtextcontainer{
	color:#FFF;
	height: 700px;
	overflow: auto;
	margin: 0px 20px 0px 10px;
}

#masseffect2reviewtextcontainer{
	color:#FFF;
	height: 700px;
	overflow: auto;
	margin: 0px 20px 0px 10px;
	background-image: url(../images/masseffect2bkgrnd.png);
}

#redsteel2reviewtextcontainer{
	color:#FFF;
	height: 700px;
	overflow: auto;
	margin: 0px 20px 0px 10px;
	background-image: url(../images/redsteel2screens.png);
}

#newscontent{
	height: 550px;
	margin: 20px 10px 20px 10px;
	overflow: auto;
}
#betawrap {
	color: #CCC;
	margin-left: 20px;
	margin-right: 20px;
}

#offtopiccontent{
	background-color:#666;
	height: 600px;
	width:500px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #FFF;
}

#mediacontent{
	background-color:#666;
	height: 600px;
	margin: 20px 10px 20px 10px;
}

#videoscontent{
	background-color:#666;
	height: 600px;
	margin: 20px 10px 20px 10px;
	color: #FFF;
	overflow: auto;
}

#redsteel2videowrap{
	background-color:#666;
	height: 902px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#videopagebackbutton{
	height: 50px;
}

#featuredtext {
	height: 290px;
	margin-right: 20px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCC;
}


.sidebarwrapper {
	background-color:#CCC;
	height:942px;
	width: 220px;
	float: left;
	clip: rect(auto,auto,auto,auto);
	background-image: url(../images/sidebarbkgrnd.jpg);
}
.adcontrol{
	margin-top: 30px;
}

.navigation {
	background-color:#0C9;
	height: 300px;
}

.clearthefloats {clear:both;
}

p > em{
}

img{
	border:0px;
}


.footerwrapper {
	height: 200px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 70px;
	word-spacing: 20px;
	background-image: url(../images/footerbkgrnd.jpg);
}

h4{
	line-height: 0px;
	word-spacing: 0px;
}

A:link {
	text-decoration: none;
	color: #FFF;	
}
A:visited {
	text-decoration: none;
	color: #CCC;
}
A:active {text-decoration: none}
A:hover {
	text-decoration: underline;
	color: #FC6;
}
