@charset "utf-8";
/* CSS Document */


/* ========= HOMEPAGE ============ */
#mix_search {
	font-size: 70%;
	width: 280px;
	float: right;
}
#mix_search input, #mix_search select {
	margin-top: 5px;
}
#mix_search input.button {
	margin-bottom:-7px;	
}

#mix_categories {
	float: left;
	width: 550px;
}
#mix_categories ul {
	float: left;
	font-size: 80%;
	margin-right: 20px;
	list-style: none;
	margin-left: 0px;
}
#mix_categories li {
	border-bottom: 1px dashed #aaa;
	padding: 4px;
}
#mix_categories li a {
	text-decoration: none;
	color: #787878;
	font: 85% Arial, Helvetica, sans-serif;
}
#mix_categories li a:hover {
	text-decoration: underline;
}


#latest_mixes {
	float: left;
	width: 520px;
}
#latest_mixes table {
	margin-bottom: 10px;
	font: 70% Verdana, Arial, Helvetica, sans-serif; 
}
#latest_mixes table td.image {
	width: 70px;
}
#latest_mixes table td.image img {
	border: 1px solid #444;
}
#latest_mixes table td.dj_name, #latest_updated_djs ol li a {
	font-weight: bold;
}
#latest_mixes table td.mix_name {
	color: #787878;
	font-size: 90%;
}
#latest_mixes table td.mix_name a {
	color:#787878;
	text-decoration: none;
	font-weight: normal;
}

#latest_updated_djs {
	float: left;
	width: 150px;
}
#latest_updated_djs ol {
	font-size: 70%;
	margin-left: 12px;
	list-style: decimal-leading-zero;
	list-style-type: decimal-leading-zero;
}
#latest_updated_djs li {
	margin-left: 17px;
	margin-bottom: 5px;
}
#latest_updated_djs li span {
	display: block;
	font-size: 90%;
}
#latest_updated_djs li span a {
	color: #787878;
	font-weight: normal;
	text-decoration: none;
}


#latest_mix_reviews {
	float:right;
	width: 380px;
}
#latest_mix_reviews .mix_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
	font-size: 90%;
}

#homepage_events_entries h5 a, #blog_entries h5 a {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

#homepage_mix_reviews {}

#homepage_blogs { display: none; }

#latest_forum_posts {
	float:left;
	width: 520px;
	clear:left;
	margin-top: 20px;
}
#latest_forum_posts ul {
	list-style: none;
	margin: 0;
}
#latest_forum_posts ul li {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}
#latest_forum_posts ul li a {
	text-decoration: none;
	font-weight: bold;
}
#latest_forum_posts ul li a:hover {
	text-decoration: underline;
}

#interesting_facts {
	float:left;
	width: 520px;
	margin-top: 20px;
	clear: left;	
}

#interesting_facts ul {
	margin-left: 17px;
}

#interesting_facts li {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

/*submenu switching*/
ul#menu_switcher {
	width: 100%;
	height: 43px;
	background: #FFF url("/images/css/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu_switcher li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu_switcher li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu_switcher li a:hover {
	color: #333;
}
ul#menu_switcher li a.current {
	color: #FFF;
	background: #FFF url("/images/css/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}

#homepage_blogs a, #homepage_events a {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

#latest_mix_reviews #homepage_events a img {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-bottom: auto;
	border: 0;
	float: none;
}
/* ========= VIEW MIX ============ */
#two_col_layout #left_col {
	float: left;
	width: 600px;
}

#two_col_layout #right_col {
	float: left;
	width: 275px;
}

#mix_tracklist, .standard_list {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	list-style-type: decimal-leading-zero;
}

#mix_tracklist li {
	line-height: 20px;
}

#right_col a img {
	border: 2px solid #fff;
	padding: 5px
}

#right_col a img:hover {
	border: 2px solid #eee;
}

#dj_profile_image {
	border: 1px solid #999;
	margin: 5px;
	float: right;
	width: 80px;
	height: 80px;
}

/* ========= CLASSIC DJ PROFILE ============ */

#classic_dj_profile #left_col, #blog_dj_profile #left_col {
	width: 675px;
}
#classic_dj_profile #right_col, #blog_dj_profile #right_col {
	width: 200px;
}

#classic_dj_profile dl dt, #blog_dj_profile dl dt {
}
#classic_dj_profile dl dd, #blog_dj_profile dl dd, #topmix_dj_profile dl dd {
	margin-left: 140px;
	position: relative;
	top: -15px;
}

#classic_dj_profile #dj_profile_image, #blog_dj_profile #dj_profile_image, #blog_dj_profile #dj_profile_image {
	float: right;
}

#classic_dj_profile #blog_entries h5 {
	padding: 0;
	margin: 0;
	color: #555;
	background: #fafafa;
}

#classic_dj_profile #blog_entries p {
	margin-top: 2px;
	margin-bottom: 10px;
}

