/* CSS Document */
*{ margin: 0; padding: 0; }

/*==================== Main ====================*/
body {
	margin: 0px;
	/*background-color: #000000;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image:  url(images/body_background.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
}

#main_container {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	/*border: 1px solid #000000;*/
}

#main_content {
	width: 956px;
	float: left;
	background-color: #FFFFFF;
}

.text {
	margin: 4px 8px 4px 8px;
}

.container {
	margin: 4px 8px 4px 8px;
}

.center {
	display: block; /* For items */
	text-align: center; /* For text */
	margin: 0 auto;
}
.hidden {
	display: none;
}

a:link, a:visited {
    text-decoration: none;
	color: #990000;
}

a:hover {
	color: #ff0404;
}

p {
  margin: 0px;
  padding: 0px;
}

/*==================== Header/Banner ====================*/
/*#top {
	width: 956px;
	height: 50px;
	margin:0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}*/
#banner {
	width: 956px;
	height: 125px;
	margin:0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	/*background-color: #000000;*/
	background-image:  url(images/banner_background.png);
	background-repeat: no-repeat;
}
.img_banner_logo {
	float: left;
	border: 0px;
}
.img_banner_gameIMG {
	float: right;
	border: 0px;
}

/*==================== Navigation ====================*/	
#nav {
	width: auto;
	margin: 0px;
	background:  url(images/menu4.gif) 0 -20px;
	height: 20px;
	border-bottom: 1px solid #333333;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	height: 20px;
	width: auto;
	border-right: 1px solid #333333;

}	
	
#nav ul li a:link, #nav ul li a:visited {
	display: block;
	text-transform: uppercase;
	width: auto;
	height: 17px;
	padding: 3px 8px 0 8px;
	text-decoration: none;
	color: #333333;
	background:  url(images/menu4.gif) 0 -20px;
	font-size: 10px;
}
	
#nav ul li a:hover {
	color: #CCCCCC;
	background:  url(images/menu4.gif);
}

/*==================== Index Page ====================*/
.main_panel {
    float: left;
	width: 630px;
	/*background-color: #0000a0;*/
}

.side_panel {
    float: left;
	width: 326px;
}

.weblet_container {
	width: 320px;
	margin: 4px 4px 4px 0px;
	background-color: #c0c0c0;
	border: 1px solid #000000;
	padding: 0px;
}

.main_content_container {
	float: left;
	width: 620px;
	margin: 4px 4px 4px 4px;
	background-color: #c0c0c0;
	border: 1px solid #000000;
}

/*==================== Feature App ====================*/
.feature_container {
    float: left;
	position: relative;
	width: 618px;
	height: 340px;
	border: 1px solid #000000;
	/*background-color: #c0c0c0;*/
	background-color: #000000;
}
.clicker_layer {
	float: left;
	position: absolute;
	height: 255px;
	width: 620px;
	top: 0px;
	left: 0px;
	z-index: 299;
	cursor: pointer;
		/* IE7 fix for full click area */	
		background-color: red;
		opacity: 0.01;
		filter: alpha(opacity='01');	
	}
	
.feature_main_item {
    width: 620px;
	height: 254px;
}
.feature_main_img {
	width: 618px;
	height: 254px;
}
.feature_main_mask {
    float: left;
	position: absolute;
	z-index: 99;
	top: 127px;
	left: 0px;
	background-color: #000000;
	width: 620px;
	height: 127px;
	opacity: 0.5;
	filter: alpha(opacity='50');
}
.feature_main_text {
    float: left;
	position: absolute;
	z-index: 199;
	top: 127px;
	left: 0px;
	width: 620px;
	height: 127px;
	opacity: 1.0;
	filter: alpha(opacity='100');
	color: #FFFFFF;
	padding: 8px;
}
.feature_app_title {
	font-size: 16px;
	font-weight: bold;
}
.feature_sub_container {
    width: 618px;
	height: 86px; /* 97 +8 padding +2 borders */
	border-top: 1px solid #000000;
}
.feature_sub_item_1{
	position: absolute;
	top: 255px;
    width: 204px;
	height: 84px;
	border: 1px solid #000000;
	/*margin: 4px 0px 4px 4px;*/
}
.feature_sub_item_2{
	position: absolute;
	top: 255px;
	float: left;
	left: 206px;
    width: 204px;
	height: 84px;
	border: 1px solid #000000;
}
.feature_sub_item_3{
	position: absolute;
	top: 255px;
	left: 412px;
    width: 204px;
	height: 84px;
	border: 1px solid #000000;
}
.feature_sub_item_highlight {
	border: 1px solid #FFFFFF;
}

