

@import '/css/reset.css';

/* native stuff */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222
}



.floatLeft { float: left }
.floatRight { float: right }
.centered {	margin: 0 auto 0 auto }
/* old clearing method for br's and div's - but try to avoid this whenever you can!  */
.clear { clear: both; font-size: 0.1% }
/* new style: instead of a br or div after the floats, we also can wrap the floats - Use this! */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
.clearfix {display: inline-block }
/* Hides from IE-mac \*/
* html .clearfix {height: 1% }
.clearfix {display: block }
/* End hide from IE-mac */


a:link 		{	color: #000 }
a:visited 	{	color: #5eae4b	}
a:hover, a:active {color: #ef3b4f }

h1 {
	font-size: 16px; 
	font-weight: bold;
}

/* Temp Colors for checking dimensions while development */
.col-1 {	background-color: #ECFFED }
.col-2 {	background-color: #F0F8FF }
.col-3 {	background-color: #FFFFF0 }
.col-4 {	background-color: #FFE4E1 }

/* Basic Layout Stuff */
.wrp {
	width: 420px;
	margin: 0 auto 0 auto
}
.greyd {
	border-top: 1px solid #e9e8e8;
	width: 470px;
	margin: 0 auto 0 auto;
	height: 0px;
	overflow: hidden
}
#logo {
	width: 301px;
	margin:0 auto
}
#hovers {
	width: 301px;
	margin:0 auto
}
#hoversWrp {
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	height: 10px
}
* html #hoversWrp { height: 15px }
#nav {
	width: 185px;
	margin: 0 auto 0 auto
}
#nav ul {
	margin:0;
	padding:0;
	list-style: none
}
#nav ul li {
	float: left;
	margin:0;
	padding:0;
	height: 37px;
	width: 37px;
	overflow: hidden /* ie 5 stuff */
}
#navtype {
	width: 185px;
	margin: 0 auto 10px auto; 
	height: 22px;
	overflow: hidden;
	background: #fff url(/images/nav_type.png) top left no-repeat
}
#relesesnav {
	height: 45px;
	width: 466px
}
#rlsleft {
	width: 12px;
	float: left
}
#rlsright {
	width: 12px;
	float: right
}
#rlsmain {
	width: 418px;
	float: left;
	margin-left: 11px;
	height: 42px;
	border: 1px solid #e9e8e8;
	overflow: hidden
}
#rlsInfoWrp {
	color: #666;
	height: 18px;
	padding-top: 10px;
	padding-bottom: 14px
}

.descGrey {
	color: #666;
	font-size: 14px !important
}

/*artist*/
.artImg {
	width: 80px;
	float: left
}
.artMeta {
	width: 300px;
	float: right
}
.artImgV {
	width: 64px; 
	float: left; 
	height: 64px
}
/*release*/
.rlsImg {
	width: 185px;
	float: left
}
.rlsMeta {
	width: 234px;
	float: right
}

.rlsMeta caption {
	color: #666;
	font-size: 12px
}
.rlsMeta th {
	color: #666;
	padding: 1px 0 1px 0
}
.rlsMeta td {
	color: #000;
	padding: 1px 0 1px 0
}
.rlsTunes {
	list-style: none;
	margin: 10px 0 10px 0
}
#footer {
	width: 420px;
	border-top: 1px solid #e9e8e8;
	margin: 10px auto 10px auto;
	padding: 5px 25px 0 25px;
	color: #666;
	text-align: right;
	position: relative;
}
.clr {
	clear: both;
	height:0;
	overflow:hidden
}
/* basic text */
.textR { text-align: right }
.soft { color: #666 }

/* notices */
.noticeOk {
	border: 1px solid #5EAE4B;
	background: #ECFFED;
	color: #5EAE4B;
	padding: 10px
}
.noticeError {
	border: 1px solid #EF3B4F;
	background: #FFE4E1;
	color: #EF3B4F;
	padding: 10px
}

/* newsletter */
#signup h2, #signout h2 {
	color: #222;
	font-size: 12px;
	font-weight: bold
}
#signup, #signout {
	border: 1px solid #E9E8E8;
	padding: 5px;
	background: #F9F8F8
}
#signup input, #signout input {
	border: 1px solid #ccc;
	color: #666;
	padding: 2px;
	font-size: 11px
}
#signup input.signup, #signout input.signout { width: 90% }
#signup input.submit, #signout input.submit  { padding: 0 }

