/*
	Author: Mathew Byrne <mathew@jbinteractive.com.au>
	Copyright (c) JB Interactive Pty. Ltd
	All Rights Reserved
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/theme/bg-body.gif) repeat-y right;
}

a {
	color: #0669b2;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#header {
	background: url(/images/theme/bg-header.gif) repeat-x;
	height: 183px;
}

#header h1 {
	background: url(/images/theme/bg-h1.gif) no-repeat;
	width: 454px;
	height: 183px;
}

#header h1 span {
	display: none;
}

#nav {
	position: absolute;
	top: 143px;
	left: 0;
	height: 40x;
	line-height: 40px;
	margin-left: 140px;
	padding-right: 21px;
	background: url(/images/theme/bg-nav-r.gif) no-repeat top right;
}

#nav li {
	float: left;
	padding-right: 1em;
	height: 40px;
	background: url(/images/theme/bg-nav.gif) repeat-x top;
}

#nav a {
	display: block;
	color: #898989;
	font-size: 0.9em;
}

#nav a.selected {
	background: url(/images/theme/bg-nav-s.gif) repeat-x !important;
	color: #044476;
}

#nav a:hover {
	background: url(/images/theme/bg-nav-h.gif) repeat-x;
	text-decoration: none;
	color: #044476;
}

#user {
	float: right;
	margin-right: 1em;
	font-size: 0.8em;
	line-height: 37px;
}

#sidebar {
	float: left;
	width: 202px;
}

#sidebar li {
	font-size: 0.9em;
	margin: 1em 0 1em 1em;
}

#sidebar li li {
	font-size: 0.9em;
	margin: 0.5em 0 0.5em 1em;
}

#content {
	background: url(/images/theme/bg-sidebar.gif) repeat-y #fff;
	float: left;
	width: 100%;
}

#main {
	margin: 1em 0 1em 202px;
	padding: 0 1em;
}

#main h1 {
	color: #044476;
	font-size: 1.5em;
	text-transform: lowercase;
}

#main h2 {
	color: #b8da8b;
	font-size: 1.1em;
	margin: 0.5em 0;
}

#main p {
	margin: 1em 0;
	font-size: 0.9em;
}

#main ol {
	margin: 0.5em 0 0.5em 2em;
	font-size: 0.9em;
	list-style: decimal;
}

#main ol li {
	margin: 0.3em 0;
}

#main p.meta {
	margin: 0;
	font-style: italic;
	color: #3e3e3e;
	font-size: 0.9em;
}

#documents {
	float: right;
	border: 2px solid #e1e1e1;
	width: 200px;
	margin: 0 0 1em 1em;
	background: url(/images/theme/bg-documents.gif) repeat-x bottom;
}

#documents div {
	border: 2px solid #fff;
	padding: 0 1em;
}

#documents h1 {
	font-size: 1.2em;
	margin: 0.5em 0;
	text-align: center;
	border-bottom: 1px dotted #c3c3c3;
}

#documents a {
	display: block;
	padding-left: 26px;
	font-size: 0.9em;
	margin: 0.5em 0;
}

#documents a:hover {
	background-color: #b8da8b;
}

a.doc-word {
	background: url(/images/theme/icons/word.gif) no-repeat center left;
}

a.doc-pdf {
	background: url(/images/theme/icons/pdf.gif) no-repeat center left;
}

a.attachment {
	background: url(/images/icons/attachment.gif) no-repeat center left;	
}

#documents span {
	font-size: 0.8em;
	color: #555;
}

#footer {
	clear: both;
	padding: 1em;
	font-size: 0.9em;
	color: #d1d1d1;
	border-top: 2px solid #e1e1e1;
}

#footer a {
	color: #d1d1d1;	
}

#footer span {
	padding: 0 1em;
}

.side-selected {
	border-bottom: 3px solid #b8da8b;
}