#classic_dj_profile #dj_bookings img, #blog_dj_profile #dj_bookings img, #topmix_dj_profile #dj_bookings img, #classic_dj_profile #dj_photos img, #blog_dj_profile #dj_photos img, #topmix_dj_profile #dj_photos img {
	border: 2px solid #555;
	padding: 0;
	float: none;
	clear: both;
	margin-top: -15px;
}
#classic_dj_profile #dj_bookings img:hover, #blog_dj_profile #dj_bookings img:hover, #topmix_dj_profile #dj_bookings img:hover, #classic_dj_profile #dj_photos img:hover, #blog_dj_profile #dj_photos img:hover, #topmix_dj_profile #dj_photos img:hover {
	border: 2px solid #FF6600;
}
#classic_dj_profile #dj_photos img, #blog_dj_profile #dj_photos img {
	margin: 4px;
}


/* ========= BLOG STYLE DJ PROFILE ================= */

#blog_dj_profile #blog_header {
	border: 1px solid #ccc;
}

#blog_dj_profile #dj_mixes a {
	text-decoration: none;
}

#blog_dj_profile #dj_mixes p {
	padding: 5px;
	margin: 0;
	border: 1px solid #fff;
}

#blog_dj_profile #dj_mixes p:hover {
	background: #f3f3f3;
	border: 1px solid #ddd;
	cursor: pointer;
}

#blog_dj_profile #dj_mixes a:hover, #blog_dj_profile #dj_mixes p:hover a {
	text-decoration: underline;
}

#blog_dj_profile #dj_photos, #topmix_dj_profile #dj_photos  {
	text-align: center;
}

/* ========= TOPMIX STYLE DJ PROFILE ================= */

#topmix_dj_profile #dj_photos img {
	margin-top: 0;
}
#topmix_dj_profile dl dt {
	font-weight: bold;
	width: 100px;
}
#topmix_dj_profile dl dd {
	margin-left: 110px;
}
#topmix_dj_profile #left_col {
	width: 250px;
}
#topmix_dj_profile #right_col {
	width: 625px;
}
#topmix_dj_profile #dj_profile_image {
	width: 60px;
	height: 60px;
}
#topmix_dj_profile #mix_reviews a {
	font-weight: bold;
}
#topmix_dj_profile #mix_reviews .comments a {
	font-weight: normal;
}

#dj_account_photos li {
	display: inline;
	padding-left: 15px;
}

#dj_bookings ul {
	list-style: none;
	margin: 0;
}

#dj_bookings ul li a img, #dj_bookings ul li a:hover img {
	border:0;
	margin:0;
	padding:0;
}

#dj_bookings li {
	padding: 3px;
}
#dj_bookings li.year {
	background: #ddd;
	font-size: 140%;
	padding: 5px;
	margin: 0;
}
#dj_bookings li.month {
	padding-left: 10px;
	background: #f1f1f1;
	margin: 0;
	font-weight: bold;
}
#dj_bookings li.day {
	padding-left: 15px;
	background: #f5f5f5;
	margin: 0;
}
#dj_bookings li.booking {
	padding-left: 25px;
	margin: 0;
}

#mix_moderator_header {
	background: #fafafa;
	font-weight: bold;
	padding: 1px 20px;
}

/* ========= DJ LIST PAGE ================= */

#dj_list {
	text-align: center;
}

#dj_list div {
	float: left;
	width: 180px;
	height: 140px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ccc;
	text-align: center;
	margin: 10px;	
	padding: 10px;
}

#dj_list div:hover {
	cursor: pointer;
	border-color: #999;
	background: #f3f3f3;
}

#dj_list div:hover a {
	text-decoration: underline;
}

#dj_list div a {
	font-weight: bold;
	text-decoration: none;
}

#dj_list div .info_text {
	font-weight: normal;
	text-decoration: none;
}

#dj_list div img {
	border: 1px solid #666;
}

#dj_list ul li {
	display: inline;
	margin-right: 10px;
}

#dj_menu {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	width: 140px;
}

#dj_menu li {
	list-style: none;
	margin: 4px 0;
	border: 0;
	text-align: left;
}

#dj_menu li a {
	display: block;
	padding: 8px 0 8px 9px;
	border-left: 10px solid #ccc;
	background: #f3f3f3;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#dj_menu li a:link { color: #448; }
#dj_menu li a:visited { color: #667; }

#dj_menu li a:hover {
border-color: #FF6600;
color: #FFF;
background: #666;
}


/* ELEMENTS */

ol, ul {
	margin: 0 0 0 30px;
	padding: 0;
}

form { 
	margin: 0;
	padding: 0;
}

input, select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #444;
	border-bottom: 2px solid #999;
	padding: 4px;
	width: 20em;
}

select {
	padding: 0;
	width: auto;
}


a:hover {
	text-decoration: none;
}

input.button, input.small_button {
	margin: 0;
	padding: 5px;
	width: auto;
	background: url(../images/css/buttonbg.gif);
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #aaa;
}
input.button:hover {
	border: 1px solid #777;
}
input.small_button {
	padding: 0;
	font: 10px;
	border-left: 10px solid #999;
	margin: 0;
	cursor: pointer;
}
input.small_button:hover {
	border-left: 10px solid #FF8040;
}
input.checkbox {
	padding: 0;
	border: 0;
	text-align: left;
	width: auto;
}

a img {
	border: 0;
}

fieldset {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ccc;
}

fieldset:hover {
	border: 1px solid #FF8040;
}

fieldset legend {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 15px;
}

label {
	font: 80% Arial, Helvetica, sans-serif;
}
