/* common */
* {
	margin:0;
	padding:0;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	background:#fff url(../img/bg_page.gif) 50% 0 repeat-y;
	}
.page {
	background:url(../img/bg_body.png) 50% 0 no-repeat;
	}
* html .page {
	width:100%;
	}
.wrapper {
	width:995px;
	text-align:left;
	margin:0 auto;
	}
a {
	outline-style:none;
	}
a img,
fieldset {
	border:none;
	}
* html img, * html div, * html input, * html a, * html ul {
	behavior: url("css/iepngfix.htc")
	}
 .page_content {
	background:url(../img/bg_page_content.png) 50% 0 no-repeat;
	}
* html .page_content {
	width:995px;
	height:379px;
	} 
/* * html .page_content {
	background-image:url(../img/bg_page_content_ie.png);
	} */

/* clearing */
.msg_network_bar:after,
.advert:after,
.branding_content:after,
.action_links:after,
.nav_main_wrap:after,
.log_in form:after,
.col_wrap:after,
.nav_content:after,
.nav_bottom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.msg_network_bar,
.advert,
.branding_content,
.action_links,
.nav_main_wrap,
.log_in form,
.col_wrap,
.nav_content,
.nav_bottom {
	display: inline-block;
	}
* html .msg_network_bar,
* html .advert,
* html .branding_content,
* html .action_links,
* html .nav_main_wrap,
* html .log_in form,
* html .col_wrap,
* html .nav_content,
* html .nav_bottom {
	height: 1%;
	}
.msg_network_bar,
.advert,
.branding_content,
.action_links,
.nav_main_wrap,
.log_in form,
.col_wrap,
.nav_content,
.nav_bottom {
	display: block;
	}

/* promo, msg_network_bar */
.promo {
	background:url(../img/bg_promo_t.png) 0 0 no-repeat;
	padding:20px 30px 3px;
	width:930px;
	}
.msg_network_bar {
	min-height:40px;
	}
* html .msg_network_bar {
	height:40px;
	}
.msg_network_bar h4,
.msg_network_bar ul {
	float:left;
	display:inline;
	color:#003366;
	font-size:11px;
	font-weight:bold;
	}
.msg_network_bar ul li a,
.msg_network_bar ul li a:visited {
	color:#003366 !important;
	}
.msg_network_bar ul li a:hover {
	color:#ff3200 !important;
	}
.msg_network_bar select {
	float:right;
	width:192px;
	background-color:#fff;
	}

.msg_network_bar ul {
	margin:0;
	padding:0;
	}
.msg_network_bar ul li {
	float:left;
	margin-left:10px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	}
.msg_network_bar ul li.last {
	margin-right:0;
	}
.promo .bnr {
	width:728px;
	height:90px;
	float:left;
	display:inline;
	}
.col_right .bnr {
	height:250px;
	margin-bottom:16px;
	}
.widget_upcoming_home_games {
	float: right;
	display:inline;
	}
.promo_b {
	font-size:0;
	height:19px;
	width:990px;
	background:url(../img/bg_promo_b.png) 0 0 no-repeat;
	}

/* widths */
.branding {
	padding:9px 31px 0 30px; 
	}
.content,
.nav_bottom_wrap,
.site_info {
	clear:both;
	width:934px;
	padding:0 30px;
	}
.nav_bottom_wrap {
	margin-top:10px;
	}
.search {
	width:180px;
	}

/* .branding */
.branding_content {
	background:url(../img/bg_branding_content.jpg) 0 0 no-repeat;
	min-height:120px;
	}
* html .branding_content {
	height:120px;
	}
.logo {
	float:left;
	display:inline;
	margin:3px 0 0 19px;
	}
.nav_sub {
	position:relative;
	float:right;
	display:inline;
	margin:28px 15px 0 0;
	width:400px;
	}
.action_links_wrap {
	position:absolute;
	top:40px;
	right:0;
	float:right;
	display:inline;
	}
.action_links {
	width:400px;
	min-height:26px;
	background:url(../img/bg_action_links.png) 0 0 no-repeat;
	}
* html .action_links {
	height:26px;
	}
.action_links {
	margin:0;
	padding:0;
	}
.action_links li {
	float:left;
	/* margin-right:10px; */
	padding-top:4px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	position:relative;
	}
.action_links li.last {
	margin-right:0;
	}

/* forms */
.log_in {
	margin-bottom:10px;
	}
.log_in input.field {
	border:0px solid #fff;
	background:url(../img/bg_input.gif) 0 0 no-repeat;
	width:143px;
	min-height:15px;
	padding:5px;
	margin-right:8px;
	font-size:11px;
	color:#5c5c5c;
	}
	* html .log_in input.field {
		height:15px;
		}
.search {
	float:right;
	display:inline;
	}
.search form {
	float:left;
	display:inline;
	padding:4px 0 0 0;
	} 
.search input,
.log_in input {
	float:left;
	display:inline;
	}
.search_field {
	background-color:#fff;
	border:1px solid #cb664d;
	padding:2px 3px 3px 3px;
	font-size:11px;
	width:124px;
	color:#000;
	margin-right:4px;
	}
.btn_find {
	margin-top:1px;
	}

/* nav_main */
.nav_main_wrap {
	min-height:29px;
	background:url(../img/bg_nav_main.gif) 0 0 repeat-x;
	}
	* html .nav_main_wrap {
		height:29px;
		}
