/*
Theme Name: FIR Report
Description: Tod's Blog
Version: 1.0
Author: Youzell Jeffers
Author URI: http://digizell.com/
*/

body, html {
	background: #fff url('images/fir_fadebg.gif') left top repeat-x;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0px;
	color: #333;
	text-align: center;
	float: center;
	height: 100%;
	}

.entry {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	text-align: left;
	line-height: 16px;
	}
	
.entry1 {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	padding-left: 48px;
	padding-right: 30px;
	text-align: left;
	line-height: 16px;
	}

.entry2 {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	padding-left: 28px;
	padding-right: 48px;
	text-align: left;
	line-height: 16px;
	}
	
.todblog {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	padding-right: 48px;
	text-align: left;
	line-height: 16px;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #bbb;
	}

.chronodata {
	padding: 2px 0 2px 20px ;
	background: url('images/time.png') left center no-repeat;
	}
	
.commentslink {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-right: 10px;
	}
	
.blogdate {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #999999;
	text-align: left;
	margin-top: 3px;
	}

.copyright {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #cccccc;
	text-align: center;
	line-height: 13px;
	margin-bottom: 5px;
	}
	
.subhead01 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-bottom: -12px;
	}

.headline01 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: -2px;
	line-height: 20px;
	}

.client {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666666;
	text-decoration: bold;
	}

a:link {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	color: #ff6600;
	text-decoration: underline;
	}

a:visited {
	color: #006699;
	text-decoration: none;
	}

a:visited:hover {
	color: #ff6600;
	text-decoration: underline;
	}

hr {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	}

hr2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #ff6600;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	width: 95%;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	}

img.left { 
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline; 
	}

#page { 
	background: url('images/fir_bg.gif') repeat-y top; border: none; 
	}

#divNav {
	margin: 0 0 0 0;
	top: 0px;
	padding: 0;
	height: 0px;
	width: 800px;
	padding-left: 0px;
	}

#nav {
	position: relative;
	margin: 0 0 0 0;
	top: 0px;
	height: 30px;
	width: 800px;
	padding: 0;
	padding-left: 0px;
	}

#nav li ul, #nav li ul {
	margin: 0 0 0 0;
	top: 0px;
	padding: 0;
	padding-left: 0px;
	}

#nav li { /*float the main list items*/
	margin: 0 0 0 0;
	top: 0px;
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	}

#nav li ul {
	display: none;
	}

#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 25px;
	left: 0;
	padding-top: 0px;
	height: 25px;
	width: 740px;
	padding-left: 46px;
	}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	top: 0px;
	float: left; /*ie doesn't inherit the float*/
	width: auto;
	margin: 0 0 0 0;
	padding-left: 0px;
	}

#nav li.on ul {
	display: block;
	}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	}