/*==================== Feature Listing ====================*/
.feature_item_listing {
    float: left;
	clear: both;
	width: inherit;
	margin: 5px 0;
	font-size: 11px;
}
.feature_listing_title {
	float: left;
	width: inherit;
	clear: both;
	font-size: 10px;
	
}
.feature_listing_title_link {
	font-weight: bold;
	font-size: 13px;
}
.feature_listing_description {
	float: left;
	width: inherit;
	clear: both;
    padding: 0 4px;
}
.feature_listing_date {
   font-style:italic;   
}
/*==================== Feature Page ====================*/
/* feature page */
.feature_sm_img {
	float: left;
	margin: 8px 20px 8px 8px;
	width: 206px;
	text-align: center;
}
.feature_title {
	float: left;
	width: 680px;
	font-size: 16px;
	margin: 8px 8px 8px 0;
}
.feature_other_info {
	float: left;
	width: 680px;
	font-size: 12px;
	margin: 0 8px 8px 0;
}
.feature_content {
	float: left;
	width: 924px;
	margin: 12px 8px;
	clear: both;
	border-top: 1px solid #f2f2f2;
	padding-top: 12px;
}
.feature_next_link {
	float: left;
	width: 924px;
	margin: 12px 8px 0 8px;
	clear: both;	
}
.feature_current_page {
	font-size: 14px;
	font-weight: bold;
}
.feature_links{
	float: left;
	clear: both;
	width: 924px;
	margin: 8px 0 0 0;
	border-top: 1px solid #000000;
	padding: 8px;
	text-align: center;
}

/*==================== News ====================*/
.news_container {
	float: left;
	width: 620px;
	margin: 0px 4px 4px 4px;
	background-color: #c0c0c0;
	border: 1px solid #000000;
}
.news_side_container {
	float: left;
	width: 100px;
	background-color: #c0c0c0;
}
.news_main_container {
	float: right;
	width: 519px;
	background-color: #c0c0c0;
	border-left: 1px solid #000000;
}
.news_item_container {
	margin: 4px auto;
	width: 500px;
}
.news_header {
    float: left;
	width: 83%;
	padding: 2px;
	color: #8c0003;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.news_date {
    float: right;
	padding: 2px;
	color: #8c0003;
	text-align: right;
	width: 15%;
}
.news_content {
    float: left;
	clear: both;
	width: 100%;
	border-left:1px solid #535353;
	border-right:1px solid #535353;
	border-top:1px solid #535353;
}
.news_bottom {
	float: left;
	clear: both;
	width: 100%;
	border-left:1px solid #535353;
	border-right:1px solid #535353;
	border-bottom:1px solid #535353;
	margin: 0 0 10px 0;
	padding-top: 15px;
}
.news_author {
    float: right;
	width: 400px;
	text-align: right;
}
.news_comment {
    float: left;
	width: 100px;
}

