/**********************************************************************
	Whole page defaults
**********************************************************************/
body
{
	background-color: black;
	font-size: 12px;
}
a, a:visited
{
	text-decoration: none;
	color: #9FBFDF;
}
h1, h2, h3, h4, h5, h6
{
	text-align: center;
}
ul > li
{
	padding-bottom: 8px;
}
/**********************************************************************
	Site "wrapper" div and header styles
**********************************************************************/
div#primary_area
{
	color: white;
	background-color: #424242;
	
	border-style: ridge;
	border-width: 4px;
	border-color: #424242;
	
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
img#header_image
{
	border: none;
	border-bottom: 4px ridge #424242;
	
	padding: 0px;
	margin: 0px;
}

/**********************************************************************
	Strife in-game horizontal menu to AoC pages (forums, etc).
	Will be a seperate css
**********************************************************************/
div#strife_aoc_menu
{
}

/**********************************************************************
	The main, left-side menu
**********************************************************************/
div#main_menu
{
	/*position: absolute;*/
	float: left;
	
	background-color: transparent;
	border-style: none;
	
	width: 140px;
	margin: 0px;
	margin-bottom: 10px;
	
	text-align: left;
	font-size: 1em;
}
div#main_menu > ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
div#main_menu > ul li:hover
{
	text-decoration: underline;
	color: white;
	background: #003366;
	display: list-item;
	min-width: 90%;
}
div#main_menu > ul a:hover
{
	color: white;
}
div#main_menu > ul > li:first-child
{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
	border-bottom:2px solid #CCCCCC;
	padding: 20px 5px 1px 0px;
}
div#main_menu > ul > li
{
	/*border-bottom: 1px solid #747474;*/
	padding-left: 8px;
	padding-bottom: 0px;
}

/**********************************************************************
	The content area
	t r b l
**********************************************************************/
div#main_content
{
	float: right;
	background-color: #003366;
	
	border-style: solid;
	border-width: 1px;
	border-color: white;
	
	padding: 0px 8px 0px 8px;
	margin: 10px;
	width: 550px;
}
div#main_content a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
div#main_content p
{
	text-indent: 20px;
	text-align: justify;
}
	/*************************************************
		AoC News (from the forums)
	*************************************************/
div#news
{
	text-indent: 0px;
}
div#news h1
{
	letter-spacing: 6px;
	color: #ffffff;
	
	display: block;
	text-align: center;
}
div#news > ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#news ul > li.head
{
	display: block;
	width: 96%;
	color: #ffffff;
	background-color: #000000;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	padding: 3px;
}
div#news ul > li.body
{
	width: 94%;
	padding: 5px 0px 20px 5px;
	margin: 0px;
	text-indent: 20px;
}

/**********************************************************************
        Ad styles
**********************************************************************/
div#site_ads
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/**********************************************************************
	Site footer
**********************************************************************/
div#primary_footer
{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

/**********************************************************************
	Miscellaenous styles
**********************************************************************/
ul.inline_title
{ 
	list-style-type: disc;
	list-style-position: outside;
}
ul.inline_title span
{
	font-weight: bold;
}

.reverse-acronym
{
	border-bottom: 1px dotted #333;
	cursor: help;
}
div#main_content .reverse-acronym
{
	border-color: white;
}
