
/* -------------------------------------------------------------------------------- */
/* General Style Definitions ------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */

html, body { 
	font: 10pt helvetica, verdana, sans-serif !important; 
	background-color: #333337;
	color:#F00;
}

h3 { font-size: 1.7em; }
h5 { font-size: 1em; }

.title 				{ font-size: 12pt; font-weight: bold; line-height: 20px; color: #999; margin-bottom: 10px; }
.tiny-label			{ font-size:  8pt; font-weight: normal; color: #999; }
.small-label		{ font-size: 10pt; font-weight: normal; color: #999; }
.medium-label 		{ font-size: 12pt; font-weight: normal; color: #999; }
.large-label		{ font-size: 14pt; font-weight: normal; color: #999; }
.larger-label		{ font-size: 16pt; font-weight: normal; color: #999; }
.huge-label			{ font-size: 18pt; font-weight: normal; color: #999; }
.basic-text			{ font-size: 10pt; font-weight: normal; color: #333; }

.tiny-link			{ font-size:  8pt; font-weight: bold; text-decoration: none; color: #0072bc; }
.tiny-link:hover	{ color: #F60; }
.small-link			{ font-size: 10pt; font-weight: bold; text-decoration: none; color: #0072bc; }
.small-link:hover	{ color: #F60; }
.medium-link 		{ font-size: 12pt; font-weight: bold; text-decoration: none; color: #0072bc; }
.medium-link:hover	{ color: #F60; }

.clear 				{ clear: both; line-height: 0; margin: 0; padding: 0; }
.hidden				{ display: none; }
.highlight			{ color: #F60;}
.bold 				{ font-weight: bold; }

.green 				{ color: #393; }
.orange 			{ color: #F60; }
.red				{ color: #933; }
.dark-blue			{ color: #0072bc; }
.dark				{ color: #666; }
.darker				{ color: #333; }
.darkest			{ color: #000; }
.light				{ color: #999; }
.lighter			{ color: #CCC; }
.lightest			{ color: #FFF; }

.rounded-rect		{ 
	background-color:		#EEE;
	min-height: 10px;
	margin: 10px 0px;
	padding: 10px;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	border-radius: 			10px;

}

.inner-rect		{ 
	background-color:		#EEE;
	min-height: 10px;
	margin: 10px 0px;
	padding: 10px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
	border-radius: 			4px;

}

/* -------------------------------------------------------------------------------- */
/* Commonly Reused Objects   ------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */


	#column-a {
		width: 490px;
		min-height: 400px;
		text-align: left;
		float: left;
		padding: 0;
		margin:  0;
	}
	
	#column-b {
		width: 250px;
		min-height: 400px;
		float: right;
		padding: 0;
		margin:  0;
		margin-left: 10px;
	}
	
	#column-c {
		min-width: 748px;
		min-height: 2px;
		clear: both;
		padding: 0;
		margin: 0;
		xxx-border: 1px solid #0FF;
		
	}




#error_box {	
	text-align: left;
	border: 1px solid #A00;
	background-color: #A99;	
	width: 480px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#error_box h2 {
	font: 14pt bold;
	color: #A33;
	font-family: gotham, helvetica, verdana, sans-serif !important;
	padding: 0px;
	margin: 0px;	
}

#error_box p {
	font: 10pt normal;
	color: #A33;
	font-family: gotham, helvetica, verdana, sans-serif !important;
	padding: 0px;
	margin: 0px;

}

#message_box {
	text-align: left;
	border: 1px solid #999;
	background-color: #CCC;
	width: 480px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#message_box h2 {
	font: 14pt bold;
	color: #666;
	font-family: gotham, helvetica, verdana, sans-serif !important;
	padding: 0px;
	margin: 0px;	
}

#message_box p {
	font: 10pt normal;
	color: #666;
	font-family: gotham, helvetica, verdana, sans-serif !important;
	padding: 0px;
	margin: 0px;
	
}	

#reset_floats {
	clear: both;	
}

#wide_user_container {
	float: left;
	width: 400px;
	height: 40px;
	
	margin: 5px;
	margin-left: 10px;
	text-align: left;
	border: 0px solid green;
}

#wide_user_container #user_link {
	position: relative;
	top: -15px;
	border: 0px solid grey;
	margin-left: 15px;
	
}

#wide_user_container #broadcasting-status {
	position: relative;
	top: -15px;
	padding: 0px 10px 0px 10px;		
	font-size: 10px;
	font-weight: bold;
	color: #575;
}

#page-body {
	/* min-width and width need to match header2 and footer after padding and border calculation */
	background-color: #FFF;	
	width: 750px;	
	min-width:  750px;
	min-height: 400px;
	margin: 0 auto;
	padding: 10px 25px;
}

/* -------------------------------------------------------------------------------- */
/* Header Styles ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */

#header2 {
	position: relative;
	background: #EEE url(../assets/gradient-transparent-reversed.png) repeat-x bottom left;
	padding: 5px 25px;
	width: 750px;	
	min-width: 750px;
	min-height: 30px;
	margin: 0 auto;
	margin-top: 45px;
	border-bottom: 1px solid #aaa;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#header-logo-container {
	position: absolute;
	z-index:5000;
	top: -15px; left:25px;
	background-image: url(../images/header-logo-new.png);
	width: 174px;
	height: 69px;
}

#header-links {
	float: right;
	z-index: 5001;
	min-width: 235px;
	height: 35px;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	display: none;
}	

#header-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header-links li {
	float: right;
	margin: 2px;
}

#header-links li a, #header-links li span  {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #0072bc;
	
	height: 30px;
	line-height: 30px;
	float: left;
	min-width: 45px;
	padding: 0px 4px;
	display: block;
	border: 1px solid #dcdce9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	text-decoration: none;
	text-align: center;
}

#header-links li a:hover {
	color: #FF6600;
	background-color: #dcdce9;
}

#tray-wrapper {
	position: absolute;
	z-index:4000;
	top: -15px; left:25px;
	width: 174px;
	height: 50px;	
	display: none;
}

#shadow-container {
	position: absolute;
	z-index:4999;
	top: -15px; left:185px;	
	background-image: url(../images/drop-shadow.png);
	width: 23px;
	height: 50px;
	display: none;
}
	
#tray-container {
	position: absolute;
	z-index:4998;
	top: 0px; left:0px;	
	background-image: url(../images/header-tray.png);
	width: 174px;
	height: 50px;
}
		
#icon-container {
	position: absolute;
	z-index:4999;
	top: 5px; left:125px;	
	width: 40px;
	height: 40px;
}

#icon-mask {
	position: absolute;
	z-index:5000;
	top: 5px; left:125px;	
	width: 40px;
	height: 40px;
}

#icon {
	width: 40px; height: 40px;
}

#fb-header-badge {
	border: 0px;
	padding-top: 3px;
	padding-left: 2px;
	cursor: pointer;
}



/* -------------------------------------------------------------------------------- */
/* Footer Styles ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */

#footer {
	position: relative;
	background-color: #EEE;
	
	padding: 10px 25px 0px 25px;
	width: 750px;
	min-width: 750px;
	min-height: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-top: 1px solid #aaa;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}

#footer-logo-container {
	position: absolute;
	top: 15px; left: 25px;
	padding: 0px;
	margin: 0px;
}

