@charset "utf-8";
/* CSS Document */

/* social panes */

.nav {
	height:40px;	
	width:400px;
	margin-top:-18px;
}

.nav ul {	
	width:442px;
	height:40px;
	margin:0 0 0 8px;
	padding:0;
}

.nav li {	
	/*border-right:1px solid #ddd;*/
	float:left;
	height:40px;
	list-style-type:none;
	text-align:center;
	margin-top:2px;
}

.nav a {
	color:#ffffff;
	padding:10px 8px 10px 8px;
	margin-right:2px;
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:12px;	
	text-decoration:none;
}	

.nav a.link {
	background-image:url(../images/backgrounds/black_50.png);
	
}
.nav a.current {
	background-image:url(../images/backgrounds/orange_30.png);
	
}
.nav a:hover {
	background-image:url(../images/backgrounds/orange_30.png);
}

.nav img {
	/*border:1px solid #ccc;*/
	margin:3px;
	padding:4px;		
	display:block;
}

.nav strong {
	display:block;		
	font-size:13px;
}

.panes {
	width:1000px;	
	
	margin-bottom:0px;
	overflow:hidden;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}
.panes2 {
	width:1000px;	
	height:700px;
	margin-bottom:0px;
	overflow:hidden;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
.panes div.panels, .panes2 div.panels{
	display:none;	
	font-size:13px;
	color:#444;
	width:980px;
	padding:0 10px;
	text-align:left;
}

.panes img, .panes2 img {
	float:left;
	margin-right:20px;		
}

.panes p.more, .panes2 p.more {
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

.panes h3, .panes2 h3 {
	margin:0;
	padding:0;
	font-size:38px;
	font-weight:normal;
	color:#FFF;
	font-weight:normal;
}

.panes p, .panes2 p {
	color:#FFF;
}

.panelHeader {
	position:absolute;
	margin:10px;
}
.panels object {
	margin:15px 5px;
}

.homePanel {
	background-image:url(../images/backgrounds/LATEST_BG_SKIN.jpg);
	background-repeat:no-repeat;
	height:533px;
}

.musicPanel {
	background-image:url(../images/backgrounds/ConcreteWall.jpg);
	background-repeat:no-repeat;
}
	
.panelPad {
	margin:20px 0;
}
.panelColumn {
	float:left;
	margin:-20px 0 10px 0;
	width:350px;
	text-align:left;
	
}
.topColumn {
	float:left;
	margin:-20px 0 20px -10px;
	width:1000px;
	
}
.contentColumn {
	margin:20px 0 0 0;
	text-align:left;
	
}
.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}


/*  forms */

.panels input.textBox {
	border:0;
	color:#000;
	font-size: 14px;
	width: 171px;
	height: 28px;
	vertical-align:middle;
	line-height: 25px;
	padding:0 6px;
	background: url(../images/form/text.png) no-repeat;

}

.panels input.textBox:focus {
	background: url(../images/form/text.png) no-repeat -184px;
	outline: none;
}
.panels textarea.tArea {
	width:389px;
	height:	70px;
	background-color:#CACACA;
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size: 14px;
	
}

.panels textarea.tArea:focus {
	background-color:#FFF;
}

.screamVisionLink {
	position:absolute;
	top:125px;
	left:70px;
	width:355px;
	height:200px;
}
.becomeAFan {
	background-image:url(../images/backgrounds/FCBecomeFan.jpg);
	background-repeat:no-repeat;
}
.eventItem{
	
	margin:0 10px 20px 0;
	background-color:#000;
	padding:15px 15px 5px 15px;
}
.eventItem p{
	line-height:18px;
	margin-top:0;
	
}
.eventItem p.column{
	line-height:18px;
	margin-top:0;
	
}
.eventHead{
	margin-bottom:15px;
}

.eventItem a:link, .eventItem a:visited {
	color:#fff32b;
	text-decoration:none;
}
.eventItem a:hover {
	color:#fff32b;
	text-decoration:underline;
}

