/*
Theme Name: Nabenet
Theme URI: http://nabenet.com.au/
Description: The theme used on the nabenet.com.au website.
Version: 1.0
Author: Jonathan Poh
Author URI: http://jonathanpoh.com/
Tags: green, fixed width, two columns, widgets
*/



/*

website.com Screen Styles
Authored by: Jonathan Poh
Contact: me@jonathanpoh.com

Table of Contents:

	Common
		Typography and Colours
		Layout
		Images
		Forms
		Miscellaneous		
	Sections
		Header
		Image Replacement
		Navigation
		Sidebar
		Content
		Footer					
	Page-specific
		Homepage


*/


/* Typography and Colours
--------------------------------------------- */

body {
	color: #3a434b;
	background: #aad5aa;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	color: #3a434b;
}

h3 {
	font-size: 1.16em;
	color: #89b955;
}

h4 {
	font-size: 1em;
}

p {
	margin: 0 0 0.5em 0;
}

a:link, 
a:visited {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover, 
a:active {
	text-decoration: underline;
}

input,
textarea {
	color: #584B3C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


#outer {
	background: #d5fea9;
}

#inner {
	background: #fff url(images/bg_inner.gif) repeat-y 0 0;
}

#header {
	color: #fff;
	background: #3a434b ;
}

#content {
	background: transparent url(images/bg_content.gif) no-repeat 0 100%;
	font-size: 1.2em;
	line-height: 1.5;
}	


/* Layout
--------------------------------------------- */

html {
	height: 100%;
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

#outer {
	margin: 0 auto;
	padding: 0 0px;
	width: 770px;
	border: none;
	clear: both;
/*	height: 1%;*/
/*	overflow: auto;*/
}

#inner {
	padding: 0;
	overflow: auto;
}

/* Images
--------------------------------------------- */

img {
	border: 0px;
	padding: 0;
	margin: 0;
	display: block;
}

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Forms
--------------------------------------------- */

label {

}

form br {

}

form p {
	margin-bottom: 0;
}

.textinput input {
	width: 172px;
	margin: 0 0 0 10px;
	padding: 0px;
	border: 1px solid #584B3C;
	padding: 2px;
}

.cr {
	display: block;
	float: left;
	width:18.3em;
	padding: 0 0 1em 0.5em;
}

.cr label {
	display: inline;
}

.messageinput {
	margin: 0;
	clear: both;
	padding-top: 1em;
}

.messageinput textarea {
	width: 548px;
	margin: 0;
	border: 1px solid #584B3C;
	padding: 2px;
}

.submit {
	float: right;
	margin-right: 0em;
}

.submit input {
	margin: 1em 1em 0 0;
	padding: 2px 0.5em;
	border: 1px solid #584B3C;
	background: #FFF;
	font-size: 1.2em;
}


/* Miscellaneous
--------------------------------------------- */

.clear {
	clear: both;
}


.alignright {
	float: right;
}

.alignleft {
	float: left
}

.smallcaps {
	text-transform: uppercase;
	font-size: 8px;
}

/* Header
--------------------------------------------- */

#header {
	padding: 25px 30px 0 30px;
	margin: 0 10px;
	width: 690px;
	height: 75px;
	position: relative;
}


/* Image Replacement
--------------------------------------------- */

.replaced {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	display: block;
}

#header h1#nabenetlogo {
	width: 252px;
	height: 75px;
	background: url(images/logo_nabenet.gif) no-repeat 0 0;
	clear: none;
	float: left;
}

#header h1#nabenetlogo a:link,
#header h1#nabenetlogo a:visited {
	display: block;
	width: 300px;
	height: 75px;
/*	float: left;*/
	background: url(images/icon_home.gif) no-repeat 100% 75px;
}

#header h1#nabenetlogo a:hover,
#header h1#nabenetlogo a:active {
	background-position: 100% 100%;
}


#headerlinks {
/*	float: right;	*/
	display: block;
	padding: 60px 30px 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
/*	height: 100px;*/
	font-size: 1.4em;
}

#header a.contactlink:link, 
#header a.contactlink:visited {
	color: #b9c4ce;
}

