/*
	Club Mono
	Global.css
*/

html, body { margin: 0 auto; }
html { background: #000000 url('../images/background.png') top center repeat-x; text-align: center; }
ul, li, p, h1, h2, h3, h4, h5 { padding: 0; margin: 0; list-style: none; }
a { text-decoration: none; color: #FFFFFF; border-bottom: 1px; }
a:hover { color: #ebaaf6; }
a img { border: none; }

body, textarea { font-family: Helvetica, Arial, sans-serif; }
body
{
	overflow-x: hidden;
	width: 965px;
	padding: 40px 40px 0 40px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

/* Header */

#header{
  width: 965px;
  background-image: url('../images/header.png');
  height: 53px;
}

h1 {
	float: left;
	width: 250px;
	height: 70px;
	text-indent: -5000px;
}
h1 a{
  display: block;
  width: 100%;
  height: 100%;
}

ul#menu { float: right; width: 70px0px; height: 120px; padding: 0 0 0 10px; }
ul#menu li   { float: right; width: 90px; height: 50px; text-align: center; margin: 0 0 0 5px; font-weight: bold; }
ul#menu li a { height: 35px; width: 100%; display: block; padding: 18px 0 0 0; }

/* Slideshow / Content Areas */

div#slideshow { clear: both; float: left; width: 345px; padding: 0 0 0 0px; height: 500px; background: #000000; }
div#slideshow a { width: 345px; display: block; }

/* div#events { clear: both; float: left; width: 590px; padding: 0 0 0 10px; height: 500px; background: #000000; } */

div#content_left	{ clear: both; float: left;	width: 460px;  }
div#content_right	{ background: url(../images/transparentbg.png) repeat; float: right; width: 440px; padding: 10px 15px; }
div#content_whole { clear: both; width: 960px; background: url("../images/transparentbg.png") repeat scroll 0 0 transparent; overflow: hidden; }

div#content_left p, div#content_right p { padding: 10px 0 0 0; line-height: 20px; color: #e6d9db; }
div#content_left h3, div#content_right h3, div#content_whole h3 { border-bottom: 1px solid #b2808b; padding: 10px 0 10px 5px; font-size: 22px; }
/* div#events h3 { border-bottom: 1px solid #3c2128; font-size: 14px; padding: 20px 0 5px 5px; margin-bottom: 20px; } */

div#middle{ float: left; width: 250px; margin-left: 50px; margin-top: -20px; overflow: hidden; position: relative;}

div#middle p			{ padding: 10px 0 0 0; text-align: right; }
div#middle p.divider { padding: 20px; }
div#middle h2		{ font-size: 14px; padding: 10px 0 5px 5px; text-align: center; border-bottom: 1px solid #3c2128; }

div#right { float: left; width: 280px; overflow: hidden; margin-left: 40px;}

div#player { height: 50px; width: 250px; }
	div#player h3	{ font-size: 12px; position: relative; z-index: 1; padding: 10px 0 0 0; }
	div#player p	{ font-size: 11px; color: #dfa3b3; position: relative; z-index: 1; text-align: left; padding: 0; }
	div#player a	{  position: absolute; z-index: 2; display: block; height: 50px; width: 250px; background: url('../images/play.png') 200px no-repeat; }
	div#player a:hover	{  background: url('../images/play1.png') 200px no-repeat; }
	div#player a:active	{  background: url('../images/play2.png') 200px no-repeat; }

div#calender-controls				{ z-index: 3; position: relative; bottom: -30px; text-align: center; width: 250px; height: 20px; display: block; }
div#calender-controls a#previous1	{ float: left; width: 30px; cursor: pointer; }
div#calender-controls a#next1		{ float: right; width: 30px; cursor: pointer; }
div#calender-change					{ width: 460px; height: 250px; display: block; z-index: 2; position: relative; }
div.slide-month						{ width: 250px; height: 240px; display: block; background: #000000; }
	
div.calender { width: 238px; height: 180px; background: #000000; padding-left: 6px; }
	div.calender span			{ float: left; width: 30px; height: 25px; display: block; text-align: center; margin: 2px; font-size: 12px; position: relative; z-index: 1; }
	div.calender span.day		{ font-weight: bold; color: #e7e6e6; padding: 7px 0 0 0; }
	div.calender span.event a	{ font-weight: bold; background: #ebaaf6; color: #000000; }
	div.calender span.event a:hover { font-weight: bold; background: #c57dd1; color: #000000; }
	div.calender span a			{ height: 18px; width: 30px; display: block; padding: 7px 0 0 0; color: #b3b3b3; }
	div.calender span a:hover	{ height: 18px; width: 30px; display: block; padding: 7px 0 0 0; background: #ebaaf6; color: #000000; }
	
	span:hover > div.rollOver	{ display: block; }
	span div.rollOver			{
		display: none;
		height: 95px;
		width: 250px;
		text-align: left;
    background: url('../images/rollOver.png') no-repeat;
		position: absolute;
		z-index: 100;
		top: -80px;
		right: -220px;
		text-shadow: #ffffff 1px 1px;
	}
	div.calender span div.rollOver a { height: 47px; width: 185px; padding: 8px 15px 50px 50px; background: none; }
	div.calender span div.rollOver a:hover { background: none; }
	span div.rollOver p { line-height: 9px; padding: 0; margin: 0; font-size: 11px; color: #515c60; float: left; width: 105px; text-align: right; }
	span div.rollOver p.dayName { font-weight: bold; font-size: 13px; color: #293032; padding-top: -2px; }
	span div.rollOver img { float: right; width: 65px; padding: 3px 0 0 5px; }
	
/* Footer */

div#footer { clear: both; border-top: 1px solid #2e2527; padding: 10px 0 10px 0; }
	div#footer div#advert { float: left; width: 500px; padding: 0 0 10px 10px; }
	div#footer p#copyright { clear: both; border-top: 1px solid #2e2527; padding: 10px; font-size: 11px; color: #744f59; }
		div#footer p#copyright span { float: right; text-align: right; width: 200px; }
			div#footer p#copyright span a { color: #744f59; }
			div#footer p#copyright span a:hover { color: #ebaaf6; }
	div#footer div#social { float: right; width: 280px; }
		div#social h4 { color: #ca748b; font-size: 11px; padding: 5px 0 10px 0; width: 240px; }
		div#follow span { color: #ca748b; font-size: 11px; padding: 5px 0 10px 0; }
		div#social input.field	{ width: 180px; height: 21px; margin-right: 10px; border: none; background: url('../images/field.jpg') no-repeat; color: #8e364d; font-weight: bold; padding: 9px 0 0 10px; outline: none; }
		div#social input.button { width: 49px; height: 30px; border: none; text-shadow: #692131 -1px -1px; color: #ffffff; }
			div#social input.button			{ background: url('../images/button.jpg') no-repeat; }
			div#social input.button:hover	{ background: url('../images/button1.jpg') no-repeat; }
			div#social input.button:active	{ background: url('../images/button2.jpg') no-repeat; }
		
		div#follow		{ padding: 15px 0 0 0; }
		div#follow span { float: left; width: 85px; padding: 10px 0 0 0; }
		div#follow p	{ float: right; width: 195px; padding: 0; }

/* Gallery */

div.album.first{
  float: left;
  width: 580px;
  margin: 20px 20px 20px 10px;
  position: relative;
}

div.album.first .title{
  text-align: center;
  vertical-align: center;
  font-size: 14px; 
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  color: #fff; 
  background: url('../images/transparentbg.png');
  padding: 10px 5px;
  width: 570px;
}
body.gallery .older{
  float: right;
  overflow: hidden;
  width: 340px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}

body.gallery .older div.album { 
  display: block; 
  float: left; 
  width: 100px; 
  height: 100px; 
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden; 
  position: relative;
}
body.gallery .older div.album.albumright {
	margin-right: 0;
}

body.gallery .older div.album  .title { 
  display: block;
  vertical-align: middle;
  position: absolute;
  text-align: center;
  font-size: 12px; 
  font-weight: bold;
  width: 90px;
  padding: 5px;
  bottom: 0;
  color: #fff; 
  background: url('../images/transparentbg.png');
  visibility: hidden;
}
body.gallery .older div.album a:hover .title{
  visibility: visible;
}
div#albumImg { float: left; width: 610px; padding: 55px 0 30px 0; text-align: center; }
div#albumSide { float: right; width: 260px; padding: 30px 0 0 0; text-align: right; }

#gallery{
  overflow: hidden;
  margin-bottom: 20px;
}


#gallery .slideshow, #gallery .loading{
  width: 600px;
  float: left;
  position: relative;
}

#gallery .slideshow a.advance-link{
  display: block;
  text-align: -3000px;
  font-size: 0pt;
}

#gallery .controls{
  width: 600px;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}

#gallery .controls .ss-controls{
  width: 200px;
  float: left;
}

#gallery .controls .nav-controls{
  width: 300px;
  float: right;
  text-align: right;
}

#gallery .controls .nav-controls .prev{
  padding-right: 10px;
}


#thumbs {
  float: right;
  width: 250px;
  margin-top: -10px;
  overflow: hidden;
}

#thumbs li{
  display: inline-block;
  width: 60px;
  margin: 0px 0px 0px 0px;
}

#thumbs .pagination{
  text-align: right;
}
#thumbs .pagination a{
  padding: 0px 1px 0px 1px;
}

/* Events */

#home #events{
  clear: both;
  margin: 0px 0 10px 0px;
  width: 280px;
}
#home #events a:hover{
  color: inherit;
}
#home #events .event:hover a{
  color: inherit;
}
#home #events .event:hover{
    background-image: none;
    background-color: #C57DD1;
    color: #000;
}

