/*this is the core style sheet for Kieran Goss HOME PAGE*/

body,
html {
margin:0;
padding:0;
color:#000000;
background:#000000;
}

#wrap {
width:800px;
margin:0 auto;
background:#000000;
}

#banner {
padding:10px 0px;
width:300px; 
height:45px; 
background-image:url(images/title_img.png);
background-repeat: no-repeat;
background-position: center;
}

/*menu starts*/

#nav ul {
width:800px;
margin:0;
padding:0;
padding:5px 10px;
list-style:none;
}
#nav li {
display:inline;
margin:0;
padding:0;
}


.menu {
	margin: 0;
	padding: 0;
	background:#000000;
	list-style: none;
	
}
.menu li {
	padding: 0;
	margin: 0;
	width:88px;
	height: 39px;
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1500px;
	height: 39px;
	background-repeat: no-repeat;
}
.home {background-image: url(images/butt_homepage_green.jpg); width: 88px;}
.home a {background-image: url(images/butt_homepage.png);}
.news {background-image: url(images/news_butt_green.jpg); width: 88px;}
.news a {background-image: url(images/news_butt.png);}
.tourdates {background-image: url(images/butt_tourdates_green.jpg); width: 88px;}
.tourdates a {background-image: url(images/butt_tourdates.png);}
.mailinglist {background-image: url(images/butt_mailinglist_green.jpg); width: 88px;}
.mailinglist a {background-image: url(images/butt_mailinglist.png);}
.buymusic {background-image: url(images/butt_buymusic_green.jpg); width: 88px;}
.buymusic a {background-image: url(images/butt_buymusic.png);}
.reviews {background-image: url(images/butt_reviews_green.jpg); width: 88px;}
.reviews a {background-image: url(images/butt_reviews.png);}
.gallery {background-image: url(images/butt_gallery_green.jpg); width: 88px;}
.gallery a {background-image: url(images/butt_gallery.png);}
.media {background-image: url(images/butt_media_green.jpg); width: 88px;}
.media a {background-image: url(images/butt_media.png);}
.contact {background-image: url(images/butt_contact_green.jpg); width: 88px;}
.contact a {background-image: url(images/butt_contact.png);}

ul.menu li a:hover {
	background:none;
	}
	
.menu li {
	float: left;
	}
	
.menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	
	}
/*menu ends*/


#main {
background-image: url(images/encore_homeimage.jpg);
background-repeat: no-repeat;
background-position: center;
width:800px;
height:622px;
padding:0px;
}

p.homelink {
float: right;
}

p.homelink a:link {
background-color:#000000;
text-decoration: none;}
p.homelink a:visited {
background-color:#000000;
text-decoration: none;}

p.homelink, a: active, {
background-color:#000000;
text-decoration: none;}p.homelink a:hover {background-color:#000000;
text-decoration: none;}

#footer {
clear:both;
padding:3px 5px;
background:#000000;
}
#footer p {
margin:0;
color:#FFFFFF;
font-family:georgia;
font-size:12px;
}
#footer a {
margin:0;
color:#FFFFFF;
font-family:georgia;
font-size:12px;
text-decoration: none;
}
#footer a:hover {
margin:0;
color:#777777;
font-family:georgia;
font-size:12px;
text-decoration: none;
}
#footer p {
margin:0;
    }
* html #footer {
height:1px;
	}



