﻿.blogbeforesh
	{
	height: auto;
	width: 502px;
	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;
	}

#contentcontainerresume a
	{
	text-decoration: underline;
	}

#contentcontainerresume a:hover
	{
	text-decoration: underline;
	}

a.screentop, a.screentop:visited
	{
	color:#787878; 
	position:relative; 
	z-index:1;
	}
	
a.screentop b
	{
	position:absolute;
	visibility:hidden; /* hide the image */
	width:100px; /* give it a width */
	height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
	border:1px solid #ababab; /* add a border */
	left:-20px; /* position:the image */
	top:20px;
	}

a.screentop:hover
	{
	color: #ababab;
	text-decoration:none; 
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
	}

a.screentop:hover b
	{
	visibility:visible; /* make the image visible */
	height:100px; /* now give it a height */
	cursor:pointer; /* for IE */
	z-index:500; 
	}
	
	a.screen:hover b img
	{
	border:0; /* remove the link border */
	}

a.screen, a.screen:visited
	{
	color:#787878; 
	position:relative; 
	z-index:1;
	}
	
a.screen b
	{
	position:absolute;
	visibility:hidden; /* hide the image */
	width:100px; /* give it a width */
	height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
	border:1px solid #ababab; /* add a border */
	left:-28px; /* position:the image */
	top:-105px;
	}

a.screen:hover
	{
	color: #ababab;
	text-decoration:none; 
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
	}

a.screen:hover b
	{
	visibility:visible; /* make the image visible */
	height:100px; /* now give it a height */
	cursor:pointer; /* for IE */
	z-index:500; 
	}
	
	a.screen:hover b img
	{
	border:0; /* remove the link border */
	}

.bigspace
	{
	padding-bottom: 25px;
	}

.smallspace
	{
	padding-bottom: 20px;
	}

.smallerspace
	{
	padding-bottom: 10px;
	}

h3.resumeheader
	{
	padding-bottom: 0px;
	font-size: 16px;
	clear: both;
	color: #ababab;
	}

.resumeimgborder img, .resumeimgborder img a
	{
	padding: 3px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #B2B2B2;
	}

.blogresume p
	{
	font-size: 12px;
	padding-bottom: 12px;
	}

.blogresume li
	{
	font-size: 12px;
	}

.blogresume ul
	{
	padding-left:25px;
	padding-top: 2px;
	padding-bottom:0;
	margin: 0;
	}

.blogresume
	{
	margin: 0px;
	padding: 18px 50px 18px 50px;
	width: 422px;
	overflow: hidden;
	margin: 0px 0 12px 0;
	}

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

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


#contentcontainerresume
	{
	width: 700px;
	float: left;
	}