#footer-links-container {
	position: absolute;
	top: 20px; left: 160px;	
}

#footer-copyright-container {
		position: absolute;
		top: 40px; left: 160px;
}

#follow-me {
	position: absolute;
	top: 8px; right: 0px;
}

/* -------------------------------------------------------------------------------- */
/* Styles for specific pages ------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */

/* These are used on the following & follower pages and should probably be moved. */
.wide_li, .wide_li_broadcasting  {
	width: 500px;
	height: 50px;
	background-color: #EEE;
	color: #0066CC;
	list-style-type: none;
	list-style-position:inside;
    font: 12pt bold;
	font-family: gotham, helvetica, verdana, sans-serif !important;
	text-align: center;
	
	margin: 5px 5px 5px 0px;
	
	
	border:1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wide_li_broadcasting { 
	background-color: #AEA;
	border:1px solid #797;	

}

.wide_li #button_box, .wide_li_broadcasting #button_box {
	margin: 15px;
	margin-left: 5px;
	margin-bottom: 0px;
	height: 40px;
	border: 0px solid red;
	float: right;
}

/* listen/profile page -- follower lists */
.user-image-small {
	width: 25px;
	height: 25px;
	border: 1px solid #369;
	margin: 2px 10px 0px 3px;
	float: left;
}


.user-list-item {
	margin: 	2px;
	height: 	30px;
	padding: 	3px;
	background: #CCC;
	cursor: pointer;
	position: relative;
	border: 1px solid #CCC;
	
	border-radius: 			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
	
	clear: both;
}

.online-indicator {
	position: absolute;
	top: 2px; right: 5px;
	
	font-weight: bold;
	color: #393;
}

.stars li{
	padding-left: 18px;
	background-image: url(../assets/star-12x12.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 3px;
	
}

/*** New HEADER ***/


/*** Login Form Dialog ***/
#login-form-container {
	position: absolute;
	max-width: 250px;
	z-index:5001;
	margin: 0px; 
	padding: 5px;
	padding-left: 10px;
	background-color: #AAA;
	
	border: 3px solid #0072bc;
	border-top: 0px;
	display: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px; 
}

