/* BASIC CSS DESIGN FOR DARBUCKA BAR BY ALASTAIR MUCKLOW */
/* GENERAL BASICS */
html {
	margin: 0px; 
	padding: 0px;
}
body, h1, h2, h3, h4, h5, h6, p, ul, li {
	border: 0; padding: 0; margin: 0;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC0000;
}
/* TEXT AND HEADERS */
p {
	color: #FFF;
	font-size: 11px;
	padding: 2px 0px 5px 10px;
}
h1 {
	padding:10px;	
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66;
}
h2 {
	color: #2928A6;
}
hr { 
	height:0px; 
    border:0px; 
    border-top:1px solid #FFFFFF; 
}
a {
	text-decoration: underline;
	color: #CCFF66;
}
/* BUILDING BLOCKS */
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	background-color: #CC0000;
	height: 900px;
}
#masthead {
	height: 120px;
	background-color: #CC0000;
}
#masthead img {
	margin-top: 15px;
	margin-left:30px;
}
#MainContentHome, #MainContentPhotos, #MainContentEvents, #MainContentAbout, #MainContentContact, #MainContentBookings, #MainContentLocation, #MainContentMenu {
	float: left;
	width: 630px;
	height: 780px;
	overflow: auto;
}
#bodytext {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 609px;
}
#homebodytext {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 580px;
	background-image: url("images/drum6.jpg");
	background-repeat:repeat; 
}
#homebodytext h1 {
	font-size: 24px;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
} 
#hpform {
	position: relative;
	float: left;
	padding: 0px 50px 0px 80px;
	width: 400px;
	height: 75px;
}
/* CONTENT BACKGROUND COLOURS */

#MainContentHome {background-color: #FF9900;}
#MainContentAbout {background-color: #006600;}
#MainContentPhotos {background-color: #999900;}
#MainContentEvents {background-color: #FF6633;}
#MainContentContact {background-color: #999900;}
#MainContentBookings {background-color: #993399;}
#MainContentLocation {background-color: #FF9900;}
#MainContentMenu {background-color: #FF9900;}
#MainContentMenu {background-color: #FF9900;}

#MainContentPhotos img {margin: 30px;}
#MainContentLocation img {margin: 10px}

/* SIDENAV MENU */
#menu {
	width: 170px;
	font-size:0.8em;
	float: left;
	background-color: #CC0000;
}
#navlist {
	list-style-type: none;
	line-height: 40px;
	border-top: 1px solid #FF9900;
}
#navlist li {
	border-bottom: 1px solid #FF9900; 
}		
#navlist li a {
	color: #FF9900;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 45px;
}
#navlist li a:hover {
	background-image: url("images/drum6.gif");
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 45px;
}
#navlist li a#current {
	background-image: url("images/drum6.gif");
	background-repeat: no-repeat;
	background-position:left;
}
#subnavlist
{
	list-style-type: none;
	line-height: 20px;
}
#subnavlist li
{
	font-size:0.7em;
}
#subnavlist li a {
	padding-left: 45px;
	border:none;
}
#subnavlist li a:hover {
	background-image: none;
	background-color: #FF9900;
	color: #CC0000;
}

/*ERROR MESSAGES FOR FORM*/
.errMsg {
	color: red;
	display: inline;
	padding-left: 12px;
}
.errFld {
	border-color: red;
}