/* @group General Styles */

body {
	background: url(images/background.jpg) repeat;
	margin: 0;
	font: 0.85em Georgia, Times New Roman, Times, serif;
	color: #6f4714;
	text-align: left;
	padding: 0;
}

/*p {
  }
*/
/* Stat Blocks */

div.statblocks{
	font-family: sans-serif;
}
/* @end */

p.statblocks{
	font-family: Arial, Helvetica, sans-serif;
}

b, strong {

}

a:link, a:visited {
	text-decoration: underline; 
	color: #7e0100;
}

a:hover, a:active {
	text-decoration: none; 
	color: #6f4714;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
	
/* @end */

/* Tables */

/* Powers Table */

table.powers {
	cellspacing:0; 
	cellpadding:4; 
	width:425;
}

tr.encpowersname{
	background-color: #990000;
}

tr.willpowersname{
	background-color: #347235;
}

tr.dailypowersname{
	background-color: #2B3856;
}

tr.middlepowers{
	background-color: #FFFFFF;
}

th.powersname{
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

th.powerstype{
	text-align: right;
	color: #FFFFFF;
	font-size: 15;
}

td.powersdesc{
	background-color: #E2E2CD;
	font-style: italic;
}

td.powersb{
	font-weight: bold;
}

td.powersbg{
	background-color: #E2E2CD;
}

/* @end */

/* @group Layout */
#container {
	padding-left: 20px;
	text-align: left;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: url(images/header_background.jpg) no-repeat;
	height: 236px;
	text-align: left;
}

#pageHeader img {
	float: left;
	padding-right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	text-shadow: 0px 0px 4px #76a8db;
	padding-top: 10px;
	text-align: center;
	font: 1.1em 'PR Celtic Narrow';
	margin: 0px;
}

#pageHeader h2 {
	color: #ffffff;
	text-shadow: 0px 0px 2px #76a8db;
	text-align: center;
	font: 1.1em 'PR Celtic Narrow';
	margin: 0px;
}

#contentContainer {
	width: 675px;
	background: url(images/content_middle.jpg) repeat-y;
	margin-bottom: 30px;
	float: left;
	font: 1em 'PR Celtic Narrow';	
}

#contentContainer h1 {
	font: 1.75em 'Apple Chancery';	
	color: #990000;
}



#contentContainer #top {
	width: 675px;
	height: 103px;
	background: no-repeat url(images/content_top.jpg);
}

#contentContainer #bottom {
	background: no-repeat url(images/content_footer.jpg);
	width: 675px;
	height: 75px;
}

#contentContainer #content {
	padding: 0 30px;
}


#sidebarContainer {
	background: url(images/sidebar_background.gif);
	width: 233px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}

#sidebarContainer #top {
	background: url(images/sidebar_top.gif)no-repeat;
	width: 233px;
	height: 54px;
}

#sidebarContainer #bottom {
	background: url(images/sidebar_footer.gif);
	width: 233px;
	height: 54px;
}

/*#sidebarContainer #sidebar {
	padding-right: 20px;
	padding-left: 20px;
}

#sidebarContainer .sideHeader {
	color: #6f4714;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}*/

#footer {
	background: url(images/footer_background.jpg) no-repeat;
	height: 74px;
	color: #444444;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 20px;
}

#footer p {
	text-align: center;
	padding-top: 30px;
	margin: 0;
	padding-left: 40px;
}

#footer a:link, #footer a:visited {
	color: #444444;
}

#footer a:hover, #footer a:active {
	color: #999999;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding: 20px;
	font-size: 0.9em;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #6f4714;
	text-decoration: underline;
}

#breadcrumbcontainer a:hover {
	color: #6f4714;
	text-decoration: none;
}
	
/* @end */


/* Toolbar Styles */

#navcontainer {
	padding-left: 20px;
	margin-bottom: 20px;
}

#navcontainer #current {
	font-weight: bold;
	color: #7e0100;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	font-weight: bold;
	color: #7e0100;
}

#navcontainer a {
	color: #6f4714;
	text-shadow: 0px 1px 0px #ffffff;
	height: 18px;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover {
	color: #7e0100;
	text-decoration: none;
}

/* @end */
.block {

}
.block h2 {
	font-size: 17px;
}
.block ul{
	font-size: 11px;
}

.more-link{
	font-size: 10px;
	padding-right: 20px;
	text-align: right;
}
