/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "grunt-colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: verdana, "Homerton", sans;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn a:link
{
	color: #600;
}
#innerLeftColumn a:visited
{
	color: #665;
}
#innerLeftColumn a:active
{
	color: #885;
}
#innerLeftColumn a:link, a:visited, a:active
{
	text-decoration:none;
	margin: 1em 0 0 0;
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: verdana, "Homerton", sans;
}
#innerContentColumn h1,h2,h3
{
	color: #000;
}

/*** Masthead ***/
#masthead h1
{
	font-family: verdana, "Homerton", sans;
}

/*** Footer ***/
#innerFooter
{
	font-family: verdana, "Homerton", sans;
}

/* special styles for getting floating to work */
br.all
{
	clear: both;
}

img.right
{
	float: right;
}