#header a.contactlink:hover,
#header a.contactlink:active {
	color: #fff;
	text-decoration: none;
}

/* Navigation
--------------------------------------------- */

#navigation {
	margin: 0;
	padding: 30px 0 30px 30px;
	font-size: 1em;
	background: #FFF;
/*	width:100%;*/
	text-align: center;
	overflow: auto;
	height: 1%;
}	

#navigation ul,
#navigation ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0 30px 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
	display: block;
	float: left;
	width: 210px;
	height: 40px;
	background: #666;
}

#navigation li.last {
	margin-right: 0;
}

#navigation li a:link,
#navigation li a:visited {
	color:#fff; 
	background:transparent; 
/*	padding: 0.5em; */
	display: block;
	padding-top: 10px;
}

#navigation li a:hover,
#navigation li a:active {
	color: #ff9900;
	text-decoration: none;
}


#navigation li#nav-rehabilitation,
#navigation li#nav-training,
#navigation li#nav-health {
	background: transparent url(images/nav_generic.gif) no-repeat top left;
}

#navigation li#nav-rehabilitation.active,
#navigation li#nav-training.active,
#navigation li#nav-health.active {
	background: transparent url(images/nav_generic_active.gif) no-repeat top left;
}

#navigation li.active a:link,
#navigation li.active a:visited {
	color: #3a434b;
}



/* Sidebar
--------------------------------------------- */

#sidebar {
	float: left;
	width: 210px;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
/*	clear: left;*/
}

#sidebar ul {
	padding:0; 
	margin:0;
	list-style-type: none;
/*	display: inline;*/
}

#sidebar ul ul ul {
	margin-left: 1.5em;
}

#sidebar ul li {
	margin: 0;
	padding: 0.5em 0;
	display: block;
}

#sidebar ul li a:link, 
#sidebar ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#ff9900; 
/*	width:11em; */
/*	height:1em;*/
/*	border-bottom:1px solid #BEB5AA; */
	background:transparent; 

/*	line-height:1em;*/
}

#sidebar ul li a:hover, 
#sidebar ul li a:active {
/*	background: #ECE9E7;*/
	text-decoration: underline;
}

#sidebar #download_docs {
	clear: both;
	margin-top: 2em;
}

#sidebar #download_docs a {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}

#sidebar #download_docs a.pdf {
	background: transparent url(images/pdf-icon.gif) no-repeat 50% 0;
	padding-top: 74px;
}

/* Content
--------------------------------------------- */

#content {
	margin: 0;
	padding: 0 10px 30px 10px;
	overflow: auto;
	position: relative;
/*	display: inline;*/
	height: 1%; 
}

#main {
	margin: 0 30px;
	padding: 0px;
	float: left;
/*	background: transparent;*/
	width: 450px;
	display: inline;
	overflow: auto;
}

#main h2.divider {
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #d5fea9;
}



/* Footer
--------------------------------------------- */

#footer {
	margin: 0;
	background: transparent url(images/logo_circles.gif) no-repeat 20px 20px;
	padding: 20px 15px 20px 60px;
	clear: both;
	overflow: hidden;
}



#footer p {
	margin: 0 0 0 0;
}

#footer h3 {
	color: #3a434b;
}

#footer .address {
	text-align: left;
	font-size: 1em;
	width: 200px;
	float: left;
}

#footer .copyright {
	font-size: .8em;
	text-align: right;
}

/* Homepage
--------------------------------------------- */

h2#headline {
	font-size: 2em;
	font-weight: normal;
	color: #3a434b;
	margin-left: 30px;
	margin-bottom: 1em;
	clear: both;
}

#myGallery {
/*	margin-bottom: 30px;*/
}




.post {
	margin-bottom: 1em;
}

/* Landing Pages
--------------------------------------------- */
#landingbanner {
/*	margin-bottom: 30px;*/
}

/* Posts
--------------------------------------------- */
.postmetadata {
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d5fea9;
	
}

.cform img {
	display: inline;
}

/* Tables
--------------------------------------------- */

th {
	background: #aad5aa;
}


