/*******************************
	Theme Name: Absolute Underground
	Theme URI: Absolute Underground
	Description: Designs by Adam
	Author: Adam H.
	Author URI: http://graphicdesecrations.absoluteunderground.ca
	Version: 1.1
	Date: Jan 1 2009
	Updated: July 18 2009 
********************************/

/** Main Layout Properties **/

body	{ 
	background: #c00; 
	height: 100%;
	margin: 0; 
	text-align: center;
	line-height: 1em;
	letter-spacing: .5pt;
}

#layout	{ 
	background-image: url(../images/au-pgbkgrd.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 850px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header	{ 
	background-image: url(../images/au-header.png);
	background-position: top center;
	background-repeat: no-repeat; 
	max-width: 850px;
	height: 187px;
	margin-left: auto;
	margin-right: auto;
}

#header-grph	{ 
	background-position: top center;
	background-repeat: no-repeat; 
	max-width: 850px;
	height: 124px;
	margin: 0 auto;
}

#menu	{
	width: 800px;
	height: 25px;
	position: relative;
	top: 2px;
	left: 50px;
	text-align: center;
}


.row	{
	display: table-row;
	width: 800px;
}

.tcell	{
	height: 16px;
	display: table-cell;
	float: left;
}

#middle	{
	background-color: transparent;
	max-width: 850px;
	min-height: 550px;
	overflow: auto;
	}
	
#content	{	/*windows Hack*/ 
	width: 590px; 
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
	}

html>body #content	{  
	width: 590px; 
	float: left;
	margin-left: 40px;
	margin-bottom: 25px;
	}	

#sidebar	{	/*windows Hack*/ 
	width:170px;
	float: right;
	margin-right: 15px;
	text-align: center;
}

html>body #sidebar	{
	width:170px;
	float: right;
	margin-right: 35px;
	text-align: center;
	}

#footer	{
	background-image: url(../images/au-footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
	max-width: 850px; 
	height: 146px; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	}

