﻿#menu_fans a{
	background-color: #cb340d;
}
	
.grid_3 {
	margin: 0 -5px 0 0;
	}

#site_header_wrapper {
	border-color: #ad2c0b;
	}

#main_wrapper{
	background: #e3dcbf url(main-wrapper.jpg) no-repeat center top;
	padding: 0 0 0; 
	border-bottom: 5px solid #aaa58f;
}

#main{
	min-height: 750px;
}

#content a{
	color: #cc330d;
}

#fanzone .header {
	position: relative;
	height: 300px;
	}

#fanzone .logo {
	position: absolute;
	top: 10px;
	left: 20px;
	}
	
	#fanzone .logo a {
		display: block;
		width: 195px;
		height: 225px;
		
		background: url(header.logo.png) no-repeat 0 0;
		text-indent: -9000px;
		}
		
		
#fanzone-login {
	position: absolute;
	top: 6px;
	right: 5px;
	}
	
	#fanzone-login a {
		background: #c93813;
		color: #fff;
		text-shadow: 0 1px 0 rgba(0,0,0,.2);
		text-transform: uppercase;
		font-size: 11px;
		padding: 5px 10px;
		
		-moz-border-radius: 3px;
		-moz-box-shadow: 0 1px 0 rgba(0,0,0,.4);
		}		
		
/* Fanzone join message */

#fanzone-join-cta {
	display: block;
	position: absolute;
	top: -10px;
	left: 270px;
	width: 250px;
	}
	
	#fanzone-join-cta h2 {
		display: block;
		width: 305px;
		height: 75px;
		background: url(fanzone-join-cta.h2.gif) no-repeat 0 0;
		text-indent: -9000px;
		margin: 0 -30px;
		}
	
	#fanzone-join-cta h3 {
		margin: 0;
		padding: 0;
		font-size: 16px;
		line-height: 1.25em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		color: #454233;
		
		text-shadow: 0 1px 0 rgba(255,255,255,.3);
		}
	
	#fanzone-join-button {
		display: block;
		width: 250px;
		height: 85px;
		margin: 1em -5px;
		background: url(join-button.png) no-repeat 0 0;
		text-indent: -9000px;
		}
		
/* Fanzone Message */

#fan-message {
	margin: 1em 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 178px;
	padding: 35px 0 0;
	background: url(fan-message.gif) no-repeat 0 0;
	}

#fan-message-button {
	display: block;
	width: 124px;
	height: 40px;
	
	background: url(fan-message-button.gif) no-repeat 0 0;
	text-indent: -9000px;
	}
	
#fan-message blockquote {
	margin: 0;
	padding: 0;
	
	font-size: 24px;
	line-height: 1.2em;
	font-style: italic;
	color: #454134;
	
	text-shadow: 0 1px 0 rgba(255,255,255, .3);
	
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#fan-message cite {
	font-size: 11px;
	margin: 0 0 1em 0;
	display: block;
	line-height: 1.2em;
	text-shadow: 0 1px 0 rgba(255,255,255, .3);
	}


/* breadcrumb */

#breadcrumb {
	background: #6e6955;
	background: rgba(0,0,0,.5);
	margin: 0 0 0 -5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	border-bottom: 1px solid #000;
	color: #e0dbc8;
	padding: .5em 1em 1em;
	
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	}
	
	
	
	#breadcrumb a {
		color: #fff;
		}


/* Sub Menu */

#sidebar {

	background: #c2b892;
	

	-moz-border-radius: 5px;
	
	border-bottom: 1px solid #9a9174;
	
	padding-left: 10px;
	margin-left: -10px;
	margin-top: -10px;
	}

#sidebar h3 {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	}

#sub_menu {
	border-top: 1px solid #ebe3c5;
	border-top-color: rgba(255,255,255,.3);
	
	text-shadow: 0 1px 0 rgba(255,255,255,.3);
	}

#sub_menu li {
	border-bottom: 1px solid #ebe3c5;
	border-bottom-color: rgba(255,255,255,.3);
	}
	
#sub_menu li.over a, #sub_menu li.has_sub_over a{
	background-color: #c93813;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.2);
	}


/* Fanzone content */

.fanzone-content {
	padding: 20px;
	margin: 0 0 0 -5px;
	background: #222;	
	background: rgba(10,10,10,.9);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
	
	color: #ddd;
	
	font-size: 15px;
	line-height: 1.5em;
	
	min-height: 300px;
	}
	
.fanzone-content p {
	line-height: 1.3em;
	}

.fanzone-content h1 {
	font-size: 42px;
	font-weight: bold;
	margin: 0 0 .5em 0;
	}	
	
.fanzone-content h2 {
	color: #999;
	margin: .5em 0 1em;
	}
	
.fanzone-content h3 {
	color: #fff;
	margin: 2em 0 0;
	}
	
	
	
/* News Page */	
#fanzone .news_summaries .summary {
	border: none;
	}
	
#fanzone .news_summaries .summary .title {
	font-size: 18px;
	}
	
#fanzone .news_summaries .summary .date {
	font-size: 12px;
	color: #999;
	margin: 0 0 .5em 0;
	}
	
