
/* Widget Control */
section.widget {
    box-sizing:content-box;
	display:inline-block;
	margin:1px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	
	padding:0px !important;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(55, 55, 60, 0.75) !important;
     -moz-box-shadow:    0px 0px 5px 0px rgba(55, 20, 60, 0.75) !important;
     box-shadow:         0px 0px 5px 0px rgba(55, 55, 60, 0.75) !important;
     border:3px solid #187220; 
     background-color:#000000 !important; 	
     overflow:hidden;
     position:relative;
}

.widgetcontrol {
	list-style-type:none;
	padding:0 0 0 5px;
	margin:-1px 0 0 0;
	position:relative;	
	z-index:99;    
    display:block;  
   text-align:left;
}

.widgetcontrol > li {
	display:inline-block;
	width:25px;
	height: 23px;
	box-shadow: 0px 3px 15px -5px #655454;
	-moz-box-shadow: 0px 3px 15px -5px #655454;
	-webkit-box-shadow: 0px 3px 15px -5px #655454;
	border-radius: 1px 1px 5px 5px;
	-moz-border-radius: 1px 1px 5px 5px;
	-webkit-border-radius: 1px 1px 5px 5px;
	margin:0px 1px 0px 0px;
	text-align:center;
	font-family: 'Audiowide', cursive;
	background-color: #187220;
	color: #f4f4f4;
	padding-top:2px;
	font-size:100%;	
	z-index:999 !important;
}

.widgetcontrol > li:hover {
	background-color: #71A10D;
	color:#ffffff;
    cursor:pointer;
}

.widgetcontrol > li.active, ul.widgetcontrol > li.active:hover {
    background-color:#C81313;
  	color: #f4f4f4;
	cursor:default;
}

/* WIDGET */

.widget {
	list-style:none;
	max-width:900px !important;
    position:relative;
    overflow:hidden; 
    padding:0;
    margin:0;  
}

.widget > li {
    max-width:890px !important;
	position:absolute;
	display:none;
	padding:0;
	text-align:center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index:998;
    overflow:hidden;	
    margin:0;   
}

.widget > li.active {
	display:block;
}

.widget > li a {
	text-decoration:none;
	outline:none;
	position:relative;
	display:block;
}
 

div.content .panel {
    background-color:#262626;
    }
    
/* 300 Widegt */


.widget300 img.widget_img {
	width:292px;
	height:199px;
	box-shadow: 0px 0px 7px #187220;
	-moz-box-shadow: 0px 0px 7px #187220;
	-webkit-box-shadow: 0px 0px 7px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:5px 2px 2px 2px;
}


section.widget300 {
	max-width:300px !important;
	height:545px;
	    
}

.widget h3 {
	min-width:295px;
	padding:4px 0px;
	margin:0 2px 1px 2px;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    font-family: 'Audiowide', cursive;
	text-align:center;
	text-transform:uppercase;
	color:#187220;
	background-color:#000000;
	opacity:0.9;	
	border-color:#187220 !important;
}


ul.widget300 {
    max-height:485px !important;
    overflow:hidden;
    }

ul.widget300 li {
    width:295px;
    max-width:295px !important; 
    margin-left:2px;   
}

ul.widget300control {
    max-width:299px !important;    
    width:299px;
    height:26px !important;
    padding:0 0 0 2px;    
}

table.widget300 .value {
	text-align:center;
	cursor:help;
}

table.widget300 {
	text-align:left;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:293px;
	height:115px;
	margin:-3px 2px 1px 2px !important;

}

table.widget300 th, table.widget300 td {
	text-align:left;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    padding-left:3px;
    background-color:#f4f4f4;
}

table.widget300 .value, table.widget300 .chart {
	text-align:center;
}

td.value {
 color:#187220 !important;
}

h5.caption	{

	text-align:center;
	padding:1px 2px !important;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	margin:-5px 5px 0px 8px;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:280px;
	color: #ffffff;	
	font-size:65%
}

.widget300 h5.title {
	margin:-3px 2px 0px 2px;
	text-align:center;
	padding:10px;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:292px;
	font-family:'Carrois Gothic SC', sans-serif;
	text-transform:capitalize;
	font-size:80%;
	color:#ffffff;
}


.widget300 span.rank {
  display:inline-block;

	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:1px 3px;
	width:20px;
	text-align:center;	
	font-family:	'Alegreya Sans SC', sans-serif;
	background-color:#F2F0F0;
	cursor:help;
	color:#000;
	margin-right:2px;
}



