/* @override http://localhost/~hidalgo/ericamillerdesign/hockeysaccommodation.com.au/css/master.css */

/* Title:	Hockeys - master style */
/* Author:	Kalon Edser, media@kalonedser.com */
/* Updated:	23 July 2010 */

/* Colour:
	#2d2627 - dark text
	#372e2f - brown
	#c9c3c2 - mushroom
	#bb203d - home red
	#78d3fd - old chemist blue
	#e44f3c - historic orange
	#84ab30 - press green
	#4ed3da - contact aqua
*/

/* @group Core */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
    font-size: 100%;
    line-height: 1.125em; /* 16×1.125=18 */
	text-align: center;
	color: #c9c3c2;
	background: #372e2f url(../img/bg.png) 0 0 repeat-x;
	}
	
p, ul, ol {
	margin: .5em 0 1em 0;
    font-size: 0.6875em; /*11*/
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 1.25em 0 1em 0;
	text-transform: uppercase;
	font-weight: normal;
	}
	
h1 {
	font-size: 0.8125em; /*13*/
	}
	
h2 {
	text-transform: none;
    font-size: 0.6875em; /*11*/
	font-weight: bold;
	}
	
h3 {
	margin-bottom: 0;
	text-transform: none;
    font-size: 0.6875em; /*11*/
	font-weight: bold;
	font-style: italic;
	}
	
.page-heading {
	margin-top: 0;
	}

a:link, a:visited {
	color: #2d2627;
	/*text-decoration: none;*/
	}
a:hover, a:active {
	color: #4c4647;
	/*text-decoration: none;*/
	}


/* @end */
/* @group Master Layout */

#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	text-align: left;
	overflow: hidden;
	}
	
#content {
	position: relative;
	margin: 20px 0 4px 0;
	height: 325px;
	width: 690px;
	background: #c9c3c2;
	border: 5px solid #c9c3c2;
	overflow: hidden;
	}

#content #left {
	float: left;
	height: 325px;
	width: 287px;
	color: #2d2627;
	overflow: auto;
	}
	
#content #left .inner-content {
	padding: 20px;
	}
	
#content #right {
	float: right;
	width: 398px;
	height: 325px;
	background: #c9c3c2;
	border-left: 5px solid #c9c3c2;
	overflow: hidden;
	}
	
#footer {
	margin: 4px 0 25px 0;
	padding: 125px 0 0 0;
	background: transparent url(../img/squares.gif) 0 0 no-repeat;
	}

/* @end */
/* @group Logo/Header */

h1#logo {
	text-indent: -9000px;
	margin: 50px 0 0 0;
	height: 45px;
	width: 100%;
	line-height: 45px;
	background: transparent url(../img/logo.gif) 0 0 no-repeat;
	}
	
h2#slogan {
	text-indent: -9000px;
	margin: 0 0 20px 0;
	height: 20px;
	width: 100%;
	line-height: 20px;
	background: transparent url(../img/logo.gif) 0 -45px no-repeat;
	}	


/* @end */
/* @group Navigation */

#nav-select {
	display: none;
	}

#left #nav-select {
	display: block;
	position: absolute;
	left: 0;
	top: 280px;
	margin: 0;
	width: 287px;
	list-style: none;
	background: #c9c3c2;
	border-top: 5px solid #c9c3c2;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.75em;
	overflow: hidden;
	}
	
#left #nav-select li {
	float: left;
	width: 141px;
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;	
	}
	
#left #nav-select li a {
	display: block;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	}
	
#nav-select #n-old-chemist { border-right: 5px solid #c9c3c2; }

#nav-select #n-old-chemist a:link,
#nav-select #n-old-chemist a:visited {
	color: #2d2627;
	background: #78d3fd;
	}
	
#nav-select #n-old-chemist a:hover,
#nav-select #n-old-chemist a:active {
	color: #524648;
	background: #98e5fe;
	}

#nav-select #n-cottage a:link,
#nav-select #n-cottage a:visited {
	color: #b1abaa;
	background: #4d283d;
	}
	
#nav-select  #n-cottage a:hover,
#nav-select  #n-cottage a:active{
	color: #e7e3e3;
	background: #6b3855;
	}	

#nav {
	position: absolute;
	top: 556px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	/*height: 30px;*/
	width: 700px;
	list-style: none;
	display: inline;
	overflow: hidden;
	border-bottom: 2px solid;
	}
	
#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}

#nav a:hover {
	background-position: 0 -30px;
	}

/*#nav a:active,*/
#nav a.selected,
#home #n-home a,
#historic-millthorpe #n-historic-millthorpe a,
#press #n-press a,
#contact #n-contact a {
	background-position: 0 -60px!important;
	}
	
#n-home {
	margin-left: 62px!important;
	}	

#n-home a {
	width: 113px;
	background: url(../img/nav/n-home.gif) 0 0 no-repeat;
	}
/*#n-retreat a {
	width: 124px;
	background: url(../img/nav/n-retreat.gif) 0 0 no-repeat;
	}*/
#n-historic-millthorpe a {
	width: 183px;
	background: url(../img/nav/n-historic-millthorpe.gif) 0 0 no-repeat;
	}
#n-press a {
	width: 79px;
	background: url(../img/nav/n-press.gif) 0 0 no-repeat;
	}
#n-contact a {
	width: 201px;
	background: url(../img/nav/n-contact.gif) 0 0 no-repeat;
	}

/* @end */
/* @group Content */
/* @group Pages */

#home #content {background: #bb203d;}
#home #nav {border-color: #bb203d;}
	
#old-chemist #content {background: #78d3fd;}
#old-chemist #nav {border-color: #78d3fd;}

#cottage #content {background: #4d283d; }
#cottage #content #left { color: #c9c3c2; }
#cottage #nav {border-color: #6b3855;}

#historic-millthorpe #content {background: #e44f3c;}
#historic-millthorpe #nav {border-color: #e44f3c;}

#press #content {background: #84ab30;}
#press #nav {border-color: #84ab30;}

#contact #content {background: #4ed3da;}
#contact #nav {border-color: #4ed3da;}

/* @end */

#left ul {
	list-style: none;
	/*list-style: square;
	padding-left: 20px;*/
	}
	
#left ul li {
	margin: 0 0 .5em 0;
	background: url(../img/dash.gif) 0 50% no-repeat;
	padding-left: 12px;
	}
	
#cottage #left ul li { background: url(../img/dash-light.gif) 0 50% no-repeat; }
	
#left ul.no-bullets,
#left ul.no-bullets li  {
	list-style: none;
	padding: 0;
	background: none!important;
	}

#footer p {
	margin: 0;
	color: #6b5b5c;
	font-size: 0.625em; /*10*/
	text-align: center;
	}
	
#footer p.copyright {
	margin-top: .75em;
	}	
#footer p.emd {
	margin-bottom: 1em;
	line-height: 18px;
	}
	
#footer p.emd span {
	padding-left: 30px;
	background: transparent url(../img/emd.gif) -1px 0 no-repeat;
	}
	
#footer a:link,
#footer a:visited {
	color: #6b5b5c;
	text-decoration: none;
	}
#footer a:hover,
#footer a:active {
	color: #b1abaa;
	text-decoration: none;
	}

/* @end */
/* @group Misc. */

.italics {
	font-style: italic;
	}

.hide {
	display: none;
	}
	
a.img,
a.img:hover {
	border-bottom: none !important;
	}

a img {
	border: none;
	}

/* @end */
