/* @override http://localhost:8888/css/styles.css */

/* @override http://localhost:8888/css/styles.css */

/* FOOTER*/
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;

}

#main {padding-bottom: 60px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* BLOCKS*/
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	background: url(../images/bg.jpg) no-repeat fixed center top;
}

#container{
	width: 960px;
	margin: 0 auto;
}


#menu,#menuBar{
	display: block;
	height: 143px;

	
}


#main{
	display: block;
	position: relative;
	width: 912px;
	left: 32px;
	

}


#sideCol{
	display: block;
	position: relative;
	width: 248px;
	float: right;

}

#mainContent{
	display: block;
	position: relative;
	width: 644px;
	float: right;
			margin-left: 20px;
padding-bottom: 50px;
}


#eventHeader{
	display: block;
	padding: 0;
	
	margin: 0;
	margin-left: -20px;
	width: 664px;
}

#eventHeader-css{
	padding-left: 20px;
	padding-bottom: 12px;
}


#eventSidebar{
	display: block;
	padding: 0;
	margin: 0;
	}

#footer{
width: 912px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 16px;

}

#footer a{
	display: block;
	width: 100%;
	height: 100%;
		background-image: url('../images/ta.png');
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9999px;
	}
	
	
	#footer a:hover{
	background-position: right -50px;

	}



/* STYLES */

#mainContent .intro{
	
	display: block;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1em;
	}
	
	

	
	
h1{
	font-size: 3.5em;
	line-height: .8em;
}

h2{
	font-size: 2.5em;
	line-height: 1.1em;
}

h3{
	font-size: 1.5em;
	line-height: 1.1em;
}

h5{
	font-size: 1.4em;
}

h6{
	font-size: 1em;
	color: #717171;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0px;
	padding-top: 4px;
}

hr{
	color:#fff;background-color:#fff;height:1px;border:none;
}

.leadingLine{
	display: block;
	border-top: 1px dashed;
	font-size: .85em;
	line-height: 1em;
	color: #666;
	padding-bottom: 6px;
	padding-top: 3px;
}


#main h4{
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-left: -50px;
	font-size: 3.5em;
	line-height: .8em;
}

#main a{
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	padding-left: 5px;
}



#main a:hover{
	background-color: #fff;
	color: #032110;
}


p{
	padding-bottom: 1em;
}

.list p{

	padding-top: 0px;
		line-height: 1.4em;

}

.list h5{
	padding-top: 20px;
}


#main .list h4{

padding-bottom:0;
}





.eventStrip{
font-size: 1.6em;
padding-top: 1em;
}

.eventStrip b{
	color: #666666;
	font-weight: normal;
	font-style: normal;
	float: left;
}

#container #main #mainContent .eventStrip a{
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.eventStrip i{
	display: block;
	font-size: .6em;
	font-weight: normal;
	font-style: normal;
	
	color: #666666;
clear: both;
}




#eventHeader p{
	color: #666;
	line-height: 1em;
	}
	
	#eventHeader b{
	color: #666;
	}
	
#sideCol h1{
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 1px solid #666;
	color: #666;
}

#sideCol ul{
padding-top: 10px;
	list-style-type: none;
	font-size: .9em;
}

#sideCol ul li a{
	display: block;
	text-decoration: none;
	color: #666;
}

#sideCol ul li{
		padding-top: 4px;
	border-bottom: 1px solid #666;
}

#sideCol ul li a:hover{
	color: #000;
	}


#menu #logo{
	display: block;
	
	text-indent: -9999px;
	
	width: 320px;
	height: 140px;
	float: left;
	background-image: url('../images/vibe-logo.png');
	background-repeat: no-repeat;
	background-position: 11px 0px;
	
}

#menu #nav, #menu #subnav{
	display: block;
	zoom: 1;
	
	list-style-type: none;
	padding-top: 46px;
	padding-bottom: 0px;
	font-size: 28px;
}
/* Float right not working in ie6 / ie 7  -- fine in ie8*/


#topNav{
	display: block;
	width: 630px;
	height: 140px;
	float: right;
}


#menu #nav li, #menu #subnav li{
	float: left;
}


#menu #nav a, #menu #subnav a{
	text-decoration: none;
	color: #c7c7c7;
	padding-left: 20px;
}


#menu #nav a.selected, #menu #subnav a.selected, #menu #nav a:hover, #menu #subnav a:hover{
	color: #fff;
	}


#menu #subnav{
	
	font-size: 13px;
	padding-top: 5px;
	list-style-type: none;
}

#nav li#welcome.selected a, #nav li#news.selected a, #nav li#events.selected a, #nav li#info.selected a{
	color: #fff;
}



#info_sub,#events_sub,#news_sub,#welcome_sub{
		list-style-type: none;
}

.hide{
	
	display: block;
	position: absolute;
	width: 0;
	height: 0;
		visibility:hidden;
	}

	
	
#menu #subnav a{
	color: #c7c7c7;
	padding-left: 13px;
	}
	
	
	
	#indexList a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	
	font-size: 1.5em;
	line-height: 2em;
	
	
}
	
	.indexStrip{
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

	.indexStrip a{

}
	



.sideImage b{
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1em;
	font-size: 1em;
}


.sideImage{
	float: left;
	padding-right: 20px;
}

.sideImage small{
	font-size: .7em;
		line-height: .7em;
}
	
	img.welcome{
	display: block;
padding-top: 5px;
padding-bottom: 20px;
}
	
	#t-shirts{
	width: 100%;
	height: 200px;
	background-image: url('../images/t-shirts.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
	
	#welcomeBanner{
	background-image: url('../images/welcome-banner.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 100px;
	text-indent: -9999px;
}

#welcomeBanner a{
	display: block;
	width: 100%;
	height: 100%;
	
}

#welcomeBanner a:hover{
	background-color: transparent;
	}
	