
/*******************************
FOOTER STYLES
*******************************/

#footer {
	position: relative;
	top:-10px;
	left:0;
	background: url(../images/footbg.gif) bottom repeat-x #000;
	height: 101px;
	width:100%;
	z-index:20;
}

#footerswoop {
	background: url(../images/footswoop.png) no-repeat !important;
	background: url(../images/footswoopb.gif) no-repeat;
	z-index:10;
	height: 100%;
	width: 950px;
}
#partner {
	position: absolute;
	top: 35px;
	left: 0px;
}
#partner_text {
	float: left;
	padding: 10px 5px 10px 5px;
	margin-right: 7px;
	color: #707070;
	font-size: 13px;
}


#footercopyright {
	clear: both;
	background-color: #fff;
	font-size: 10px;
	color: #6d6e71;
	margin-bottom: 20px;
}
#footercopyright_inner {
	width: 950px;
	text-align:right;
}
#footercopyright_inner a { font-weight: bold; color: #6d6e71; }
#social {
	float: right;
	width: 480px;
	position: relative;
}
#social_inner {
	position: absolute;
	float: right;
	margin: 0;
	top: 54px;
	color: #8d8d8e;
	width:100%;
}
#social_inner ul {
	position: relative;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#social_inner ul li {
	float: left;
	padding: 0 10px 0 10px;
	color: #fff;
	font-size: 12px;
	color: #8d8d8e;
}
#social_inner ul li.last {
	padding: 0 0 0 10px;
}
#social ul li a {
	text-decoration:none;
}
#social ul li a.rss {
	background: url(../images/social/rss.gif) no-repeat top left;
	padding-left: 18px;
	color: #8d8d8e;
}
#social ul li a.flickr {
	background: url(../images/social/flickr.gif) no-repeat top center;
	width: 43px;
	height: 20px;
	margin-top: -3px;
	display: block;
}
#social ul li a.facebook {
	background: url(../images/social/facebook.gif) no-repeat top center;
	width: 48px;
	height: 18px;
	margin-top: -1px;
	display: block;
}
#social ul li a.twitter {
	background: url(../images/social/twitter.gif) no-repeat top center;
	width: 50px;
	height: 12px;
	margin-top: 2px;
	display: block;
}
#social ul li a.youtube {
	background: url(../images/social/youtube.gif) no-repeat top center;
	width: 44px;
	height: 17px;
	margin-top: -1px;
	display: block;
}

/*******************************
BODY STYLES
*******************************/

#body_content {
	margin-top: 60px;
	background-color: #000;
}
#container {
	width: 950px;
	background-color: #000;
	color: #fff;
}
#center {
	width: 440px;
	float: left;
	background-color: #000;
	padding: 0 10px 0 20px;
}
#left {
	width: 210px;
	float: left;
	background-color: #000;
	padding: 0 10px 0 10px;
	margin-top: 70px;
}
#right {
	width: 250px;
	float: right;
	background-color:#000;
	text-align: left;
	margin-top: 20px;
}
.clear {
	clear: both;
}
#footer {
	clear: both;
}

#tickets {
	background: url(../images/home_tickets.gif) top left no-repeat;
	padding-left: 30px;
	margin-top: 0;
}
#tickets_inner { background-color: #dcddde; padding: 5px; color: #59585f; }
#tickets_inner div {margin-bottom: 0; }
#tickets_inner table {margin-bottom:0; }
.tickets_font { color: #59585f; font-size: 10px; font-weight: bold; }
#shows {
	background: url(../images/home_shows.gif) top left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
}
#shows_inner { background-color: #938e30; padding: 5px; }
#shows_up {
	display: block;
	background: url(../images/shows_up.gif) no-repeat top center;
	height: 20px;
	width: 75px;
	margin-top: 6px;
	padding: 0 0 3px 0;
}
#shows_down {
	display: block;
	background: url(../images/shows_down.gif) no-repeat top center;
	height: 20px;
	width: 75px;
	margin-top: 3px;
	margin-bottom: 6px;
}
#shows_content {
	height: 110px;
	overflow: hidden;
}
.showboxtitle {
	text-transform: uppercase;
	font-weight: bold;
}
.showboxtitle a {
	color: #fff;
}
.showboxtext {
	font-size: 11px;
}
#shows_content table tr td { padding-bottom: 10px; }

#education {
	background: url(../images/home_education.gif) top left no-repeat;
	padding-left: 30px;
	margin-top: 10px;
}
#education_inner { background-color: #b36d0c; padding: 5px; min-height: 68px; }
.homeSubTitle { font-size: 14px; font-weight: bold; color: #fff; padding-bottom: 3px; }


#search {
	margin-top: 50px;
}