/*  
Theme Name: Alderac Entertainment Group
Theme URI: http://www.alderac.com/
Description: Wordpress theme for AEG created by <a href="http://www.holycow.com/joe/">Joe Fulgham</a>.
Version: 1.0
Author: Joe Fulgham
Author URI: http://www.holycow.com/joe/

*/

body {
	font-family: Arial,Helvetica,Monaco,SansSerif;
	font-size: small;
	background-color: #505050;
	margin: 0;
	text-align: center;
	padding: 0;
}

a {
	color: #3636FA;
}

a img {
  border: none;
}

#mainbox {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #002B61;
}

#sidebar {
	width: 155px;
	margin: 0;
	padding-top: 138px;
	color: #fff;
	background: url('images/menu_top.jpg') no-repeat;
	float: left;
}

#leftmenu a {
	color: #fff;
}

#menu {
	background: url('images/leftmenu_background.gif') repeat-y;
	padding-left: 14px;
	padding-right: 12px;
	padding-bottom: 10px;

}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	background: url('images/menutitle_background.gif') top no-repeat;
	width: 129px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0 0 0;
	margin: 0;
}

#menu ul ul li {
	text-align: left;
	width: 118px;
	height: auto;
	font-weight: normal;
	text-transform: none;
	background: none;
	padding: 4px 0 0 11px;
}

#menu ul ul {
	margin-bottom: 8px;
}

#menu ul a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 5px;
}

#menu ul ul a {
	color: #fff;
	text-decoration: underline;
}


#menubottom {
	background: url('images/menu_bottom.jpg');
	width: 155px;
	height: 112px;
	margin: 0px
}


#flasharea {
	float: left;
	margin: 0;
	width: 625px;
	height: 190px;
	background: url('images/flasharea.jpg') no-repeat;
	text-align: right;
	vertical-align: bottom;
	position: relative;
}

#content {
	float: left;
	margin: 0;
	width: 565px;
	padding: 10px 15px 20px 15px;
	background: #fff url('images/content_bottom.gif') no-repeat bottom;
}

#content h1 {
	font-size: large;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer {
	clear: both;
	color: #fff;
	text-align: center;
	margin: 10px 0 10px 0;
}


#footer a {
	color: #fff;
}

#s {
	width: 100px;
	margin: 0 11px;
	padding: 0;
}

#content h2 {
	font-size: large;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}

#content h3 {
	font-size: large;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
}


#content h2 a {
	color: #000;
	text-decoration: none;
}

#content h3 a {
	color: #000;
	text-decoration: none;
}


.entry {
	margin-top: -12pt;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */