/*---------------------------------------------------------------------------
mrstopatmilton.com.au Style Sheet 

version: 1.0
author: Zoe Simpson
email: cssquest@nobullit.com.au
website: http://www.nobullit.com.au
---------------------------------------------------------------------------*/
/*-----DOCUMENT---------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333;
	height: 100%;
	min-width: 775px;
	text-align: center; 
	line-height: 1.5em;	
   font: small Verdana, "Lucida Grande", Arial, sans-serif;
}
#leftnav strong {
	color: #B4414B;
}	
strong {
	color: #849e3b;
}	
img {
	border: 0 none transparent;
}
a, a:visited {
	color: #b4414b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #849e3b;
	font-weight: bold;
	text-decoration: none;
} 
h1 { 
	/*color: #bdca3f; */
	color: #b4414b;
	font-family: georgia, verdana; 
	font-size: 28px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 28px;
}
h1 small {
	color: #6C6C6C;
	line-height: 10px;
	font-size: 10px;
	padding: 0px;
}
h2 {
	padding: 0;
	color: #83A1AD;
	font: bold 135% georgia, verdana; 
}
/*-----PAGE WRAPPER---------------------------------------------------------*/
#container {
	width: 766px;
	margin: 0 auto;	
	min-height: 100%;
	text-align: left; 
	background: #fff;
}
/* =Skip links */
#skip {
	padding: 0 1em 0 1em;
	margin: 0 0 0 5px;
	list-style: none;
/*	visibility: hidden;*/
	background: #f1efe7;
}
#skip li {
	padding: 0;
	display: inline;
	font-size: 0.5em;
	margin: 0 1em 0 0;
}
#skip a:link,
#skip a:visited {
	color: #666;
	border-color: #fff;
	font-weight: normal;
	padding-right: 10px;
	background: url(/img/arrow-skip.gif) no-repeat 100% 60%;
}
#skip a:focus,
#skip a:active,
#skip a:hover {
	color: #000;
	background-color: #ffc;
	text-decoration: underline;
}
/*-----HEADER---------------------------------------------------------------*/
#header {
	width: 766px;
	background: url(/img/bv.jpg) no-repeat top right;	
}
#logo {
	width: 520px;
	height: 177px;
	display: block;
	margin: 0 8px 0 15px;
	background: url(/img/mt-logo.jpg) no-repeat top left;	
}
/*-----BEGIN NAVIGATION COLUMN---------------------------*/
#leftnav {
	float: left;
	width: 180px;
	background: #E8F4FC;
	text-align: center;
	font: 105% georgia, verdana; 
}
#leftnav ul {
	width: 160px;
	float: right;
	text-align: right;
	margin: 0 10px 20px 0;
	list-style-type: none;
}
#leftnav li {
	line-height: 4em;
	margin: 0 0 0 13px;
	font-family: georgia, verdana;
	border-bottom: 1px #fff solid;
}
#leftnav a,
#leftnav a:active {
	color: #454545;
	padding: 0 13px 0 0;
	text-decoration: none;
}
#leftnav a:hover {
	color: #801013;
	text-decoration: none;
	background: url(/img/li-arrow.gif) no-repeat 100% 60%;
}
#home #leftnav .home a, #accommodation #leftnav .accommodation a, #facilities #leftnav .facilities a, #location #leftnav .location a, #rates #leftnav .rates a, 
#attractions #leftnav .attractions a, #contactus #leftnav .contactus a {
	color: #801013;	
	padding: 0 13px 0 0;
	background: transparent url(/img/li-arrow.gif) no-repeat 100% 60%;}

