/*
	Jennie Routley
	http://www.jennieroutley.co.uk
	
	#3c2313 - background
	#603813 - section backgrounds
	#fcb040 - text color and stars 
	
	

*/

/* RESET */

*				{	margin: 0; padding: 0; }
html			{	overflow-y: scroll; }
html, body		{	height: 100%; line-height: 1.6em;}
body			{	font-size: 80%; font-family: "Lucida Grande", Arial, sans-serif; color: #fff; }
ul				{	list-style: none;	}
ol				{	list-style: none; }
a				{	outline: none; text-decoration: none; }
a img			{	border: none;	}
img				{ 	vertical-align: middle;	}
table			{	border-collapse: collapse;	}
p				{	padding-bottom: 10px;}

/* UTILITY */

.floatleft		{	float: left;	}
.floatright		{	float: right;	}
.clear			{	clear: both;	}
.button			{	border: 1px solid #000; background: #fff; padding: 3px 8px;
					-moz-border-radius: 5px;	-webkit-border-radius: 5px;					color: #ccc;	}
.button:hover	{	background: #990000; color: #fff; }	

.corners		{	-moz-border-radius: 5px;  -webkit-border-radius: 5px;}

body {
	background: #3c2313 url(images/background_home3.jpg) repeat-x;
}

#wrapper {
	width: 860px;
	margin: auto;
}

#footer {
	float: right;
	width: 140px;
}

#graphic {
	background: url(images/main_image4.jpg) no-repeat center bottom;
	height: 317px;
	
}

#graphic h1 {
	text-indent: -9999px;
}

#menu {
	background: #fff url(images/topcurve.jpg) no-repeat top;
	height: 51px;
	margin-top: 28px;

}

#menu ul {
	margin-left: 20px;
}

#menu ul li {
	float: left;
	padding: 7px 20px;
	margin: 16px 12px 0 0;
	background: #603813;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;

}

#menu ul li a {
	color: #fcb040;
	font-size: 120%;
}

#menu ul li a:hover {
	color: #fff;
}

li.lyrics {
	width: 80px;
}
li.lyrics ul {
	display: none;
}

li.lyrics:hover ul {
	display:  block;
}

ul.dropdown li {
	width: 80px;
	padding-left: 5px;
}

span.orange {
	color: #fcb040;
	font-size: 110%;
}

#main_content {
	background: #fff url(images/bottomcurve.jpg) no-repeat bottom;
	float: left;	
	margin-bottom: 20px;
	
}

.column1 {
	width: 200px;
	background: #603813 url(images/sheep.jpg) no-repeat 180px 240px;
	margin: 20px 20px 20px 25px;
	padding: 25px;
	height: 260px;
	}

.column2 {
	width: 480px;
	background: #603813 url(images/seasaw.jpg) no-repeat 350px 210px;
	margin: 20px 25px 20px 10px;
	padding: 25px;
	padding-bottom: 60px;
	height: 225px;

}

#main_content h2 {
	color: #fcb040;
	background: url(images/star.jpg) no-repeat left;
	font-size: 130%;
	padding-left: 35px;
	margin-bottom: 10px;
}

h3 {
	padding-bottom: 5px;
}

h4 {
	color: #fcb040;
	font-size: 120%;
	margin-bottom: 10px;

}

a {
	color: #fcb040;	
}

a:hover {
	color: #fff;
}

#main_content span {
	font-size: 130%;
	font-weight: 400;
}


/*** SONGS PAGE ***/

#internal_section {
	width: 820px;
	margin: 20px;
	background: #603813 url(images/speakers.png) no-repeat bottom right;
	float: left;
	}
	
#internal_section_no_speakers {
	width: 820px;
	margin: 20px;
	background: #603813;
	float: left;
	}
	

	


#top_section {
	width: 480px;
	margin: 20px;
	background: url(images/songs_guys.png) no-repeat 0 50px;
	padding-left: 300px;
	float: left;
}

.purchases {
	width: 480px;
	margin: 20px;
	background: url(images/songs_guys.png) no-repeat left top;
	padding-left: 300px;

}

#full_width {
	width:700px;
	margin: 20px;
}

.left_text {
	width: 740px;
	margin: 20px;
	padding: 20px;
}

.left_text ul {
	padding: 0 0 10px 20px;
}

.left_text ul li {
	list-style-type: circle;
}



.song_holder {
	width: 210px;
	margin: 10px 10px 10px 20px;
	padding: 15px;
	height: 185px;
	background: #3B2314;
}

.small_holder {
	width: 460px;
	padding: 10px; 
	background: #3B2314;
	margin-top: 20px;
}

.holder_left {
	width: 280px;
	float: left;
}

.song_holder h4, .small_holder h4 {
	background: url(images/star.png) no-repeat left;
	font-size: 130%;
	padding-left: 25px;
	color: #fcb040;
}

.song_holder p, .small_holder p {
	font-size: 80%;
	padding-left: 25px;
}

.lower_section {
	background: #fcb040;
	padding: 5px 0 5px 0;
	height: 30px;
}

.lower_section_small {
	background: #fcb040;
	padding: 5px 0 5px 0;
	margin-top: 25px;
	height: 30px;
	width: 105px;
	float: right;
}

.download {
	width: 110px;
	float: right;
}

.lower_section form{
	color: #603813;
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	margin-left: 6px;
	}
	
form.album {
	padding-left: 100px;
}
.lower_section a {
	color: #603813;
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	background: url(images/purchase.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 6px;
	}
	
		

.lower_section object {
	float: left;

}

p.bordley {
	padding-bottom:  30px;
}

p.wales {
	padding-bottom: 70px;
}

p.tourist {
	padding-bottom: 50px;
}

p.magical {
	padding-bottom: 50px;
}

p.miner {
	padding-bottom: 30px;
}

p.tom {
	padding-bottom: 30px;
}

p.summer {
	padding-bottom:  50px;
}

p.night {
	padding-bottom: 50px;
}

p.bendix {
	padding-bottom: 50px;
}

p.nature {
	padding-bottom:  50px;
}

p.gogroth {
	padding-bottom: 50px;
}

p.album {
	padding-bottom: 30px;
}

.extra_padding {
	padding-bottom: 200px;

}
/** DROP DOWN MENU LYRICS */



body#lyrics 

p {
	padding-bottom: 0;
}