.login-form-textbox {
	background-color: #FFF;
	border: 1px solid #666;
	width: 250px;
	height: 23px;
	margin-bottom: 5px;
	font: 14pt helvetica, sans-serif;
	font-weight: bold;
}


/*** I need to find a more general solution to this ***/
.un-blurred {
	background-image: url('../assets/bkg-username.png');
	background-repeat: no-repeat;
	color: #999;
}

.un-focussed {
	background-image: url('../assets/spacer.gif');
	border: 2px solid #0072bc; 
	color: #0072bc;
} 

.pw-blurred {
	background-image:url('../assets/bkg-password.png');
	background-repeat:no-repeat;
}

.pw-focussed {
	background-image: url('../assets/spacer.gif');
	border: 2px solid #0072bc; 
	color: #0072bc;
}

.login-form-check {
	margin-bottom: 5px;
}

.login-form-button {
	margin-bottom: 5px;
}

.dialog-right {
	width:30px;
	height: 80px;
	background-image: url('../assets/dialog-right-grad.png');
	background-repeat:no-repeat;
	float: right; 
	padding: 5px;
	margin-top: -5px;
}

/* -------------------------------------------------------------------------------- */
/* Lightbox Structures // Modal Dialog -------------------------------------------- */
/* -------------------------------------------------------------------------------- */


#lightbox-backdrop {
	position: absolute;
	
	top: 0; left: 0;
	width: 100%; 
	height: 100%;	
	z-index: 6000;
	background: #000;
	opacity: 0.8;
	display: none;
	
}

#dialog-container {
	position: absolute;
	width: 400px;
	height: 300px;
	z-index: 6666;
	background: #FFF;
	display: none;
	top:0; left: 0; right: 0;
	margin: 100px auto;
	padding: 5px;
	border-radius: 			10px;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;

}

#dialog-title {
	xxxmargin-left: 15px;
	text-align: center;
}

#dialog-close-button {
	position: absolute;
	top: 5px; right: 5px;
	cursor: pointer;
}

#dialog-content-wrapper {
	position: relative;
}

#dialog-content {
	padding: 0px 10px;
	background: url(/assets/gradient-transparent.png); 
	background-repeat: repeat-x;
}

.mini-now-playing-container {
	width: 200px;
	height:100px;
	overflow: hidden;
	xxmin-height: 100px;
	xxmin-width:  200px;

	float: left;
	background: #9F9 url("/assets/gradient-transparent-reversed.png") repeat-x bottom left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
	padding: 5px;
}

.mini-now-playing-container .tiny-label {
	margin-bottom: 3px;
}

.dj-metadata-panel {
	position: absolute;
	width: 200px;
	min-height: 48px;
	border: 1px solid #393;
	padding: 5px 10px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
	border-radius: 			4px;
	background: #9F9 url("/assets/gradient-transparent-reversed.png") repeat-x bottom left;
}

.dj-metadata-panel .album-art {
	float: left;
	height: 40px;
	width: 40px;
	margin: 0px 5px 5px -5px;
	border: 1px solid #393;
}

.dj-metadata-panel .pointer {
	position: absolute;
	top: 20px; right: -12px;
}


#all-djs-button, #more-fans-button {
	
	cursor: pointer;
	text-align: center;
	color: #0072bc;
	border: 1px solid #dcdce9;
	background: #EEE;
	font-weight: bold;
	
	margin: 	2px;
	margin-top: 10px;
	padding: 	3px;
	height: 	15px;

	border-radius: 			3px;
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
		
}

#all-djs-button:hover, #more-fans-button:hover {
	
	cursor: pointer;
	text-align: center;
	color: #F60;
	background: #dcdce9;
	border: 1px solid #F60;
}

#get-a-badge, #sharethis {

	min-height: 20px;
	background: #CFC;
	margin-top: 5px;	

}

#sharethis p {
	color: #393;
}

#get-a-badge {
	background-image: url('/assets/badge-16x16.gif');
	background-repeat: no-repeat;
	background-position: 10px 13px;
	cursor: pointer;
	
}

#get-a-badge p, #sharethis p {
	margin-top: 5px;
	margin-left: 20px;
	color: #393;
}
#twitter_update_list li{
	margin: 	10px 0px;
	min-height: 30px;
	padding: 	5px;
	background: #EEE;
	cursor: pointer;
	position: relative;
	border-radius: 			4px;
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
	
	clear: both;
}

#twitter_update_list li span {
	font-size: 10pt; 
	font-weight: normal; 
	min-width: 480px;
	color: #666;	
	float: left;
}

#twitter_update_list li a {

	min-width: 100px;
	font-size: 10pt; font-weight: bold; text-decoration: none; color: #0072bc;
} 

#twitter_update_list li a:hover {
	color: #F60; 
}

