/* --------------------------------------------------------------
    Default CSS styles for all common browsers
    Brothers in art
    http://www.brothersinart.net
---------------------------------------------------------------*/

/*  Base
---------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	background: #591F00 url('../gfx/body_bg.gif') repeat-x 0 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFCA9;
}
div#container {
	background: url('../gfx/header_bg.jpg') no-repeat top center;
	height: 100%;
	min-width: 950px;
}
h1 {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D5DC12;
	margin: 0;
	line-height: 28px;
}
h2 {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F3DE21;
	margin: 0;
	line-height: 22px;
	margin: 8px 0 10px 0;
}
h3 {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EED026;
	margin: 0;
	line-height: 14px;
	text-transform: uppercase;
}
.highlight {
	background-color: #8F3403;
	font-weight: bold;
}
/*  Header
---------------------------------------------------------------*/
div#header {
	position: relative;
	width: 950px;
	height: 239px;
	margin: 0 auto 0 auto;
}
div#header div.nav {
	position: absolute;
	height: 25px;
	width: 310px;
	padding: 8px 0 0 0;
}
div#header div.nav a {
	color: #ECBD13;
	text-decoration: none;
	margin: 0 15px 0 15px;
}
div#header div.nav a:hover {
	color: #FFF;
	text-decoration: none;
}
div#header div.nav a.active {
	font-weight: bold;
	color: #FED954;
	background: url('../gfx/nav_a_bg.gif') no-repeat bottom center;
	padding-bottom: 10px;
}
div#header div.nav a.donate {
	font-weight: bold;
	color: #C6CC17;
}
div#header div.nav a.active:hover, div#header div.nav a.donate:hover {
	font-weight: bold;
	color: #FFF;
}
div#header div.navleft {
	position: absolute;
	top: 206px;
	left: 0px;
	width: 298px;
	z-index: 1;
	text-align: right;
}
div#header div.navright {
	position: absolute;
	top: 206px;
	left: 640px;
	z-index: 3;
	text-align: left;
}
/*  Logo
---------------------------------------------------------------*/
img#logo {
	position: absolute;
	top: 3px;
	left: 298px;
	z-index: 2;
}
/*  Page
---------------------------------------------------------------*/
div#page {
	background: url('../gfx/page_bg.gif') no-repeat top center;
	width: 870px;
	min-height: 449px;
	margin: 0 auto 0 auto;
	padding: 53px 40px 0 40px;
}
/*  Feature
---------------------------------------------------------------*/
div#feature {
	background-color: #000;
	padding: 3px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
	margin-bottom: 20px;
	height: 190px;
}
div#feature div.description {
	float: right;
	width: 295px;
	margin-top: 8px;
}
div#feature div.description p.title {
	font-size: 11px;
	text-transform: uppercase;
	color: #DDDB64;
	background-color: #191414;
	padding: 1px 2px 1px 2px;
	width: 130px;
	margin-bottom: 5px;
}
div#feature div.description p {
	margin: 10px 0 5px 0;
}
div#feature div.description p a {
	color: #E3C31D;
	text-decoration: none;
}
div#feature div.description p a:hover {
	color: #E3C31D;
	text-decoration: underline;
}
div#feature div.description table {
	height: 155px;
}
div#feature div.description table.caption tr td {
	vertical-align: bottom;
	color: #888;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
}
/*  Columns
---------------------------------------------------------------*/
div.column div.title {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFB86;
	background-color: #752B03;
	padding: 1px 2px 1px 2px;
	width: 130px;
	margin-bottom: 10px;
}
div.column span.date {
	font-weight: bold;
	color: #C6CC17;
}
div.column-left {
	float: left;
	width: 520px;
}
div.column-right {
	font-size: 11px;
	float: right;
	width: 300px;
}
div.column-full {
	font-size: 11px;
	width: 870px;
}
/*  Left Column
---------------------------------------------------------------*/
div.column-left h3 {
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EED026;
	margin: 0;
	line-height: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #873103;
}
div.column-left h4 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFCA9;
	margin: 20px 0 15px 0;
	line-height: 18px;
}
div.column-left p {
	margin: 10px 0 10px 0;
	line-height: 16px;
}
div.column-left a {
	font-weight: bold;
	color: #FFCA0A;
	text-decoration: none;
}
div.column-left a:hover {
	font-weight: bold;
	color: #FFCA0A;
	text-decoration: underline;
}
div.column-left div.morelink {
	position: relative;
	margin: 20px 0 10px 0;
}
div.column-left div.morelink img {
	border: 0;
	background: transparent;
	padding: 0;
}
div.column-left div.morelink a.link {
	position: absolute;
	top: 7px;
	left: 55px;
	font-weight: bold;
	font-size: 11px;
}
div.column-left img {
	background: #000;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
}
div.column-left img.image_right {
	float: right;
	margin: 10px 0 10px 10px;
}
div.column-left img.image_left {
	float: left;
	margin: 10px 10px 10px 0;
}
div.column-left div.list img.image_right, div.column-left div.list img.image_left {
	margin-top: 4px;
	margin-bottom: 4px;
}
div.column-left div.nav {
	clear: both;
	text-align: right;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F3403;
	margin: 10px 0 20px 0;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #531D00;
	border-right: 1px solid #873103;
	border-bottom: 1px solid #873103;
}
div.column-left div.nav a, div.column-left div.nav a:hover {
	font-weight: normal;
}
div.column-left div.navmiddle {
	text-align: left;
	padding-left: 10px;
	text-transform: none;
	font-weight: bold;
}
div.column-left #flashPlayer {
	background-color: #000;
	padding: 3px 3px 0 3px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
	margin: 0 auto 20px auto;
	text-align: center;
}
div.column-left #flashPlayer h1 {
	margin-top: 30px;
}
/*  Right Column
---------------------------------------------------------------*/
div.column-right h1 {
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5DC12;
	margin: 0 0 10px 0;
	line-height: 11px;
}
div.column-right p {
	margin: 2px 0 10px 0;
	line-height: 15px;
}
div.column-right div.block {
	background: url('../gfx/column-right_bg.gif') repeat-x 0 0;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
div.column-right div.videoThumb {
	float: left;
	width: 122px;
	height: 104px;
	background: url('../gfx/video_bg.gif') no-repeat 0 0;
	margin: 0 17px 0 8px;
}
div.column-right div.videoThumb img {
	width: 115px;
	height: 86px;
	border: 0;
	margin: 3px 0 0 4px;
}
div.column-right div.photoThumb {
	float: left;
	width: 128px;
	height: 104px;
	background: url('../gfx/photo_bg.gif') no-repeat 0 0;
	margin: 0 20px 0 5px;
}
div.column-right div.photoThumb img {
	width: 115px;
	height: 86px;
	border: 0;
	margin: 8px 0 0 5px;
}
div.column-right a {
	color: #FFCA0A;
	text-decoration: none;
}
div.column-right a:hover {
	color: #FFCA0A;
	text-decoration: underline;
}
div.column-right div.morelink {
	position: relative;
	margin: 10px;
}
div.column-right div.morelink a img {
	border: 0;
}
div.column-right div.morelink a.link {
	position: absolute;
	top: 7px;
	left: 60px;
	font-weight: bold;
}
div.column-right img.image_left, div.column-right img.image_right {
	background: #000;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
}
div.column-right img.image_right {
	float: right;
	margin: 0 0 10px 10px;
}
div.column-right img.image_left {
	float: left;
	margin: 0 10px 10px 0;
}

/*  Right Column - Item
---------------------------------------------------------------*/
div.column-right div.item {
	padding: 5px 10px 10px 10px;
}
div.column-right div.item div.date {
	float: left;
	width: 46px;
	height: 60px;
	background: url('../gfx/date_bg.gif') repeat-x 0 0;
	padding-top: 5px;
}
div.column-right div.item div.content {
	float: right;
	width: 220px;
}
div.column-right div.item div.date div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
div.column-right div.item div.date div.d {
	font-size: 22px;
	line-height: 22px;
}
div.column-right div.item div.date div.m {
	font-size: 14px;
	line-height: 16px;
}
div.column-right div.item div.date div.y {
	font-size: 11px;
	line-height: 12px;
}
/*  Right Column - Mailform
---------------------------------------------------------------*/
div.column-right div.mailform {
	padding: 5px 10px 10px 10px;
}
div.mailform form {
	margin: 0;
	padding: 0 0 20px 0;
}
div.mailform form p {
	margin: 3px 0 0 0;
	padding: 0;
}
div.mailform form input.textfield {
	vertical-align: bottom;
	background-color: #4B1600;
	border-width: 1px;
	border-style: solid;
	border-color: #330F00 #8C3405 #8C3405 #330F00;
	color: #FFFCA9;
	width: 180px;
}
div.mailform form textarea {
	vertical-align: bottom;
	background-color: #4B1600;
	border-width: 1px;
	border-style: solid;
	border-color: #330F00 #8C3405 #8C3405 #330F00;
	color: #FFFCA9;
	width: 380px;
	height: 200px;
}
div.mailform form input.button {
	vertical-align: bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #A0920F #4B1600 #4B1600 #A0920F;
	background-color: #827D11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 1px 4px 2px 4px;
}
form span.form_error {
	color: #FF1717;
	font-size: 11px;
}
input#addme, input#removeme {
	vertical-align: bottom;
}
form p label {
	font-size: 11px;
	font-weight: bold;
	color: #D5DC12;
}
/*  Full Column (one)
---------------------------------------------------------------*/
div.column-full a {
	font-weight: bold;
	color: #FFCA0A;
	text-decoration: none;
}
div.column-full a:hover {
	font-weight: bold;
	color: #FFCA0A;
	text-decoration: underline;
}
div.column-full div.nav {
	clear: both;
	text-align: right;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8F3403;
	margin: 10px 0 20px 0;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #531D00;
	border-right: 1px solid #873103;
	border-bottom: 1px solid #873103;
}
div.column-full div.nav a, div.column-left div.nav a:hover {
	font-weight: normal;
}
div.column-full img {
	background: #000;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
}
/*  Module Specific
---------------------------------------------------------------*/
div.newsItem p.date {
	font-weight: bold;
	margin: 20px 0 4px 0;
}
div.newsItem h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}
div.newsItem p {
	margin: 5px 0 20px 0;
}
div.newsItem p small {
	line-height: 14px;
}
div.mediaItem {
	margin: 10px 0 10px 0;
}
div.mediaItem h2 {
	margin-bottom: 0;
}
div.mediaItem p.date {
	margin-top: 0;
	font-size: 11px;
	color: #D5DC12;
}
div.mediaItem div.videoThumb {
	float: left;
	width: 122px;
	height: 104px;
	background: url('../gfx/video_bg.gif') no-repeat 0 0;
	margin: 0 23px 0 8px;
}
div.mediaItem div.videoThumb img {
	width: 115px;
	height: 86px;
	border: 0;
	margin: 3px 0 0 4px;
	padding: 0;
}
div.mediaItem div.photoThumb {
	float: left;
	width: 128px;
	height: 104px;
	background: url('../gfx/photo_bg.gif') no-repeat 0 0;
	margin: 0 20px 0 5px;
}
div.mediaItem div.photoThumb img {
	width: 115px;
	height: 86px;
	border: 0;
	margin: 8px 0 0 5px;
	padding: 0;
}
div.photos table tr td  {
	background: #000;
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
	text-align: center;
	width: 200px;
	height: 150px;
}
div.photos table tr td img {
	padding: 0;
	border: 0;
}
div.photo {
	text-align: center;
}
div.photoMeta {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-style: italic;
}
/*  Feature Side (Right)
---------------------------------------------------------------*/
div#feature-side {
	width: 293px;
	background-color: #000;
	padding: 3px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #933705;
	height: 293px;
	margin-bottom: 20px;
}
/*  Footer
---------------------------------------------------------------*/
div#footer {
	margin-top: 15px;
	background: url('../gfx/footer_bg.gif') repeat-x 0 0;
	padding: 10px 0 20px 0;
	color: #9E491C;
	font-size: 10px;
}
div#footer div.nav {
	float: right;
}
div#footer a {
	color: #DA6729;
	text-decoration: none;
}
div#footer a:hover {
	color: #DA6729;
	text-decoration: underline;
}
div#footer div.nav a {
	color: #FFCA0A;
	text-decoration: none;
}
div#footer div.nav a:hover {
	color: #FFCA0A;
	text-decoration: underline;
}
/*  Misc - Link corrections
---------------------------------------------------------------*/
h1 a {
	font-weight: normal !important;
	color: #D5DC12 !important;
}
h2 a {
	font-weight: normal !important;
	color: #F3DE21 !important;
}
div.newsItem h2 a {
	font-weight: normal !important;
	color: #D5DC12 !important;
}
/*  Misc
---------------------------------------------------------------*/
div.clear {
	clear: both;
	font-size: 4px;
	line-height: 4px;
}
/*  sIFR
---------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash div.column-left h1 {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 28px;
	line-height: 34px;
}
.sIFR-hasFlash div.column-full h1 {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 28px;
	line-height: 34px;
}