/* (c) 2002 Ben Charlton
 Steal this and I'll set the kittens on you.
*/

/* todo: style colour, heading underlines, google placement */

body {
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background: #fff;
}

#menu {
        padding-bottom: 2px;
        margin-top: 15px;
        padding-left: 10px;
        margin-right: 10px;
        border-right: 3px dotted #bfbfbf;
        width: 160px;
        float: left;
}

#menu {
        padding-bottom: 2px;
        margin-top: 15px;
        padding-left: 10px;
        margin-right: 10px;
        border-right: 3px dotted #bfbfbf;
        width: 160px;
        float: left;
}

.ncss {
        display: none;
}

#menu h4 {
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-top: 0px;
}

#menu ul {
	padding-left: 25px;
	margin-left: 0px;
	margin-top: 0px;
}

.menuad {
	margin-left: 5px;
	margin-bottom: 10px;
}

#head {
        border-top-width: 10px;
        border-top-style: solid;
        margin: 0px;
        background-image: url(/sitefiles/spod.png);
        height: 100px;
        background-repeat: no-repeat;
}

#content {
        margin-left: 175px;
        padding-left: 10px;
        margin-right: 20px;
}

h1 {	font-size: x-large; 
}
h2 {
	font-size: large; 
}
h3 {	font-size: medium; }
h4 {	font-size: small; }
h5 {	font-size: x-small; }
h6 {	font-size: xx-small; }

h2.blogtitle {
	font-size: x-large;
}

A {
	text-decoration: underline;
}
A:link, A:active {
	color: #444444;
}
A:visited	{
	color: #666666;
}
A:hover		{
	color: #222222;
}

hr {
	height: 2px;
	border: 0px;
	background: #bfbfbf;
}

blockquote {
	background-color: #f9f9f9;
	border-left: 4px solid #bfbfbf;
	padding-left: 2px;
}
