/* @override http://192.168.1.200/~bbmiller/dailyphoto/photostyles.css */

body {
	background-color: #333;
	color: #ccc;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	text-align: center;
}
div#content {
	height: 100%;
	width: 1060px;
	margin: 15px auto;
}
a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}

#header {
	font-size: x-large;
	padding: 0;
	margin:  10px 0 0 0;
}
#header a {
	font-size: medium;
}

div#nav {
	padding: 0px;
}
a#prev {
	position: relative;
	left: -350px;
}
a#next {
	position: relative;
	left: 350px;
}
#nav a:hover {
	border-bottom: 1px solid #696969;
}

div.photo {
	width: 500px;
	height: 550px;
	float: left;
	margin: 5px;
	padding: 10px;
}
.photo span {
	display: block;
	margin: 4px;
	color: #333;
}
.photo:hover span {
	color: #ccc;
}
span.photographer {
	font-size: small;
}
.photo a img {
	padding: 0;
	margin: 0;
	border: none;
}
