BODY
{
   FONT-SIZE: 10pt;
   FONT-FAMILY: Arial, Verdana, Times New Roman;
   text-align: left;
   COLOR: white;
   background-image: url('../Images/metal012.jpg');
   padding: 0 5px 0 5px;
   margin: 0;
}

A
{
   color: White;
}

TABLE.Structure
{
    table-layout: fixed;
}

TD
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Times New Roman;
    COLOR: white;
}

IMG
{
    BORDER: 0;
}

.NewsHeading, .BlogHeading, .ReviewHeading, .GameHeading, .PodcastHeading, .MixTitle
{
	FONT-SIZE: 14pt;
	FONT-FAMILY: Arial, Verdana, Times New Roman;
	FONT-WEIGHT: bold;
	text-align: center;
	COLOR: white;
}

.WhatsNewTitle
{
    FONT-SIZE: 11pt;
	FONT-FAMILY: Arial, Verdana, Times New Roman;
	FONT-WEIGHT: bold;
	text-align: center;
	COLOR: white;
}

.MusicNewsItem
{
    margin-bottom: 5px;
}

.ItemSmallDetails
{
	FONT-SIZE: 8pt;
	FONT-FAMILY: Arial, Verdana, Times New Roman;
	COLOR: white;
}

.GameReviewHeading
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial, Verdana, Times New Roman;
	FONT-WEIGHT: bold;
	COLOR: white;
}

.BorderedBox
{
    border: solid 2px White;
    background-color: Black;
    color: White;
    text-align: center;
    margin: 2px 2px 2px 2px;
    width: 70px;
}

.ScoreText
{
    font-size: larger;
    font-weight: bolder;
}

.LinkName
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Times New Roman;
    VERTICAL-ALIGN: top;
    text-align: left;
    COLOR: white;
    font-weight: bold;
}

.CommentTable
{
    border: solid 1px white;
}

.GameScoreTable
{
    border: solid 1px white;
}

.GameScoreName
{
    border-bottom: dotted 1px white;
    font-weight: bolder;
    padding: 1px 5px 2px 2px;
}

.GameScoreValue
{
    border-bottom: dotted 1px white;
    padding: 1px 2px 2px 5px;
}

.CommentLabel
{
    font-size: 11pt;
    font-weight: bolder;
    text-align: left;
}

.CommentPanel, .LinkPanel
{
    vertical-align: top;
    text-align: left;
}

.FooterText
{
    font-size: 9pt;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

H1
{
   margin-top: 5px;
   font-size: 13pt;
   font-weight: bold;
   border-bottom: 1px solid white;
   text-align: center;
}

.Affiliate
{
   padding-bottom: 10px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.ContentBanner
{
   text-align: center;
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 15px;
}

.RSSBanner
{
   text-align: center;
   background-color: #444444;
   padding-top: 5px;
   padding-bottom: 5px;
   font-size: 1.1em;
   font-weight: bold;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
   background-color: #343434;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 5px 200px 25px 200px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 170px;
	margin-left: -100%;
   padding: 5px;
	position: relative;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	margin-left: -180px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
   padding-bottom: 20px;
}

.Announcement
{
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   background: none repeat scroll 0 0 #E9EAEE;
   margin-top: 15px;
   margin-right: 25px;
   padding: 5px 30px 10px 30px;
}

.AnnouncementHeader
{
   font-size: 1.4em;
   font-weight: bold;
   text-align: center;
   padding-bottom: 5px;
}

.AnnouncementText
{
   color: Black;
   margin: 5px 0 10px 0;
}

.AnnouncementText a
{
   color: Black;
   font-weight: bold;
}
