/*
Theme Name: Langstaff Ellis
Theme URI: http://www.alecarpentry.co.uk/
Description: The default Langstaff Ellis Music theme.

*/


body {
	background: url(images/bg.jpg) repeat-x #817651;
	margin: 0;
	font: 93%/1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#ddd;
	}

a {
	color: #333333
	}	
	
a:hover {
	text-decoration: none;
}
	
h1 {
	font: normal 1.5em Arial, Helvetica, sans-serif;color:#e5e67e;padding-bottom:10px;border-bottom:1px dotted #bbaf81;
}	

h2 {
	margin: 50px 0px 0px 0px;
	padding: 0px;
	font-size: 1em;
	color: #A8A551;
	font-weight: bold;
}

#Container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#Header {
	float: left;
	margin-top: 45px;
	text-align: right;
}

#Header .Left {
	float: left;
	width: 260px;
}

#Header .Right {
	float: Right;
	width: 640px;
}


#Navigation {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}


#Navigation ul{float: left;text-align: left;list-style-type:none;display:inline;margin: 0px;padding: 0px;!important}
#Navigation ul li{float:left;margin:9px 25px 0 0;text-align: left;}
#Navigation ul li a{text-decoration:none;font: bold 0.90em Arial, Helvetica, sans-serif;color:#333;display:block;padding-bottom:4px;}
#Navigation ul li a:hover, .current_page_item {text-decoration:none;border-bottom:#000 1px solid;}


.entry{width:900px;line-height:1.7em;margin:0 auto;padding:0px 0 0 0;font-size: 0.95em;}


#Footer {
	background: #444435;
	width: 100%;
	float: left;
	height: 200px;
	color: #817651;
	font-size: 0.80em;
	margin-top: 10px;
}

#Footer a {
	color: #e5e67e;
}

#Footer .Inside {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 20px;
}






img {
	border: 2px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}




.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

