body {
  background-color: #000;
	color: #ddd;
	font-family: 'Courier New', Courier, monospace;
}

h1, h2, h3, h4, h5, h6 {
  color: #ccc;
}

h2 {
  font-weight: 700;
}

a, a:link, a:visited {
	color: #fff;
}

a:active {
	color: #999;
}

#header h1 a {
  font-size: 1.5em;
  text-decoration: none;
}

#footer {
  text-align: right;
}

#navigation ul {
	list-style: none;
	margin-right: 3px;
}

#navigation ul li {
	margin-top: -1px;
	text-align: right;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#navigation ul li a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #222;
}

#navigation ul li a:hover,
#header h1 a:hover {
  text-decoration: underline;
}

#secondary_nav {
  margin-top: 50px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.ngg-galleryoverview {
  margin-top: 0;
  margin-bottom: 1.5em;
}
