/* @override http://www.durhamlodge.net.au/css/durhamlodge.css */

/* @group Panels */

body {
	background-color: #292a5f;
	color: black;
}

#container {
	position: relative;
	width: 760px;
	margin: 20px auto;
	background-color: #fff;
}

#banner {
	position: relative;
	background-color: #292a5f;
	background-image: url(../upload/template/durhamlodge/banner-001.png);
	border-color: #0071bf;
	background-repeat: no-repeat;
	height: 134px;
}

#banner h1 {
	text-indent: -1000em;
}

#main {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#content {
	float: left;
	position: relative;
	min-height: 200px;
	padding: 15px 30px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
	margin-right: -6px;
	width: 530px;
}

#sidebar-left {
	float: left;
	width: 150px;
	padding: 10px 10px 10000px 10px;
	margin-bottom: -9970px;
	background-color: #efefef;
}

#sidebar-left .item {
	margin-bottom: 20px;
}

#footer {
	background-color: #333;
	color: #fff;
	padding: 12px 22px;
	width: 716px;
	border-top: 3px solid #2a2a2a;
}

#footer a {
	color: #fff;
}

img.left {
	padding-right: 10px;
}

img.right {
	padding-left: 10px;
}

/* @end */

/* @group Fonts */

body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p, li {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 0.7em;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
	color: #ff9a00;
	line-height: 1.4;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	color: #ff9a00;
	line-height: 1.4;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	color: #ff9a00;
	line-height: 1.4;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0.6em;
	font-weight: bold;
	color: #ff9a00;
	line-height: 1.4;
}

h5 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
	font-weight: bold;
	color: #ff9a00;
	line-height: 1.4;
}

h6 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
	color: #ff9a00;
	line-height: 1.4;
}

ul, ol {
	padding: 1em 3em;
	list-style-type: disc;
	line-height: 1.4;
}

ol {
	list-style-type: decimal;
}

li li, li p {
	font-size: 1.0em;
}

pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

blockquote {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	padding: 2em 0 2em 2em;
	margin-bottom: 1em;
	background-color: #fefdd3;
}

blockquote blockquote {
	font-size: 1em;	
	margin-bottom: 0;
	padding: 0.5em 0 0.5em 2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group Newslist */

.feature .item {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.feature .item .image {
	float: right;
}

.feature .date {
	padding: 6px;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	background-color: #666;
	margin-bottom: 10px;
}


/* @end */

/* @group Tables */

table {
	width: 100%;
	margin-bottom: 2em;
}

td, th {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th {
	font-weight: bold;
}

/* @end */

/* @group Navlist0 */

.depth-0 {
	position: absolute;
	z-index: 50;
	top: 100px;
	left: 0;
	padding: 0;
	width: 760px;
	overflow: hidden;
	font-size: 1.0em;
	background-color: #333;

}

#container .depth-0 li {
	position: relative;
	float: left;
	display: block;
	z-index: 100;
	margin-right: 1px;
	padding: 0;
	margin: 0;
}

.depth-0 a {
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	z-index: 100;
	padding: 9px 21px;
	color: #fff;
	border-right: 1px solid #666;
}

.depth-0 a:hover, .depth-0 li.d1:hover {
	background-color: #000;
	background-image: none;
}

.depth-0 .selected a {
	background-color: #000;
	background-image: none;
}

.depth-1 {
	list-style-type: none;
	padding: 0.5em 1em;
	color: #bbb;
}

.depth-1 li {
	padding: 0.2em 0;
}

.depth-1 a {
	color: #333;
}

.depth-2 {
	padding: 0.5em 0 0 2.5em;
}

.depth-2 a {
	color: #666;
}


/* @end */


