@charset "UTF-8";
/*
	JIVEWIRED WRAPPER STYLESHEET
	CREATED BY THREEFORMED MEDIA
	COPYRIGHT 2010
*/
@import url(reset.css);
@import url(grid.css);
@import url(base.css);
@import url(forms.css);
@import url(type.css);

/*	NOTES:
	
	Blue: 		#00AFCE
	Orange:		#FD441B
	Black:		#1E2223
	White:		#F1F1F1
	
*/

/*	G E N E R A L
************************************************************/
body {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0;
	color: #2A2F30;
	background: #070B0C url(../images/wrapper/bg-grunge.jpg) 0 0 fixed repeat-x;
}
#wrapper {
	min-width: 960px;
}
#wrapper-inner {
}
#container,
.main { /* store */
	background: url(../images/wrapper/trans_white-20.png) 0 0 repeat;
	background: rgba(255, 255, 255, 0.2);
	padding: 20px 10px;
}

/*	H E A D E R
************************************************************/
#header {
	height: 53px;
	position: relative;
	z-index: 5;
	
	margin-top: 30px;
	background: #1E2223 url(../images/wrapper/header-bg.png) bottom left repeat-x;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #1D2122;
}
#header-inner {
	position: relative;
	margin-top: -30px;
	height: 53px;
}
#header .shadow {
	width: 100%;
	padding: 0 !important;
	height: 15px;
	background: transparent url(../images/wrapper/header-shadow.png) 0 0 repeat-x;
	position: absolute;
	bottom: -15px;
}

#logo,
#logo:hover {
	float: left;
	background: transparent url(../images/wrapper/logo-cap.png) 0 0 no-repeat;
	text-decoration: none;
}
#logo img {
	margin: 18px 15px 0 7px;
	
}
#header-inner .section-label {
	color: #A2A4A5;
	position: absolute;
	right: 100%;
	top: 3px;
	padding-right: 10px;
	white-space: nowrap;
}
#header-inner .section-title {
	color: #00AFCE;
	margin: 47px 0 0 0;
	float: left;
	max-width: 425px;
	text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-moz-text-shadow: 0 1px 0 #000;
}
#header-inner .section-title a {
	color: #00AFCE;	
}
#header #header-search,
#header #search_mini_form /* Store */ { /* MORE in forms.css */
	/*position: absolute;*/
	position: relative;
	float: right;
	/*top: 5px;
	right: 8px;*/
	margin: 5px 0 0 0;
	width: 150px;
}
#header #user-tools {
	/*position: absolute;*/
	position: relative;
	float: right;
	margin: 5px 10px 0 0;
	/*top: 5px;
	right: 168px;*/
	text-transform: uppercase;
	font-size: 0.8334em;
	padding: 3px 0 2px 0;
	line-height: 1.0em;
	border: 1px solid #2A2F30;
	background-color: #1E2223;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}
#header #user-tools a {
	color: #00AFCE;
	padding: 0 8px;
}
#header #user-tools a,
#header #user-tools li a,
#header #user-tools li a:last-child {
	border-right: 1px solid #2A2F30;
}
#header #user-tools li.last a,
#header #user-tools li:last-child a,
#header #user-tools a:last-child {
	border-right: none;
}

/*	N A V I G A T I O N
************************************************************/
#global-navigation {
	float: right;
	margin: 17px 10px 0 0;
	text-transform: lowercase;
	max-width: 450px;
	min-width: 378px;
	clear: right;
}
#global-navigation ul {
	white-space: nowrap;
}
#global-navigation ul li {
	float: left;
	display: block;
}
#global-navigation ul li a {
	float: left;
	display: block;
	padding: 8px 15px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #2A2F30;
	margin-right: -1px;
	position: relative;
	z-index: 1;
	color: #FD441B;
	white-space: nowrap;
	
	text-shadow: 0 1px 0 #000;
	-webkit-text-shadow: 0 1px 0 #000;
	-moz-text-shadow: 0 1px 0 #000;
}
#global-navigation ul li a:hover {
	border-width: 1px;
	background-color: #111;
	padding: 10px 18px;
	margin: -3px -4px -3px -3px;
	z-index: 3;
	text-decoration: none;
	/* CSS 3 */ 
	box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px; 
}
#global-navigation ul li.active a,
#global-navigation ul li.active a:hover {
	border-width: 1px;
	background-color: #111;
	color: #9D9D9E;
	cursor: default;
	padding: 7px 15px;
	margin: 0 -3px;
	z-index: 2;
	/* CSS 3 */ 
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px; 
}
#global-navigation ul li.last.active {
	margin-left: -3px;
}
#global-navigation ul li.first.active {
	margin-right: -3px;
}

