/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 17, 2008
	
	Ported to Frog CMS by: David Reimer
	Last Date Modified : 28 June 2008
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/0 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	background: #070707 url(images/bg.jpg) repeat-x;
	text-align: center;
	/*line-height: 0%;*/
}

iframe {margin: 0 0 25px -5px; padding: 0;}

/* Links */
a {
	text-decoration: none;
	color: #A56F38;
	cursor: pointer;
	text-transform: capitalize;
}
a:hover {
	color: #000;
}

a img {border: none; padding: 0;}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 345%;	
	font-weight: normal;
	letter-spacing: -2px;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}

h3 {margin: 10px 0 5px 0; padding: 0; font: bold 16px Trebuchet MS, Arial, sans-serif; color: #000; letter-spacing: normal;}

#col-one-2column h3 {margin-left: 9px; margin-right: 9px;}
#col-one-2column img {border: none; padding: 0;}

.col-one p {padding: 10px 25px 10px 0; color: #444; font-size: 12px;}
.col-one p a {color: #ED008C; text-decoration: underline;}
.col-one p a:hover {text-decoration: none;}

.col-one img {width: 445px;}

p, li {line-height: 165%;}
p, dl { padding: 10px; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */

img {
	border: none;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
code {
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
pre {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #F0F0F0;
	background: #F0F0F0 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #555;	
}



/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#gray-box 
 {
 	padding: 8px;
	font-size: 12px;
	line-height: 1.2em;
	background: #f0f0f0;
}

#title-front {
	text-decoration: underline;
}

#header-wrap {
	position: relative;
	background: #fff url(images/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 250px;
	text-align: left;	
}
#header-wrap-small {
	position: relative;
	background: #fff url(images/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 79px;
	text-align: left;
}
#header-photo {
	position: absolute;
	top: 79px; left: 26px;	
	padding: 0;		
	height:167px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#header-lang {
	position: absolute;
	top: 28px;
	left: 799px;
	width: 105px;
	height: 27px;
	background: #ccc;
	padding: 8px 0 0 10px;
}
#header-lang ul, li {
	margin: 0; padding: 0; list-style: none;
}
#header-lang ul li {
	display: inline;
	float: left;
}
#header-lang ul li img {
	background: none;
	border: none;
	padding: 0;
	margin: 3px;
}
#header-lang ul li a:hover {
	border: none;
}
#header-lang ul li#lang-label {color: #333;}
#header-lang ul li a {display: block;}
#header-lang ul li #lang-span {width: 22px; height: 20px; text-indent: -5000px; background: url('images/lang-icon.gif') no-repeat top left;}
#header-lang ul li #lang-eng {width: 22px; height: 20px; text-indent: -5000px; background: url('images/lang-icon.gif') no-repeat -22px 0;}

#header-lang ul li a#lang-span:hover { background: url('images/lang-icon.gif') no-repeat 0 -20px;}
#header-lang ul li a#lang-eng:hover { background: url('images/lang-icon.gif') no-repeat -22px -20px;}

/* Filter Navigation */
#navi_wrap_outer {
	width: 940px;
	margin: 0 auto;
	background: url('images/header_bg_tile.jpg') repeat-y top left;
}
#navi_wrap {
	background: #f1f1f1;
	width: 888px;
	margin: 0 auto;
}

#navi {
	background: #333;
	height: 36px;
	margin: 0;
	padding: 0;
	float: left;
}
#navi li {
	display: inline;
	list-style: none;
	float: left;
}
#navi #home {
	background: #000; 
	border-right: 1px solid #f1f1f1; 
	width: 44px;
	height: 36px;
	text-align: center;
}

#navi #home a {
	display: block;
	width: 17px;
	height: 17px;
	background: url('images/home_icon.gif') no-repeat top left;
	text-indent: -5000px;
	margin: 8px auto 0 auto;
}
#navi #home a:hover {
	background: url('images/home_icon.gif') no-repeat 0 -17px;
}


