/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
font:13px "Segoe UI", Tahoma,Helvetica,Arial,sans-serif;
background:#333;
}

#wrapper {
	padding:20px;
	padding-top:0;
	width:870px;
	margin:auto;
}
h1 {
	padding-top:15px;
	font-size:76px;
	text-indent:-999em;
	text-align:center;
	background:white url('css_img/logo.png') no-repeat center 15px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
	-o-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
	width:600px;
	margin:auto;
}
p.subhead {
margin-top:30px;
font:italic 2em/1.6em Georgia,serif;
text-align:center;
color:white;
color:#999;
}
p.subhead a {
	color:white;
}
p {

line-height:1.5em;
}
#portfolio {
	margin-top:20px;
	padding-bottom:30px;
}
#portfolio li a span {
	display:none;
	width:75px;
	height:30px;
	position:absolute;
	top:30%;
	left:44%;
	margin-top:38px;
	margin-left:-15px;
	background:transparent url('css_img/enlarge.png') no-repeat center center;
}
#portfolio li a span.load {
	display:block !important;
	background-image:url('css_img/loading.png');
}
#overlay {
	background:white;
	padding:7px;
	margin-bottom:25px;
}
#overlay p {
	background:white;
	padding:4px;
	opacity:0.5;
	margin-bottom:5px;
}
#portfolio li a:hover span {
	display:block;
}
#portfolio li a {
	position:relative;
	text-decoration:none;
	display:block;
}
#portfolio li img {
	padding:8px;
	background:#555;
	display:block;
}
#portfolio li {
	margin:17px;
	float:left;
	height:200px;
	width:256px;
}
