@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#583535;
	font:62.5% Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color:#bbb;
}
h1, h2 {
	display:block;
	background:transparent no-repeat 0 0;
	text-indent:-9999px;
	font-size:0; line-height:0; text-decoration:none;
	overflow:hidden;
}
h1 {
	width:553px; height:93px;
	background:url(head_print.png) no-repeat;
	margin-left: auto ;
 	margin-right: auto ;
}
h2 {
	margin-top:30px;
	width:553px; height:122px;
	background:url(h2_print.png) no-repeat;
	margin-bottom: 10px;
}

h3 {
	margin-top:0px;
	background:url(h3.gif) repeat-x 0 50%;
	text-indent:-9999px;
	font-size:0; line-height:0; text-decoration:none;
	overflow:hidden;
	
}
h3 span {
	padding-right:5px;
	background-color:#111;
	text-transform:uppercase;
	color:#666;
}
h4 {
	margin:0 0 0.5em 0;
	font-size:1.5em;
	font-weight:lighter;
	color:#e5ebf1;
	}
	h4 span.date {
		color:#444;
	}
p, dl {
	margin:0 0 0.8em 0;
	font-size:1.1em;
	line-height:1.4;
}
dl dt {
	font-weight:bold;
}
dl dd {
	margin:0 0 1.0em 0;
}
small {
	color:#666;
}
big {
	color:#999;
}


/*CONTENT*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.7em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

#header {
	background-color: #282828;
	height: 120px;
	width: 100%;
}
#headerlinks {
	float:left;
	width: 100%;
}

#headerlinks ul {
	width:563px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}
#headerlinks ul li {
	float:right;
	margin:0 20px 0 0;
	font-size:1.1em;
	font-weight:bold;
	list-style:none;
	color:#764848;
}
#headerlinks ul a {
	color:#ccc;
	font-weight:lighter;
	text-decoration:none;
}
#headerlinks ul a:hover {
	color:#526976;
	background: #f3f3f3;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width:553px;
	font-size:1em;
}

#content h4 a,
#content p a,
#content dt a,
#content dd a {
	padding:1px;
	background:url(a.gif) bottom center repeat-x;
	text-decoration:none;
	color:#6d7a85;
}
#content h4 a:visited,
#content p a:visited,
#content dt a:visited,
#content dd a:visited {
	color:#6d7a85;
}
#content h4 a:hover,
#content p a:hover,
#content dt a:hover,
#content dd a:hover {
	background:url(ahover.gif) bottom center repeat-x;
	color:#ddd;
}

#content .project {
	clear:left;
	min-height:180px;
	margin-top: 25px;
	margin-bottom:25px;
}
#content .project a img {
	float:left;
	margin-right:10px;
	border:5px solid #222;
}
#content .project a:hover img {
	border:5px solid #aaa;
}

#end {
	background-color: #282828 ;
	height: 30px;
	width: 100%;
}
background
