/*	
	Ed Giardina.com Screen Style Sheet. 
	Written in Visual Studio 2005.
	In theory, CSS 2.1 Compliant.
*/

hr
{
	border-top: dashed 1px white;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	background-color: #899da6;
	color: #899da6;
}

body
{
	margin: 00px 0px 0px 00px;
	text-align: center;
	min-width: 600px;
	background-color: #c0c0c0;
}


#container
{
	background-color: #71828a;
	margin: 0 auto;
	width: 800px;
	text-align: left; /* firefox hack: Firefox doesn't show the background color on this element, unless we go ahead and  		put a border around it. */
	border: 1px solid #71828a;
}

.logo
{
	z-index: 100;
	position: absolute;
	top: 25px;
	background: url( "http://www.edgiardina.com/images/logo.gif" ) 20px 0px no-repeat;
	height: 100px;
	width: 200px;
}

.navheader
{
	border-top: solid 3px #9bd7fd;
	background-color: #55646b;
	color: White;
	height: 18px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva;
	font-size: small;
	font-weight: bold;
	background-image: url( "http://www.edgiardina.com/images/claw.jpg" );
	background-repeat: no-repeat;
	padding: 10px 3px 7px 50px;
	text-align: left;
}

.navbody
{
	background-color: #899da6;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.navbody ol, .navbody ul
{
	font-family: Tahoma, Geneva;
	font-size: x-small;
	color: #55646b;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: decimal-leading-zero;
}

.navbody li 
{ 
     border-top: solid 1px #55646b; 
     border-left: solid 1px #55646b; 
     margin-left: 25px; 
     height: 20px; 
     color: #55646b; 
     font-family: Tahoma, Geneva; 
     font-size: x-small; 
} 
 
#navigation 
{ 
     text-transform: uppercase; 
} 
 
.navbody li a 
{ 
     text-decoration: none; 
     color: #55646b; 
     font-weight: bold; 
     height: 15px; 
     display: block; 
     padding: 5px 0px 0px 5px; 
}

.navbody li a:hover
{
	background-color: #55646b;
	color: White;
}

.navcontainer
{
	width: 225px;
	float:left;	
	margin: 65px 25px 0px 20px;
	text-align: center;
}

.datacontainer
{
	margin-top: 65px;
	padding-bottom: 20px;
	width: 480px;
	float: left;
	margin-left: 35px ;
	/* This display: inline; call fixes doubling of margins in IE6.0 
		http://www.positioniseverything.net/explorer/doubled-margin.html
	*/
	display: inline;
	z-index: 1;
}

.dataheader
{
	border-top: solid 3px #9bd7fd;
	background-color: #55646b;
	color: White;
	text-align: right;
	font-family: Tahoma, Geneva;
	font-size: x-large;
	padding: 7px 15px 7px 0px;
	z-index: 1;
}

.titleblue
{
	color: #9bd7fd;
}

.databody
{
	padding: 15px 10px 15px 10px;
	font-family: Tahoma, Geneva;
	font-size: 8pt;
	color: White;
	background-color: #899da6;
}

.datafooter
{
	color: White;
	background-color: #55646b;
	font-family: Tahoma, Geneva;
	font-size: x-small;
	color: White;
	padding: 2px 0px 2px 0px;
}

.navitem
{
	margin: 0px 0px 15px 0px;
}

.blogentry
{
	padding-bottom: 10px;
}

.blogcontrol, .blogcontrol a
{
	text-align: right;
	text-decoration: none;
}

a img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #9bd7fd;
	font-weight: bold;
}

a:hover
{
	background-color: #55646b;
	color: White;
}

/* Firefox workaround: Some elements fail to clear. */
.clear
{
	clear: both;
}

/* Form items, contained in a fieldset */
fieldset
{
	padding-left: 20px;
}

fieldset input, fieldset textarea, fieldset select
{
	display: block;
	float: left;
	width: 200px;
}

fieldset label
{
	display: block;
	float: left;
	clear: both;
	width: 150px;
}

fieldset button
{
	clear: both;
}

#date
{
	display: block;
	float: left;
}

.blogcomment
{
	margin-bottom: 10px;
	background-color: #71828a;
}

.commentbody
{
	padding: 5px 5px 5px 5px;
	clear: both;
}

.alt
{
	background-color: #c0c0c0;
}

.author
{
	text-align: right;
}

.btnAddComment
{	
	float: right;
}

.container li
{
	margin-left: auto;
}

.projectphoto
{
	padding-top:20px;
	margin:auto;
	text-align:center;
}

.photocaption
{
	display:block;
	clear:both; 
	text-align:center;
}