/*	C O N T E N T
************************************************************/
.block,
.col-main, /* store */
.ui-widget /* customize */ {
	background-color: #F1F1F1; /* #FFF */
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	/* CSS 3 */
	-moz-border-radius: 2px;  
	-khtml-border-radius: 2px;  
	border-radius: 2px; 
}
.block.cont-up {
	/* CSS 3 */
	-moz-border-radius: 0 0 3px 3px; /* FF1+ */
	-webkit-border-radius: 0 0 3px 3px; /* Saf3+, Chrome */
	border-radius: 0 0 3px 3px; /* Opera 10.5, IE 9 */
}
.block.cont-dn {
	/* CSS 3 */
	-moz-border-radius: 3px 3px 0 0; /* FF1+ */
	-webkit-border-radius: 3px 3px 0 0; /* Saf3+, Chrome */
	border-radius: 3px 3px 0 0; /* Opera 10.5, IE 9 */
}
.block.cont-both {
	/* CSS 3 */
	-moz-border-radius: 0; /* FF1+ */
	-webkit-border-radius: 0; /* Saf3+, Chrome */
	border-radius: 0; /* Opera 10.5, IE 9 */
}
.block-heading {
	margin-bottom: 1px;
}
.block-heading h1 {
	border: none;
	margin: 0 0 -0.15em 0;
	padding: 0;
}
#content {
	margin-bottom: 10px;
}
#content #content-inner {
	min-height: 324px;
}
.content-block {
	margin-bottom: 20px;
	/*border-bottom: 3px solid #1E2223;*/
	clear: both;
}
.section {
	/*margin-bottom: 20px;*/
	clear: both;
}
.even {
	background-color: #FFF;
}
.seo-block,
.ad-block {
	background-color: #E0E0E0;
	color: #616A6B;
}
.ad-block {
	padding: 0;
}
/*.callout {
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #E1E1E1 #C1C1C1 #999 #C1C1C1;
}*/

/*	S I D E B A R S
********************************/
.sidebar .block {
	padding: 10px;
}
/*	S I D E B A R   N A V 
********************************/
.sidebar .nav {
	margin-bottom: 2px;
	line-height: 1;
	position: relative;
	z-index: 10;
	font-weight: bold;
}
.sidebar .nav li,
/* store */
.block-account .block-content li {
	margin-bottom: 1px;
	position: relative;
}
.sidebar .nav li a,
/* store */
.block-account .block-content li.current strong,
.block-account .block-content li a {
	display: block;
	background-color: #F1F1F1; /* #FFF */
	padding: 6px 9px 6px 9px;
	z-index: 10;
}
.sidebar .nav li:last-child a,
/* store */
.block-account .block-content li.last a {
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-radius-bottomright: 3px;
}
.sidebar .nav li a .preview {
	font-size: 10px;
	text-transform: none;
	float: right;
	color: #999;
	font-weight: normal;
	
	*display: none;
}
.sidebar .nav li a:hover .preview {
	color: #333;
}
.sidebar .nav li a:hover,
.sidebar .nav li:hover a,
.sidebar .nav li:hover ul,
/* store */
.block-account .block-content li.current strong,
.block-account .block-content li a:hover,
.block-account .block-content li:hover a {
	background-image: url(../images/wrapper/light-grad.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	_background: none;
}
.sidebar .nav li a:hover,
.sidebar .nav li:hover a,
/* store */
.block-account .block-content li.current strong,
.block-account .block-content li a:hover,
.block-account .block-content li:hover a {
	text-decoration: none;
	background-color: #FD441B;
	color: #FFF;
	z-index: 20;
	cursor: pointer;
}
/* SUB NAV */
.sidebar .nav li ul {
	display: none;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 210px;
	z-index: 25;
	background-color: #FD441B;
	padding: 5px 0 3px 0;
	width: 150px;
	/* CSS 3 */
	-moz-border-radius: 2px;  
	-khtml-border-radius: 2px;  
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
	*top: 2px;
	*left: 220px;
}
.col-right .nav li ul {
	left: -140px;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.sidebar .nav li:hover ul {
	display: block;
}
.sidebar .nav li ul li {
	padding: 0 5px 0 5px;
}
.sidebar .nav li ul li a,
.sidebar .nav li:hover ul li a {
	padding-left: 12px;
	text-transform: none;
	/*background-color: #FFF;*/
	color: #FFF;/*#FD441B;*/
	background: none;
	/* CSS 3 */
	-moz-border-radius: 2px;  
	-khtml-border-radius: 2px;  
	border-radius: 2px;
}
.sidebar .nav li:hover ul li a:hover {
	background-color: #F1F1F1; /* #FFF */
	color: #FD441B;
}
.sidebar .nav li ul li a .preview {
	color: #333;
}
.sidebar .nav li ul li a:hover .preview {
	color: #999;
}

/*	Artist Info.
*/
#artist-head .social {
	margin-bottom: -5px;
}
#artist-head .social img {
	padding-right: 2px;
}

