html,
body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000000;
  color: #FFF;
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 14px;
}
h1 {
	color: #FFF;
	text-align: center;
	width: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
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: #FFF;
  font-size: 14px;
  font-weight:bold;
  line-height: 2em;
  margin: 0;
  text-align: left;
}
p.bf-caption a {
  color: red;
}