#fanzone .news_summaries .summary .short_description {
	color: #ccc;
	font-size: 14px;
	}
	
	
#page_content .content hr {
	border-color: #555;
	border-width: 1px;
	}
	
#page_content .content h3 img {
	float: left;
	margin: 0 1em 1em 0;
	}
	
	
#fanzone .news-links {
	margin-top: 0;
	}
	
#fanzone a.back {
	background-image: url(a.back.gif);
	}
	
#fanzone a.more {
	background-image: url(a.more.gif);
	}
	
	
/* Have Your Say Winner */

.shoutoutwinner {
	width: 300px;
	margin: 1em auto;
	padding: 35px 0 0;
	background: url(shoutoutwinner.gif) no-repeat 0 0;
	}
	
	.shoutoutwinner blockquote {
		margin: 0;
		padding: 0;
		
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		line-height: 1.2em;
		font-style: italic;
		
		color: #ccc;
		}
		
	.shoutoutwinner cite {
		display: block;
		margin: .5em 0 1em;
		color: #999;
		}	
		
		
/* Polls */

.poll {
	background: #4a4739;
	padding: 20px;
	margin: 0 0 2em;
	-moz-border-radius: 5px;
	
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2);
	}	
	
	.poll .poll {
		background: none;
		padding: 0;
		}		
	
	.poll .question {
		font-size: 18px;
		font-weight: bold;
		color: #eee;
		margin: 0 0 .5em 0;
		}
		
	.poll ul {
		margin: 0;
		padding: 0;
		}
		
	.poll li {
		list-style: none;
		padding: 0;
		margin: 0 0 1em;
		}
		
	.poll .result-container {
		background: #2b2921 url(poll.result-container.gif);
		-moz-border-radius: 2px;
		}		
		
	.poll .percent {
		height: 20px;
		background: #cf3f00 url(poll.percent.gif);
		-moz-border-radius: 2px;		
		}
		
		
.button-votenow {
	border: none;
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 140px;
	height: 45px;
	background: url(votenow-button.gif) no-repeat 0 0;
	cursor: pointer;
}

.button-logintovote {
	border: none;
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 130px;
	height: 35px;
	background: url(logintovote-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: 0 -5px;
}		

.poll_form {
	margin: 0 0 1em;
	font-size: 16px;
	}
	
#hp-poll {

	}
	
#hp-poll .poll {
	padding: 10px;
	margin: .25em -5px .5em;
	}
	
#hp-poll .question {
	font-size: 12px;
	line-height: 1.2em;
	}

#hp-poll .poll li {
	font-size: 11px;
	color: #fff;
	margin: 3px -5px !important;
	padding: 2px 5px 5px;
	background: #37352a;
	
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.05);	
	-moz-border-radius: 2px;
	
	line-height: 1.3em;
	}
	
	#hp-poll .poll li strong {
		display: none;
		}
	
#hp-poll .poll .poll {
	padding: 0 5px;
	background: none;
	-moz-box-shadow: none;
	}
	
#hp-poll .poll_form {
	font-size: 12px;
	color: #fff;
	}
	
#hp-poll .poll_form td {
	padding: 0;
	}	
	
/*Twitter / Facebook / YouTube*/

.follow_tabs {
	min-height: 1px;
	position: relative;
	margin: 0 0 1px;
}

	
.follow_tabs a {
	margin:0;
	
}


.follow_tabs a img {
	
	padding:0;
	margin:0 0 4px;
}

/**/

.GenericCompetitions {
	border-bottom:
}

.GenericCompetitions .compTitle a  {
	clear:both;
	display:block;
	font-weight:bold;
		
}

#fanzone .button-entercompetition-small {
	border: none;
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 215px;
	height: 45px;
	background: url(entercompetition-small-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: -5px;
}

#fanzone .compImage {
	padding:20px 0;
}
#fanzone .compTerms {
	padding-top:20px;
}


#wallpaper-collection { min-height: 1px; }

* html #wallpaper-collection {height: 1px; }

#wallpaper-collection:after {content: "."; height: 0; visibility: hidden; display: block; clear: both; }


#wallpaper-collection .wallpaper {
    float:left;
    padding:4px;
    border:1px solid #333;
    margin-right:5px;
    min-height:1px;
    position:relative;
    margin-bottom:5px;
}

.wallpaper img {
    border:1px solid #333;
}
.wallpaper h3 {
    margin:1em 0 .5em;
    text-transform:uppercase;
}
    .wallpaper h3 span {
        text-transform:lowercase;
    }

.wallpaper p, .wallpaper h3 {
    padding:0 10px;
}

/* sidebar - game links */
.game_links{
    margin: -20px 0 0;
    padding: 45px 0 5px;
    background: url(game_links.gif) no-repeat 0 0;
}
.game_link{
    display: block;
    margin: 0 0 5px;
    text-transform: uppercase;
    text-indent: -9000px;
    border: none;
    width: 168px;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.game_link:hover{
    background-position: 0 -32px;
}

.game-fantasy{ background-image: url(game_link.fantasy.gif); }
.game-games{ background-image: url(game_link.games.gif); }
