/*
	Copyright (c) JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

@import url('/css/typography.css');
@import url('/css/content.css');

body {
	background: black;
	padding: 28px;
}

.hidden {
	display: none;
}

.clearfix:after {
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

* html .clearfix { height: 1%; }

#site_wrapper {
	position: relative;
	margin: 0px auto;
	width: 960px;
}

/* -- Header & Top Nav -- */

#site_header {
	position: relative;
	background: transparent url('/img/layout/site_header_-x-.gif') repeat-x;
}

#site_subnavmenu {
	height: 25px;
	overflow: hidden;
}

#site_subnavmenu li
{
	float: left;
	background: transparent url('/img/layout/site-subnavmenu-division.gif') right 0 no-repeat;
	padding-right: 2px;
}

#site_subnavmenu a
{
	float: left;
	color: white;
	display: block;
	line-height: 25px;
	overflow: hidden;
	padding: 0 20px;
}

#site_subnavmenu li.hover a
{
	background: transparent url('/img/layout/site-subnavmenu-hi.gif') 0 0 no-repeat;
}

#site_subnavmenu .selected
{
	background: transparent url('/img/layout/site-subnavmenu-hi.gif') 0 0 no-repeat;
}

#site_subnavmenu li.first a {
	background: transparent url('/img/layout/site-subnavmenu-left.gif') 0 0 no-repeat;
}

#site_subnavmenu li.first.hover a {
	background-position: 0 -25px;
}

#site_subnavmenu li.first .selected {
	background-position: 0 -25px;
}


#site_header a#login {

	display: block;
	position: absolute;
	right: 0;
	top: -5px;	
	
	width: 130px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	
	background: transparent url('/img/layout/site-subnavmenu-login.gif') 0 0 no-repeat;
}

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

#site_header_banner {

	padding-top: 150px;
	height: 0;
	overflow: hidden;
	
	background: transparent url('/img/layout/site_header_banner.gif') 0 0 no-repeat;
}

/* -- Main Navigation -- */

#site_menu {
	background: transparent url('/img/layout/site-menu-backtile.gif') 0 0 repeat-x;
	border-left: 1px solid #998F89;
	border-right: 1px solid #8A807A;
}

#site_menu .first {
	background: none;
	border-left: none;
	padding-left: 0;
}

#site_menu li
{
	float: left;
	background: transparent url('/img/layout/site-menu-division.gif') left 0 no-repeat;
	padding-left: 2px;
}

#site_menu a {
	float: left;
	/*text-shadow: #362828 2px 2px 0;*/
	text-transform: uppercase;
	color: white;
	display: block;
	width: 108px;
	padding: 5px;
	height: 40px;
	overflow: hidden;
	background: transparent url('/img/layout/menu-item-arrow.gif') right bottom no-repeat;
}

#site_menu a:hover {
	background: transparent url('/img/layout/site-menu-back-hi.gif') right 0 no-repeat;
}

#site_menu a.selected {
	background: transparent url('/img/layout/site-menu-back-selected.gif') right 0 no-repeat;
}

#site_menu strong {
	color: #ddd;
}

/* -- Main Site -- */

div#site_main {
	clear: both;
	background: url('/img/layout/site-sidebar-verttile.gif') left 0 repeat-y #fff;
}

div#site_main_wide{
	clear: both;
	background: #fff;
}

/* -- Sidebar -- */

#site_sidebar {
	background: url('/img/layout/site-topshadow.png') 0 top repeat-x;
	position: static;
	float: left;
	width: 180px;
	padding: 25px 15px 0;
	_padding: 25px 12px 0px;
}

a.image_link
{
	margin-top: 25px;
	height: 98px;
}

a.image_link img
{
	margin-top:5px;
}

#site_sidebar h2 {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	padding-bottom: 1em;
}

#site_sidebar input {
	font-size: 14px;
	padding: 3px;
	width: 166px;
}

#site_sidebar input.gray {
	color: #888;
}

#site_sidebar div.sidebar-box {
	background: url('/img/layout/sidebar-box-middle-mat.gif') repeat-y;
	width: 186px;
	margin-bottom: 20px;
}

#site_sidebar div.sidebar-box-top {
	padding-top: 5px;
	background: url('/img/layout/sidebar-box-top-mat.gif') no-repeat top;
}

#site_sidebar div.sidebar-box-content {
	_margin-left: -1px;
	padding: 10px 10px 5px;
	background: url('/img/layout/sidebar-box-bottom-mat.gif') no-repeat bottom;
}

/*
#site_sidebar div.sidebar-box {
	background: magenta url('/img/layout/sidebar-box-middle.gifx') 0 0 repeat-y;
	margin-bottom: 14px;
	width: 177px;
}


#site_sidebar div.sidebar-box-top {
	position: relative;
	width: 178px;
	height: 10px;
	background: transparent url('/img/layout/sidebar-box-top.gif') 0 0 no-repeat;
}

#site_sidebar div.sidebar-box-content {
	margin: 0px 2px;
	padding: 10px;
	border: 1px solid magenta;
	position: relative;
	width: 155px;
	background: #e4e4e4 url('/img/layout/sidebar-box-gradienttile.gif') 0 bottom repeat-x;
}

#site_sidebar div.sidebar-box-bottom {
	position: relative;
	width: 178px;
	height: 9px;
	background: transparent url('/img/layout/sidebar-box-bottom.gif') 0 0 no-repeat;
}
*/