/*	S E A R C H
************************************************************/
.results {
	margin-bottom: 20px;
}
.results ul li {
	margin-bottom: 20px;	
}
.results h5 {
	margin-bottom: 0;
}
.results p {
	padding: 0 10px;
	margin: 0;
}
.results label a {
	padding: 0 10px;
	font-size: 0.91667em;
	color: #1E2223;
	font-weight: bold;
}

/*	P A G I N A T I O N
************************************************************/
.pagination {
	padding: 10px;
	background-color: #1E2223;
	color: #FFF;
	text-align: center;
	/* CSS 3 */
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	border-radius: 4px;
}
.pagination li {
	display: inline;
}
.pagination li.active {
	font-weight: bold;
	background-color: #FD441B;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}
.pagination li,
.pagination li a {
	padding: 5px 10px;
}
.pagination li a {
	padding: 5px 10px;
	margin: -5px -10px;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
}

/*	M P 3    P L A Y E R
************************************************************/
#jplayer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	left: 0;
}
.jp-playlist-player {
	background-color: #999;
	padding: 5px 5px 0 5px;
	position: relative;
	z-index: 99;
}
.jp-interface {
	background-color: #EEE;
	background-image: -moz-linear-gradient(top, #FAFAFA, #C8C8C8); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FAFAFA),color-stop(1, #C8C8C8)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FAFAFA', EndColorStr='#C8C8C8'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FAFAFA', EndColorStr='#C8C8C8')"; /* IE8 */
}
.jp-interface,
.jp-playlist-player {
	height: 44px;
	width: 980px;
	margin: 0 auto;
	/* CSS3 */
	-webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -khtml-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -khtml-border-radius-topleft: 4px;

}
/*	P L A Y E R   C O N T R O L S
*/
.jp-controls li {
	position: absolute;
	cursor: pointer;
}
#jplayer_play,
#jplayer_pause {
	width: 33px;
	height: 34px;
	top: 10px;
	left: 40px;
	text-indent: -999em;
	background-position: -28px 0;
	background-image: url(../images/player/player-controls.png);
	background-repeat: no-repeat;
}
#jplayer_play:hover {
	background-position: -28px -40px;
}
#jplayer_play:active {
	background-position: -28px -80px;
}
#jplayer_pause {
	background-position: -28px -120px;
}
#jplayer_pause:hover {
	background-position: -28px -160px;
}
#jplayer_pause:active {
	background-position: -28px -200px;
}
#jplayer_stop {
}
#jplayer_previous, 
#jplayer_next {
	width: 27px;
	height: 28px;
	top: 13px;
	text-indent: -999em;
	background-position: 0 0;
	background-image: url(../images/player/player-controls.png);
	background-repeat: no-repeat;
}
#jplayer_previous {
	left: 10px;
	background-position: 0 0;
}
#jplayer_previous:hover {
	background-position: 0 -40px;
}
#jplayer_previous:active {
	background-position: 0 -80px;
}
#jplayer_next {
	left: 76px;
	background-position: -61px 0;
}
#jplayer_next:hover {
	background-position: -61px -40px;
}
#jplayer_next:active {
	background-position: -61px -80px;
}

