/* CSS Stylesheet for random template     */
/* Site designed by Matthew D. McGee      */
/* Last updated 9/24/2006                 */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url("img/main_background.png");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 9b9b9b;
}

img { margin: 0; padding: 0; border: none; }

/* General alignment definitions */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*=========================================*/
/*Main Container							   */
/*=========================================*/

#container {
	margin: 16px auto;
	width: 90%;
	background-image: url("img/content_background2.png");
}

/*=========================================*/
/*Header Stuff							   */
/*=========================================*/

#header {
	display: block;
	height: 144px;
	background-image: url("img/header_sideMiddle.png");
}

#header .titleLeft {
	float: left;
	width: 24px;
	height: 144px;
	background-image: url("img/header_titleLeft.png");
}

#header .titleMiddle {
	float: left;
	height: 144px;
	background-image: url("img/header_titleMiddle.png");
}

#header .titlePad {
	font-size: 24px;
	margin: 56px 24px;
	color: #5b6167;
}

#header .titleRight {
	float: left;
	width: 8px;
	height: 144px;
	background-image: url("img/header_titleRight.png");
}

#header .sideRight {
	float: right;
	width: 8px;
	height: 144px;
	background-image: url("img/header_sideRight.png");
}

/*=========================================*/
/*Navigation Stuff						   */
/*=========================================*/

#navigation {
	display: block;
	height: 32px;
	background-image: url("img/navigation_background.png");
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
}

#navigation .link {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("img/navigation_link.png");
	background-position: 0 32px;
}

#navigation .linkCurrent {
	width: 128px;
	height: 32px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("img/navigation_link.png");
	background-position: 0 32px;
}

#navigation a {
	display: block;
	width: 100%;
	height: 24px;
	color: #647287;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	background-image: url("img/navigation_link.png");
	background-position: 0 0;
}

#navigation .linkCurrent a { background-image: none; color: #8694A9; }

#navigation a:hover { background-image: none; color: #8694A9; }

#navigation .right
{
	float: left;
	width: 12px;
	height: 32px;
	background-image: url("img/navigation_linkRight.png");
}

/*=========================================*/
/*Bottom Area Stuff						   */
/*=========================================*/

#bottomBox {
	background-image: url("img/content_background.png");
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 1px solid #1a1f26;
	border-right: 1px solid #1a1f26;
	padding-top: 12px;
	
}

/*=========================================*/
/*Sidebar Stuff     					   */
/*=========================================*/

#sidebar { 
	width: 160px; 
	float: right;
	padding-right: 7px;
}

#sidebar .top {
	width: 144px;
	height: 32px;
	background-image: url("img/sidebar_heading.png");
	float: right;
}

#sidebar .middle {
	width: 144px;
	background-image: url("img/sidebar_middle.png");
	float: right;
}

#sidebar .bottom {
	width: 144px;
	height: 4px;
	background-image: url("img/sidebar_bottom.png");
	background-repeat: no-repeat; /*stupid IE fix*/
	float: right;
	margin-bottom: 16px;
}

#sidebar .link {
	width: 144px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url("img/sidebar_link.png");
	background-position: 0 24px;
	
}

#sidebar .link a {
	display: block;
	width: 100%;
	height: 20px;
	color: #647287;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding-top: 4px;
	background-image: url("img/sidebar_link.png");
	background-position: 0 0;
}

#sidebar .link a:hover { background-image: none; color: #8694A9; }
#sidebar .link a:active { background-image: none; }


#sidebar h3
{
	font-size: 12px;
	font-weight: bold;
	color: #505b6c;
	text-align: center;
	margin: 5px 0;
}

#sidebar p
{
	padding: 0 4px;
	font-size: 11px;
	color: #6c747e;
}

#sidebar img {
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #191e25;
	padding: 1px;
	background-color: #485363;
}

/*=========================================*/
/*Content Stuff     					   */
/*=========================================*/
	
#content {
	
	margin-right: 160px;
	padding-left: 16px;
	padding-right: 16px;
}

* html #content { height: 0.01%; } /*IE6 Visual bug fix */
#contentEnd { clear: both; height: 0; } /* fixes problems when sidebar is larger than page's content*/

#content .divider {
	height: 2px;
	background-image: url("img/content_divider.png");
	background-repeat: repeat-x;
}

#content .datePosted {
	font-size: 10px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	color: #82878D;
}

#content .comments { /*feel free to remove this if you don't use any kind of CMS system*/
	font-size: 10px;
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 2px;
}

#content .quote {
	margin: 16px;
	padding: 16px;
	background-color: #262c34;
	background-image: url("img/content_quote.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #191e25;
	color: #5b646f;
}
	

#content a { color: #a0b7d5; text-decoration: none; }
#content a:hover { color: #bbcee6; }
#content p { color: #a8adb3; }
#content ul { color: #979ca2;  }
#content li { margin: 4px 0; }

/*== Content Box =================================*/

#content .conBox { width: 100%; margin: 0 auto; padding: 0; border: 0; background-image: url("img/content_background.png"); margin-bottom: 16px; }
* html #content .conBox { width: 99% } /* stupid IE6 hack for width */
tr { padding: 0; margin: 0; }
td { padding: 0; margin: 0; }

#content .top {
	width: 100%;
	height: 32px;
	margin: 0 auto;
	background-image: url("img/content_topMiddle.png");
}

#content .contentHeading {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #5c6a7f;
	padding-bottom: 5px;
}



#content .topLeft {
	width: 12px;
	height: 32px;
	margin: 0;
	float: left;
	background-image: url("img/content_topLeft.png");
}

#content .topRight {
	width: 12px;
	height: 32px;
	margin: 0;
	float: right;
	background-image: url("img/content_topRight.png");
}

/*===============================================*/

#content .middle {
	width: 100%;
	margin: 0 auto;
	background-image: url("img/content_middleCenter.png");
}

#content .middleLeft {
	width: 12px;
	background-image: url("img/content_middleLeft.png");
}

* html #content .middleCenter { padding: 8px 0; } /* IE Visual Glitch Fix */

#content .middleRight {
	width: 12px;
	background-image: url("img/content_middleRight.png");
}

/*===============================================*/

#content .bottom {
	height: 12px;
	width: 100%;
	margin: 0 auto;
	background-image: url("img/content_bottomMiddle.png");
}

#content .bottomLeft {
	width: 12px;
	height: 12px;
	background-image: url("img/content_bottomLeft.png");
	float: left;
}

#content .bottomRight {
	width: 12px;
	height: 12px;
	background-image: url("img/content_bottomRight.png");
	float: right;
}

/*=========================================*/
/*Footer Stuff      					   */
/*=========================================*/

#footer {
	height: 64px;
	background-image: url("img/footer_middle.png");
}

#footer .leftSide {
	width: 8px;
	height: 64px;
	background-image: url("img/footer_left.png");
	float: left;
}

#footer .middle {
	padding-top: 14px;
	text-align: center;
	color: #495566;
	font-size: 10px;
}

#footer .rightSide {
	width: 8px;
	height: 64px;
	background-image: url("img/footer_right.png");
	float: right;
}


#footer a { color: #5f6c80; text-decoration: none; }
#footer a:hover { color: #6b798e; }