/* Cached Version : Apr 02, 2009 14:39:32 */
@charset "UTF-8";
/* CSS Document */
/* Global Defaults */

html,body{
	height: 100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.upper{ text-transform: uppercase; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.light{ font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}
#adminControls{
	background:#000;
	border-bottom:solid 2px #669900;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 10px 0 10px;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
	color: #669900;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
@charset "UTF-8";
/* CSS Document */

.black{
	color: #000;
}
.white{
	color: #fff;
}
.green{
	color: #b3d929;
}
.big_leading{
	line-height: 2em;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/cms/inc/js/jquery/superfish/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/

.jSrcoll{
	border: 1px solid red;
}
.jScrollPaneContainer {
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 20px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
}
.jScrollPaneDrag {
	position: absolute;
	background: #111;
	cursor: pointer;
	overflow: hidden;
/*	border: 1px solid #fff;*/
}
.jScrollPaneDrag:hover {
	background: #333;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #5a4823;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #000;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #5a4823;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #000;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #333;
}

a.jScrollArrowUp {
	background: url(/media/images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/media/images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

/*
green: 	b3d929
blue:	115c93
*/
body{
	background: #000 url(/media/images/blacktop.jpg) repeat-x top center;
	color: #999;
	background-position: 0px 80px;
	font-size: .9em;
}
body,p,h1,h2,h3{
	font-family: Georgia, "Times", serif;
	font-style: italic;
	font-weight: normal;
}
p.grey{
	color: #666;
}
h1{
	color: #b3d929;
}
h2,h3,b,strong{
	color: #fff;
}
a{
	color: #b3d929;
}
a:hover{
	text-decoration: none;
}
.center{
	width: 950px;
	margin: 0px auto;
}
#ad_top{
	float: right;
	width: 728px;
	height: 90px;
	background: #222;
}
#ad_divider{
	text-align: center;
	padding: 20px;
	border: 1px solid #222;
	border-right: none;
	border-left: none;
	width: 910px;
	margin: 20px auto;
}
hr{
	color: #222;
	background: #222;
	height: 1px;
	border: none;
}
#header{
	margin-top: 20px;
}
#news{
	padding:0px 20px;
	background: url(/media/images/black_40.png);
	border: 1px solid #222;
	border-right: none;
	border-left: none;
}
#news img{
	margin-left: -20px;
}
#news li{
	display: none;
	line-height: 3em;
}
#nav_top{
	height: 34px;
	border-bottom: 1px solid #000;
	background: url(/media/images/black_40.png);
	margin-top: 5px;
}
#nav_top ul li{
	display: inline-block;
	float: left;
	background: url(/media/images/nav_sep.gif) left no-repeat;
}
#nav_top ul li li{
	background: #000;
}
#nav_top ul li:first-child{
	background: none;
}
#nav_top ul li a{
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	color: #666;
}
#nav_top ul li a:hover{
	background-color: #222;
	color: #fff;
}
#nav_top ul li a.selected{
	color: #fff;
}
/* //////////////////////////////////////////// */
/* /////  SuperFish  ////////////////////////// */
/* //////////////////////////////////////////// */
.sf-menu{
	position: relative;
	z-index: 20;
	margin: 0px;
}
.sf-menu a{
	border: none;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
}
.sf-menu li{
	*margin-top: -3px;
}
.sf-menu ul{
	margin-top: -1px;
	border: 1px solid #111;
	background: #000;
}
.sf-menu ul li a{
	width: 80%;
	font-size: .9em;
	padding: 5px;
	font-family: Georgia, "Times", serif;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
}
.sf-menu li.sfHover a, .sf-menu li:hover a, .sf-menu a:hover{
}
.sf-menu li.sfHover li a, .sf-menu li:hover li a{
}
.sf-menu ul li a:hover{
}
.sf-menu li{
}
.sf-menu li a{
}
.sf-menu li a:hover{
}
.sf-menu li a.selected{
}
/* End SuperFish */
#player{
	background: #000;
	position: relative;
	z-index: 10;
}
div.grey{
	background: url(/media/images/grey_grad_bottom.gif) repeat-x bottom;
}