/*	V O L U M E   C O N T R O L S
*/
#jplayer_volume_bar {
	position: absolute;
	left: 142px;
	top: 25px;
	width: 68px;
	padding: 1px;
	height: 3px;
	/* TEMP */
	border: 1px solid grey;
	cursor: pointer;
}
#jplayer_volume_bar_value {
	height: 3px;
	background-color: #FD441B;
	cursor: pointer;
}
#jplayer_volume_min, 
#jplayer_volume_max {
	position: absolute;
	top: 20px;
	width: 16px;	
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
	background-image: url(../images/player/color-controls.png);
	background-repeat: no-repeat;
}
#jplayer_volume_min {
	left: 122px;
	background-position: 2px 0;
}
#jplayer_volume_min:hover {
	background-position: 2px -20px;
}
#jplayer_volume_max {
	left: 218px;
	background-position: 0 -40px;
}
#jplayer_volume_max:hover {
	background-position: 0 -60px;
}
/*	P L A Y E R   I N F O .
*/
#jp-player-info {
	width: 680px;
	position: absolute;
	background-color: #1E2223;
	font-size: 11px;
	height: 37px;
	bottom: 3px;
	right: 40px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#jplayer_title {
	position: absolute;
	left: 40px;
	top: 4px;
}
/*	P R O G R E S S   B A R   &   T I M E
*/
.jp-progress {
	position: absolute;
	left: 40px;
	top: 23px;
	width: 550px;
	padding: 1px;
	height: 3px;
	border: 1px solid #FFF;
}
#jplayer_load_bar, 
#jplayer_play_bar {
	height: 3px;
}
#jplayer_load_bar {
	z-index: 1;
	background-color: #888;
	cursor: pointer;
}
#jplayer_play_bar {
	z-index: 2;
	background-color: #FD441B;
	cursor: pointer;
}
#jplayer_play_time,
#jplayer_total_time {
	font-size: 10px;
	color: #888;
	width: 40px;
	top: 18px;
	text-align: center;
	position: absolute;
}
#jplayer_play_time {
	left: 0;
}
#jplayer_total_time {
	left: 594px;
}
/*	C O V E R   A R T
*/
#album-cover {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 34px;
	height: 34px;
	background-color: #666;
	display: block;
	/* CSS 3 */
	-moz-border-radius: 2px;  
	-khtml-border-radius: 2px;  
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*	B U Y / S H A R E / E T C .   L I N K S
*/
#player-actions {
	position: absolute;
	top: 4px;
	right: 86px;
	font-size: 10px;
}
#player-actions li {
	display: inline;
	margin-left: 8px;
}
#player-actions li a {
	text-transform: uppercase;
}
#player-actions li.inactive a,
#player-actions li.inactive a:hover {
	color: #444;
	text-decoration: none;
	cursor: default;
}
/*	P L A Y L I S T
*/
#jp-playlist {
	width: 680px;
	position: absolute;
	padding: 0 !important;
	background-color: #1E2223;
	font-size: 11px;
	bottom: 35px;
	/* CSS3 */
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
	box-shadow: 0 -1px 1px #999;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}
