/*
	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;
}

cite {font-style:italic;font-size:.75em;color:#999;}

strong {font-weight:bold;}

ul {margin:1em 0 1em 1em;font-size.9em;}
ul li {list-style-type:circle;margin:0 0 0.25em 1em;}


/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


#header {
	background: url(/images/theme/bg-header.gif) repeat-x 0 38px #fff;
	border-bottom: 2px solid #DDD;	
}

.right {float:right;}
.images_col {width:250px;margin:20px ;}
.images_col li {list-style-type:none;margin:0 0 15px 0;}

.images_col img {border:2px solid #ddd;background:#fff;padding:5px;display:block;}

#header h1 {
	background: url(/images/theme/bg-h1.gif) no-repeat;
	width: 454px;
	height: 145px;
	position: absolute;
	top: 18px;
	left: 0;
}
div#sidebar ul {margin:none;}
div#sidebar ul li {list-style-type:none;}



#header h1 span {
	display: none;
}

#nav {
	margin: 0;
	float: left;
	margin-top: 143px;
	left: 0;
	right: 0;
	line-height: 40px;
	margin-left: 140px;
	padding-right: 21px;
	position: relative;
	top: 3px;
}

#nav li {
	float: left;
	padding-right: 1em;
	height: 40px;
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
}

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

#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 {
	position: absolute;
	right: 1em;
	top: 0;
	font-size: 0.8em;
	line-height: 37px;
}

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

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

#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: #8fa86c;
	font-size: 1.2em;
	margin: 0.5em 0;
	line-height: 1.5em;
}

#main h3 {
	color: #707070;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

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

#main ol {
	margin: 1em 1em 1em 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 {
	border: 2px solid #e1e1e1;
	margin: 2em 0 1em 0;
	padding:.5em;
	width:600px;
}


#documents h2 {
	font-size: 1.2em;
	margin: 0.5em 0;
	padding:0 0 0 26px;
	color: #0669b2;
	background: url(/images/icons/documents-invisible.gif) no-repeat left center;
}

#documents h2:hover {
	text-decoration:underline;
	cursor:pointer;	
}

#documents h2.visible {
	background: url(/images/icons/documents-visible.gif) no-repeat left center;
}



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

#documents li {list-style-type:none;margin:.5em 0 0 0;}



#documents a:hover {
	background-color: #8fa86c;
}

.doc-word   { background: url(/images/theme/icons/word.gif) no-repeat center left; }
.doc-pdf    { background: url(/images/theme/icons/pdf.gif)  no-repeat center left; }
.doc-xls    { background: url(/images/theme/icons/xls.png)  no-repeat center left; }
.doc-ppt    { background: url(/images/theme/icons/ppt.png)  no-repeat center left; }
.images     { background: url(/images/icons/images.png)     no-repeat center left; }
.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 #8fa86c;
}

