/*
	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 ***/
.Post{background-color:#C68D55;border:1px solid #888855;font-size:14px;margin-left:1px;margin-right:2px;padding-left:5px;margin-bottom:3px;padding-right:5px;padding-bottom:2px;}.Postdate{position:relative;top:-5px;background-color:#888855;font-weight:bold;font-size:10px; border-top: 1px solid #999; border-right: 2px solid #555; border-bottom: 2px solid #555; border-left: 1px solid #999; padding:4px;}
.Posttitle{background-color:#CCCC99;font-weight:bold;font-size:16px; border-top: 1px solid #999; border-right: 2px solid #555; border-bottom: 2px solid #555; border-left: 1px solid #999; padding:4px;padding-bottom:1px;}
.Postpermlink{position:relative;bottom:-5px;background-color:#888855;font-weight:bold;font-size:10px;color:#ffffff; border-top: 1px solid #999;padding-top:1px; border-right: 2px solid #555; border-bottom: 2px solid #555; border-left: 1px solid #999; padding:4px;padding-bottom:1px;}
#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", 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 ***/


.hr{
	background: url(bluebar.jpg) repeat-x center;
	margin:7px 1px 7px 3px;
	width:100%;
	height:10px;
	text-align:center;
}


#ie-sucks { 	background-image: url("atombomb.jpg");
		background-color:#CCCC99;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }





#innerContentColumn
{
	font-family: Georgia, "Times New Roman", serif;  color: #009;
}
.textarea1	{ FONT: 12px arial, verdana, sans-serif;
                font-weight: bold;
                background: #CCCC99; 
		text-align: left;
		WIDTH: 370PX;
		HEIGHT: 300PX;
		BORDER: #ffffff 1px solid
		}
		
.textarea10	{ FONT: 12px arial, verdana, sans-serif;
                font-weight: bold;
                background: #CCCC99; 
		text-align: left;
		WIDTH: 500PX;
		HEIGHT: 450PX;
		BORDER: #ffffff 1px solid
		}		

BODY{
	
A:link		{ color: #990000; font-weight:normal; line-height: 1em; text-decoration: none;} 
	
A:visited	{ color: #990000; font-weight:normal; line-height: 1em; text-decoration: none;} 
	
A:active	{ color: #990000; font-weight:normal; line-height: 1em; text-decoration: none; } 

A:hover		{ color: yellow; text-decoration: none 
}
	
div#table {
        width: 55%; align: center;
	background-color: #CCCC99;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-bottom: 5px;
}

#innerContentColumn h3
{
	color: #000;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** 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 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