#jp-player-info #jp-open-playlist {
	position: absolute;
	display: block;
	left: 50%;
	top: -14px;
	width: 50px;
	margin-left: -25px;
	height: 14px;
	background-color: #1E2223;
	text-indent: -999em;
	background-image: url(../images/player/color-controls.png);
	background-repeat: no-repeat;
	background-position: 50% -78px;
	/* CSS3 */
	-webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -khtml-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -khtml-border-radius-topleft: 8px;
	box-shadow: 0 -1px 1px #999;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
}
#jp-player-info .close-playlist {
	background-position: 50% -98px !important;
}
#jp-playlist .playlist {
	max-height: 120px;
	overflow: auto;
	margin: 10px 70px 5px 40px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #444;
}
#jp-playlist .playlist ul {
	font-size: 10px;
	width: 100%;
}
#jp-playlist .playlist ul li {
	padding: 1px 10px 2px 10px;
	min-height: 17px;
	
	_height: 17px;
}
#jp-playlist .playlist ul li.odd {
	background-color: rgba(255, 255, 255, 0.1);
	*background: url(../images/wrapper/trans_white-10.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/styles/images/wrapper/trans_white-10.png", sizingMethod="scale");
}
#jp-playlist .playlist ul li.even {
	background: none;
}
#jp-playlist .playlist ul li:hover {
	background-color: rgba(255, 255, 255, 0.2);
	*background: url(../images/wrapper/trans_white-20.png);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/styles/images/wrapper/trans_white-20.png", sizingMethod="scale");
}
#jp-playlist .playlist ul li a:hover,
#jp-playlist .playlist ul li a:hover .trackname {
	text-decoration: none;
	color: inherit;
}
#jp-playlist .playlist ul li a .trackname {
	color: #CCC;
	text-decoration: none;
	display: inline-block;
	width: 460px;
}
#jp-playlist .playlist ul li .play,
#jp-playlist .playlist ul li .buy {
	padding-left: 10px;
}
/*	P O P - O U T   L I N K
*/
#jp-popout a {
	position: absolute;	
	width: 24px;
	height: 20px;
	top: 17px;
	right: 12px;
	text-indent: -9999em;
	background-position: 0 -240px;
	background-image: url(../images/player/player-controls.png);
	background-repeat: no-repeat;
}
#jp-popout a:hover {
	background-position: 0 -260px;
}
#jp-popout a:active {
	background-position: 0 -280px;
}

/* ------------------ END JIVEPLAYER STYLES ---------------------------------------------------------------*/

/*	E P K   C U S T O M I Z A T I O N
************************************************************/
.ui-widget {
	border: 1px solid #1D2122;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
/* ------------------ END CUSTOMIZE WIDGET STYLES ---------------------------------------------------------*/

/*	F O O T E R
************************************************************/
#footer {
	margin-bottom: 40px;
}
#footer-inner {
	margin-top: 1px;
	padding: 20px 10px 20px;
	background-color: #1D2122;
	color: #DEDEDE;
	/* CSS3 */
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -khtml-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -khtml-border-radius-bottomleft: 3px;
}
#footer ul.menu {
	margin-bottom: 18px;
}
#footer .copyright {
	color: #DEDEDE;
	clear: both;
	font-size: 0.91667em; /* 11px */ 
	padding-top: 10px
}

/*	L I N K S
************************************************************/
#jp-playlist a,
a {
	color: #FD441B;
	text-decoration: none;
}
p a:visited {
	color: #F96A53;
}
a:hover {
	text-decoration: underline;
}
a.to-top {
	float: right;
	font-size: 9px;	
	text-transform: uppercase;
	color: #999;
}
.reset-link {
	color: #FD441B !important;
	padding: 0 !important;
	background: none !important;
	text-transform: none !important;
	font-style: normal !important;
}
.reset-link:hover {
	text-decoration: underline !important;
}
a.to-top:hover {
	text-decoration: none;
	color: #FD441B;
}
.cta-buttons {
	margin-bottom: 20px;
}
#container a.button,
#container a.cta {
	color: #FFF;
}
.links li {
    display: inline;
}
.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}
#feedback {
	position: fixed;
	left: 0;
	top: 20%;
}
#feedback a {
	width: 32px;
	height: 124px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/wrapper/freedback-label.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	/* CSS3 */
	-webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -khtml-border-radius-bottomright: 8px;
	-webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -khtml-border-radius-topright: 8px;
	box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
#feedback a:hover {
	background-position: -40px 50%;
	background-color: #FD441B;
}
.modal {
	width: 100%;
}
.modal h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
.modal td {
	padding: 20px;
	vertical-align: middle;
}

