*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #261209 url('pix/page_bg.gif') center top;
	color: #c4a156;
	font-family: verdana, sans-serif;
}

a
{
	color: #2F9FB4;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	text-decoration: none;
}

h2,h3,h4
{
	font-family: impact;
	font-weight: normal;
	color: #da1500;
	letter-spacing: .05em;
}

h3
{
	color: #c60;
}

.small
{
	font-size: .8em;
}

br.clear
{
	clear: both;
}

div.wrapper
{
	position: relative;
	text-align: center;
}


#head_wrap
{
	z-index: 2;
	background: url('pix/head_bg.gif') no-repeat center top;
}

#head
{
	position: relative;
	height: 250px;
	width: 560px;
	margin: auto;
	background: #000;
}

#site_logo
{
	position: absolute;
	width: 265px;
	height: 112px;
	bottom: -15px;
	left: 0;
	background: url('pix/site_logo.png');
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pix/site_logo.png",sizingMethod="scale");
	z-index: 100000;
	cursor: pointer;
}

#head div.overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: url('pix/mast_overlay.png');
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pix/mast_overlay.png",sizingMethod="scale");
}

#slideshow
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#slideshow div.slide
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#layout_wrap, #foot_wrap
{
	background: url('pix/layout_shadow.png') repeat-y center top;
	_background: none;
}

#layout
{
	position: relative;
	width: 560px;
	margin: auto;
	background: #0d0601;
	text-align: left;
	z-index: 1;
}


#layout.left #sidebar
{
	float: left;
}

#layout.right #sidebar
{
	float: right;
}

#layout.left #content
{
	float: right;
}

#layout.right #content
{
	float: left;
}

#sidebar
{
	position: relative;
	_position: absolute;
	_top: 0;
	_left: 0;
	width: 220px;
	z-index: 1;
	_z-index: 1000;
}

#site_logo h1
{
	display: none;
}

#gnav
{
	position: relative;
	padding: 0 10px;
	margin-top: 30px;
	font-family: impact;
}

#gnav a
{
	position: relative;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 25px;
	margin-bottom: 6px;
	background: #210d04 url('pix/nav_overlay.png') no-repeat;
	_background: none;
	_background-color: #a57300;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pix/nav_overlay.png",sizingMethod="scale");
	color: #0d0600;
	font-family: impact;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: .5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#gnav a.active
{
	text-decoration: none;
	background-color: #c60;
	color: #0d0600;
}

#gnav a:hover
{
	text-decoration: none;
	background-color: #ff2f00;
	color: #000000;
}

#sidebar div.plaque
{
	padding: .5em 5px;
	border: 2px solid #560000;
	-moz-border-radius: 1em;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
	margin: 1.5em 15px;
	background: #cf6;
	color: #271109;
	font-size: .7em;
	text-align: justify;
}

#sidebar div.plaque h4
{
	border-bottom: 1px solid #f30;
	margin: 0 -5px .3em -5px;
	color: #f30;
	font-family: verdana;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;

}

#sidebar .plaque p
{
	margin: .5em 0;
}

#sidebar .plaque img
{
	display: block;
	margin: 5px auto;
	border: 1px solid #2a5a70;
	text-align: center;
}

#sidebar .plaque a
{
	color: #000;
}

#sidebar .plaque a span
{
	display: block;
	margin-top: -5px;
	font-size: .9em;
	text-align: center;
}

#content
{
	position: relative;
	z-index: 2;
	width: 340px;
	padding-bottom: 1.5em;
}

#content hr
{
	height: 2px;
	border: 0;
	margin: 1em 0;
	background: #271109;
	color: #271109;
}

#player
{
	margin: .5em 0;
}

.article
{
	margin: 0 10px;
}

.article small.details
{
	color: #ccc;
	font-family: monospace;
	font-size: .7em;
}

.article h2
{
	float: left;
	font-size: 1.3em;
	text-indent: .4em;
}

.article h2 a
{
	color: #da1500;
	text-decoration: none;
}

.article img
{
	float: right;
	border: 2px solid #2a5a70;
	margin: 0 0 3px 6px;
}

.article p
{
	clear: left;
	margin: .5em 0;
	font-size: .8em;
	line-height: 1.3em;
}

.article a.more
{
	position: relative;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-right: 2em;
	font-size: .7em;
	font-style: italic;
	text-align: right;
}

.article a.more:after
{
	content: '...';
}

.copy
{
	margin: 10px;
	font-size: .8em;
}

.copy h2,h3
{
	margin: .25em 0;
	letter-spacing: .1em;
	text-align: center;
}

.copy p
{
	margin: .5em 0;
	line-height: 1.3em;
	text-indent: 1em;
}
.copy small.details
{
	display: block;
	-moz-border-radius: 1em;
	padding: .5em 1em;
	border: 1px solid #666;
	margin: 0 .5em .5em 0;
	color: #999;
	font-family: 'trebuchet ms';
	font-size: .8em;
	text-align: right;
	background-color: #150C05;
}

.copy small.details a
{
	color: #ccc;
}

#foot_wrap
{
	
}

#footer
{
	clear: both;
	width: 560px;
	padding: .5em 0;
	border-bottom: 3px solid #0d0601;
	margin: auto;
	background: #a57300;
	color: #0d0601;
	font-size: .8em;
	text-align: center;
}

#fnav
{
	margin-bottom: .5em ;
}

#fnav a
{
	padding: 0 1em;
	border-right: 1px solid #0d0601;
	color: #ffffff;
	text-decoration: none;
}

#fnav a:hover
{
	color: #000000;
	text-decoration: none;
}

#fnav a:last-child
{
	border: none;
}

#footer small
{
	display: block;
	margin: 0 1em;
}