/* CSS Document */

/*
______________________________________________________________________________
NOTES
==============================================================================
	COMPANY COLOURS


==============================================================================
END NOTES
______________________________________________________________________________
*/



/*
==============================================================================
	COMMON LAYOUT
==============================================================================
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, san-serif;
	font-size: 11px;
	color: #666666;
	background: #FFFFFF url("../img/bkg.gif") no-repeat center center;
	background-attachment: fixed;
	}

.siteLogo{
	position:absolute;
	left: 0;
	width: 40px;
	height: 110px;
	padding: 0 1px 1px 0;
	background: #FFFFFF url("../img/logo-new.gif") no-repeat left top;
	}
	
#siteHolder {
	margin: auto;
	width: 940px;
	padding: 0px 10px;
	background-color: #FFFFFF;
	}

#Top {
	margin: 10px 0 10px 0;
	padding: 0;
	height: 20px;
	border-bottom: 1px #000000 solid;
	}
#Top h1 {
	padding: 0;
	margin: 0;
	display: none;
	/*background: transparent url("../img/logo.gif") no-repeat top left;*/
	}
#ServiceMenu {
	float: right;
	margin: 0;
	padding: 0;
	}
#ServiceMenu a {
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	width: 96px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-align: right;
	}
#MediaBox {
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: solid #000000 5px;
	border-bottom: solid #000000 1px;
	}
.ContentHolder {
	background: #FFFFFF url("../img/bkg-content.gif") repeat-y 0 0;
	}	

/*------------------------------------------------------------------------------*/


h1.SectionHeaders {
	border-top: solid #000000 5px;
	border-bottom: solid #000000 1px;
	font-size: 12px;
	padding: 4px 0 2px 0;
	color: #000000;
	margin: 0 0 10px 0;
	}
	
h1.SectionHeaderAlt {
	border-top: solid #000000 5px;
	border-bottom: solid #000000 1px;
	font-size: 12px;
	padding: 4px 0 2px 0;
	color: #000000;
	margin: 0px 0px 1px 0px;
	}

#MP3Player{}


#IntroTxt {
	color: #000000;
	padding: 0;
	}

#ColLeft {
	background-color: #FFFFFF;
	float: left;
	width: 300px;
	margin: 0px 20px 0px 0px;
	}

/*------------------------------------------------------------------------------*/

#ColCenter {
	background-color: #FFFFFF;
	float: left;
	width: 400px;
	margin: 0px 20px 0px 0px;
	}

#ColRight {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	}
/*-----------------------------------------*/
#Albums {
	padding: 0px;
	}	
#CoverAlbum { }

#CoverAlbum a {
	clear: both;
	height: 116px;
	display: block;
	padding: 0;
	margin: 0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	}
#CoverAlbum a:hover, #PastAlbums a:hover {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #f1f1f1;
	}

#CoverAlbum img {
	float: left;
	border: solid #000000 3px;
	padding: 0;
	margin: 0 10px 0 0;
	}
	
#CoverAlbum h2, #PastAlbums h2 {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	margin: 0;
	padding: 7px 0 5px 0;
	}
	
#CoverAlbum h2.download,
#PastAlbums h2.download {
	background: transparent url("../img/ico-download.gif") no-repeat right 10px;
	}
	
	
#CoverAlbum h2 .artist, #PastAlbums h2 .artist {
	font-size: 10px;
	font-weight: 300;
	color: #333333;
	}
#CoverAlbum h2 .code, #PastAlbums h2 .code {
	font-size: 10px;
	font-weight: 300;
	color: #999999;
	}
#CoverAlbum h2 .code, #PastAlbums h2 .download {
	font-size: 10px;
	font-weight: 300;
	color: #333333;
	text-transform:uppercase;
	padding: 0 0 0 10px;
	}
	
#PastAlbums a {
	clear: both;
	display: block;
	padding: 0 0 5px 15px;
	margin: 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #e1e1e1;
	background: transparent url("../img/ico_album.gif") no-repeat 0 8px;
	}
/*-----------------------------------------*/
#Video {}

#Links {
 	padding: 0 0 20px 0;
	}
	
#Video a {
	display: block;
	padding: 5px;
	margin: 0;
	background-color: #f8f8f8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #e1e1e1;
	}

#Links a {
	display: block;
	float: left;
	padding: opx;
	margin: 0;
	width: 188px;
	background-color: #f8f8f8;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #e1e1e1;
	}

#Video a:hover, #Links a:hover {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #f1f1f1;
	}
#Video h2, #Links h2 {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	margin: 0;
	padding: 5px;
	}
 #Video h2 .artist, #Links h2 .artist{
	font-size: 10px;
	font-weight: 300;
	color: #333333;
	}
#Video h2 .code, #Links h2 .code{
	font-size: 10px;
	font-weight: 300;
	color: #999999;
	}
	
	
	
#Level2 {
	clear: both;
	padding: 0px 0px 1px 0px;
	}




/*------------------------------------------------------------------------------*/

#Footer {
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
	border-top: 5px solid #000000;
	border-bottom: 1px solid #000000;
	}
#Footer a{
	color: #666666;
	}
#Footer a:hover{
	color: #000000;
	}
a{ text-decoration:none; color: #666666;}

p.creativeCommons{
	display: block;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	}
	
p.creativeCommons a img{
	padding: 0 0 5px 0;
	}

/*
------------------------------------------------------------------------------
	TRICKS
------------------------------------------------------------------------------
*/

h1 span {
	display: none;
	}
.pullDown {
	clear: both;
	}