.block .actions {
	min-height: 20px;
	
	_height: 20px;
}
.block .actions .inner,
/* store */
.block-content .actions {
	border-top: 1px solid #DEDEDE;
	text-align: right;
	padding: 10px 0 5px 0;
}
.block .actions .inner {
	padding: 10px 0;
	margin: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.simple-cta,
.link-more,
.more {
	font-weight: bold;
	text-align: right;
	font-style: italic;
}
.simple-cta,
.link-more {
	display: block;
}

/*	T A B S
************************************************************/
.tabs {
	position: relative;
	margin-bottom: 0;
	text-transform: uppercase;
	padding-left: 10px
}
.open {
	padding-bottom: 35px;
	margin-bottom: 1px !important;
}
.tabs ul li {
	float: left;
	display: block;
	padding-right: 3px;
}
.tabs ul li a {
	float: left;
	display: block;
	font-size: 11px;
	padding: 8px 14px; 
	border-color: #1D2122;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #FFF;
	background-color: #1D2122;
	/* CSS 3 */
	background-image: -moz-linear-gradient(top, #252E32, #1D2122); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #252E32),color-stop(1, #1D2122)); /* Saf4+, Chrome */
	-webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -khtml-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -khtml-border-radius-topright: 3px;
}
.tabs ul li.active a,
.tabs ul li a:hover,
.tabs ul li:hover a,
.tabs ul li.hover a { /* top level hover */
	text-decoration: none;
	background-color: #F1F1F1; /* #FFF */
	background-image: none;
	border-color: #FFF;
	color: #FD441B;
}
.tabs ul li.active a {
	background-color: #F1F1F1; /* #FFF */
	border: none;
	padding-top: 13px;
	margin-top: -4px;
	color: #1E2223;
}
.tabs ul li.active a:hover {
	cursor: default;
}
#user-tabs + #content-inner {
	-webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -khtml-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -khtml-border-radius-topright: 0;
}

/* S U B - T A B S
*/
#user-tabs ul li ul {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	padding: 0 !important;
	width: 100%;
	font-weight: bold;
	background-color: #F1F1F1; /* #FFF */
	text-transform: none;
	-moz-border-radius: 3px 3px 0 0; /* FF1+ */
	-webkit-border-radius: 3px 3px 0 0; /* Saf3+, Chrome */
	border-radius: 3px 3px 0 0; /* Opera 10.5, IE 9 */

}
#user-tabs ul li:hover ul,
#user-tabs ul li.hover ul {
	background-color: #F1F1F1; /* #FFF */
}
#user-tabs ul li.active:hover ul {
	/*background-color: #E6E6E6;  #FFF */
}
#user-tabs ul li.has-drop:hover ul,
#user-tabs ul li.has-drop.active ul,
#user-tabs ul li:hover ul,
#user-tabs ul li.active ul {
	display: block;
	z-index: 5;
}
#user-tabs ul li.selected ul {
	z-index: 3;
}
#user-tabs ul li.has-drop.active ul,
#user-tabs ul li.active ul {
	z-index: 1;
}
#user-tabs ul li li a,
#user-tabs ul li.active li a ,
#user-tabs ul:hover li.active ul li a {
	border: none;
	background: none;
	margin-top: 0;
	padding: 9px 0 9px 14px;
	color: #FD441B;
	/* CSS3 */
	/*-webkit-border-radius: 0;  
	-moz-border-radius: 0;  
	-khtml-border-radius: 0;  
	border-radius: 0;*/
}
#user-tabs ul li li a:hover,
#user-tabs ul li li.active a {
	text-decoration: underline;
	background: none;
	color: #FD441B;
}

#user-tabs ul:hover li.active a {
	/*background: #FFF url(../images/wrapper/tab-shadow.png) bottom left repeat-x;*/
	background-color: #F1F1F1; /* #FFF */
	opacity: 0.6;
}
#user-tabs ul:hover li a {
	background-color: #1E2223;
}
#user-tabs ul:hover li:hover a {
	background-color: #F1F1F1; /* #FFF */
	opacity: 1.0;
}
#user-tabs ul:hover ul li:hover a {
	cursor: pointer;
}
#user-tabs ul li ul li a:active {
	text-decoration: underline;
}

/*	T O O L T I P S
************************************************************/
.help {
	font-size: 0.91667em;
	background: url(../images/icons/help.png) 0 0 no-repeat;
	text-indent: -9999em;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	cursor: help;
	vertical-align: middle;
	margin-left: 0;
}
.tooltip {
		
}
.aToolTip {
	margin: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	max-width: 200px;
	padding: 5px 10px;
	position: absolute;
	font-size: 0.91667em;
	line-height: 1.5em;
	font-weight: bold;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	box-shadow: 0 1px 4px #666;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
	
}
.aToolTip .aToolTipContent {
	position: relative;
	margin: 0;
	padding: 0;
}

