body, html {height: 100%;}
body {
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/dave_headshot_profile.JPG);
	background-repeat: no-repeat;
	background-position:right;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #FFFFFF;
	text-decoration: overline, underline;
}
a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 32px;
	font-weight: bold;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
}

.contentWrapper {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 50%;
}

#translucent {
   position: absolute;
   left: 80px;
   top: 30px;
   text-align: center;
   border: 1px solid #666;
   background-color: #f0f0ff;
   /* the filter attribute is recognized in
   Internet Explorer and should be a percentage */
   filter: Alpha(opacity=50);
   /* the -moz-opacity attribute is recognized by 
   Gecko browsers and should be a decimal */
   -moz-opacity: .5;
   /* opacity is the proposed CSS3 method, supported
   in recent Gecko browsers */
   opacity: .5;
}


/* BLOG STYLE - CLOSE TO SHOWS, BUT DIFFERENT */
#navbar-iframe {
   height: 0px;
   visibility: hidden;
   display: none;
}

.blogWrapper {
	width: 100%;
	float: left;
	position: absolute;
}

.bloggerButton {
	float:left;

}

.showBlogTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background:#FFFFFF;
	color:#000000;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	/*background-image: url(front_images/section-bg.gif);
	background-repeat: repeat-x;*/
	text-align: left;
	/*background-color: #76A1D4;*/
	visibility:hidden;
}

.showBlogItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background:#444444;
	color:#FFFFF;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	/* border: dotted #79A4D7 1;*/
	
	/*background-image: url(front_images/section-bg.gif);*/
	/*background-repeat: repeat-x;*/
	
	/*background-color:#EC731E;*/
	/*background-color:#D7883D;*/
	background-attachment: inherit;
	background-position: 0px 0px;
}
.showBlogPost{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/*background-color: #EEEEEE;*/
	/*border: dotted #79A4D7 1px;*/
	/*margin:0px 5px 5px 5px;*/
	margin:0px 0px 0px 0px;	
	padding:5px 5px 5px 5px;	
	/*border-top-color: #79A4D7;*/
}

.blogFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
	right: 5px;
}