/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:12px;
	margin:0 auto;
	background-color:#000;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

a {
	color:#FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:35px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

#slider {
    position:relative;
    width:704px; /* Change this to your images width */
    height:433px; /* Change this to your images height */
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider .nivo-controlNav {
	position:absolute;
	left:3px;
	bottom:-47px;
	height:40px;
}

#slider .nivo-controlNav img {
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
	border:1px solid #e4280f;
	width:30px;
	height:30px;
}



.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.calendar a { color:white; }


.collection-box { 
	position:relative;
	width:100px;
	height:120px;
	float:left;
	border:1px solid #2D2D2D;
	text-align:center;
	padding:20px 20px 40px 20px;
	margin: 0 20px 20px 0;
}

.collection-box img { border: 1px solid #2D2D2D; }


.photo-box {
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin: 0 15px 8px 0;
}

.photo-box img { border:2px solid #E4280F; }


.artist-photo-box {
	position:relative;
	margin: 10px 0px 8px 0;
	text-align:center;
}

.artist-photo-box img { border:2px solid #E4280F; }

.photo-large {
	position:relative;
	width:auto;
	height:auto;
	margin:0 auto;
	margin-bottom: 15px;
	text-align:center;
}

.photo-large img { border:2px solid #E4280F; }

.event-photo-large {
	position:relative;
	width:470px;
	height:auto;
	margin:0 auto;
	margin-bottom: 15px;

}

.event-photo-large img { border:2px solid #E4280F; }

.profile-description {
	position:relative;
	width:auto;
    min-height:200px;
    height:auto !important;
    height:200px;
}

.thumb-box {
	position:relative;
	width:84px;
	height:84px;
	float:left;
	margin:5px 0 0 4px;
}

.thumb-box img { border:2px solid #E4280F; }

.link-hover a { padding:2px; }

.link-hover a:hover {
	background-color:#E4280F;
	color:#2D2D2D;
	padding:2px;
	margin:5px 0 0 0;
	text-decoration:none;
}

.event-title { font-size: 26px; }

/* ---
    min-height:300px;
    height:auto !important;
    height:300px;
--- */

.home-shows td {
	padding:0 0 0 5px;
}

.home-shows a {
color:white;
}

.home-shows a:hover {
color:#C21D09;
}

.news-line { 
	width:100%;
	height:1px;
	background-color:#C21D09;
	margin:0 0 10px 0;
}

.red-bullet {
	list-style:square;
	color:#E4280F;
	padding:0;
	margin:5px 0 0 20px;
	font-size:10px;
}

.indent {
	padding-left: 10px;
}

.plus-divider {
	width:100%;
	height:8px;
	background-image:url(images/plus-divider.gif);
	background-repeat:repeat-x;
}

/* ---- layout settings ----------------------- */

#bg_repeat {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(images/bg_container-sub-repeat.jpg);
}

#bg_repeat-middle {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-color: #121212;
}

#bg_repeat-top {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#bg_repeat-home {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url(images/bg_container-home-repeat.jpg);
}

#bg_repeat-home-top {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_container-home.jpg);
}

#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:92px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:0;
	right:0;
	width:667px;
	height:92px;
	float: right;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-sub.jpg);
}

/* ---- start main content settings -------------- */
#container-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:704px;
	height:auto;	
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:704px;
	height:493px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	width:674px;
    min-height:236px;
    height:auto !important;
    height:236px;
	padding: 10px 20px 0 20px;
}

#content_calendar {
	position:relative;
	top:0;
	left:0;
	width:684px;
    min-height:236px;
    height:auto !important;
    height:236px;
	padding: 10px 20px 0 0px;
}

#events {
	position:relative;
	top:0;
	left:0;
	float: left;
	width:447px;
	height:auto;
}

#events a { 
	color:white;
}

#events a:hover {
	color:#C21D09;
}

#photo-week {
	position:relative;
	top:0;
	left:0;
	float: right;
	width:226px;
	height:auto;
}

#flag {
	position:relative;
	top:0;
	left:0;
	width:674px;
	height:65px;
	padding: 15px 0 0 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:226px;
    /* min-height:700px; */
    min-height:925px;
    height:auto !important;
	background-repeat: repeat-y;
	background-image: url(images/bg_sidebar.jpg);
}

#side_bar a {
	color: #000;
}

#news {
	position:relative;
	top:0;
	left:0;
	width:196px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_news.jpg);
	padding: 40px 20px 10px 10px;
}

#news a {
	font-size:14px;
	color:#080808;
}

#signup {
	position:relative;
	top:0;
	left:0;
	width:196px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_informed.jpg);
	padding: 40px 20px 20px 10px;
}

#connect {

	position:relative;
	top:0;
	left:0;
	width:216px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_connect.jpg);
	padding: 45px 0 0 10px;
}

#connect img {
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	border: 0;
}


/* ---- profile settings ----------------------- */


#content_profile {
	position:relative;
	width: 714px;
	height:auto;
}

.profile-sidebar {
	position:relative;
	width:180px;
    min-height:835px;
    height:auto !important;
    height:835px;
	float:left;
	background-color:#2D2D2D;

}

.profile-content {
	position:relative;
	width:470px;
	height:auto;
	float:left;
	padding:20px;

}

.profile-details {
	position:relative;
	width:160px;
	height:auto;
	padding:10px;
}

.profile-image {
	position:relative;
	width:150px;
	height:auto;
	margin:10px 0 0 13px;
}

.profile-image img { border:2px solid #E4280F; }


/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:40px;
	clear:both;
	margin: 0 auto;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:92px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav2.png);
}

a#nav_01 {
	width:64px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -92px;
}

.active_01 {
	background-position: 0 -92px !important;
}

a#nav_02 {
	width:84px;
	
	background-position:-64px 0;
}

a:hover#nav_02{
	background-position:-64px -92px;
}

.active_02 {
	background-position:-64px -92px !important;
}

a#nav_03 {
	width:63px;
	
	background-position:-148px 0;
}

a:hover#nav_03{
	background-position:-148px -92px;
}

.active_03 {
	background-position:-148px -92px !important;
}

a#nav_04 {
	width:148px;
	
	background-position:-211px 0;
}

a:hover#nav_04{
	background-position:-211px -92px;
}

.active_04 {
	background-position:-211px -92px !important;
}

a#nav_05 {
	width:54px;
	
	background-position:-359px 0;
}

a:hover#nav_05{
	background-position:-359px -92px;
}

.active_05 {
	background-position:-359px -92px !important;
}

a#nav_06 {
	width:72px;
	
	background-position:-413px 0;
}

a:hover#nav_06{
	background-position:-413px -92px;
}

.active_06 {
	background-position:-413px -92px !important;
}

a#nav_07 {
	width:80px;
	
	background-position:-485px 0;
}

a:hover#nav_07{
	background-position:-485px -92px;
}

.active_07 {
	background-position:-485px -92px !important;
}

a#nav_08 {
	width:102px;
	
	background-position:-565px 0;
}

a:hover#nav_08{
	background-position:-565px -92px;
}

.active_08 {
	background-position:-565px -92px !important;
}