/* tooltip point */
.nose {
	position: absolute;
	background-image: url(../images/wrapper/tooltip-point.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	display: block;
}
.nose-n,
.nose-s,
.nose-e,
.nose-w {
	width: 17px;
	height: 11px;	
}
.nose-nw,
.nose-sw,
.nose-se,
.nose-ne {
	width: 15px;
	height: 15px;	
}
.nose-n {
	bottom: -11px;
	left: 50%;
	margin-left: -19px;
	background-position: 0 0 !important;
}
.nose-s {
	top: -10px;
	left: 50%;
	margin-left: -8px;
	background-position: 0 -30px !important;
}
.nose-w {
	top: 50%;
	right: -11px;
	margin-top: -6px;
	background-position: 0 -60px !important;
}
.nose-e {
	top: 50%;
	left: -11px;
	margin-top: -6px;
	background-position: 0 -90px !important;
}
.nose-nw {
	bottom: -4px;
	right: -4px;
	background-position: 0 -120px !important;
}
.nose-ne {
	bottom: -4px;
	left: -4px;
	background-position: 0 -150px !important;
}
.nose-se {
	top: -5px;
	left: -4px;
	background-position: 0 -180px !important;
}
.nose-sw {
	top: -5px;
	right: -4px;
	background-position: 0 -210px !important;
}

/*	T A B L E S
************************************************************/
.data,
.data-table {
	width: 100%;
	margin-bottom: 20px;
}
/*.data tr.odd {
	background-color: #FFF;
}*/
.data tr:hover,
.data-table tr:hover {
	background-color: #DDD;
}
.data tbody tr,
.data-table tbody tr {
	border-bottom: 1px dotted #D2D2D2;	
}
.data thead tr:hover,
.data tfoot tr:hover,
.data-table thead tr:hover,
.data-table tfoot tr:hover {
	background-color: transparent;
}
.data thead,
.data-table thead {
	border-bottom: 1px solid #878787;
	background-image: -moz-linear-gradient(top, #E6E6E6, #B4B4B4); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E6E6E6),color-stop(1, #B4B4B4)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E6E6', EndColorStr='#B4B4B4'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E6E6', EndColorStr='#B4B4B4')"; /* IE8 */
	text-shadow: 0 1px 0 #FFF;
	-webkit-text-shadow: 0 1px 0 #FFF;
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.data tfoot,
.data-table tfoot {
	border-top: 1px solid #D2D2D2;
	background-color: #B4B4B4;
}
.data th, 
.data td,
.data-table td,
.data-table th {
	padding: 6px 8px;
}
.data th,
.data-table th {
	font-weight: bold;
	font-size: 0.91667em;
}
.data td,
.data-table td {
	vertical-align: top;
}
.data td .fixed-height {
	max-height: 90px;
	overflow: auto;
}
.sortable tbody tr:hover {
	cursor: move;
}
.sortable tbody tr.drag {
	background-color:#FD441B;
	color:#FFFFFF;
}
.data .blob {
	width: 40%;	
	font-size: 0.91667em;
}

/*	L I S T S
************************************************************/
.featured-list li {
	padding-left: 90px;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.featured-list li:last-child,
.featured-list li.last {
	border-bottom: none;
	margin-bottom: 0;
}
.featured-list li .name,
.featured-list li .name a {
	margin: 0;
	color: #2A2F30;
	text-transform: uppercase;
	font-weight: bold;
}
.featured-list li .meta,
.featured-list li .tags {
	font-size: 0.91667em;
}
.featured-list li .meta {
	color: #7D8182;
}
.featured-list li img {
	width: 76px;
	height: 76px;
	float: left;
	margin-left: -90px;
}
.featured-list li .simple-cta {
	font-size: 0.91667em;
	text-align: left;
}

.meta {
	font-size: 11px;
}
.meta .tags {
	line-height: 1.2em;
}
.meta .link {
	border-top: 1px solid #DEDEDE;
	padding-top: 4px;
	margin-top: 6px;
}

/*	L I S T   G R I D
************************************************************/
.list-grid {
	margin-right: -16px;
}
.list-grid li {
	float: left;
	width: 130px;/*23%;*/
	margin-bottom: 16px;
	margin-right: 16px;/*2.6%;*/
	padding: 5px 10px;
	border: 1px solid #999;
	background-color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.list-grid li:hover {
	padding: 10px 15px;
	margin: -5px 11px 11px -5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.list-grid li.row-end:hover {
	margin-right: -5px;
}
.list-grid li img {
	width: 144px;
	padding: 0;
	margin: -2px -7px 2px -7px;
	border: none;
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
}
.list-grid li .title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.list-grid li .title a {
	color: #2A2F30;
}

/*	D E F I N I T I O N   L I S T S
************************************************************/
dl.margin-list {
	margin-bottom: 20px;
}
dl.margin-list dt {
	clear: left;
    float: left;
    font-weight: bold;
    padding: 5px 0 0 0;
	
	*margin-right: -100%;
}
dl.margin-list dd {
	border-bottom: 1px solid #DEDEDE;
    margin: 0;
    padding: 5px 0 2px 25%;
	min-height: 19px;
}
dl.margin-list dd.multiline {
	border-bottom: none;
}
dl.margin-list dd:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

dl.meta {
	line-height: 1.2em;	
	font-size: 0.91667em;
}
dl.meta dt {
	float: left;
	font-weight: bold;
	clear: left;
	position: relative;
	z-index: 2;
}
dl.meta dd {
	padding: 0 0 5px 60px;
	
	/**margin-left: -60px;*/
}
.details {
	font-size: 0.91667em;
	margin-bottom: 20px;
}
.details dt {
	font-weight: bold;
}
.details dd {
	border-bottom: 1px solid #E2E2E2;
}

/*	P H O T O S 
************************************************************/
.photo,
.photo-sm {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #999;
	/* CSS 3 */
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.photo-sm {
	padding: 2px;
}
a:hover .photo,
a:hover .photo-sm {
	border-color: #2A2F30;
}

/*	S O C I A L 
************************************************************/
.facebook, .lastfm, .myspace, .flickr, .linkedin, .twitter, .youtube, .vimeo, .email {
	padding-left: 20px;
	min-height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.facebook {
	background-image: url(../images/icons/social/facebook.png);
}
.lastfm {
	background-image: url(../images/icons/social/lastfm.png);
}
.myspace {
	background-image: url(../images/icons/social/myspace.png);
}
.myspace {
	background-image: url(../images/icons/social/myspace.png);
}
.flickr {
	background-image: url(../images/icons/social/flickr.png);
}
.linkedin {
	background-image: url(../images/icons/social/linkedin.png);
}
.twitter {
	background-image: url(../images/icons/social/twitter.png);
}
.youtube {
	background-image: url(../images/icons/social/youtube.png);
}
.vimeo {
	background-image: url(../images/icons/social/vimeo.png);
}
.email {
	background-image: url(../images/icons/social/email.png);
}

/*	 A L E R T S 
*******************************************/
.successmsg,
.errormsg {
	background-color:#F6E5E9;
	border: 1px solid #E88C9C;
	clear: both;
	margin-bottom: 15px;
	padding: 0 15px 2px;
	/* CSS3 */
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.errormsg {
	background-color: #F6E5E9;
	border: 1px solid #E88C9C;
}
.successmsg {
	background-color: #E5F6EC;
	border: 1px solid #8CE8B7;
}
.errormsg p,
.successmsg p {
	margin-bottom: 7px !important;
	padding-top: 10px;
	text-indent: 20px;
}
.errormsg p {
	background: url(../images/icons/icon-alert.png) 0 10px no-repeat;
	border-top: 1px dotted #E88C9C;
}
.successmsg p {
	background: url(../images/icons/icon-check.png) 0 10px no-repeat;
	border-top: 1px dotted #8CE8B7;
}
.successmsg p:first-child,
.errormsg p:first-child {
	border-top: none;
}
.successmsg p:last-child,
.errormsg p:last-child {
	
}

/*	C L E A R   ' E M
********/
.featured-list li:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
