/* You Heard Nothing CSS */


/* layout */
#header
{
	width:100%;
	height:50px;
}

#leftBlankingCol
{
	width:25px;
	float:left;
}


#rightBlankingCol
{
	width:25px;
	float:left;
	clear: none;
}

#separator
{
	width:35px;
	float:left;
	clear: none;
}

#navigationArea
{
	width:15%;
	float:left;
	background:#050505;
	min-width:180px;
	clear: none;
	border: thin ridge #333333;
	max-width: 180px;
	padding-top: 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 5%;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#navigationArea h5
{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color:#EEEEEE;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	color:#EEEEEE;
	
}

#contentArea
{
	padding: 5px 20px 20px;
	width: 65%;
	float:left;
	background:#050505;
	clear: none;
	border: thin ridge #333333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#contentHighlight
{
	width: 90%;
	background-color:#222;
	margin:auto;
	padding-top:1px;
	padding-bottom:5px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-left:3px;
	margin-right:3px;
	
}

#tabArea
{
width:70%;
float:left;
clear:none;
}


/* Text etc */

body.mceContentBody,
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: normal;
	font-weight: normal;
	color:#EEEEEE;
}


.bodyBG {
	background-attachment: fixed;
	background-image: url(Background_Serrato.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	clear: none;
	
}


.contentArea {
	background-color: #131313;
	width: 632px;
	
	margin: 0px;
	padding: 10px;
	height: 100%;
}



.sideArea {
	background-color: #131313;
	width: 160px;
	
	padding: 10px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

/* twitter */
#twitter_update_list li {
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
	font-size: 70%;
	line-height: normal;
	font-weight: normal;
	color:#CCCCCC;
	margin-top:5px;
}

/* tinyMCE */
body.mceContentBody
{
	background:#131313;
}
.body {
	position: relative;
	line-height: normal;
}
#footer {
	height: 100px;
	float: left;
	width: 100%;
}

