/*
Theme Name: EnchantedRecordings
Theme URI: http://www.enchantedrecordings.com
Description: The official wordpress theme for Enchanted Recordings
Version: 1.0
Author: Brett Fusedale
Author URI: http://www.fade.com.au/
*/

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	width: 682px;
	padding: 0px;
}
#header {
	width: 682px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;	
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	clear: both;
}
#menu {
	height: 92px;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 30px;
}
#contentwrapper {
	clear: both;
	text-align: left;
	float: left;
	width: 682px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
}
#content {
	clear: both;
	text-align: left;
	float: left;
	margin-right: 60px;
	margin-left: 60px;
}
#footer {
	width: 682px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 30px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
body {
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
h1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006176;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	padding: 4px;
	display: inline;
}
a img
{ 
	border:0; 
} 
.menu {
	list-style:none;
	padding-top: 20px;
}
.menu li {
	display:inline;
}
.menu li a {
	height: 48px;
	float: left;
}
.menu li a span {
	display:none;
}
li.news a {
	width:56px;
	background-image: url(images/menu_news.png);
}
li.news a:hover {
	background-position: 0px -48px;
}

li.bands a {
	width:64px;
	background-image: url(images/menu_bands.png);
}
li.bands a:hover {
	background-position: 0px -48px;
}

li.releases a {
	width:76px;
	background-image: url(images/menu_releases.png);
}
li.releases a:hover {
	background-position: 0px -48px;
}

li.label a {
	width:56px;
	background-image: url(images/menu_label.png);
}
li.label a:hover {
	background-position: 0px -48px;
}

li.contact a {
	width:71px;
	background-image: url(images/menu_contact.png);
}
li.contact a:hover {
	background-position: 0px -48px;
}
