@charset "utf-8";
/**********************
/* BAM CSS Template File
/* Copyright(c)2008 Intrepid Studios, Inc.
/* Developed by: Kamran Ayub
/* http://intrepidstudios.com/
/* 
/* Feel free to use any of this CSS!
/*********************/

/*********
* Layout *
*********/
html, body {
	background:#620002 url(/lib/img/body-bg.gif) repeat-y center top;
	height:100%;
	color:#2e2e2e;
}
div#container {
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:left;
	background:#dbdbdb;
	
	height:auto !important;
	height:100%;
	
	min-height:100%;
}
div.twoThirds {
	width:555px;
	float:left;
}
div.third {
	width:215px;
	float:right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.textRight {
	text-align:right;
}
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}

div.padding {
	padding:0.8em 1.3em 1em 1.3em;
}
.clear {
	clear:both;
}
/*********
* Header *
*********/
div#siteHeader {
	height:212px;
	background:url(/lib/img/header/siteheader-bg.jpg) no-repeat top center;
}
div#siteHeader ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li#siteHeader-home {
	display:block;
	float:left;
	width:610px;
	height:63px;
	margin-top:137px;
}
li#siteHeader-home a {
	display:block;
	text-indent:-9999px;
	width:610px;
	height:63px;
}
li#siteHeader-login {
	display:block;
	width:128px;
	float:right;
	margin-top:157px;
	height:28px;
	background:#e1e1e1 url(/lib/img/header/header-login-l-bg.gif) no-repeat top left;
}
li#siteHeader-login a {
	display:block;
	padding:8px 0 8px 22px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background:url(/lib/img/icon-header-lock.gif) no-repeat 8px center ;
}

/******
* Nav *
******/
div#siteNav {
	height:28px;
	border-bottom:8px solid #942525;
	background:url(/lib/img/header/nav-bg.jpg) no-repeat top center;
	padding-top:4px;
	padding-left:20px;
}
div#siteNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#siteNav li {
	position:relative;
	width:auto;
	float:left;
	padding:8px 13px 0 13px;
	min-height:20px;
}
div#siteNav li ul {
	display:none;
	position:absolute;
	background:#333;
	padding:0 0 7px 0;
	top:1.5em;
	left:0;
	width:200px;
}
div#siteNav li > ul {
	top: 28px;
	left: 0;
}
div#siteNav li:hover ul, div#siteNav li.over ul {
	display:block;
}

div#siteNav ul li a {
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
div#siteNav ul li a:hover {
	color:#c53030;
}
div#siteNav ul li.selected {
	color:white;
	padding:0 0 0 3px;
	text-transform:uppercase;
	background:url(/lib/img/nav-selected-l-bg.gif) no-repeat bottom left;
	height:28px;
	cursor:default;
}
div#siteNav ul li.selected a {
	display:block;
	padding:8px 13px 0 13px;
	height:20px;
	background:url(/lib/img/nav-selected-r-bg.gif) no-repeat bottom right;
}
div#siteNav ul li.selected a:hover {
	color:white;
}
* html div#siteNav ul li.selected a {
	width:1em; /* fix ie6 */
}

/**********
* Content *
**********/
div#content {
	background:#dbdbdb url(/lib/img/content-top-bg.gif) repeat-x top left;
	padding:0pt 0pt 75px 0pt;
	margin-bottom:75px;
}
* html div#content {
	height:400px;
}
#about-rotate {
	background:white none repeat scroll 0 0;
	border:1px solid #999999;
	float:right;
	height:150px;
	margin-bottom:1em;
	margin-left:1em;
	overflow:hidden;
	width:200px;
	position:relative;
}
#about-rotate div {
	position:absolute;
	height:150px;
	width:200px;
}
#sponsor-rotate {
	background:white none repeat scroll 0 0;
	border:2px solid #884848;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:200px;
}
#sponsor-rotate div {
	width:200px;
	height:53px;
	position:absolute;
}
div#content ul li {
	line-height:170%;
}
div#content img.fancy {
	padding:4px;
	background:white;
	border:1px solid #999;
}
img.right.fancy {
	margin:0 0 1em 1em;
}
img.left.fancy {
	margin:0 1em 1em 0;
}
.img-caption span {
	display:block;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
}
.img-caption img {
	margin:0;
}

h1.header {
	margin:16px 0 1em 0;
}

div.side-info img {
	margin:0.5em 0 0.5em 0;
}

