/*
Theme Name: The Adventurers
Theme URI: http://www.alderac.com/adventurers
Description: Wordpress theme for Alderac Entertainment Group created by <a href="http://www.holycow.com/">Holy Cow Design</a>.
Version: 1.0
Author: Joe Fulgham
Author URI: http://www.holycow.com/joe/

*/


/* Clear All */
* {
	margin: 0;
	padding: 0;
}

/* The Basics */

html, body {
	font-family: Arial,Helvetica,Monaco,SansSerif;
	font-size: 10pt;
	background-color: #2b2410;
	color: #DDD;
	text-align: center;
	line-height: 16px;
}

p {
	margin-bottom: 12px;
}

a {
	color: #f8d4b8;
}

a:hover {
    color: #fff;
}

img {
	border: none;
}

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
	padding-left: 12px;
}

.alignleft {
	float: left;
	padding-right: 12px;
}

ul {
	list-style-position: inside;
    margin-bottom: 12px;
    margin-left: 15px;
}

li {
    list-style-position: outside;
}

/* Sections */

#mainbox {
    width: 100%;
    text-align: center;
    background: #000 url(images/header-background.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    float: left;
    padding-bottom: 50px;
}


#centerbox {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 300px;
    width: 960px;
    background: url(images/header.jpg);
}

#content {
    width: 550px;
    min-height: 290px;
    padding: 0;
    margin-top: 30px;
    text-align: left;
    float: left;
}

#right{
    width: 330px;
    min-height: 490px;
    padding: 40px;
    margin-top: 30px;
    text-align: left;
    float: right;
    background: url(images/news_background.jpg);
    background-repeat: no-repeat;
}

#footer {
    width: 100%;
    text-align: center;
    background: #2b2410;
    float: left;
    margin-top: 20px;
}

#footer img {
    margin: 0 30px;
}

#rss {
    margin: 15px;
}

#headerlink a {
    float: left;
    display: block;
    width: 798px;
    height: 300px;
}

.post, h1.posttitle {
    margin: 0 20px;
}

/* AEG Nav */

#aegmenu {
    text-align: left;
    margin-left: 29px;
    font-size: 9pt;
    float: left;
}

#aegnav {
	font-size: 1.1em;
	z-index: 100;
}

#aegnav, #aegnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#aegnav ul {
	line-height: 2;
	font-weight: bold;
	margin: 0 0 1em 0;
}

#aegnav a {
	display: block;
/*	width: 14em; */
	text-decoration: none;
	color: #000;
}

#aegnav ul a {
	width: 8em;
}

#aegnav a.daddy {
	background: url(images/arrow-right.gif) center right no-repeat;
}

#aegnav li { /* all list items */
	float: left;
	padding: 0;
	width: 10em; /* width needed or else Opera goes nuts */
}

#aegnav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
 	height: auto; 
	width: 10em;
	margin: 0;
	z-index: 101;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#aegnav li li {
	padding: 0 1em;
	width: 8em;
}


#aegnav ul li:hover {
	background: #c2c2c2;
}

#aegnav li ul a {
	width: 8em;
}

#aegnav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0 0 9em;
	width: 16em;
}

#aegnav li ul ul li {
	width: 14em;
	padding: 0 1em;
}

#aegnav li ul ul a {
	width: 15em;
}


#aegnav li:hover ul ul, #aegnav li.sfhover ul ul {
	left: -999em;
}

#aegnav li:hover ul, #aegnav li li:hover ul, #aegnav li.sfhover ul, #aegnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