#navi .navi_item {
	padding-left: 15px;
	background: url('images/nav_arrow_left.gif') no-repeat top left;
}
#navi .navi_item a {
	display: block;
	float: left;
	height: 28px;
	background: url('images/nav_arrow_right.gif') no-repeat top right;
	text-align: center;
	padding: 8px 30px 0 0;
	color: #fff;
	font: bold 16px Trebuchet MS, Arial, sans-serif;
}
#navi .navi_item #last {
	background: url('images/nav_arrow_right_last.gif') no-repeat top right;
}
#crumb-home {float: left; width: 43px; height: 36px; background: #333; text-align: center; margin: 0 17px 0 0;}
#crumb-home a {width: 18px; height: 17px; text-indent: -5000px; display: block; background: url('images/home_icon.gif') no-repeat top center; margin: 7px auto 0 auto;}
#crumb-home a:hover {width: 18px; height: 17px; text-indent: -5000px; display: block; background: url('images/home_icon.gif') no-repeat 0 -17px; margin: 7px auto 0 auto;}

.breadcrumb {float: left; position: relative; background: #ed008c; left: -16px;}

body #navi_wrap_outer #navi_wrap .breadcrumb a {display: block; float: left; background: #333; padding: 0 10px 0 10px; height: 36px; font: normal 16px Trebuchet MS, Arial, sans-serif; color: #fff; line-height: 36px;}
body #navi_wrap_outer #navi_wrap .breadcrumb span {color: #fff; display: block; float: left; font: normal 16px Trebuchet MS, Arial, sans-serif; line-height: 36px;}
.breadcrumb a:hover {border: none;}


.breadcrumb-separator {width: 18px; background: #333 url('images/nav_arrow_right.gif') no-repeat top left; height: 36px; padding: 0;}
.breadcrumb-current {background: #ed008c url('images/nav_arrow_right_last.gif') no-repeat top right; padding: 0 25px 0 0; font-weight: bold; margin: 0 0 0 -12px;}
.breadcrumb-current-separator {position: relative; left: -18px; background: url('images/nav_arrow_right_current.gif') no-repeat top left; height: 36px; width: 18px;}

/* Search Bar */

#search-wrap {float: right; margin: 4px 4px 0 0;}
#search-wrap form {margin: 0; padding: 0; border: none; background: none;}
#search-input {
	float: left; 
	border-top: 2px solid #d4d4d4;
	border-left: 2px solid #d4d4d4;
}
#search-submit {margin: 0; padding: 0; border: none; margin-left: 3px;}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;			
	left: 500px;
	top: 28px;
}
#nav ul {
	float: left;
	list-style: none;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0 3px;	padding: 0 20px;
	font: bold 15px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #fff;	
	background: #333;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: #000;
	border: none;
}
#nav ul li a#current {	
	color: #ec008c;	
	background: #fff;
	border-right: 1px solid #d5d3d6;
}

#nav ul li a:hover#current {	
	text-decoration: underline;
}

#header-wrap-small h1#logo-text-small a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
	text-indent: -5000px;
	background: url('images/logo.png') no-repeat 0 -128px;
	width: 137px;
	height: 40px;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 15px; left: 15px;	
}
#header-wrap-small h1#logo-text-small a:hover {
	border: none;
}

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
	text-indent: -5000px;
	background: url('images/logo.png') no-repeat top left;
	width: 308px;
	height: 106px;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 35px;	
}
#header-wrap h1#logo-text a:hover {
	border: none;
}
#header-wrap-small p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	text-indent: -5000px;
	color: #663333;
	width: 468px;
	display: none
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}

#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	text-indent: -5000px;
	color: #663333;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 60px;		
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 25px; right: 25px;
	padding: 0; margin: 0;
	width: 260px; height: 26px;
	background: #fff;	
	z-index: 1;
	border: 1px solid #D8D8D8;		
}
#header-wrap form#quick-search p {
	margin: 0; padding: 0;		
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 210px;
	background: none;
	border: none;
	color: #ABABAB;
}
#header-wrap form#quick-search label,
#header-wrap form#quick-search .btn {
	display: none;	
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
	background: url(images/content-bg.jpg) no-repeat top center;
}
#content {
	float: left;
	width: 500px;
	background: /* url(images/content-bg.jpg) no-repeat top center */;
}

