#hiddenstuff
	{
	height: 0px;
	width: 0px;
	font-size: 0px;
	visibility: hidden;
	}

#hiddenstuff a
	{
	float: right;
	}

.title
	{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .1em;
	border-bottom: 1px dashed #C7C7C7;
	padding-bottom: 2px;
	margin-bottom: 1px;
	}

.filetype
	{
	font-size: 11px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding-top: 6px;
	}

.blogbeforesh
	{
	height: auto;
	width: 635px;
	margin: 10px 0px 4px 0px;
	overflow: hidden;
        padding: 5px 10px 5px 10px;
	color: #ffffff;
	}

.blogbeforesh
	{
	background-color:#001a57;
	FILTER: alpha(opacity=75);
	opacity: 0.75;
	MozOpacity: 0.75;
	KhtmlOpacity: 0.75;
	}

.blogbeforesh h3, .blogbeforesh h3 a
	{
	font-size: 18px;
	font-family: 'trebuchet ms',Verdana, Helvetica, sans-serif; 
	font-weight: normal;
	}

.bigspace
	{
	padding-bottom: 25px;
	}

.smallspace
	{
	padding-bottom: 20px;
	}

.smallerspace
	{
	padding-bottom: 10px;
	}


.blogseriousness
	{
	margin: 0px;
	padding: 18px 35px 18px 35px;
	width: 585px;
	overflow: hidden;
	margin: 0px 0 12px 0;
	}

.blogseriousness
	{
	background: transparent url(http://www.davidcflood.com/siteimages/whitefill90.png);
	}

/* \*/
* html .blogseriousness
	{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/siteimages/whitefill90.png', sizingMethod='scale');
	background-color: transparent;
	}
	/* For transparent .png's in IE < v7*/


#contentcontainerseriousness
	{
	width: 655px;
	float: left;
	}

#menu img
	{
	border:0;
	padding-right: 5px;
	}

#menu
	{
	width:670px;
	position:relative;
	height: 120px;
	margin-top: 10px;
	}

#menu a:visited, #menu a
	{
	text-decoration:none;
	color:#d00;
	font-weight:bold;
	}

#menu a:visited img, #menu a img
	{
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40; opacity:0.4;
}

#menu a:hover
	{
	background-color:transparent;
	color:#06a;
	}

#menu a span
	{
	display:none;
	}

#menu a:hover span
	{
	display:block;
	position:absolute;
	top:50px;
	left:0;
	font-size:11px;
	height:18px;
	padding-top: 15px;	
	font-weight:normal;
	color:#001a57;
	}

#menu a:hover img
	{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
	}