#home #events .event:hover .event_date, 
#home #events .event:hover .event_time, 
#home #events .event:hover .event_sub{
    color: #000;
}
#home #events .viewport{
  height: 480px;
  width: 260px;
}
#home #events .overview{
  width: 260px;
}
#home #events .month{
  overflow: hidden;
}
#home #events .event{
  margin-bottom: 5px;
  overflow: hidden;
  background: url(../images/transparentbg.png) repeat;
  padding: 4px 2px 4px 4px; 
  clear: both;
  height: 58px;
}
#home #events .event .event_title {
	font-weight: bold;
	font-size: 11pt;
}
#home #events .event .event_date {
	font-weight: normal;
	display: inline-block;
	color: #ccc;
}
#home #events .event .event_time {
  display: inline-block;
  font-size: 8pt;
  color: #ccc;
}
#home #events .event .event_sub {
  padding-top: 5px;
  color: #ccc;
}
#home #events .event .icon{
  float: right;
}

/* Scrolling */

.scrolling {  }
.scrolling .viewport {  overflow: hidden; position: relative; }
.scrolling .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scrolling .thumb .end,
.scrolling .thumb { background-color: #7e012e; }
.scrolling .scrollbar { position: relative; float: right; width: 8px; }
.scrolling .track { background-color: #300010; height: 100%; width:6px; position: relative; padding: 0 1px; }
.scrolling .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.scrolling .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.scrolling .disable{ display: none; }

#content_right.scrolling{
  float: right;	width: 430px; padding: 0 10px 0px 0; 
}

#content_right.scrolling .overview{
  width: 400px;
  padding: 10px 0px 10px 10px;
}
#content_right.scrolling .viewport{
  width: 400px;
  height: 610px;
}
/* Mixes */