.nav_main {
	padding:0 0 0 10px;		
	min-height:29px;
	float:left;
	display:inline;
	position:relative;
	margin:-7px 0 0 0; 
	}
* html .nav_main {
	height:29px;
	}
.nav_main li {
	float:left;
	margin-right:10px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	}
.nav_main li.last {
	margin-right:0;
	}

/* navigation links */
.nav_main a {
	display:block;
	white-space:nowrap;
	font-size:13px;
	font-weight:bold;
	min-height:36px;
	float:left;
	}
.nav_main a,
.nav_main a:visited {
	color:#fff !important;	
	text-decoration:none;
	}
	* html .nav_main a {
		height:36px;
		}
.nav_main a span {
	position:relative;
	right:-10px;
	padding:12px 15px 8px 5px;
	display:block;
	}
.nav_main .current a,
.nav_main .current a:visited,
.nav_main a:hover {
	background:url(../img/bg_nav_main_link.gif) 0 0 no-repeat;
	color:#000 !important;
	}
.nav_main .current a span,
.nav_main a:hover span {
	background:url(../img/bg_nav_main_link.gif) 100% 0 no-repeat;
	}
/* cols */
.col_left, .col_right {
	float:left;
	display:inline;
	}
.col_left {
	width:620px;
	margin-right:10px;
	}
.col_right {
	width:300px;
	}

/* panel */
.panel {
	position:relative;
	margin-bottom:10px;
	width:100%;
	}
.panel.videoplayer {
	border-top:20px solid #dedede;
	}

.col_right .panel {
	width:300px;
	}
.col_left .panel {
	width:620px;
	}
.panel h3 {
	background:#303030 url(../img/bg_panel_headline.gif) 0 0 no-repeat;
	color:#fff;
	padding:10px;
	font-size:16px;
	}
.panel.large h3 {
	background-position:100% 0;
	}
.col_right .panel h3 {
	background-position:-620px 0;
	}
/* promo_area */
/*.promo_area {
	margin-bottom:10px;
	}*/

/* .nav_content */
.nav_content {
	margin:0;
	padding:0;
	position:absolute;
	right:10px;
	top:10px;
	}
.nav_content li {
	float:left;
	margin-left:10px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	}
.nav_content li.last {
	margin-right:0;
	}

/* nav_bottom */
.nav_bottom {
	margin:0;
	padding:4px 0 0 10px;
	min-height:29px;
	background-color:#ff3200;
	}
	* html .nav_bottom {
	height:29px;
	}
.nav_bottom li {
	float:left;
	margin-right:10px;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	}
.nav_bottom li.last {
	margin-right:0;
	}

/* nav bottom links */
.nav_bottom a {
	display:block;
	white-space:nowrap;
	font-size:13px;
	font-weight:bold;
	min-height:25px;
	float:left;
	}
.nav_bottom a,
.nav_bottom a:visited {
	color:#fff !important;	
	text-decoration:none;
	}
	* html .nav_bottom a {
		height:25px;
		}
.nav_bottom a span {
	position:relative;
	right:-10px;
	padding:4px 15px 3px 5px;
	display:block;
	}
.nav_bottom .current a,
.nav_bottom .current a:visited,
.nav_bottom a:hover {
	background:url(../img/bg_nav_b_link.gif) 0 0 no-repeat;
	color:#000 !important;
	}
.nav_bottom .current a span,
.nav_bottom a:hover span {
	background:url(../img/bg_nav_b_link.gif) 100% 0 no-repeat;
	}

/* site_info */
.site_info p {
	background-color:#0047bf;
	color:#fff;
	min-height:80px;
	padding:10px;
	}
* html .site_info p {
	height:100px;
	}

/* action_links */
.action_links a {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0 20px 0 8px;
	}
.action_links a:link,
.action_links a:visited {
	color:#fff !important;
     text-decoration:none;
	}
.action_links a:hover {
	text-decoration:underline;
	}
.action_links .upload_video {
	padding-left:24px;
	background: url(../img/icon_upload_video.gif) 0 50% no-repeat;
	}
.action_links .upload_photo {
	padding-left:20px;
	background: url(../img/icon_upload_photo.gif) 0 50% no-repeat;
	}
.action_links .create_account {
	margin-right:0;
	padding-left:14px;
	background: url(../img/icon_create_account.gif) 0 50% no-repeat;
	}
.action_links .manage_account {
	margin-right:0;
	padding-left:12px;
	background: url(../img/icon_manage_account.gif) 0 50% no-repeat;
	}

/* nav_content links */
.nav_content a {
	background-image:url(../img/sprites.gif);
	background-repeat:no-repeat;
	text-indent:-9000px;
	height:22px;
	font-size:0;
	display:block;
	}
.nav_content .upload_photo {
	background-position:0 0;
	width:111px;
	}
.nav_content .more_photos {
	background-position:-121px 0;
	width:100px;
	}
.nav_content .more_members {
	background-position:-231px 0;
	width:115px;
	}
.nav_content .more_blogs {
	background-position:-356px 0;
	width:87px;
	}
.nav_content .write_shout {
	background-position:-453px 0;
	width:111px;
	}
.nav_content .more_shouts {
	background-position:-574px 0;
	width:100px;
	}
.nav_content .upload_artwork {
	background-position:-684px 0;
	width:111px;
	}
.nav_content .more_artwork {
	background-position:-805px 0;
	width:100px;
	}

.promo_page_content {
	background:url(../img/bg_page_content_new.png) 50% 0 no-repeat;
	width:995px;
	height:11px;
	}
