#page
{
}

.pagecontent
{
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

/* header styles start */

#upperheader
{
	height: 30px;
	border-bottom: #000000 solid 1px;
	background-color: #343434;
}

#spacer
{
	height: 40px;
	border-top: #343434 Solid 1px;
}

#header
{
	height: 75px;
	background-color: #000000;
	border-top: #454545 Solid 1px;
	border-bottom: #434343 Solid 1px;
	margin: 20px 0;
}

#headerContent
{
	position: relative;
/*	background: url('../assets/HD911.png') no-repeat -45px left;*/
}

#headerContent h1
{
  margin: -0.7em 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 2.5em;
	color: #FFFFFF;
	display: block;
	float: left;
	z-index: 10;
}

#headerContent h1 span
{
	font-size: 0.4em;
	padding: 20px;
	font-weight: normal;
}

#headerContent h1 span a
{
	text-decoration: none;
}



#headerContent ul
{
	position: absolute;
	right: 0;
	top: -0.7em;
	display: block;
	z-index: 12;
	width: 50%;
}

#headerContent li
{
	display: block;
	float: left;

	font-size: 1.4em;
	padding-left: 15px;
	
	color: #CCCCCC;
}

#headerContent li a 
{
	text-decoration: none;
	color: #CCCCCC;
}

.contenthalf
{
	min-height: 500px;
  float: left;
	height: 100%;
}

/* header styles end */
/* content styles start */

#content
{
	background-color: #212121;
	padding-bottom: 50px;
	border: #343434 Solid 1px;
	height: 100%;
}

#content-left
{
	border-left: #343434 Solid 1px;
	border-right: #121212 Solid 1px;
	width: 59%;
	height: 100%;
}

#content-right
{
	border-right: #343434 Solid 1px;
	height: 100%;
	
	width: 40%;
}

#content-left #blog
{
	min-height: 350px;

	border-left: #000000 Solid 1px;
}

.contenthalf > div > h2
{
	border-top: #111111 Dotted 1px;
	border-bottom: #000000 Dotted 1px;
	padding: 10px 15px;
	color: #565656;
	font-size: 1.4em;

	display: block;
	background-color: #222222;
	margin: 0 -15px 10px;
	width: 100%;

	z-index: 12;
}

#content-left h2.pagetitle
{
	font-size: 1.3em;
	color: #565656;
	margin-bottom: 20px;
	
	border-top: #111111 Dotted 1px;
	border-bottom: #000000 Dotted 1px;
	padding: 10px 15px;
	color: #565656;
	font-size: 1.4em;

	display: block;
	background-color: #222222;
	margin: 0 -15px 10px;
	width: 100%;

	z-index: 12;

	font-variant: small-caps;
}

#content-left > h2
{
	float: left;
}


#content-right > h2
{
	float: right;
	text-align: right;
}

#content-left #media
{
	height: 500px;
	border-left: #000000 Solid 1px;

}

#content-right #sidebar
{
	border-right: #000000 Solid 1px;

}


#content-right #rant
{
	/*min-width: 400px;
	max-width: 500px;*/
	min-height: 350px;

	padding: 10px;	
	border-right: #000000 Solid 1px;
	
}

/* content styles end */

/* footer styles start */

#footer
{
	background-color: #343434;
	border-top: #454545 Solid 1px;
	border-bottom: #434343 Solid 1px;

	clear: left;

}

#footerContent
{
	position: relative;
	font-size: 0.8em;
	padding: 20px 0 10px 0;
}

#footerContent a 
{
	text-decoration: none;
	font-weight: bold;
	color: #BBB;
}

#footerContent ul
{
	display: block;
	z-index: 12;
	width: 45%;
	margin: 10px auto;
	padding: 10px;
}

#footerContent li
{
	display: block;
	float: left;

	font-size: 1.4em;
	padding-left: 10px;
	
	color: #CCCCCC;
}

#footerContent li a 
{
	text-decoration: none;
}

#footerContent p
{
	color: #BBBBBB;
	font-size: 0.9em;
	text-align: center;
}

/* footer styles end */

textarea#comment { width: 350px; height: 100px; background-color: #565656; margin: 10px 0; padding: 10px 0; }