div.sidebar {
	background:#333 url(/lib/img/sidebar-bot-bg.gif) no-repeat bottom left;
	color:white;
}
div.sidebar h3 {
	color:white;
	zoom:1; /* fix ie6 */
}
div.sidebar p {
	padding-left:12px;
	line-height:130%;
}
div.sidebar a {
	color:#cd7769;
}
div.sidebar div.minical {
	text-align:center;
}
div.sidebar div.minical table {
	margin:0 auto;
}
div.sidebar div.minical .ig_tbl_line td div {
	display:none;
}

/* Widgets */
.widget {
	margin:2em 0 0 0;
}
div.third .widget {
	margin:2em 1em 2em 0;
}
.widget-row .widget { /* Two widgets next to each other, with sidebar */
	width:250px;
}
.widget-row-wide .widget { /* Two widgets next to each other, on full page */
	width:350px;
}
.widget .widget-top {
	height:38px;
	background:url(/lib/img/widget-tl-bg.gif) no-repeat top left;
}
.widget .widget-top h3 {
	height:38px;
	background:url(/lib/img/widget-top-bg.gif) repeat-x top left;
	margin:0 0 0 7px;
	padding:0 0 0 5px;
	color:white;
}
.widget .widget-top h3 span {
	display:block;
	padding:7px 0 0 0;
	height:31px;
	background:url(/lib/img/widget-tr-bg.gif) no-repeat top right;
}
.widget .widget-top-notext {
	height:6px;
	background:#cacaca url(/lib/img/widget-tl-nt-bg.gif) no-repeat top left;
	text-align:right;
}
.widget .widget-top-notext span {
	display:block;
	height:6px;
	background:url(/lib/img/widget-tr-nt-bg.gif) no-repeat top right;
}
.widget .widget-content {
	background:#cacaca;
	margin:0;
	padding:4px 18px 1px 18px;
}
.widget .widget-content p {
	margin:0 0 1em 0;
	padding:0;
	line-height:170%;
}
.widget .widget-contentfoot {
	clear:both;
	height:6px;
	background:#cacaca url(/lib/img/widget-bl-bg.gif) no-repeat bottom left;
}
.widget .widget-contentfoot span {
	display:block;
	height:6px;
	background:url(/lib/img/widget-br-bg.gif) no-repeat bottom right;
}
.widget .widget-contentfoot.withbot { /* Widget content with bottom link footer */
	background-image:url(/lib/img/widget-bl-m-bg.gif);
}
.widget .widget-contentfoot.withbot span {
	background-image:url(/lib/img/widget-br-m-bg.gif);
}
.widget .widget-bot { /* Widget bottom footer with link */
	background:#762929 url(/lib/img/widget-bot-bl-bg.gif) no-repeat bottom left;
}
.widget .widget-bot span {
	display:block;
	height:24px;
	font-size:0.9em;
	font-weight:bold;
	background:url(/lib/img/widget-bot-br-bg.gif) no-repeat bottom right;
	text-align:right;
	padding:0pt 12px 0pt 12px;
}
.widget .widget-bot-lt span {
	text-align:left;
}
.widget .widget-bot span a:hover  {
	text-decoration:underline;
}
.widget .widget-bot span a {
	display:inline-block;
	padding:5px 0 5px 16px;
	background:url(/lib/img/icon-widget-foot-arrow.gif) no-repeat 5px center;
	color:white;	
	text-decoration:none;
}


/* Arrow List */
dl.arrow-list {
	margin:0 0 1em 0;
	padding:0;
}
dl.arrow-list dd {
	margin:0;
	padding:0;
}
dl.arrow-list dd.link a {
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background:url(/lib/img/icon-widget-arrow.gif) no-repeat top left;
	padding:0 0 1px 16px;
}
dl.arrow-list dd.desc {
	text-transform:uppercase;
	font-size:0.8em;
	color:#616161;
	padding:3px 0 7px 16px;
}

a img.sponsor {
	border:1px solid #999;
}

/*********
* Footer *
*********/
div#foot {
	position:absolute;
	bottom:0;
	width:100%;
	height:75px;
	background:#2e2e2e;
}
div#foot p {
	color:white;
	font-size:0.8em;
	padding:15px 15px 8px 15px;
	margin:0;
}
div#foot ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 15px;
	font-size:0.8em;
}
div#foot ul li {
	display:inline;
	padding-right:8px;
}
div#foot a {
	color:#f4eabd;
	text-decoration:none;
}
div#foot a:hover {
	text-decoration:underline;
}