a {
	color: #ff6730;
	font-weight: bold;
}

img {
	border: 0px;
	padding: 0px;
}

title {
	display: none;
}

body {
	background: url(../images/background.jpg) center fixed no-repeat #000;
}

body.booty-bar {
	background: url(../images/bootybar_bg.jpg) center fixed no-repeat #000;
}

div#navigation {
	background: url(../images/nav-bg.png) repeat-x 0 0;
	height: 131px;
	position: relative;
}

div#wrapper {
	position: relative;
	background: url(../images/body_bg.png) repeat-y center;
}
div#navigation-960 {
	margin: 0 auto;
	width: 960px;
	background: url(../images/navigation-sprite.png) no-repeat;
}
div#logo {
	margin-top: -60px;
	margin-left: 800px;
	position: absolute;
	
}

div#audio-player {
	margin-top: 13px;
	margin-left: 10px;
	position: absolute;
}

div#twitter, div#facebook, div#myspace {
	height: 28px;
	width: 28px;
	position: absolute;
}

div#twitter {
	margin-top: 12px;
	margin-left: 820px;
}

div#facebook {
	margin-top: 12px;
	margin-left: 860px;
}

div#myspace {
	margin-top: 12px;
	margin-left: 900px;
}

div#footer {
	background: #303030 url(../images/footer-bg.png) repeat-x;
	height: 130px;
	min-height: 130px;
	text-align: center;
	padding: 30px;
}

.section-support, .section-news, div#small-banners, .section-gallery {
	margin-top: 30px;
}

ul#home-gallery li.child1, ul#home-gallery li.child2 {
	display: inline;
	margin-right: 3px;
	height: 90px;
	width: 90px;
	
}

ul#home-gallery li.child3 {
	display: inline;
	margin-right: 0px;
	height: 90px;
	width: 90px;
}

ul#home-gallery img {
	border: 2px solid #ccc;
}
.clear {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

/* blog */

.section-news img {
	padding-right: 20px;
}

/* VIEW MORE EVENTS */

.view-more-events {
	height: 30px;
	background: #333;
	padding: 10px 0 0 0;
	display: block;
	width: 100%;
	}
	
.event-divider {
	color: #222;
	border-bottom: none;
	height: 1px;
	width: 100%;
	margin-bottom: 20px;
}


.event-image {
	margin-left: 10px;
}


/* FORMS */
.appnitro { width: 400px;}

.mailing-list-form {
	margin: 30px 0 30px 0;
}

#mailing-list input.mailing-list {
	display: block;
	float: left;
	width: 95%;
	height: 25px;
	border: 1px solid #ccc;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
}

.float-right {
	float: right;
}
		

/* // Easy Slider */
	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:620px;
		height:261px;
		overflow:hidden; 
	}					
									

/* // Easy Slider */
div#tickets {
	position: relative;
	margin-left: 250px;
	margin-top: -67px;
	width: 100px;
	height: 30px;
	z-index: 10;
	float: left;
}

div#info {
	position: relative;
	margin-left: 435px;
	margin-top: -67px;
	width: 100px;
	height: 30px;
	z-index: 10;
	float: left;
}

/* // Twitter Timeline */
.status {
	background: #dfdfd5;
	padding: 5px 10px 5px 10px;
	width: 280px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: -10px;
	line-height: 18px;
}

.date {
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
}

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

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