#leftnav img {
	padding: 0 0 35px 0;
}	
/*-----BEGIN MAIN CONTENT----------------------------------*/
#contentwrap {
	float: left;
	border-top: #bdca3f solid 10px;
	border-bottom: #bdca3f solid 10px;
	background: url(/img/navbg.gif) repeat-y top left;
}
#content { 
	float: right;
	width: 530px;
	background: #fff;
	padding: 0 20px 0 20px;
	margin: 5px 5px 5px 5px;
	font: normal 100 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#galcontent { 
	width: 100%;
	float: right;
	background: #fff;
	padding: 0 10px 20px 40px;
	margin: 0 5px 0 5px;
	font: normal 100 Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content a[href^="http:"] {
	padding-right: 19px;
	background: url(/img/opennew.gif) no-repeat right top;
}
#content a[href^="http://www.mrstopatmilton.com.au"],
#content a[href^="http://mrstopatmilton.com.au"] {
	padding-right: 0;
	background-image: none;
}
#content p, ul, li, #galcontent p {
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.imagewrap {
	text-align: center;
	padding: 10px 10px 10px 5px;
}
.imagewrap img {
	padding: 0 15px 0 15px;
}

.imagewraplocation {
	text-align: center;
}
.imagewraplocation img {
	text-align: center;
	padding: 18px 25px 15px 25px;
}
.imgframe {
	width: 248px;
}
.imgframe2 {
	width: 248px;
}
/* ----- FORMS ----- */
fieldset {
	margin: 25px 0;
	border: none;
}
.checkbox {
	width: 8%;
	margin: 0;
	padding: 0;
	border: none;	
}
fieldset.menu {
	margin: 0 0 10px 0;
	padding: 10px 15px 0 0;
	background-color: #342514;
}
fieldset legend {
	color: #83a1ad;
	font: italic bold 1.2em georgia, verdana; 
}
p input, select, p textarea {
	color: #342514;
	font-size: 1.1em;
	font-weight: lighter;
	background-color: #f8f8f8;
}
p label {
	margin-bottom: 0.25em;
}
p textarea {
	height: 13em;
	width: 33em;
}
.buttonup { 
	height: 2em;
	color: #801013; 	margin: 0 0 35px 95px; 
	padding: .2em; 	background-color: #E8F4FC; 
	border: 1px #298447 solid; 	font: bold 100% verdana, arial, sans-serif; }
.buttonover { 
	height: 2em;
	color: #FFF; 	margin: 0 0 35px 95px; 
	padding: .2em; 	background-color: #83a1ad; 
	border: 1px #801013 solid;	font: bold 100% verdana, arial, sans-serif; }	
input:focus, textarea:focus, select:focus {
	background: #E8F4FC; 
}
/*=====RATES PAGE===========================================*/
table {
	background: #fff;
	margin: 0 0 25px 0;
	border: 1px solid #454545;
}
table caption {
	margin: 0;
	color: #eef3ee;
	text-align: left;
	font-weight: bold;
	padding: 8px 20px;
	border-bottom: none;
	background: #849e3b;
	border: 1px solid #000;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
table th, table td {
	margin: 0;
	text-align: center;
	padding: 8px 10px 8px 20px;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}
table th {
	color: #849e3b;
	background: #F8FBE8;
	padding: 3px 10px 5px 20px;
}
table tr {
	background: #fff;
}
table tr.alt {
	background: #f1f1f1;
}
table .firsttd {
	text-align: left;
}

/*=====GALLERY===========================================*/
.gallery {
	padding: 0;
	margin: 1em 0;
	list-style: none;
}
.gallery li a, .gallery li a:hover {
	border: none;
	background: none;
	text-decoration: none;
}
.gallery li a img {
	margin: 0;
	padding: 1em 1em 0 1em;
}
.gallery li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
/*-----BEGIN FOOTER------------------------------------------------*/
#footer {
	color: #fff;
	clear: both;	
	width: 764px;
	padding: 1px;
	display: inherit;
	text-align: center;
	position: relative;
	background: #83A1AD;
	margin: -7em auto 0 auto;
	font: 85%/150% verdana, arial, sans-serif;
}
#footer p {
	padding: 5px 0 4px 0;
}
#footer a,
#footer a:active {	
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #bdca3f;
}
