/* 
Theme Name: The Megahorns V2
Theme URI: http://wordpress.org/
Description: The default Megahorns Theme
Version: 2.0
Author: Sam Harrison
Author URI: http://www.samharrison.com.au
Tags: The Megahorns

*/
body {
	background-color:#CCCCCC;
	background-image: url(images/backgroundfuzz2.jpg);
}
#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 270px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#content {
	float: right;
	width: 660px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#header {
	margin-bottom: 10px;
	background-image: url(images/banner2.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position:40%;
	background-color: #f3ebc4;
}
#footer {
	clear: both;
}

/* DROP DOWN MENU STRUCTURE */
#navigation  {
	background-image:url(images/NavBar.jpg);
	background-color: #DAB983;
	height: 30px;
	padding-top:20px;
	padding-left: 60px;
	position:relative;
}
#navigation li {
	float:left;
	position:relative;
	top:-23px;
	padding-right: 1em;
}
#navigation ul {
	list-style-type:none;
}	
#navigation li a {
	display:block; /* is formatting the links even in drop down */
	padding:0 10px;
	color: #3c2e20;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
#navigation li a:hover {
	color:#FFCC66;
}
#navigation li ul {
	display:none;
	position:absolute;
	left:0px;
	width:210px;
	background-color:#9e8b72;
	padding:0;
	margin:0;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#navigation li ul li {
	float:none;
	position:static;
	line-height: 30px;
	background-color:#9e8b72;
	background-image:url(images/NavBar.jpg);
}
#navigation li:hover ul {
	display:block;
}
#footer a {
	color: #3c2e20;
	text-decoration:none;
}
#footer a:visited {
	color: #3c2e20;
	text-decoration:none;
}
#footer a:hover {
	color:#FFCC66;
	text-decoration:none;
}
h2 {
    font-family:"Courier New", Century, serif;
	color:#3c2e20;
	font-weight:bold;
}
#content a {
	font-family:"Courier New", Century, serif;
	color: #3c2e20;
	font-weight:bold;
	text-decoration:none;
}
#content a:visited {
	font-family:"Courier New", Century, serif;
	color: #3c2e20;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	font-family:"Courier New", Century, serif;
	color:#FFCC66;
	font-weight:bold;
	text-decoration:none;
}
#sidebar img {
	border:none;
	border-style:none;
}