/*carousel*/


#scrl {  
	width: 3000px; 
	z-index:1
}

#scrl .item {
	position:relative;
	list-style-type:none;
	margin: 5px 10px 5px 10px;	
	height:32px;
	width:32px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	float:left; clear:right
}
#scrl .item.hover, #scrl .item.selected { 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity:1.0;
   opacity:1.0
}
.btnEZ {
	border: 1px solid #666666;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	padding: 3px;
	z-index:10
}
#rlsleft, #rlsright { z-index:100 }
#relesesnav { position: relative }
#rlsmain {
	overflow: hidden !important;
	position:absolute;
	left: 12px
}
.cntct td { padding: 2px }

.error {
	border: 1px solid #EF3B4F;
	background-color:  #FFE4E1
}

/* sub labels */
#subLabel {
	position: absolute;
	left:0;
	bottom:0;
	width:200px
}
.pad-1-LR { padding: 0 5px 0 5px; }
.pad-1-R { padding: 0 5px 0 0 }
.colorGostimirovic { color: #ef3b4f }
#slot { position: absolute; }

/* player */
#player {
	background: #000;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index: 4000;
	width: 100%;
}
#player * { color: #fff !important; height: 20px;line-height: 11px}
#player div { height: 20px; }

	#controls {
		margin-right: -501px;
		background: #000;
		float: left;
		width: 100%;
	}
		#controls .floatLeft { width: 38px; border-right: 1px solid #fff; }
		#artisttitle { width: 100%; text-align: left }
		#artisttitle p { margin:0; padding-left: 46px; margin-top: 4px; text-align: left }

	#volumetime { /* float left */
		width: 500px; /* -1 bcoz border at #controls */
		float: right;
		background: #000;
		border-left: 1px solid #000
	}
		#position { 
			margin-right: -101px; 
			position: relative;
			background: #000;
			width: 400px;
		}
			#loaded {
				left: 0px;
				top: 5px;
				position: absolute;
				height: 10px !important;
				background: #4e4e4e;
				width: 100%
			}
			#position img {
				position: absolute;
				top: 5px;
			}
		#voltime { 
			width: 99px;
			border-left: 1px solid #000;
		}
			#voltime .floatLeft {
				width: 49px;
				border-right: 1px solid #fff;
			} 
			#voltime .floatRight {
				width: 49px;
			}
			#voltime .floatRight p {
				 margin:0; 
				 padding: 4px 7px 0 0;
				 text-align: right;
			}
			
			#volume {
				display: block;
				background: #000 url(/images/volume-sprite1.gif) 0 0px;
				height: 10px;
				width: 18px;
				font-size: 1%;
				margin-top: 4px;
				margin-left: 22px;
				padding:0;
			}
			#voltime .floatLeft p a {
				font-size: 1%;
				display: block;
				width: 9px;
				height: 10px;
				float: left;
			}
/* player on IE 6 only */			

* html #artisttitle {
	display: inline;
	text-align: left;
	padding: 0;
	margin-left: -41px
}			
* html #artisttitleS { 
	margin:0;
	padding:0;
	display: inline;
	text-align: left !important;
}
* html #loaded, * html #loaded * {
	font-size: 2px;
}
* html #position a {font-size: 2px; height: 10px !important;}
* html #position a img {font-size: 2px; height: 10px !important;}
#ieFix-cnt { padding-bottom:30px}


.artTbl table { margin-left: 25px; }
.artPage {padding-left: 50px;}

#promofication {
	
}
#promofication h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 800;
}
#promofication form  {
	margin-top: 20px;
}
#promofication form textarea {
	width: 100%;
	height: 140px;
}
#promonote {
	background: red;
	color: #fff;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index: 6000px;
}
#promonote p { font-size: 32px !important; padding: 100px;}
#promoList a{
	text-decoration: none
}
#promoData h2 {
	font-size: 14px;
	font-weight: 800;
}
#promoList td {
	border-bottom: 1px solid #e9e8e8
}
#promoData p {
	padding-bottom:  16px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 16px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	
	}