div.blurb { height: 80px; padding: 20px 0 0 0; }
div.blurb p { float: left; width:450px;  padding: 10px;}
div.blurb div#player { float: right; }
div.blurb div#player h3 { border: none; }

div.song {clear: both; padding: 20px; margin-bottom: 10px; background: url(../images/transparentbg.png) repeat;}
div.song span { float: left; width: 660px; font-size: 16px; font-weight: bold; padding-bottom: 20px; }
div.song a {	float: right; width: 200px; height: 45px; display: block; margin-top: -10px;  }

div.song#song-03 a{
  background-image: url('../images/loaded.png');
  text-indent: -3000px;
}
div.song#song-06 a, div.song#song-05 a{
  background-image: url('../images/fabulouso.png');
  text-indent: -3000px;
}
div.song#song-01 a, div.song#song-02 a, div.song#song-04 a, div.song#song-07 a{
  background-image: url('../images/cargo.png');
  text-indent: -3000px;
}
div.song#song-XX a{
  background-image: url('../images/thunderball.png');
  text-indent: -3000px;
}


/* Preload some images so they are already loaded when called */

div#preload { display: none; }

 .djs #content_right{
	padding: 0;
	background: none;
 }

.djs #content_left .dj, .djs #content_right .dj {
	float: left;
	width: 305px;
	border-bottom: none;
	display: block;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 10px;
}
.djs #content_left .desc, .djs #content_right .desc {
	float: left;
	width: 305px;
	font-weight: normal;
	line-height: 1.2;
}
.djs #content_left img, .djs #content_right img {
	float: left;
	margin: 0 10px 10px 0;
}

.djs #content_left p, .djs #content_right p {
	background: url(../images/transparentbg.png) repeat;
	width: 430px;
	min-height: 75px;
	padding: 20px;
	margin-bottom: 10px;
}