/*==================== Roster ====================*/
.team_container {
    float: left;
	width: 100%;
	clear: both;
	margin-top: 8px;
}
.team_header {
	float: left;
	clear: both;
    width: 100%;
	/*height: 60px;*/
	background-image:  url(images/roster_game_background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.team_game_logo {
	float: left;
	margin: 3px 5px;
}
.team_name {
    margin-top: 35px;
	font-size: 15px;
	color: white;
}
.team_roster {
    float: left;
	width: 48%;
	margin: 1px 0 0 4px;
}
.team_info {
	float: left;
	width: 48%;
	margin: 1px 0 0 4px;
}

/*==================== Gallery (both img and video) ====================*/
.gallery_section {
	width: 858px;
	clear: both;
	margin: 10px auto;
}
.gallery_header {
	clear: both;
	width: 500px;
	color: #800000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
ul.gallery_thumbs {
	list-style: none;
}
ul.gallery_thumbs li {
	float: left;
	height: 130px;
	margin: 4px 0;
}
ul.gallery_thumbs  a{
	display: block;
	height: 102px;
	width: 135px;
	margin: 4px;
	color: #990000;
	text-decoration: none;
	text-align: center;
	clear: both;
}

ul.gallery_thumbs  a:hover {
	color: #ff0404;
}

ul.gallery_thumbs img {
	margin: 0 auto;
	border: 2px solid #990000;
}
a.lg_img_link:link, a.lg_img_link:visited{
	display: block;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	border: 0px;
	text-decoration: none;
	color: #4f4f4f;
}
a.lg_img_link:hover {
	color: #fff;
}
.lg_img {
	display: block;
	margin: 0 auto;
	border: none;
}
.lg_container {
	width: 626px;
	margin: 12px auto;
	color: #FFFFFF;
}
.lg_header {
	float: left;
	width: 426px;
}
.lg_author {
    float: right;
	width: 200px;
}
.lg_titles {
	text-transform: uppercase;
}
.lg_description {
    float: left;
	clear: both;
	width: 100%;
	margin-top: 8px;
	border-top: 1px solid #949494;
	padding-top: 4px;
}
.spacer {
	float: left;
	clear: both;
    height: 20px;
	width: 100%;
}
.video_container {
    margin: 0 auto;
}
.player {
	text-align: center;
	margin: 10px auto;
}

/*==================== Links ====================*/
dd {
	margin-left: 12px;
}

/*==================== Scrim and Recruit ====================*/	
.formapps_message {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #d7d7d7;
	color: #FF0000;
	font-weight: bold;
	border: 1px solid #999999;
}
.formapps {
	display: block;
	position: relative;
	border: 1px solid #999999;
	width: 700px;
	margin: 15px auto;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #eee;
}
.formapps legend {
	position: absolute;
	top: -.5em;
	left: .2em;
	width: auto;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
}
.form_data {
	position: relative;
	float: left;
	clear: both;
	width: 99%;
	margin: 4px;
	font-size: 10px;
}

.formapps label {
	float: left;
	width: 150px;
	clear: left;
}
label.fullwidth {
	float: left;
	width: 100%;
	clear: left;
}
label.checkbox {
	float: right;
	width: 97%;
	clear: right;
}
.formapps input {
	float: left;
	color: #555555;
	border: 1px solid #999999;
}
.formapps input:focus, input:active {
	float: left;
	color: #000000;
	border: 1px solid #000000;
}
.formapps [readonly] {
	color: #555555;
}
.formapps [readonly]:focus {
	color: #CCCCCC;
	border: 1px solid #999999;
}
.form_radio_label {
    float: left;
	padding: 0 4px;
}
input[type="radio"] {
	border: 0px;
}
input[type="checkbox"] {
	float: left;
	border: 0px;
}
.formapps input.submit_style {
	float: right;
	width: 50px;
	background-color: #CCCCCC;
	margin: 4px 8px 4px 4px;
}
.formapps input.submit_style:hover {
	color: #CCCCCC;
	background-color: #999999;
	cursor: pointer; 
}
.formapps select {
	float: left;
	color: #555555;
	/*border: 1px solid #999999;*/
	width: 323px;
}
.formapps textarea {
	display: block;
	color: #555555;
	border: 1px solid #999999;
	width: 95%;
	height: 100px;
	overflow: auto;
	margin: 0 auto;
}
.formapps textarea:focus {
	color: #000000;
	border: 1px solid #000000;
}

/*==================== Footer ====================*/
#footer {
	width: 956px;
	height: 50px;
	line-height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #990000;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 4px;
}

.footer {
	vertical-align: middle;
	font-size: 10px;
}

/*==================== Shadowbox ====================*/
.shadowbox {
	text-decoration: none;
	color: #800040;
}

/*==================== Splash (delete after site goes live) ====================*/
.splash_body {
    margin: 0px;
	color: #FFFFFF;
	background-color: #6c1918;
	background-image: url(images/pheonix3.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}

.splash {
    margin: 0 auto;
	text-align: center;
	width: 450px;
	text-transform: uppercase;
}

.splash a {
	color: #c0c0c0;
	text-decoration: none;
	}	
	
.splash a:link, #nav a:visited {
	color: #c0c0c0;
	text-decoration: none;
	}
	
.splash a:hover {
	color: #616161;
	text-decoration: none;
	}

/*==================== TinyMCE ====================*/
.newsQuotes_source {
	width: 600px;
	margin: 0 auto;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.newsQuotes {
	width: 600px;
	margin: 0 auto;
	color: #4F4F4F;
}
