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

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


/*
----- Form fields etc. ------
	



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

form p { clear: both; }

sup, sub { font-size: .4em; }
*/
/*
----- Main Layout -----*/

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


div#websmiths {
	font-size: .8em;
}
	#websmiths a { color: #222; }
	#websmiths p { padding: 5px; }

#footer p, #websmiths p { text-align: center; }



.centre { text-align: center; }


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


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

.clear { clear: both; }


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

	img.fl { margin: 20px 1em 0 20px; }