#signup{
	float: left;
	background: #111;
	padding: 20px;
	width: 196px;
	margin-right: 40px;
	margin-bottom: 40px;
	color: #b3d929;
	border: 2px solid #000;
}
#signup h1{
	color: #fff;
}
#signup label{
	color: #666;
	font-size: .8em;
}
#signup input{
	width: 180px;
}
#signup input.submit{
	background: #000;
	color: #b3d929;
	border: none;
	font-family: Georgia, "Times", serif;
	font-style: italic;
	font-size: 1.2em;
	padding: 5px 20px;
	width: 190px;
}
#signup input.submit:hover{
	background: #b3d929;
	color: #000;
}
#footer{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #333;
	font-family: Georgia, "Times", serif;
	font-style: italic;
	text-align: right;
}
.feature{
	background: #222;
	padding: 10px;
	margin: 20px 0px;
	overflow: auto;
}
.feature h2{
	color: #ccc;
}
.feature p{
	color: #999;
}
.feature_photo{
	float: right;
	background: #000;
	width: 600px;
	height: 400px;
}
.feature_info{
	width: 300px;
	padding: 10px;
}
.feature_text{
	height: 220px;
	width: 280px;
	padding-right: 20px;
	overflow: auto;
	margin-bottom: 20px;
}
#feature_list li{
	float: left;
	width: 225px;
	margin-right: 12px;
	font-size: .8em;
	margin-bottom: 20px;
}
#feature_list li .connector{
	margin-top: -20px;
	*margin-bottom: -5px;
	margin-left: 100px;
	display: none;
}
#feature_list li a{
	text-decoration: none;
}
#feature_list li a img{
	border: 5px solid #333;
}
#feature_list li a:hover img{
	border-color: #fff;
}
#feature_list li h2{
	color: #fff;
}
#feature_list li h3{
	color: #666;
}
#feature_list li:last-child{
/*	margin-right: 0px;*/
}
#feature_list li.selected a img{
	border-color: #b3d929;
}
#feature_list li.selected h2{
	color: #b3d929;
}
#feature_list li.selected h3{
	color: #fff;
}
#feature_list li.selected .connector{
	display: block;
}

#tv{
	float: right;
	margin-top: -80px;
	margin-left: 40px;
	margin-bottom: 100px;
}

#subnav{
	background: url(/media/images/black_50.png);
	padding: 20px;
	width: 240px;
	margin-bottom: 40px;
	min-height: 200px;
	border-top: 1px solid #fff;
}
#subnav a{
	text-decoration: none;
	font-family: Georgia, "Times", serif;
	color: #666;
}
#subnav a:hover{
	color: #333;
}
#subnav a.selected{
	color: #b3d929;
}
#subnav ul{
	margin-bottom: 20px;
}
#banner{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b3d929;
}
#breadcrumb{
	background: #111;
	padding: 12px;
	height: 16px;
	color: #333;
	font-size: .8em;
	border-bottom: 1px solid #222;
}
#breadcrumb a{
	color: #333;
	text-decoration: none;
}
#breadcrumb a:hover{
	color: #fff;
}
#content{
	float: right;
	width: 670px;
}
#copy{
	background: #000;
	padding: 20px;
}
div.alt{
	display: none;
}
#show_content{
	padding-bottom: 50px;
	margin-top: -120px;
	padding-top: 120px;
}
#show_content_right{
	float: right;
	width: 250px;
	padding: 20px;
	color: #000;
}
#show_content_left{
	width: 600px;
	color: #fff;
}
.green{
	color: #b3d929;
}
.tweet{	padding: 20px 0; padding-left: 70px; border-bottom: 1px solid #222;	}
.tweet img{	float: left; margin-left: -70px; }

.auto{
	height: auto;
}

/* Comments */

#comment form label{
	color: #666;
	font-size: .8em;
}
#comment form input, textarea{
	width: 160px;
	margin-right: 10px;
	background: #333;
	border: none;
	padding: 4px 5px;
}
#comment textarea{
	width: 520px;
}
#comment form input:focus, form textarea:focus{
	background: #fff;
}
#comment form input.submit{
	background: #222;
	color: #b3d929;
	border: none;
	font-family: Georgia, "Times", serif;
	font-style: italic;
	font-size: 1em;
	padding: 4px 5px;
	width: 150px;
}
#comment form input.submit:hover{
	background: #b3d929;
	color: #000;
}

/* Post Summaries */
.post_head{
	padding-left: 250px;
	height: 130px;
}
.post_head img{
	float: left;
	margin-left: -250px;
	border: 5px solid #333;
}
.post_summary{
	color: #999;
	display: block;
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #222;
	text-decoration: none;
}
.post_summary:hover{
	background: #111;
}
.post_summary:hover img{
	border-color: #fff;
}
.post_summary:hover h1, .post_summary:hover p{
	color: #fff;
}