#site_sidebar div.sidebar-box img {
	width: 160px;
	padding: 1px;
}

#site_sidebar div.sidebar-box:hover img {
	border: solid 1px #5a7c8f;
	padding: 0;
}

ul.sidebar_links li {
	line-height: 1.5em;
}

div#latest-photo {
		text-align: center;
}

.latest-photo-caption {
	line-height: 20px;
	text-align: center;
}


/* -- Sidebar - 'On the Forums' dl. Is there a better way to do this? -- */
#site_sidebar dd {
	color: #2b2b2b;
	margin-bottom: 14px;
}

/* -- Content -- */

div#site_content
{
	float: right;
	width: 715px;
	min-height: 447px;
	background: url('/img/layout/site-topshadow.png') 0 top repeat-x;
	padding: 20px 15px 0 20px;
}

div#site_content.wide {
	width: 930px;
	_width: 925px;
}

div#site_footer
{
	position: relative;
	height: 54px;
}

div#site_footer.wide #site_footer_top {
	background: transparent url('/img/layout/site-footer-top-forum.gif') 0 0 no-repeat;
}

div#site_footer_top
{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 13px;
	background: transparent url('/img/layout/site-footer-top.gif') 0 0 no-repeat;
}

div#site_footer_x--
{
	position: absolute;
	left: 0px;
	top: 13px;
	width: 13px;
	height: 54px;
	background: transparent url('/img/layout/site_footer_x--.gif') 0 0 no-repeat;
}

div#site_footer_-x-
{
	position: absolute;
	left: 13px;
	top: 13px;
	width: 775px;
	height: 54px;
	background: transparent url('/img/layout/site_footer_-x-.gif') 0 0 repeat-x;
}

p#site_footer_toptext
{
	position: absolute;
	left: 92px;
	top: -4px;
	width: 666px;
	padding-top: 24px;
	color: #e6e6e6;
}

p#site_footer_toptext span {
	color: #ffc800;
}

#site_footer_bottomtext {
	position: absolute;
	left: 0px;
	top: 49px;
	width: 800px;
	color: black;
	text-align: center;
	font-size: 10px;
}

#site_footer_bottomtext li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #000;
}

#site_footer_bottomtext li.first {
	border-left: none;
}

#site_footer_bottomtext a {
	color: #000;
}

div#site_footer_--x
{
	position: absolute;
	left: 788px;
	top: 13px;
	width: 13px;
	height: 54px;
	background: transparent url('/img/layout/site_footer_--x.gif') 0 0 no-repeat;
}

div#site_footer_logo
{
	position: absolute;
	left: 800px;
	top: 13px;
	width: 160px;
	height: 54px;
	background: transparent url('/img/layout/site_footer_logo.gif') 0 0 no-repeat;
}



/* Page content styles */
div#oweek_box
{
	position: relative;
	width: 696px;
	height: 140px;
	padding-top: 30px;
}
div#oweek_box_x--
{
	position: absolute;
	left: 0px;
	width: 5px;
	height: 140px;
	background: transparent url('/img/layout/oweek_box_x--.gif') 0 0 no-repeat;
}

div#oweek_box_-x-
{
	position: absolute;
	left: 5px;
	width: 656px;
	height: 110px;
	background: transparent url('/img/layout/oweek_box_-x-.gif') 0 0 repeat-x;
	padding: 20px 15px;
}

div#oweek_box_--x
{
	position: absolute;
	left: 691px;
	width: 5px;
	height: 140px;
	background: transparent url('/img/layout/oweek_box_--x.gif') 0 0 no-repeat;
}

div#oweek_box img
{
	position: absolute;
	top: 15px;
	left: 524px;
	width: 152px;
	height: 114px;
}

ul#contact_list
{
	position: relative;
}
ul#contact_list li
{
	position: absolute;
}

li#contact_one
{
	left: 0px;
	top: 0px;
}

li#contact_two
{
	left: 180px;
	top: 0px;
}

li#contact_three
{
	left: 360px;
	top: 0px;
}

li#contact_four
{
	left: 540px;
	top: 0px;
}

/* ------------------------------------------------------------------------
	Directory
   ------------------------------------------------------------------------ */

#site_content dl {
	padding: 0;
	border-bottom: 1px solid #eee;
	padding: 1em 0;
}

#site_content dl.no_border {
	border: none;
}

#site_content dt, #site_content dd {
	float: left;
	line-height: 2em;
}

#site_content dt {
	clear: left;
	font-weight: bold;
	width: 10em;
	text-align: right;
}

#site_content dd {
	margin-left: 2em;
}

