/* ==================================================
 * GENERAL STRUCTURE
 * =============================================== */

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg-site-pink.jpg) center top no-repeat;
	//background: #000 url(../images/bg-site.jpg) center top no-repeat;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#wrapper {
	margin: 0px auto;
	width: 926px;
}

#main {
	padding: 5px;
	min-height: 500px;
	background-color: #000;
	text-align: left;
}

/* ==================================================
 * HEADER
 * =============================================== */

#header {
	position: relative;
}

/* Titlebar
--------------------------------- */

#titlebar {
	margin: 0px;
	/*background: url(https://americanbankcenter.com/images/bg-titlebar.jpg) no-repeat;*/
}

#titlebar a {
	display: block;
	height: 88px;
	text-indent: -999em;
}

/* Header Links
--------------------------------- */

#header .links {
	position: absolute;
	top: 26px;
}

#header .links a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -999em;
}

#teams {
	left: 11px;
}

#social {
	right: 11px;
}

/* Horizontal Navigation
--------------------------------- */

#hnav {
	padding: 14px 0px;
	height: 24px;
}

/* Search Field
--------------------------------- */

#search {
	float: right;
	margin-top: 5px;
	width: 200px;
	text-align: left;
}

#search .input_text_search {
	width: 120px;
}

/* Marquee
--------------------------------- */

#marquee_bar {
	padding: 0px 13px;
	height: 42px;
}

#marquee marquee {
	width: 700px;
	line-height: 32px;
}

/* ==================================================
 * HOME PAGE
 * =============================================== */

/* Side Links
--------------------------------- */

#side_links {
	position: relative;
	margin: 0px -250px;
}

#side_links a {
	position: absolute;
	top: 300px;
	display: block;
	width: 250px;
	height: 750px;
	text-indent: -999em;
}

#fansfirst {
	left: 0px;
}

#backstage {
	right: 0px;
}

/* Events Container
--------------------------------- */

#events {
	padding: 10px;
	//background-color: #1f3467;
	background-color: #a50057;
}

#events .prev:hover,
#events .next:hover {
	opacity: 0.75;
}

/* Events CoverFlow
--------------------------------- */

#coverflow {
	display: none;
}

#cf_viewport {
	position: relative;
	padding: 5px 0px;
	height: 300px;
	overflow: hidden;
	text-align: center;
}

#cf_flyers {
	position: relative;
	margin: 0px;
	/*padding: 0px 10px;*/
	padding: 0px;
	width: 2000px;
	height: 300px;
	overflow: hidden;
	list-style-type: none;
}

#cf_flyers li {
	display: block;
	float: left;
	/*margin: 0px -10px;*/
	cursor: pointer;
}

#cf_flyers .current {
	z-index: 99;
}

#cf_flyers img {
	width: 200px;
	height: 300px;
	vertical-align: bottom;
}

#cf_nav {
	border-width: 2px 0px;
	border-style: solid;
	border-color: #1f3467;
	background-color: #000;
	padding: 5px;
	height: 26px;
	line-height: 26px;
}

#cf_nav img {
	vertical-align: middle;
}

#cf_controls {
	float: left;
}

#cf_controls img {
	margin: 5px;
}

#cf_details {
	position: relative;
	overflow: hidden;
}

#cf_details h2 {
	margin: 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #e70202;
}

#cf_details .date {
	float: left;
	margin: 0px 10px;
	color: #4966ae;
}

#cf_links {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #000;
}

#cf_links a {
	display:inline-block;
	margin: 0px 5px;
}

/* Events Carousel
--------------------------------- */

#carousel {
	
}

#carousel .plugin {
	position: relative;
	padding: 5px;
}

#carousel .viewport {
	margin: 0px 56px;
	height: 280px;
	overflow: hidden;
}

#carousel .panels {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#carousel .panel {
	float: left;
	margin-right: 10px;
	border: 2px solid #000;
	width: 180px;
	background-color: #000;
	text-align: center;
}

#carousel .image {
	display: block;
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#carousel .date {
	margin: 0px;
	line-height: 33px;
	font-size: 20px;
	text-transform: uppercase;
	color: #e70202;
}

#carousel .links {
	height: 33px;
	background: #2e2e2e url(../images/bg-links-scroller.png) center no-repeat;
}

#carousel .links a {
	float: left;
	display: block;
	width: 25%;
	height: 33px;
}

#carousel button {
	position: absolute;
	top: 5px;
	border-style: none;
	background-color: transparent;
	padding: 118px 11px;
}

#carousel .prev {
	left: 0px;
}

#carousel .next {
	right: 0px;
}

#carousel button img {
	vertical-align: bottom;
}

/* Video
--------------------------------- */

#video {
	
}

/* This Month
--------------------------------- */

#row2 .floatwrap {
	padding: 10px;
}

#thismonth {
	width: 480px;
	height: 270px;
	overflow: auto;
	background-color: #000;
}

#thismonth h3 {
	//border-color: #4966ae;
	//background-color: #1f3467;
	border-color: #ff5eb3;
	background-color: #a50057;
	color: #fff;
}

/* Calendar
--------------------------------- */

#calendar {
	padding: 5px;
	width: 389px;
	height: 254px;
	//background-color: #1f3467;
	background-color: #a50057;
}

/* Sponsors
--------------------------------- */

#sponsors {
	background-color: #030C27;
	color: #000;
}

/* ==================================================
 * INNER PAGES
 * =============================================== */

#pagewrap {
	min-height: 1000px;
}

#page {
	padding: 10px;
}

.inner #content {
	margin-right: 10px;
	width: 600px;
}

.inner #sidebar {
	width: 280px;
}

/* ==================================================
 * FOOTER
 * =============================================== */

#smg {
	float: left;
	margin: 3px 10px 0px 0px;
}

#sea {
	float: left;
	margin: 3px 10px 0px 0px;
}

#savor {
	float: left;
	margin: 10px 10px 0px 0px;
}

#infinity {
	float: right;
}

#footer_links {
	line-height: 32px;
	font-size: 10px;
}

#footer_links a {
	margin: 0px 5px;
	color: #ddd;
}