/* CSS document, 
Created 1 March 2007 by Matt Daws
Last editted 1 March 2007 --> Setting up
3 March 2007 --> More tweaking
*/

body {	
	background-color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:78%;
	color:#666;
	margin:0;
}

#content {
	margin:0 30px 0 0px;
	line-height:20px;
	word-spacing:2px;
}

#content h1 {
	font-family:Trebuchet MS, sans-serif;
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:30px 0 35px 0;
	letter-spacing:-2px;
	border-bottom:2px solid #F4C833;
	padding:0 0 2px 0;
}

#content code {
	font-size:150%;
}

#sidebar {
	color:#777;
	line-height:18px;
	font-size:90%;
	word-spacing:-1px;
}

#sidebar h1 {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#333;
	margin:10px 0 35px 0;
}

#sidebar a {
	text-decoration:none;
	border-bottom:0px;
}

#sidebar h2 a {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#555;
	margin:10px 0 35px 0;
}

a {
	color:#333;
	border-bottom:1px solid #ccc;
	text-decoration:none;
}

a:hover {
	border-bottom:1px solid #999;
}

#footer {
	padding:10px;
	border-top:2px solid #f6f6f6;
	text-align:right;
	font-size:70%;
	margin:20px 0 0 0;
}
