﻿

/* Fanzone content */

.fanzone-content {
	padding: 5px 5px 10px;
	min-height: 1px;
	}
	
	* html .fanzone-content { height: 1px; }
	.fanzone-content:after {		content: ".";		height: 0;		visibility: hidden;		clear: both;		display: block;		}
	
	
/* Promotional tiles */

#fanzone-promotiles {
	margin: 0 -5px 5px 0;
	height: 117px;
	}

#fanzone-promotiles a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	}
	
	
/* Summary Panels */

#fanzone .summary_panel {
	background: #c93813 url(summary_panel.jpg) no-repeat 0 0;

	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 7px rgba(0,0,0,.75);
	}

#fanzone .summary_panel .header {
	height: auto;
	border: none;
	
	background: none;
	-moz-box-shadow: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	}
	
#fanzone .summary_panel .header h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #d46042;
    height:38px !important;
	line-height: 36px;
	}	
	
#fanzone .summary_panel .header a {
	color: #fff;
	}	
	
	#fanzone .summary_panel .header a em {
		color: #fff;
		}
	
#fanzone .summary_panel .footer {
	border-top: 1px solid #000;
	background: #320e05;
	
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;		
}

#fanzone .summary_panel .date {
	color: #e9ad9e;
	}
	
#fanzone .summary_panel .content {
	color: #EDC7B6;
	}

#fanzone .summary_panel .content a,
#fanzone .summary_panel ul a {
	color: #fff;
	
	}
	
#fanzone .summary_panel ul li {
	margin: 0 0 1em 0;
	}
	
	
/* Twitter Feed */

#tweets dl {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #edc7b6;
	}
	
#tweets dt {
	margin: 0;
	padding: 0;
	}
	
#tweets dd {
	margin: 0 0 .5em 0;
	padding: 0;
	}
	
 #tweets a {
    text-decoration:underline !important;
}

 #tweets a:hover {
 	text-decoration: none !important;
	}

#tweets .header h3 a {
    background:url(twitter-bird.png) no-repeat;
    background-position:0 5px;
    text-decoration:none !important;
    height:38px !important;
	line-height: 36px;
    padding-left:40px;
    display:block;
}
