/* CSS Document */

/* BOOM BABY BOOM! */

/* 	Base Background (Tan): #e4e0d1
   	Border (Dark Tan): #bab6a6
	Content (White Tan): faf9f4
	titles and reg links: 980b01
*/

/*==================Universal Tags===================*/

body {
	background:#E4E0D1;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
}

a:link {
	color:#980B01;
}

a:visited {
	color:#7f0901;
}

a:active, a:hover {
	color:#B20D01;
}

hr {
	clear:both;
	border:1px #FAF9F4;
	padding:0px;
	margin:0px;
}

/*===================Main Tags=======================*/

#container {
	position:relative;
	background:#BAB6A6 url(images/fake-header.jpg) no-repeat;
	width:749px;
	padding:0px;
	padding-top:99px;
	border:0px;
	margin:0px auto;
}

/* --- main nav section ---*/

#navigation {
	/*background:#222222;*/
	position:absolute;
	width:670px;
	height:50px;
	margin:auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#c7c1c1;
	top:0px;
	right:39px;
}

#navigation ul {
	position:absolute;
	top:4px;
	/* IE sucks at the internet */
	_top:16px;
	/* end IE sucks at the internet */
	right:20px;
	display:inline;
	list-style:none;
}

#navigation li {
	display:inline;
}

#navigation a {
	color:#c7c1c1;
	border-right:1px solid #c7c1c1;
	padding:0px 12px;
}

#navigation a:active, #navigation a:hover {
	color:#e0d9d9;
}

/* --- end main nav section ---*/

#content {
	background:#FAF9F4 url(images/fake-content.jpg) no-repeat;
	width:741px;
	margin:0px 4px;
	padding:0px;
/*	border:1px dashed yellow;*/
}

#leftContent {
	padding:35px;
	float:left;
	width:450px;
}


#sidebar {
	/*background:#F4F2EB;*/
	width:182px;
	margin-left:486px;
	padding:35px;
	_padding:0px;
	_padding-top:50px;
}

#sidebarBody {
	background:#F4F2EB url(images/fake-sidebar.jpg) no-repeat;
	/*background:#FF0000 url(images/fake-sidebar.jpg) no-repeat;*/
/*	width:149px;*/
	margin:0px;
	margin-top:15px;
	padding:12px 16px;
}


#footer, #contactus {
	position:relative;
	color:#FAF9F4;
	font-size:10px;
	padding:4px 4px 0px 4px;
	margin:0px;
	height:40px;
}

#footer a, #contactus a {
	color:#FAF9F4;
	font-size:10px;
}


#footer img {
	float:left;
	padding:0px;
	margin:0px;
	padding-right:8px;
	border:0px;
}

#footer p {
	width:500px;
	padding:0px;
	margin:0px;
}

#contactus {
	position:absolute;
	bottom:0px;
	right:35px;
	background:#c0bcab;
	width:181px;
	height:36px;
	padding:4px;
}
/*==================Minor Tags======================*/

.entry {
	padding:10px 0px;
	/*border:1px dashed #BAB6A6;*/
}

.entryDate {
	color:#BAB6A6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.entryTitle {
	color:#980B01;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
}

.entryBody {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	line-height:16px;
	border-top:1px dashed #BAB6A6;
	border-bottom:1px dashed #BAB6A6;
	padding-bottom:10px;
}

.hide {
	padding:0px;
	margin:0px;
	margin-left:-10000px;
}

/*================General Tags======================*/

h3 {
	 font-family:"courier new", serif;
	 font-size:12px;
	 color:#444;
}

/* this must be duplicated in newer versions for legacy support */

.run-chart {
	font-size:10px;
}

.chart-header {
	 background:#f5f2eb;
}

.run-chart td {
	padding:2px;
}

/* ==================================================== */
/* //////////////////////////////////////////////////// */
/* /// About Us 	                                /// */
/* //////////////////////////////////////////////////// */
/* ==================================================== */

.profile {
	background:#dcd7c6;
	padding:2px;
	border:1px solid #bab6a6;
	font-size:11px;
	margin-bottom:10px;
	min-height:290px;
}

.profile p {
  padding:4px 8px;
	margin:0px;
}

.portrait {
	float:left;
	border:1px solid #bab6a6;
}

.character-name {
  margin:2px;
	display:block;
}

.pro-content {
	margin-left: 219px;
	background:#efece2;
	/*background:#faf9f4;*/
	border:1px solid #bab6a6;
	height:288px;
}

.pro-content h2 {
	padding-top:0px;
	margin-top:0px;
}

.pro-section {
	font-weight:bold;
}

.pro-dark {
  background:#efece2;
}

/* ==================================================== */
/* //////////////////////////////////////////////////// */
/* /// EGAB stylings                                /// */
/* //////////////////////////////////////////////////// */
/* ==================================================== */

.EGABlink {
	font-size:11px;
	padding:10px;
}

.EGABlinks {
	width:20em;
	padding:10px;
	margin:auto;
	text-align:center;
}

