body {
	background: #111 url(/assets/imgs/bg.png) top repeat-x;
	color: #999;
	text-align: center;
	font: 14px/1.4em Helvetica, Sans-Serif;
	margin: 1em;
}

h1 {
	color: #ccc;
	font-size: 20px;
	height: 0;
	overflow: hidden;
	padding-top: 130px;
	margin-top: 1.5em;
	width: 100%;
	background: transparent url(/assets/imgs/andrewhedgesname.png) center top no-repeat;
}

p.footer {
	font-size: 12px;
}

div.ie-sucks {
	display: none;
}

div.standards-rock {
	display: block;
}

ul {
	margin: 1em 0;
	padding: 0;
}

ul li {
	display: inline;
	padding: 0 0.25em;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

/* begin: photo blinds styles */
#photo-blinds {
	position: relative;
	border: solid 4px black;
	background: #666;
	width: 740px;
	height: 375px;
	margin: auto;
	overflow: hidden;
}

#photo-blinds-caption {
	position: absolute;
	left: 0;
	top: 375px;
	width: 726px;
	height: 18px;
	padding: 7px;
	background: #333;
	opacity: 0.75;
	color: white;
	text-shadow: black 2px 2px 2px;
}

#photo-blinds p {
	padding-top: 120px;
	font-size: 36px;
	font-weight: bold;
	color: #777;
	text-shadow: #555 0 1px 1px;
}

#photo-blinds img {
	width: 10px;
	height: 375px;
	opacity: 0.25;
	float: left;
}

#photo-blinds img.hovered,
#photo-blinds img:hover
{
	opacity: 1.0;
}

#photo-blinds-nav {
	width: 740px;
	margin: 14px auto;
	padding: 0;
	list-style: none;
	font: 12px/1em "Helvetica Neue", Helvetica, Sans-Serif;
	text-align: center;
}

#photo-blinds-nav li {
	display: inline;
}

#photo-blinds-nav li a {
	color: #333;
	background: #ccc;
	padding: 6px 8px;
	border: solid 1px black;
	border-left: none;
}

#photo-blinds-nav li a.hovered,
#photo-blinds-nav li a:hover
{
	background: #333;
	color: #ccc;
}

#photo-blinds-nav li.pb-open a {
	background: black;
	color: white;
}
/* end: photo blinds styles */

