html,
body
{
	color: #000;	
	background-color: #996;	
}

body
{
	min-width: 25em;
	max-width: 600px;
	width: 80%;
	padding: 10px;
	margin: 10px auto;
}

body,
table,
p,
ul,
ol,
dl
{
	font-family: monospace;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: normal;
}

h1,
h2,
h3,
h4
{
	line-height: 1.5em;
	font-family: "Bookman Old Style", "American Typewriter", "Courier New", monospace;
}

fieldset
{
	border: 1px dotted #996;
}

legend
{
	font-family: "Bookman Old Style", "American Typewriter", "Courier New", monospace;
}

h1
{
	border-width: 5px;
	border-style: solid;
	border-color: #960;
	color: #960;
	background-color: #C93;
	margin: 20px 0;
	padding: 20px;
	font-size: 2em;
	background-repeat: no-repeat;
}

ins
{
	text-decoration: none;
	font-style: italic;
}

blockquote
{
	margin-right: 0;
	padding: 10px;
	border: 1px dotted #996;
}

body.fonts h1
{
    background-image: url(/media/images/backgrounds/type_sort.gif);
    background-position:  top right;
}

body.home h1,
body.bandwagon h1
{
    background-image: url(/media/images/backgrounds/spirals.gif);
    background-position:  bottom right;
}

body.splash h1
{
    background-image: url(/media/images/backgrounds/broadcast.gif);
    background-position:  top right;
}

body.tpb h1
{
    background-image: url(/media/images/backgrounds/wingmirror.gif);
    background-position:  bottom right;
}

h1:hover
{
	border-color: #960;
}

#main,
#section-navigation,
.blogbody,
.blogbodyActive,
.section
{
	border-width: 5px;
	border-style: solid;
	margin: 20px 0;
	padding: 5px 20px;
}

#main,
.blogbody,
.section
{
	/* light green box */
	border-color: #663;
	color: #000;
	background-color: #CC9;
}

#main:hover,
.blogbodyActive,
.section:hover
{
	border-color: #330;
	color: #000;
	background-color: #CC9;
}

.yellowbox
{
	/* yellow box */
	border-color: #663;
	color: #000;
	background-color: #FC3;
}

/* brown box */
#section-navigation
{
	border-color: #960;
	color: #960;
	background-color: #C93;
}

p.postinfo
{
	color: #663;
	margin: 0px -20px -5px -20px;
	padding: 5px 20px 5px 20px;
}

.postinfo a:link,
.postinfo a:visited
{
	color: #663;
}

code
{
	background-color: #FFC;
}

ul
{
	list-style: circle outside;
}

#breadcrumbs
{
	margin: 0;
	padding: 5px 0;
}

a:link
{
	color: #663;
	border-bottom: 1px dotted #663;
	text-decoration: none;
}

a:visited
{
	color: #960;
	border-bottom: 1px dotted #960;
	text-decoration: none;
}

a:hover
{
	color: #000;
	background-color: #FFC;
	border-bottom: 1px solid #000;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
.footer a:link,
.footer a:visited
{
	color: #000;
	border-bottom: 1px dotted #000;
}

#breadcrumbs a:hover,
.footer a:hover
{
	color: #000;
	background-color: #CC9;
	border-bottom: 1px solid #000;
}

.footer
{
	margin: 0;
	padding: 5px 0;
}

.footer select,
.footer input
{
	color: #000;
	background-color: #996;
	font-family: monospace;
}

.footer select option,
.footer input
{
	font-size: 13px;
	line-height: 1em;
}

table#filelisting td,
table#filelisting th
{
	text-align: left;
	padding: 3px;
	line-height: 1.2em;
}

#comments div.me .postinfo
{
	font-weight: bolder;
}

#comments li
{
	margin-bottom: 3em;
}