.col-one {

	padding-left: 25px;
	width: 475px;
	
}
.col-two {
	float: left;
	width: 194px;
	margin: 12px 0 0 3px !important;
	padding-top: 52px;
	
	/* IE6 Only */
	margin: 12px 0 0 -15px;
}

#col-two-nopad {padding-top: 0;}      /*************************/
#col-three-nopad {padding-top: 0; margin-top: 0;}	/*only for the home page */

.col-two h1 {font: bold 16px Trebuchet MS, Arial, sans-serif; border-bottom: 1px solid #d3eeff; padding: 0 0 6px 0; letter-spacing: normal; margin: 0 0 10px 0;}

.col-three {
	float: right;
	width: 180px;
	margin: 12px 28px 0 0 !important;
	margin: 12px 16px 0 0; 
	padding-top: 39px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}
#content .col-one h1 {
	padding-bottom: 12px;
	font: normal 32px "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -1px;	
	text-transform: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 35px;
}
#content .col-one h2 {
	font: normal 170% "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	text-transform: none;
	text-align: right;
	margin: 25px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
}
#content .col-one h2 a {
	color: #ED008C;
	text-decoration: underline;	
	background: none; 
	border: none;
}

#content .col-one h2 a:hover {text-decoration: none;}

#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;		
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #666666;		
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */

#footer-inner #footer .col-two {margin-top: 0 !important;}
#footer-inner #footer .col-three {margin-top: 0 !important;}

#footer-wrapper {
	text-align: center;
}
#footer-inner {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1. 6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-inner #col-two {
	padding: 0;
}
#footer-inner #col-three {
	padding: 0;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 1px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	<!-- content starts -->
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
	background: none;
	display: inline;
	float: none;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-top: 10px;
}

#footer-wrapper #footer-inner #footer .col-one {width: 471px; float: left;}

#footer-bottom {
	clear: both;
	border-top: 1px solid #111;
	width: 890px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */

.bubbleInfo {
    position: relative;
    float: left;
}
.bubbleInfo img {
	padding: 4px;
    margin: 5px;
    background: #fafafa;
    border: 1px solid #dcdcdc;	
}
.bubbleInfo img:hover	{
    border: 1px solid #8E8E8E;
    background: #8E8E8E;
}
.bubble-info-arrow {background: url('images/bubble-info-arrow.gif') no-repeat top center; height: 5px;}
.trigger {
    position: relative;
}


/* artists page thumbs */

.artist-thumb-wrap {width: 130px; margin: 0 0 10px 0;}
.artist-thumb-wrap img {background: none; border: none; padding: 0; margin: 0;}
.artist-frame-overlay {background: url('images/artist-frame.png') no-repeat top left; width: 130px; height: 109px; position: absolute; z-index: 6; margin: -105px 0 0 0; *margin: 0 0 0 -134px;}

