html 
{
	font-size: 100.01%;
}


/* RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, img, object 
{
	margin: 0;
	padding: 0;
	border-width: 0;
}



body 
{
	background-color: #dedcd0;
	font-size: 62.5%;
	text-align: left;
	font-family: Arial, sans-serif;
	}



/* IDs */



#container 
{
	width: 960px;
	margin: 16px auto 0px auto;
	font-size: 1.3em;
	line-height: 1.3;
	background-color: #c5dbf2;

}


#side
{
	float: left;
	width: 320px;
	
	
}

#logo, #sidecontent, #nav 
{
	padding-left: 32px;
	padding-right: 24px;
}

#logo 
{
	background-color: #dedcd0;
	padding-top: 16px;
}


#sidecontent 
{
	background-color: #dedcd0;
	padding-top: 24px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#nav 
{
	background-color: #c5dbf2;
	text-align: right;
	padding-top: 16px;
	padding-bottom: 32px;
}

#nav li
{
	font-size: 1.8em;
}






#main 
{
	float: left;
	background-color: #f2eab9;
	width: 584px;
	padding: 16px 40px 64px 16px;
}






#footer 
{
	clear: both;
	background-color: #dedcd0;
	padding-left: 32px;
	padding-top: 16px;
	padding-bottom: 32px;
}




/* HTML TAGS */

div 
{
	
}

/* @group Headings */

/* HEADINGS */


h1, h2, h3, h4 
{
	
}


h1 
{
	font-size: 2.8em;
	text-align: right;
}



h2 
{
	font-size: 1.2em;
	
}



h3 
{
	font-size: 1.5em;
	padding-bottom: 4px;
}


h4 
{
	font-size: 1.8em;
	
}



h5, h6 
{
	
}


h5 
{
	font-size: 1.6em;
	
}


h6 
{
	font-size: 1.6em;
	
}




p 
{
	color: #333333;
	padding-top: 2px;
	padding-bottom: 8px;
}

/* @group List styles */

ul 
{
	list-style-type: none;
	
}

li 
{
	
	line-height: 1.4;
	color: #333333;
}

#nav ul
{

	
}

#nav li
{
		
}


ul.concertlist
{

	
}

ul.concertlist li
{
	
}


dl 
{
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 8px;
}


dt 
{
	
}


dd 
{
	
}


.homeitem
{
	padding-top: 24px;
	clear: both;
}

.cover
{
	float: left;
	
}

.releaseinfo
{
	
	float: left;
	padding-left: 24px;
}

p.title
{
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 1.6em;
}

p.band
{
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 1.4em;
}

p.price
{
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 8px;
}

#discoglist
{
	
	padding-top: 16px;
}




/* LINKS */


a 
{
	text-decoration: none;
	padding-top: 0px;
}


a:link 
{
	color: black;
	text-decoration:underline;
}


a:visited 
{
	color: black;
}


a:hover 
{
	color: #666;
	border-bottom: 0px solid #ee0000;
}


a:active 
{
	color: #ff0000;
	border-bottom: 0px none #ee0000;

}


/*prevent unwanted link behaviour on images*/


a.img 
{
	background-color: transparent;
	border-style: none;
}

/* @end */

blockquote 
{
	color: #333333;
	padding: 0px 0px 8px 8px;
	margin-right: 16px;
	margin-left: 16px;
	
	font-style: italic;
}

cite 
{
	display: block;
	text-align: right;
	font-style: italic;
}

strong 
{
	font-weight: bold;
}




/* CLASSES */




.floatleft 
{
	float: left;
	margin-right: 12px;
}


.floatright 
{
	float: right;
	margin-left: 12px;
}

.clear
{
	clear: both;
}

.centre 
{
	text-align: center;
}


.bold 
{
	font-weight: bold;
}

.bigger 
{
	font-size: 120%;
}

.xl 
{
	font-size: 300%;
}


.smaller 
{
	font-size: 90%;
}


.italic 
{
	font-style: italic;
}


.emboss 
{
	text-shadow: 1px 1px 1px #888;
}

.alignright
{
	float: right;
	display: inline;
}

.textalignright
{	
	text-align:right;
	font-size: 10px;

}


