@charset "utf-8";

/* LAYOUT */

html, body
{
	height: 100%;
}

body
{
	min-height: 100%;
	margin:0;
	padding:0;
	background-image:url(i/background_05.gif);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

div#mainContainer
{
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	position:relative;
}

* html #mainContainer
{
	height: 100%;
}


/* GENERAL */

.clear
{
	clear:both;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a img
{
	border:0;
}

a:hover
{
	text-decoration:none;
}

form
{
	margin:0;
	padding:0;
}


/* HEAD */

#header
{
	background: transparent url(i/top-bg_02.gif) repeat-x;
	width:100%;
	height:180px;
	border-bottom: 1px solid #fff;
}

#logo
{
	width:100%;
	height:123px;
	text-align:center;
}

#mainmenu
{
	text-align:center;
	margin-top:28px;
}

#mainmenu ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-size:120%;
}

#mainmenu ul li
{
	display:inline;
	margin-right:30px;
}

#mainmenu ul li a
{
	color:#ffff77;
	text-transform:lowercase;
	background: transparent url(i/top-arrow.gif) no-repeat scroll 0 5px;
	padding-left:10px;
}

/* CONTENT */

#content
{	
	width:100%;
	text-align:center;
}

table#main
{
	width:1000px;
	border-collapse:collapse;
	margin:5px auto 0 auto;
	text-align:left;
}

table#main td
{
	padding:0;
	vertical-align:top;
}

td#left,
td#left .block
{
	width:237px;
}

td#right,
td#right .block
{	
	width:202px;
}

table#main td#center
{
	padding: 0 5px;
}

table#main td#center,
table#main td#center .block
{
	width:545px;
}


/* BLOCKS */

.block
{
	border:1px solid #ccc;
	background:#fff;
	margin-bottom:5px;
}

.blocktitle
{
	height:25px;
	color:#fff;
	font-size:110%;
	text-align:center;
	font-weight:bold;
	padding-top:12px;
	margin:3px;
}


/* BLOCKS' TITLES */

.flickr .blocktitle {background-color:#99cc33;}
.flickr .blockcontent
{
    background-color:#e9fbc9;
    padding: 7px;
}
.flickr a
{
	color:#000;
}

.login .blockcontent
{
    background: transparent url(i/contacts-bg_53.gif) repeat-x;
    padding: 7px;
}
.login .td {
	padding:0px;
}
.edit {
	border:1px solid #9E9E9E;
	color: #000000;
	font-size: 9px;
	font-family: Verdana; BACKGROUND-COLOR: #ffffff;
}

.reg .blocktitle {background-color:#ffcc00}
.reg .blockcontent
{
	padding: 10px;
}


.video .blocktitle {background-color:#999}

.ureleases .blocktitle {background-color:#99ccff}

.releases .blocktitle {background-color:#ffcc00}

.subscribe .blocktitle {background-color:#b37b98}

.top5 .blocktitle {background-color:#ff3300}

.player .blocktitle {background-color:#333}

.internet .blocktitle {background-color:#888}
.internet .blockcontent
{
  background-color:#efefef;
	padding-left:15px;
}
.internet a
{
	color:#000;
}

/* VIDEO */

.video .blockcontent
{
	margin:0 3px 3px 3px;
	width:231px;
	height:189px;
}


/* CONTACTS */

.contacts .blockcontent
{
	width:231px;
	height:122px;
	background: transparent url(i/contacts-bg_53.gif) repeat-x;
	color:#760000;
	margin:3px;
	font-size:110%;
}

.contacts .blockcontent div
{
	padding-top:37px;
	padding-left:55px;
}

.contacts p
{
	margin-top:0;
	margin-bottom:5px;
}

.contacts a
{
	color:#ff0000;
}


/* UPCOMING RELEASES */

table#main td#center .ureleases 
{
	padding:3px 0 0 3px;
	width:542px;
}

.ureleases .blocktitle
{
	margin:0;
	margin-right:3px;
}

.ureleases .blockcontent
{
	padding-top:3px;
}

.urelease
{	
	float:left;
	width:268px;
	padding-right:3px;
	padding-bottom:3px;
}

.urelease .ureleaseimg
{
	height:100px;
}

.urelease .ureleasetext
{
	height:38px;
	background:#efefef url(i/arrow-in-circle.gif) no-repeat scroll 7px;
	margin-top:3px;
	color:#999;
	padding-top:12px;
}

.urelease .ureleasetext p
{
	margin:0;
	margin-left:37px;
	margin-right:3px;
}



/* RELEASES */

table#main td#center .releases 
{
	padding:3px 0 0 3px;
	width:542px;
}

.releases .blocktitle
{
	margin:0;
	margin-right:3px;
}

.releases .blockcontent
{
	padding-top:3px;
}

.release
{	
	float:left;
	width:132px;
	padding-right:3px;
	padding-bottom:3px;
}

.p4
{
	padding-right:4px;
}

.release .releaseimg
{
	position:relative;
	height:148px;
}

.release .releaseimg .releasebuttons
{
	position:absolute;
	left:5px;
	top:5px;
}

.release .releasetext
{
	height:50px;
	padding:5px 0;
}

.release .releasetext p
{
	margin:0;
	margin-left:4px;
	margin-right:3px;
}

.gobuy div,
.playback div
{
	float:left;
	margin-right:3px;
}

/*RELEASES TABLE*/

.releasestable
{
	margin-right:3px;
	margin-bottom:3px;
}

.releasestable table
{
	width: 100%;
	border-collapse:collapse;
	color:rgb(102,102,102);
	font-size: 110%;
}

.releasestable th
{
	border:none;
	font-style:italic;
	font-weight:normal;
	padding: 2px 5px;
	text-transform: uppercase;
}

table#main .releasestable td
{
	border-left: rgb(211,211,211) solid 1px;
	border-right: rgb(211,211,211) solid 1px;
	padding: 2px 5px;
}
.releasestable tr.grey
{
	background-color:rgb(239,239,239);
}

.releasestable td img
{
	display:block;
	margin: auto;
}

/*REALESE ALBUMS*/
.releasesalbums
{
	margin-right:3px;
	margin-bottom:3px;
}

.releasesalbums table
{
	width: 100%;
	border-collapse:collapse;
	color:rgb(102,102,102);
	font-size: 120%;
}

table#main .releasesalbums td
{
	border-bottom: rgb(211,211,211) solid 1px;
	padding: 6px 0px;
}

.releasesalbums td img
{
	display:block;
	border: rgb(211,211,211) solid 1px;
}

h1
{
	margin:5px 3px 15px 3px;
	font-size:100%;
	color:rgb(205,52,32);
}

.releasesalbums td p
{
	//margin:0 3px 15px 3px;
	margin:0px;
}

.releasesalbums td a
{
	color:rgb(233,60,37);
}

/* UPLOAD */

.upload .blockcontent
{
	margin:3px;
	width:196px;
	height:146px;
}


/* PLAYER */

.player .blockcontent
{
	background: transparent url(i/player-bg_06.gif) repeat-x;
	height:75px;
	width:196px;
	margin:0 3px 3px 3px;
	padding-top:4px;
}

.player .blockcontent .playertitle
{
	margin:0 4px;
	padding:2px 10px;
	background-color:#fff;
	color:#9f9f9f;
}

.player .playback
{
	margin-left:28px;
	margin-top:4px;
}

.player .playback .listenall
{
	margin-left:25px;
}

.player .playback a
{
	color:#333;
}


/* TOP5 */

.top5 .blocktitle
{
	margin-bottom:0;
}

.top5 .blockcontent
{
	margin:0 3px 3px 3px;
}

.top5 .blockcontent table
{
	border-collapse:collapse;
	width:100%;
	color:#666;
	font-size:100%;
}

td#right .top5 .blockcontent table td
{
	padding:5px 0;
	vertical-align:middle;
}

.top5 .blockcontent table tr.bg1
{
	background-color:#efefef;
}

td#right .top5 .blockcontent table td.top5number
{
	color:#ff3300;
	font-size:110%;
	font-weight:bold;
	padding-left:8px;
	width: 14px;
}

td#right .top5 .blockcontent table td.top5name
{
	width:132px;
}

.top5 .blockcontent table td p
{
	margin:0;
}


/* SUBSCRIBE */

.subscribe .blockcontent
{
	margin:15px 3px;
	height:18px;
}

.subscribe .blockcontent form
{
	width:196px;
}

.subscribe .blockcontent form div
{
	clear:left;
	//height: 1px;
}

.subscribe .blockcontent form input
{
	float:left;
}

#email
{
	border:1px solid #b37b98;
	margin-left:4px;
	margin-right:5px;
	padding-left:5px;
	color:#999;
	width:110px;
	font-size:100%;
	height:14px;
}


/* MYSPACE */

.myspace .blockcontent
{
	width:196px;
	height:81px;
	background: transparent url(i/myspace-bg_53.gif) repeat-x;
	margin:3px;
}

.myspace .blockcontent div
{
	padding-top:35px;
	text-align:center;
	font-size:110%;
}

.myspace a
{
	color:#ff0000;
}


/* FOOTER */

#footer,
#empty
{
	height:67px;
}

#footer
{
	position:absolute;
	left:0;
	bottom:0;
	background: transparent url(i/footer-bg_04.gif) repeat-x;
	width:100%;
	height:67px;
}

#footer div
{
	text-align:center;
	margin-top:32px;
}

