/*

default.css - version 1.0.1

Default stylesheet for the whole site.

Copyright (c) 2004 Paul Waring.

*/

@import url("menu.css");

body
{
	margin : 20px 0px;
	padding : 0px;
	text-align : center;
	background-color : #e0e0e0;
}

body
{
	font-family : Verdana, Arial, Sans-serif;
	font-size : 13px;
}

a:link, a:visited, a:active
{
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

#wrapper
{
	width : 90%;
	text-align : left;
	margin : 0px auto;
	background-color : #fff;
	border : #000 1px solid;
}

#top
{
	padding : 10px 20px 10px;
	height : 50px;
	border-bottom : #000 1px solid;
}

#top a.header
{
	font-size : 30px;
	color : #fff;
}

#content
{
	margin-left : 150px;
	padding : 0px 20px 0px;
	font-size: 13px;
}

pre, code
{
	font-family : monospace;
	font-size : 13px;
}

.posted, .footer
{
	font-size : 11px;
	color : #666;
}

.q, .a
{
	font-weight : bold;
}

.q
{
	color : #f00;
}

.a
{
	color : #00f;
}

label
{
	width : 100px;
	text-align : right;
	float : left;
}
