/*
	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 "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: verdana, helvetica, sans-serif;
}
#innerContentColumn h3 {
	font-size: 1.4em;
	color: red;
	border-bottom: black 1px solid;
}

#innerContentColumn a {
	color: red;
	text-decoration: none;
}

#innerContentColumn p {
	color: black;
	font-size: 0.9em;
}
#innerContentColumn p.date {
	padding-top: 2.5ex;
	color: black;
	font-size: 0.8em;
}
#innerContentColumn p.blog {
	color: #333;
	font-size: 0.9em;
}
#innerContentColumn p.indented {
	padding-left: 2em;
}

/*** Masthead ***/
#masthead h1
{
	font-family: verdana, helvetica, sans-serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: verdana, helvetica, sans-serif;
}

/*** Vertical Navigation Area ***/
.vnav {
	font-family: verdana, helvetica, sans-serif;
	text-align: right;
}
	
.vnav h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: red;
	background-color: transparent;
	padding-top: 1ex;
	padding-right: 0.5ex;
	padding-left: 0.5ex;
	border-bottom: #000 1px solid;
	margin-right: 0ex;
}