.widget300 h4 {
	display:inline-block;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:2px !important;
	font-size:90%;
	width:290px;
	font-family: 'Codystar', cursive;
	overflow:hidden;
	margin:2px 0px;
	font-weight:bold;
	border:0px solid #000;
	color:#71A10D;
	font-weight:bold !important;
	text-align:left;
	line-height:135%;
}

.widget300 h4 span.rank {
		display:inline-block;
		text-align:center;
		margin:0px 2px 0px 0px;
		padding:0px;
		width:20px;
		opacity:.8;
		height:20px;
		cursor:help;		
	    font-size:100%;		
}

.widget300 span.item_info {
    margin-top:4px;
}

.widget300 h6.genre {
	margin:3px 2px 0px 2px;
	text-align:center;
	padding:6px 3px 5px 3px;
	/*box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family:'Codystar', cursive;
		width:292px;
	font-size:72%;
	color:#71A10D;
	background-color:#262626;	
	border:1px solid #71A10D;
	opacity:1;
}


/* GENRE TAGS */
.widget div.genre {
	text-align:center;
	padding:3px 0px !important;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
    width:292px;
    margin:5px 2px 2px 2px;
}

.widget div.genre a {
	text-align:center; 
	display:inline-block !important;
	margin:4px 1px 4px 1px;
	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: 'Lemon', cursive;
	font-size:60%;
	padding:4px;
	background-color:#187220;
	text-transform:lowercase;
	border:1px solid #71A10D;	
	color:#DEDCDC;
}

/* Artist Spotlight */
#spotlight .content:first-of-type  {
    margin-top:-5px;
    }
      
    
/* 450 widget */    
.widget450 li {
    width:460px !important;    
}

.widget450control {
    width:470px !important;    
}    

  
/* ROW PANEL */
ul.widget div.panel {
	margin:1px;
	text-align:left;
	padding:3px;
	height:95px;
	max-height:95px !important;	
	font-family:'Alegreya Sans SC', sans-serif;
	text-transform:lowercase;
	overflow:hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border:1px solid #187220;
}

.widget300 div.panel h4 {
	display:inline-block;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:2px !important;
	width:160px;
	font-size:73%;
	font-family: 'Codystar', cursive;
	overflow:hidden;
	margin:5px 0px 2px 0px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:115%;
	border:0px solid #000;
	color:#ffffff;
}

.widget div.panel img.widget_thumb {
	float:right;
	width:100px;
	height:85px;
	-webkit-box-shadow: 1px 1px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:   1px 1px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 8px 0px rgba(50, 50, 50, 0.75);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	vertical-align:middle;
	margin:1px;
}

.widget div.panel span {
	font-size:90%;
}

.widget div.panel span.type {
	display:inline-block;

	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:1px 1px;
	width:55px;
	text-align:center;
	opacity:.8;
	margin:0px 5px;
	color:#71A10D;
}

.widget div.panel span.cnt, ul.widget div.panel span.tstamp {
  display:inline-block;

	box-shadow: 0px 3px 15px -5px #187220;
	-moz-box-shadow: 0px 3px 15px -5px #187220;
	-webkit-box-shadow: 0px 3px 15px -5px #187220;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:1px 4px;
	width:80px;
	text-align:right;
	font-family:	'Alegreya Sans SC', sans-serif;
	background-color:#fff;
	cursor:help;
	opacity:.9;	
	color:#187220;
}
	
.widget div.panel:hover, ul.widget a.genre:hover {
	box-shadow: 1px 1px 16px 1px #187220;
	-moz-box-shadow: 1px 1px 16px 1px #187220;
	-webkit-box-shadow: 1px 1px 16px 1px #187220;
    border:1px solid #DEDCDC;
}
.widget300 div.panel:hover img {
	box-shadow: 1px 1px 10px 1px #187220;
	-moz-box-shadow: 1px 1px 10px 1px #187220;
	-webkit-box-shadow: 1px 1px 10px 1px #187220;
	
}
h4 span.artist {
	font-size:89% !important;
	font-family:	'Alegreya Sans SC', sans-serif !important;
	opacity:.85 !important;
}

a.rotate:hover img, a.rotate:hover h4 {
		box-shadow: 1px 1px 16px 1px #187220;
		-moz-box-shadow: 1px 1px 16px 1px #187220;
		-webkit-box-shadow: 1px 1px 16px 1px #187220;
				
	}
	
#spotlight_artist .stats_panel {
    margin-top:-7px;
    }
    