/* CSS Document 

Created by Julian Smith
Websmiths - http://www.websmiths.com.au
2007

---- CONTENTS -----

- Basics
- Forms
- Main Layout 
- Nav Lists
- Main Typography
- Pathways classes
- General Classes

-------------------*/



/*
----- set basics -----*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 0;
}

a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
ul, ol { list-style-position: inside; }

/*
----- Form fields etc. ------*/
input, textarea {
	padding: .2em;
	border: 1px solid #666;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}


form label, form i { float: left; }
form label {
	width: 120px;
	padding: 0 1em 0 0;
	text-align: right;
}

form p { overflow: auto; }

sup, sub { font-size: .4em; }

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

body {
	background: #fff;
	font-size: 72%;
	background: #f5fbfb url(../../images/sw_bg.jpg);
}


	/* for fckeditor */
	body#copy { 
		background: #fff;
		margin: 0;
		padding: 0;
	}

div#wrap {
	/*
	margin: .2em auto;
	width: 1000px;
	margin: 0;
	position: relative;
*/	

	
}

div#header {
	background: #fff url(../../images/sw_header.jpg) no-repeat;
	height: 146px;
}

div#lhs {
	float: left;
}

div#content {
	width: 893px;
	
}

#copy {
	margin-left: 164px;
	min-height: 500px;
	background: #fff url(../../images/sw_content.jpg) no-repeat;
	padding: 140px 0 0;
}
#copy li {
	padding: .3em 0 .5em .5em;
	list-style-image: url(../../images/bullet.gif);
}

div#footer {
	padding: 70px 200px 120px;
	background: url(../../images/sw_footer.jpg) no-repeat left bottom;
	font-size: .8em;
	color: #000033;
	clear: both;
}

div#websmiths {
	color: #888;
}
	#websmiths a { color: #fff; }

#footer p, #websmiths p, div#websmiths { 
	text-align: left;
	float: left; 
}








/* 
----- Nav lists -----*/

/* -- Top Nav --*/
div#mainnav {
	float: left;
	width: 165px;
	margin: 140px 0 0 16px;
}

#mainnav ul, #mainnav li { 
	border: 1px dashed #111;
	width: 150px;
	
}
	
#mainnav ul { 
	margin: 0;
	border-width: 1px 0 0;
	
}

#mainnav li, #mainnav a { 
	float: left;

}
#mainnav li { 
	list-style-type: none;
	padding: 0;
	position: relative;
	border-width: 0 0 1px
	
}
	#mainnav a { 
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 1.1em;
		margin: 0 0 0 5px;
		padding: 6px;
		color: #038a9b;
}
	#mainnav a:hover {
		text-decoration: none;
		color: #111;
	}
	#mainnav li#active a, #mainnav li#active a:hover { 
		color: #666;
		text-decoration: none;
		padding-left: 25px;
		background: url(../../images/mandala_bullet.gif) no-repeat left 3px;
	}
	
	#mainnav li ul { 
		display: none;
		position: absolute;
		padding: 0;
		margin: 0;
		top: 20px;
		left: 0;
	}
	
	#mainnav li ul a {  }
	
	#mainnav li:hover ul { display: block; }


/*
----- Main Typography -----*/

p, li, h1, h2, h3, h4, h5, h6 {
	color: #111;
}

#copy h1, #copy h2, #copy h3, #copy h4, #copy h5, #copy h6, #copy p, #copy ul, #copy ol {
	margin-left: 200px;
}

p {
	padding: .6em 3em .5em .8em;
}

li {	
	color: #038a9b;
	}


h1 {
	font-size: 1.2em;
	color: #038a9b;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #222;
}

h1, h2, h3 {
	padding: 1.3em 4em .4em 0;
	line-height: 1.35em;
}

h4 {
	padding: .7em 0 .2em;
	color: #038a9b;
	text-transform: uppercase;
}
h5 {
	padding: .6em 0 .2em;
	color: #038a9b;
	font-style: normal;
}

h6 {
	color: #038a9b;
	line-height: 1em;
	padding: 1em 4em 1em 0;
	font-style: italic;
	text-align: right;
}

byline {
	color: #038a9b;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 25em 10em 1em 0;
}


/*
----- Various classes -----*/

.centre { text-align: center; }


.highlight { background: #9ff; padding: .4em; }
.emphasise {
	font-weight: bold;
	font-style: italic;
	color: #038a9b;
}
.quote {
	font-weight: lighter;
	font-style: italic;
	color: #038a9b;
	margin-left: 20px;
	margin-right: 20px;
}


.clear { clear: both; }


.fl { float: left; }
.fr { float: right; }

.fl img, img.fl { margin: 0 1em 0 0; }

.fr img, img.fr { margin: 0 1em; }


/* Admin Links */

div#links {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top: 5px;
}
div#links a { 
	padding: 1em;
	color: #663300;
}