.entry-artist {width: 130px; height: 200px; color: #333; margin: 0 26px 0 0; float: left;}
.entry-artist h3 {padding: 0; font-size: 100%; line-height: 14px; width: 75%;}
.entry-artist h3 a {color: #ed008c; text-decoration: underline; font-size: 11px;}
.entry-artist h3 a:hover {border: none; text-decoration: none; background: none;}
.entry-artist .info {margin: 5px 0 5px 0; padding: 0; font-size: 11px; line-height: 14px; width: 100px;}
.entry-artist .fav-rating {clear: both; display: block; padding: 0 0 0 14px; background: url('images/icons.gif') no-repeat 0 -14px; height: 10px; line-height: 12px;}

.artist-info-wrap {width: 130px;}
.artist-info-wrap ul {margin: 0 0 0 103px;}

/* artists popularity chart */

.artist-chart-wrap {width: 195px; margin: 0 0 25px 0;}
.artist-chart-wrap h1 {font: bold 16px Trebuchet MS, Arial, sans-serif; border-bottom: 1px solid #d3eeff; padding: 0 0 6px 0; letter-spacing: normal; margin: 0 0 10px 0;}
.band-rate-wrap {width: 195px; height: 20px; font: normal 11px Trebuchet MS, Arial, sans-serif; margin: 2px 0;}
.band-rate-label {display: block; width: 103px; float: left; padding: 3px 0 0 0;}
.band-rate-label a { color: #333; text-decoration: underline;}
.band-rate-label a:hover {text-decoration: none;}
.band-rate {float: left; height: 21px; width: 92px;}
#band-rate-1 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 100%; height: 17px; text-indent: 8px;}
#band-rate-2 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 80%; height: 17px; text-indent: 8px;}
#band-rate-3 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 80%; height: 17px; text-indent: 8px;}
#band-rate-4 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 70%; height: 17px; text-indent: 8px;}
#band-rate-5 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 70%; height: 17px; text-indent: 8px;}
#band-rate-6 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 70%; height: 17px; text-indent: 8px;}
#band-rate-7 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 65%; height: 17px; text-indent: 8px;}
#band-rate-8 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 65%; height: 17px; text-indent: 8px;}
#band-rate-9 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 60%; height: 17px; text-indent: 8px;}
#band-rate-10 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 50%; height: 17px; text-indent: 8px;}
#band-rate-11 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 50%; height: 17px; text-indent: 8px;}
#band-rate-12 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 45%; height: 17px; text-indent: 8px;}
#band-rate-13 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 43%; height: 17px; text-indent: 8px;}
#band-rate-14 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 43%; height: 17px; text-indent: 8px;}
#band-rate-15 {background: #b0e0eb url('images/chart-arrow.gif') no-repeat top right; color: #fff; padding: 3px 0 0 0; display: block; width: 40%; height: 17px; text-indent: 8px;}

/* naco-product-grid */

#product-grid-wrap {width: 664px; padding: 0 0 45px 25px;}
#product-grid-wrap .product-item-wrap {width: 150px; float: left; text-align: center; margin: 30px 70px 0 0;}
#product-grid-wrap .product-item-wrap span {display: block; width: 150px; text-align: center; line-height: 15px;}
#product-grid-wrap .product-item-wrap img {margin: 0 auto; padding: 5px; border: 1px solid #ddd;}
#product-grid-wrap .product-item-wrap a img {border: none; padding: 0;}

/* artists page pix thumbs */

.artist-pix-thumb-wrap {width: 69px; margin: 0 0 10px 0;}
.artist-pix-thumb-wrap img {background: none; border: none; padding: 0 0 0 0; margin: 0 0 0 2px;}
.artist-pix-frame-overlay {background: url('images/pix-frame-overlay.png') no-repeat top left; width: 69px; height: 74px; position: absolute; z-index: 6; margin: -67px 0 0 0; *margin: -2px 0 0 -71px;}

.entry-artist-pix {width: 69px; height: 80px; color: #333; margin: 0 6px 0 0; float: left;}


/* artist news from the blog */

#blog-news-wrap {}
#blog-news-wrap p {line-height: 14px; padding: 0;}

#blog-news-wrap a p {text-decoration: underline !important; color: #ED008C !important;}
#blog-news-wrap a p:hover {text-decoration: none !important;}

/*dirty shizz for IE6 for now */

#blog-news-wrap a {text-decoration: underline; color: #ED008C;}
#blog-news-wrap a:hover {text-decoration: none;}

#blog-news-wrap span {color: #aaa; line-height: 18px; margin-bottom: 15px; display: block;}

/* artist-events */

.event-wrap {padding-bottom: 10px; margin-bottom: 10px;}
.event-cal-wrap {width: 37px; height: 42px; border: 1px solid #a1a1a1; float: left; margin: 0 10px 0 0;}

.event-wrap ul {width: 143px; float: right; margin: 0; padding: 0;}
.event-wrap ul li {line-height: 14px;}
.event-wrap ul li a {color: #ED008C; text-decoration: underline; margin-bottom: 8px; display: block;}

.event-wrap p {line-height: 14px; padding: 0;}

.event-wrap p a {text-decoration: underline; color: #ED008C;}
.event-wrap p a:hover {text-decoration: none;}

.event-cal-wrap .cal-month {width: 37px; height: 16px; background: url('images/cal-top.gif') no-repeat top left; display: block; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 12px; line-height: 14px;}
.event-cal-wrap .cal-day {text-align: center; display: block; width: 37px; line-height: 24px; font-weight: bold; color: #000; font-size: 19px;}

#event-last {border-bottom: none; margin-bottom: 20px;}


/* filter results box */

.filter-box {width: 195px; text-align: center; margin: 0 0 25px 0;}
.filter-box #filter-box-top {width: 195px; height: 3px; background: url('images/filter-box-top.gif') no-repeat top left;}
.filter-box #filter-box-bottom {width: 195px; height: 9px; background: url('images/filter-box.gif') no-repeat 0 -11px;}
.filter-box form, fieldset {margin: 0; padding: 0; border: none;}
.filter-box form {border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3;}
.filter-box form fieldset {width: 150px; text-align: left; margin: 0 auto; padding: 0 0 10px 0;}
.filter-box fieldset h1 {margin: 0 0 5px 0; padding: 10px 0 0 0 !important; padding: 0; font: bold 14px Trebuchet MS, Arial, sans-serif; color: #ed008c; letter-spacing: normal; border: none;}
.filter-box fieldset label {font: normal 11px Trebuchet MS, Arial, sans-serif; color: #333; display: block; margin: 0 10px 0 0;}
.filter-box fieldset input {margin: 0 0 5px 0; width: 150px;}
.filter-box fieldset select {margin: 0 0 5px 0; width: 157px;}
.filter-box fieldset .chk {display: inline; width: 15px; border: none; *margin: 0;}
.filter-box fieldset .chk-lbl {display: inline; *margin: 0;}

/* user community box */

.user-box-wrap h1 {margin: 10px 0 5px 0; padding: 0; font: bold 16px Trebuchet MS, Arial, sans-serif; color: #000; letter-spacing: normal;}
.user-box-wrap .user-box-inner {width: 184px; border: 1px solid #d3eeff; background: #edfafd; padding: 4px;}
.user-box-wrap .user-box-inner img {border: 1px solid #cbcbcb; padding: 1px; background: #fff; float: left; margin: 4px;}
.user-box-wrap .user-box-inner a:hover img {border: 1px solid #1a9cee;}

/* press contact-box */

#press-contact-wrap {width: 184px;}
.press-contact-wrap-inner {}
.press-contact-wrap-inner h1 {margin: 20px 0 5px 0; padding: 0; font: bold 16px Trebuchet MS, Arial, sans-serif; color: #000; letter-spacing: normal;}
.press-contact-wrap-inner .press-contact-wrap-inner-inner {border: 1px solid #d3eeff; background: #edfafd; padding: 4px;}
.press-contact-wrap-inner .press-contact-wrap-inner-inner p a {color: #ed008c; text-decoration: underline;}
.press-contact-wrap-inner .press-contact-wrap-inner-inner img {border: 1px solid #cbcbcb; padding: 1px; background: #fff; float: left; margin: 4px;}
.press-contact-wrap-inner .press-contact-wrap-inner-inner a:hover img {border: 1px solid #1a9cee;}

/* freebie page stuff */

#freebie-wrap {width: 100%; position: relative; z-index: 1;}
#freebie-wrap h3 {font-size: 24px; font-weight: normal; color: #333; letter-spacing: -.5px;}
#freebie-wrap img {float: left; border: none; padding: 0; margin: 0 15px 0 0;}
#freebie-wrap img#freebies-img {position: absolute; z-index: 2; margin: -15px 0 0 40px;}

#freebies-h3 {width: 300px; float: left; margin: 35px 0 0 0;}
#freebies-p {width: 365px; float: left; clear: left; margin-bottom: 95px;}

#freebie-wrap ul {clear: both; float: left;}
#freebie-wrap ul li {font: italic normal 24px Georgia, serif; list-style: disc outside; color: #ed008c;}

/* ad contact box */

.contact-box-wrap h1 {margin: 20px 0 5px 0; padding: 0; font: bold 16px Trebuchet MS, Arial, sans-serif; color: #000; letter-spacing: normal;}
.contact-box-wrap .contact-box-inner {width: 184px; border: 1px solid #a8f8cf; background: #e1feef; padding: 4px;}
.contact-box-wrap .contact-box-inner img {border: 1px solid #cbcbcb; padding: 1px; background: #fff; float: left; margin: 4px;}
.contatct-box-wrap .contact-box-inner a:hover img {border: 1px solid #1a9cee;}

.contact-box-wrap .contact-box-inner a {color: #EA008A; text-decoration: underline;}

/* naco info box */

.naco-box-wrap {margin: 12px 0 15px 0;}
.naco-box-wrap h1 {margin: 20px 0 5px 0; padding: 0; font: bold 16px Trebuchet MS, Arial, sans-serif; color: #000; letter-spacing: normal;}
.naco-box-wrap .naco-box-inner {width: 184px; border: 1px solid #a8f8cf; background: #e1feef; padding: 4px;}
.naco-box-wrap .naco-box-inner img {border: 1px solid #cbcbcb; padding: 1px; background: #fff; float: left; margin: 4px;}
.naco-box-wrap .naco-box-inner a:hover img {border: 1px solid #1a9cee;}

.naco-box-wrap .naco-box-inner a {color: #EA008A; text-decoration: underline;}


/* album review box */

.album-review-wrap h1 {margin: 10px 0 14px 0; padding: 0 0 6px 0; font: bold 16px Trebuchet MS, Arial, sans-serif; color: #000; letter-spacing: normal; border-bottom: 1px solid #D3EEFF;}
.album-review-wrap .spacer {height: 25px;}
.album-review-wrap .album-review-inner {position: relative; font: normal 11px Trebuchet MS, Arial, sans-serif; color: #333;}
.album-review-wrap .album-review-inner img {float: left; margin: 2px 10px 0 7px; padding: 0; border: none; width: 64px; height: 64px;}
.album-review-wrap .album-review-inner .record-thumb-overlay {width: 73px; height: 68px; background: url('images/record-thumb-frame.png') no-repeat top left; position: absolute; z-index: 3; left: 0 !important; left: -80px; top: 0;}
.album-review-wrap .album-review-inner p {margin: 0 0 5px 0; padding: 0; line-height: 16px;}
.album-review-wrap .album-review-inner .albumtitle {display: block;}
.album-review-wrap .album-review-inner a {color: #ed008c; text-decoration: underline;}

.rating-1 {width: 90px; background: url('images/rating.gif') no-repeat 0 -42px; padding-left: 61px; margin-bottom: 5px;}
.rating-2 {width: 90px; background: url('images/rating.gif') no-repeat 0 -28px; padding-left: 61px; margin-bottom: 5px;}
.rating-3 {width: 90px; background: url('images/rating.gif') no-repeat 0 -14px; padding-left: 61px; margin-bottom: 5px;}
.rating-4 {width: 90px; background: url('images/rating.gif') no-repeat top left; padding-left: 61px; margin-bottom: 5px;}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 4;
  position: relative;
  float: right;
  margin: 3px 0 0 0;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: normal 11px Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #757575;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}

.nav a.context-menu-sml {display: block; width: 26px; height: 15px; text-indent: -5000px; background: url('images/context-menu-small.gif') no-repeat top left;}
.nav a:hover.context-menu-sml {background: url('images/context-menu-small.gif') no-repeat 0 -15px;}




.nav ul {
  background: #565656;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 15px;
  z-index: 5;
}
.nav ul li {
  border-top: 1px solid #cccccc;
  background: #f2f2f2;
  float: none;
}
.nav ul a {
  padding-right: 20px;
  white-space: nowrap;
}
.nav ul a {padding: 2px 6px;}
.nav ul a:hover {
  background: #6f6f6f;
  color: #e8e8e8;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#ads img {margin: 12px 0; padding: 6px; border: none; background: #f1f1f1;}


/* 2column styles */

#col-two-column {display: none;}
#col-one-2column {width: 650px;}


.ad-table {width: 590px; margin: 35px 0 35px 25px;}
.ad-table td {border-bottom: 1px solid #999; border-left: none; border-top: none; border-right: none; padding: 0 0 0 5px; font: italic normal 14px Goergia, serif; color: #ea008a;}
.ad-table .hd-tr td {font: bold 16px Trebuchet MS, Arial, sans-serif; color: #333; padding-left: 0;}
td#last-col {width: 100px;}
td.pay-load {font: bold 13px Trebuchet MS, sans-serif; color: #333;}
.first-td {width: 350px;}


.pag-ul {text-align: right; padding: 0; margin: 0;}
.pag-ul li {text-align: right;}
.pag-ul li b {color: #333;}
.pag-ul li a {padding: 3px 8px; border: 1px solid #cacaca; color: #ED008C; margin: 0 3px; text-align: center;}
.pag-ul li a:hover {background: #ED008C; color: #fff;}


/* FRONT PAGE LATEST NEWS FEED STYLES */

#content .col-one .fp-latest-wrap {}
#content .col-one .fp-latest-wrap .fp-icon-wrap {float: left; width: 43px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap span {text-transform: uppercase; text-align: center; display: block; width: 43px; font-size: 10px; letter-spacing: normal;}
#content .col-one .fp-latest-wrap .fp-desc-wrap {float: right; width: 415px; margin-bottom: 40px;}
#content-wrapper #content .col-one .fp-latest-wrap .fp-desc-wrap p img {width: 365px;}
#content .col-one .fp-latest-wrap .fp-desc-wrap h2 {float: none; line-height: normal; margin: -5px 0 0 0; padding: 0; font-size: 21px; letter-spacing: -1px; margin-right: auto !important; margin-right: 25px; text-align: left; border: none;}
#content .col-one .fp-latest-wrap .fp-desc-wrap h2 a {color: #000; text-decoration: none;}
#content .col-one .fp-latest-wrap .fp-desc-wrap p {line-height: normal; padding: 0; margin: 0;}
#content .col-one .fp-latest-wrap .fp-desc-wrap p a {text-decoration: underline; color: #ed008c;}
#content .col-one .fp-latest-wrap .fp-desc-wrap p a:hover {text-decoration: none;}
#content .col-one .fp-latest-wrap .fp-desc-wrap span {color: #ccc;}
#content .col-one .fp-latest-wrap .fp-desc-wrap .fp-short-desc {margin: 8px 15px 0 0 !important; margin: 8px 35px 0 0;}

/* icon class names - targeted cus this theme sux */

#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-events-icon {width: 43px; height: 50px; background: url('images/fp-icons.gif') no-repeat 0 0; text-indent: -5000px; margin-bottom: 8px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-photos-icon {width: 43px; height: 50px; background: url('images/fp-icons.gif') no-repeat 0 -60px; text-indent: -5000px; margin-bottom: 8px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-discography-icon {width: 43px; height: 50px; background: url('images/fp-icons.gif') no-repeat 0 -120px; text-indent: -5000px; margin-bottom: 8px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-reviews-icon {width: 43px; height: 50px; background: url('images/fp-icons.gif') no-repeat 0 -120px; text-indent: -5000px; margin-bottom: 8px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-comments-icon {width: 43px; height: 50px; background: url('images/fp-icons.gif') no-repeat 0 -180px; text-indent: -5000px; margin-bottom: 8px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-news-icon {width: 43px; height: 60px; background: url('images/fp-icons.gif') no-repeat 0 -240px; text-indent: -5000px; margin-bottom: 8px;}
#content .col-one .fp-latest-wrap .fp-icon-wrap .fp-media-icon {width: 43px; height: 50px; background: url('images/fp-icons.gif') no-repeat 0 -310px; text-indent: -5000px; margin-bottom: 8px;}

.col-one-title-wrap {border-bottom: 1px solid #d3eeff; padding: 2px 0 6px 0; margin: 38px 15px 18px 0; text-align: left;}
.col-one-title-wrap span {margin: 10px 0 0 0; display: block;}
.col-one-title-wrap span a {color: #EC008C; text-decoration: underline;}
.col-one-title-wrap span a:hover {text-decoration: none;}
.col-one-title {font: bold 16px Trebuchet MS, Arial, sans-serif; float: left; letter-spacing: normal; margin: 0; padding: 0;}
.col-one-title-wrap ul {margin: 0; padding: 0;}
.col-one-title-wrap ul li {display: inline; padding-right: 10px;}
.col-one-title-wrap ul li a {color: #EC008C; text-decoration: underline;}
.col-one-title-wrap ul li a#current {background: #EC008C; color: #fff; padding: 3px 5px; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

#local-us {padding-left: 20px; background: url('images/flags/flag-us.gif') no-repeat center left;}
#local-mx {padding-left: 20px; background: url('images/flags/flag-mx.gif') no-repeat center left;}

.local-list {float: left; margin-left: 0; width: 30%;}
.local-list a {color: #000; text-decoration: underline;}
.local-list a:hover {text-decoration: none;}


#about-wrap {}
#about-wrap img {margin: 0; padding: 0; border: none; background: transparent;}
#about-wrap p {padding: 0;}

.alpha-pag {float: right; margin: 37px 23px 0 0; padding: 0;}
.alpha-pag li {display: inline; margin: 0 6px;}
.alpha-pag li a {text-transform: uppercase; color: #ED008C; text-decoration: none; letter-spacing: -1px;}
.alpha-pag li a#current {background: #ED008C; color: #fff; padding: 1px 4px; font-weight: bold; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.alpha-pag li a:hover {text-decoration: underline;}


.middle-col-ad {margin: 0 0 15px 0;}
.middle-col-ad a img {border: none; padding: 0;}

.middle-col-module {margin-bottom: 25px;}
.share-link {margin: 19px 0 0 0;}
.share-link a img {width: 83px;}

.col-one #edit-wrap .bubbleInfo a img {width: 40px;}
.slideshow {margin: 0 0 16px 0;}

.col-one b a {color: #EC008C; text-decoration: underline; font-weight: normal;}
.col-one b a:hover {text-decoration: none;}

#content .col-one #about-author-wrap {margin: 25px 0 0 0;}
#content .col-one #about-author-wrap h2 {float: none; margin: 0; padding: 0; background: #111; display: block;}
#content .col-one #about-author-wrap h2 span {display: block; font: bold 16px Trebuchet MS, sans-serif; color: #fff; padding: 7px 0 7px 15px; width: 143px; background: #333;}
#about-author {background: #222; padding: 15px;}
#content .col-one #about-author #about-author-p img {float: left; width: 40px; margin: 0 15px 0 0; border: 1px solid #ddd; padding: 3px; background: #fff;}
#content .col-one #about-author #about-author-p {padding: 0; color: #aeaeae;}

/* css for more feat article section ############################################################### */
#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art .more-exclusives-photo {width: 55px; float: left;}
#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art .more-exclusives-photo img {width: 50px; padding: 2px; border: 1px solid #ddd;}

#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art .more-exclusives-desc {float: right; width: 125px; padding-right: 5px;}
#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art .more-exclusives-desc p {margin: 0 0 5px 0; padding: 0; line-height: 12px;}
#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art .more-exclusives-desc p a {text-decoration: underline; color: #ED008C;}
#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art .more-exclusives-desc p a:hover {text-decoration: none;}
#content-outer #content-wrapper .col-two .middle-col-module-more-feat-art {margin: 0 0 12px 0;}

#content-outer #content-wrapper .col-two p#see-all {text-align: right; padding: 0; margin: 0 0 15px 0;}
#content-outer #content-wrapper .col-two p#see-all a {color: #ED008C; text-decoration: underline;}
#content-outer #content-wrapper .col-two p#see-all a {text-decoration: none;}
