html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #C4C4C4;
  color: #333;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 14px;
}
h1 {
	color: #333;
  margin: 25px auto;
  text-align: center;
  width: 600px;
}
a,
a:active,
a:visited {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
}
#logo img {
	border: 0;
}
#links {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
	width: 600px;
}
#links li {
	display: inline;
	padding-left: 20px;
}
#links .blog {
	background: url(../images/page_white_text.png) no-repeat left center;
}
#links .download {
	background: url(../images/page_white_compressed.png) no-repeat left center;
}
#links .github {
	background: url(../images/github_16.png) no-repeat left center;
}

/* image loading background image */

#gallery li.loading {
  background: url(../images/spinner.gif) no-repeat center center;
}

/* image caption */

p.bf-caption {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
}
