/* bluerobot2 theme from bluerobot.com, adapted for Firedrop2 by midtoad */
html, body {
    height: 100%;
    }
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
	}
#page {margin: 0 auto; width: 100%; 
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #page {
	height: auto;}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	line-height:28px;
	font-weight:600;
	color:#ccc;
	}
h3 {
	margin:0px 10px 5px 0px;
	padding:0px;
	font-size:18px;
	line-height:18px;
	font-weight:500;
	color:#ccc;
	}
p {
	font: 12px/20px verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	}
li {
	font: 11px/18px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
img {
	margin:20px 0px 20px 0px;
	}
p img {
	margin:0px 2px 0px 2px;
	}
em {
    margin: 5px 0px 10px 0px;
    padding: 10px;
    font-weight: 150;
    }
#mainbody>p {margin: 0px;}
#mainbody>p+p {text-indent: 10px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#nav {background: #ffffff; 
    clear: both:
    font: normal 50% 'Times New Roman', Times, serif;
    letter-spacing: 0m;
	margin: 0 0 5 5;   /* top - right - bottom -left was  0 */
	padding: 5px 5px 5px 5px;}

#nav a {font: normal 70% 'Helvetica', 'Verdana', sans-serif;}

#footer {
	clear: both;
	width: 75%;
	background-color: #fff;
	border-left: solid 1px #9a9; border-right: solid 1px #565;
	border-top: solid 1px #9a9; border-bottom: double 3px #aba;
	font: italic normal 60% 'Times New Roman', Times, serif;
	letter-spacing: 0em;
	text-align: center;
	padding: 5px;
	padding-bottom: 10px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:42px; /* 35px + 5px + 2px = 42px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
    
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:35px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#footer{height:35px;}

#banner {
	margin:20px 0px 10px 0px;
	padding:17px 0px 10px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:59px; /* 50px + 7px + 2px = 59px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:50px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#banner{height:50px;}

#mainbody {
	display: block;
    float: left;
	width: 75%;
	margin: 0px 10px 50px 10px;
	padding: 10px 210px 10px 10px;
	}

#sidebar{
	float: right; 
	display: inline;
	width: 150px;
	position: absolute; top: 120px; right: 10px; 
	margin: 20px 10px 0 0;   /* top - right - bottom -left  */
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:12px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#sidebar {width:150px;}



