#header, #container, #footer {
	width:900px;
	margin-top:2em;
}
#footer {
	font-size:75%;
	margin-bottom:10em;
	margin-top:40px;
}
#footer p {
	width:425px;
}
body,
ul li span,
ol li span {
	color:#999;
}
a, a:active, a:focus, a:hover, a:visited {
	color: #555;
}
p a:focus, p a:hover,
ol a:focus, ol a:hover,
#image a:hover {
	border-bottom: 1px solid #aaa;
}
form label {
	display:inline-block;
	width:150px;
	margin-left:10px;
}
textarea {
	width:500px;
	height:150px;
}
.textbox {
	width:345px;
}
.photos img {
	border:5px solid #171717;
	margin:10px;
	margin-left:0;
	margin-top:0;
}
.big {
	width:100%;
}
textarea.big {
	height:300px;
}
input, textarea, select {
	font-size:110%;
	line-height:1.5;
}
.textbox, textarea, .big {
	background-color:#f7f7f7;
	border:1px solid #ddd;
	color:#999;
}
#header {
	position:relative;
}
#header h1 {
	height:20px;
	text-transform:none;
	letter-spacing:0;
	font-size:24px;
}
#header h1 a {
	color:#555;
}
#header h1 span {
	color:#ccc;
}
#header p {
	width:400px;
	float:left;
}
#header .nav {
	position:absolute;
	right:0;
	top:0;
	width:600px;
	text-align:right;
	color:#ddd;
}
#header .nav .bold {
	color:black;
}
.boomphotos {
	line-height:0;
	font-size:0;
}
.boomphotos img, .boomphotos a {
	border:0 ! important;
	margin: 0 ! important;
	padding: 0 ! important;
}
.category_photos {
	margin:2em 0;
	line-height:auto;
	font-size:10px;
	min-height:150px;
}
.bold {
	font-weight:400;
}
.photo {
	display:inline-block;
}
.prev_page, .next_page, #comment_toggle {
	cursor: pointer;
	display:inline-block;
	padding:10px 15px;
	border:1px solid #eee;
	color:#999;
	text-transform:uppercase;
}
.next_page {
	float:left;
}
.prev_page {
	float:right;
}
.pagination .disabled {
	visibility: hidden;
}