/* Main CSS  */
/* Matt Pilz */
/* 2010      */
/*-----------*/


/*==========================================================================*/
/* Main Layout Styles                                                       */
/*==========================================================================*/


/* Body */
body
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #000;
	min-width: 600px;
	font-size: 90%;
	color: #ffd9ae;
	font-family: arial;
}


/* Body and HTML max height (for splash screen) */
html, body
{
	height: 100%;
}


/* Default Links */
a
{
	color: #e6d4ac;
}
a:hover
{
	color: #fff;
}

/* Default Headings */
h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 0;
	text-align: center;
	font-variant: small-caps;
	font-size: 150%;
}

/* Default Paragraphs */
p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}

/* Default Images */
img
{
	margin: 10px 0 5px;
}

/* Headers */
#header
{
	clear: both;
	float: left;
	width: 100%;
	height: 180px;
	background: url(../images/title_bg.jpg) center center no-repeat;
}
#header
{
	border-bottom: 1px solid #000;
}
#header p,
#header h1,
#header h2
{
	padding: .4em 15px 0 15px;
	margin: 0;
}
#header ul
{
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#header ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}
#header ul li a:hover
{
	background: #369;
	color: #fff;
}
#header ul li a.active,
#header ul li a.active:hover
{
	color: #fff;
	background: #000;
	font-weight: bold;
}
#header ul li a span
{
	display: block;
}

/* Column Containers */
.colmask
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

/* Common Column Settings */
.colright,
.colmid,
.colleft
{
	float: left;
	width: 100%;
	position: relative;
}
.col1,
.col2,
.col3
{
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}


/* Three Column Settings */
.threecol
{
	background: #4e4336;		/* Right Column */
}
.threecol .colmid			/* Center Column */
{
	right: 25%;			/* Right Width */
	background: #6e5e4c;		
}
.threecol .colleft			/* Left Column */
{
	right: 50%;			/* Center Width */
	background: #4e4336;
}
.threecol .col1
{
	width: 46%;			/* Center Width */
	left: 102%;			/* Left Width */
}
.threecol .col2
{
	width: 21%;			/* Left Column Content Width */
	left: 31%;			/* Right Column Content Width, Etc. */
}
.threecol .col3
{
	width: 21%;			/* Right Column Content Width */
	left: 85%;
}


/* Footer Styles */
#footer
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	text-align: center;
}
#footer p
{
	padding:10px;
	margin:0;
}

/* Horizontal Rule */
hr
{
	height: 1px;
	background: #472b0c;
	color: #472b0c;
}





/*==========================================================================*/
/* Main Page Styles                                                         */
/*==========================================================================*/
.date
{
	font-variant: small-caps;
	color: #d7c3ba;
}


.itemTitle 
{
	display: block;
	background-color: #241608;
	font-size: 95%;
	color: #fff;
	font-weight: bold;
	padding: 5px 5px;
	font-variant: small-caps;
	border: 1px solid #837363;
	margin-bottom: 10px;
}



/*==========================================================================*/
/* Main Page DIVS                                                           */
/*==========================================================================*/

/* Global Container */
#global
{
	display: none;
}

/* Loading Text or Graphic */
#loaderPretext
{
	min-height: 100%;
	background-color: #000;
	background-image: url(../images/load_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 500;
	display: none;
}

/* DMCS Latest Builds */
#DMCS_Release p
{
	font-size: 70%;
}

/* Countdown DIV */
#DMCS_Countdown
{
	display: block;
	background-color: #241608;
	color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	border: 2px solid #837363;
	margin: 0px;
	padding: 5px;
	line-height: normal;
	height: 44px;
}
