/* This is the default stylesheet for the site, primarily for monitors */

/* General Styles */
body {margin: 10px; background-color: #666666;}
body,td,th,p,li {
	color: #000000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
}
* html body { 
	font-size: x-small;   /* for Ie5/Win */
	f\ont-size: small;    /* for other IE versions */
}
h1,h2,h3,h4,h5,h6 {background-color: inherit; /*color: #111F5F;*/ color: #990000;}
h1 {font-size: 240%;}
h2 {font-size: 190%;}
h3 {font-size: 180%; font-weight: normal;}
h4 {font-size: 150%; font-weight: normal;}
h5 {font-size: 140%;}
h6 {font-size: 130%;}
a:link {color: #006666; text-decoration: none;}
a:visited {color: #660066; text-decoration: none;}
a:hover, a:active {color: #336600; text-decoration: none;}

/* Header Styles */
div#headerWrapper {padding: 20px 0; background-color: #000039; color: #ffffff; text-align: center;}
div#headerTag {padding-bottom: 10px; color: #efefef; font-size: 90%;}
div#headerTitle {font-size: 140%;}
div#topNavBar {padding: 4px 10px; border-bottom: 1px solid #cc0000; border-top: 7px double #cc0000; background-color: #006666; color: #999999; font-size: 90%;}
div#topNavBar a:link, div#topNavBar a:visited, div#topNavBar a:active, div#topNavBar a:hover {color: #cccccc;}

/* Sidebar and Main Content Styles */
td#leftSidebar {width: 25%; border: 2px solid #c0c0c0; padding: 10px; background-color: #efefef; vertical-align: top;}
td#leftSidebar h3 {text-align: left; color: #990000; font-size: 110%;}
td#leftSidebar ul {border-bottom: thin dotted #dedede; margin: 0; padding: 0;}
td#leftSidebar li {border-top: thin dotted #dedede; padding: .5em; font-size: 90%; list-style-type: none;}
td#blogContent {border: 2px solid #c0c0c0; border-left-width: 0; border-bottom-color: #ffffff; border-right-color: #ffffff; padding: 10px; background-color: #ffffff; vertical-align: top;}

/* Footer Styles */
div#footerWrapper {border-top: 1px solid #cc0000; padding: 10px 0; background-color: #000039; color: #ffffff; font-size: 80%;}
div#footerContent {padding: 0 10px;}

/* Blog styles begin here *********************************************** */

/* Blog Search Controls */
#blogNavContainer {border-top: 3px solid #cfcfcf; border-bottom: 3px solid #cfcfcf; padding: 2px 0; background-color: #d9d9d9; text-align: center;}
#blogNavContent {border-top: 2px solid #dcdcdc; border-bottom: 2px solid #dcdcdc; margin: 2px 0; padding: 5px; background-color: #eaeaea;}
.blogViewLabel {padding: 7px 0; font-size: 85%;}
form {margin: 0;}
input, select {font-size: 85%;}

.blogItemTitle {padding-bottom: 10px; background-color: inherit; color: #990000; font-size: 160%;}
.blogItemData, #blogEntryData, p#currentStats {border-top: 1px solid #cccccc; padding: 7px 0; color: #666666; font-size: 85%;}
.blogItemData *, #blogEntryData * {padding: 3px 0;}
.blogItemData {border-width: 0;}
#refreshBar {width: 50%; float: left; text-align: left;}
#statsBar {width: 50%; float: left; text-align: right;}
.blogItemPub, #blogEntryPub {width: 33%; float: left; text-align: left;}
.blogItemSubject, #blogEntrySubject {width: 33%; float: left;}
.blogItemAuthor, #blogEntryAuthor {width: 33%; float: left; text-align: right;}

/* Archive and Subject Pages */
ul#blogArchiveList li {font-weight: bold;}
.blogArchiveItemData {padding: 3px 0 10px 0; color: #666666; font-weight: normal; font-size: 85%;}
.blogArchiveItemPub, .blogArchiveItemSubject {padding-right: 25px;}

