html { background-color: #111100; }

body
{
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 818px;
	background-color: #990011;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	color: black;
	min-height: 800px;
}

p, ul, li, ol
{
	margin: 9px;
	color: black;
	text-align: left;
	line-height: 1.5em;
	font-size: 1em;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	line-height: 1em;
	color: #ff9900;
	font-weight: bold;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

h1 { font-size: 2em; }

h2
{
	margin-top: .66em;
	font-size: 1.5em;
}

h3
{
	margin-top: .66em;
	font-size: 1.2em;
}

p + h1, div + h1 { margin-top: 2ex; }

a, a:link, a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

a:hover, a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #ff9900;
}

blockquote, #content blockquote { font-family: "Lucida Grande", Verdana, Trebuchet, Helvetica, Arial, sans-serif; margin-top:0; font-size: 1em;}

blockquote p, #content blockquote p { font-family: "Lucida Grande", Verdana, Trebuchet, Helvetica, Arial, sans-serif; margin: 0; margin-top: 1ex; font-size: 1em;}

ol
{
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}

sup { font-size: .5em; }

#header
{
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 818px;
}

.top_nav
{
	top: 36px;
	left: 55px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.bottom_nav
{
	top: 36px;
	left: 82px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

.top_nav ul, .bottom_nav ul { line-height: 18px; }

.top_nav li, .bottom_nav li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: black;
	font-family: "myriad pro", myriad, Arial, Helvetica, sans-serif;
	width: 104px;
}

.top_nav a, .top_nav a:link, .top_nav a:visited, #twitter_update_list a, #twitter_update_list a:link, #twitter_update_list a:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.top_nav a:hover, .top_nav a:active, #twitter_update_list a:hover, #twitter_update_list a:active
{
	font-weight: bold;
	color: #ff9900;
	text-decoration: underline;
}

.top_nav_img_right
{
	float: left;
	position: relative;
	top: 18px;
	left: 306px;
}

.img_f_l
{
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

#content
{
	position: relative;
	top: 0;
	left: 102px;
	float: left;
	padding-bottom: 9px;
	padding-top: 9px;
	background-color: #eeeedd;
}

.col3
{
	width: 306px;
}

.col3 img, .col3 obj, .col3 embed
{
	/*height: auto;*/
	border-width: 0px;
	margin: 9px;
	max-width: 288px;
}

.col3 p img, .col3 p object, .col3 p embed
{
	max-width: 288px;
	background-color: #eeeedd;
	/*height: auto;*/
	border-width: 0px;
	margin: 0px;
}

.col4
{
	width: 408px;
}

.col4 img, .col4 obj, .col4 embed
{
	/*height: auto;*/
	border-width: 0px;
	margin: 9px;
	max-width: 390px;
}

.col4 p img, .col4 p object, .col4 p embed
{
	max-width: 390px;
	background-color: #eeeedd;
	/*height: auto;*/
	border-width: 0px;
	margin: 0px;
}

#content h1, #content h2, #content h3
{
	padding-left: 0px;
	line-height: 1em;
	color: #990011;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

#content a, #content a:link, #content a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #222;
	border-bottom: 1px dashed #f90;
}

#content a:hover, #content a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #f90;
	border-bottom: 1px solid #f90;
}

#content p
{
	padding: 0px;
	margin: 9px;
	list-style-type: disc;
	list-style-position: outside;
	color: black;
	text-align: left;
	line-height: 1.65em;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content ul, #content li p
{
	margin-left: -0.5em;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-top: 9px;
	list-style-type: disc;
	list-style-position: outside;
	color: black;
	font-size: inherit;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content li
{
	margin-bottom: 9px;
	margin-top: 9px;
	line-height: 1.65em;
	font-size: 13px;
	list-style-type: disc;
	list-style-position: outside;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content input
{
	max-width: 288px;
}

.post
{
	font-style: italic;
	font-weight: bold;
	color: #004477;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

.comment, p.comment, #content p.comment, blockquote.comment, blockquote.comment p, #content blockquote.comment, #content blockquote.comment p, div#comments_div div.comment p
{
	font-size: 1em;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

#sec_col
{
	margin-left: 9px;
	left: 102px;
	top: 0px;
	float: left;
	position: relative;
	width: 195px;
}

#sec_col p
{
	font-size: 1em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 9px 0;
}

#ephemeral
{
	margin-left: 0px;
	margin-bottom: 9px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 36px;
	padding-right: 0px;
	padding-top: 9px;
	background-color: #004477;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
}

#ephemeral h1
{
	margin-right: 9px;
	margin-left: 9px;
	background-color: #004477;
	color: #ff9900;
}

#ephemeral .body
{
	background-color: #004477;
	padding: 9px 9px 0px 9px;
	color: #eeeeff;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	text-align: left;
}

#ephemeral .sig
{
	background-color: #004477;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #eeeeff;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	padding: 0px 9px;
}

#ephemeral .date
{
	background-color: #004477;
	font-style: italic;
	text-align: right;
	clear: both;
	color: #eeeeff;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	margin-top: -9px;
	padding: 0px 9px;
}

#ephemeral img
{
	margin: 0px;
	padding-right: 9px;
	clear: both;
	border: 0;
}

#ephemeral a, #ephemeral a:link, #ephemeral a:visited
{
	color: white;
	border-bottom: 1px dashed #f90;
	text-decoration: none;
}

#ephemeral a:hover, #ephemeral a:active
{
	color: #f90;
	border-bottom: 1px solid #f90;
	text-decoration: none;
}

.horizontal_list
{
	margin: 0px;
	width: 195px;
	padding: 0px;
	display: inline;
}

.horizontal_list li
{
	margin: 0px;
	padding-bottom: 0;
	padding-right: 9px;
	padding-top: 0;
	display: inline;
}

#bushbox
{
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(../_images/bush.png);
	margin-top: 9px;
	padding-top: 9px;
	padding-bottom: 0;
	clear: both;
	background-color: #eeeedd;
	color: #990011;
	border: #004477 5px double;
	text-align: center;
}

.bushhead
{
	color: #901;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
}

.bushprint
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	font-size: 1.2em !important;
	line-height: 1.2em !important;
}

.bushnumber
{
	color: #000;
	font-family: "American Typewriter", "Courier New", Courier, Monaco, monospace !important;
	font-weight: bold;
	font-size: 3em !important;
	line-height: 1.5em !important;
	margin: 0;
	padding: 0;
	text-align: center;
}

#tri_col
{
	margin-left: 0px;
	left: 102px;
	top: 0px;
	float: left;
	position: relative;
	width: 111px;
}

#tri_col h1, #tri_col h2
{
	margin-left: 9px;
}

#tri_col ul
{
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}

#sbi
{
	margin-left: 9px;
	width: 93px;
}

button
{
	margin: 0 0 0 9px;
	border: 0;
	background-color: transparent;
	padding: 0;
	height: 25px;
	cursor: pointer;
	float: none;
}

.sidebar { margin-top: 9px; }

.sidebar em
{
	font-variant: normal;
	font-style: italic;
	color: #ff9900;
	font-family: "American Typewriter", "Courier New", Courier, Monaco, monospace;
}

#archive_list
{
	margin-left: 9px;
}

#archive_list ol, .bloglink
{
	margin: 0px;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	padding: 0px;
}

.blognotes
{
	margin: 0px;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
}
#archive_list li, .bloglink li, .blognotes li
{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

#archive_list p
{
	margin: 0px;
}

#footer
{
	clear: both;
	height: 100px;
	width: 818px;
}

.bottom_nav_img_right
{
	float: left;
	position: relative;
	top: 18px;
	left: 333px;
}

#special {
	margin: 0 9px 9px 9px;
	padding: 9px;
	color: #903;
	border: 1px #f90 solid;
	background-color: white;
}

#twitter_update_list {
	list-style: none;
	margin: 0 0 9px 0;
	padding: 0;
}

#twitter_update_list li {
	list-style: none;
	margin: 0 0 9px 0;
	padding: 0;
}

