/*	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, .google
{	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
}
#innerLeftColumn h3, .google
{	color: #006;
	margin: 1em 0 0 0;
	font-family: Verdana;
}
.google a
{	text-decoration: none;
}
.recentcomment
{	margin: 1em 0 0 0;
	padding: 2px 10px 2px 10px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}
.recentcomment a
{	text-decoration: none;
	color: #fff;
}
.recentcomment .commentlist
{	padding: 1em 0 0 0;
}
/*** LeftContent for Pictures ***/
#innerLeftColumnPic
{	font-family: Verdana;
	font-size: 80%;
}
#innerLeftColumnPic .title
{	font-weight: bold;
}
#innerLeftColumnPic .date
{	font-style: italic;
}
#innerLeftColumnPic div.commentcount
{	float: right;
	align: bottom;
}
#innerLeftColumnPic div.comment
{	padding: 0 0 0 1em;
	margin: 0 0 2em 0;
}
/*** Content ***/
#innerContentColumn
{	font-family: Verdana;
	font-size: 80%;
}
#innerContentColumn .title
{	font-weight: bold;
}
#innerContentColumn .date
{	font-style: italic;
}
#innerContentColumn div.commentcount
{	float: right;
	align: bottom;
}
#innerContentColumn .feedback
{	float: right;
}
#innerContentColumn div.comment
{	border-left: 1px dashed black;
	padding: 0 0 0 1em;
	margin: 0 0 2em 0;
}
/*** Masthead ***/
#masthead h1
{	font-family: Verdana;
}

/*** Footer ***/
#innerFooter
{	font-family: Verdana;
	font-size: 65%;
}


/*** Vertical Navigation Area ***/
.vnav
{	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
}
