* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
body {
	background: #005799 url(../img/bg_white_stroke.png) top left repeat-x;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
	width: 640px;
	margin: auto;
	position: relative;
}
.hidden {
	display: none;
}
#header {
	width: 620px;
	height: 120px;
	padding: 0px 10px;
	border-bottom: 2px solid transparent;
	margin-bottom: 60px;
	line-height: 120px;
}
#header h1 {
	display: block;
	height: 120px;
	float: left;
	font-size: 28px;
}
#header h1 a {
	color: #fff;
}
#header h1 span#hovertext {
	font-size: 12px;
	margin-left: 6px;
}
ul#nav {
	display: block;
	height: 120px;
	line-height: 120px;
	float: right;
}
ul#nav li {
	display: block;
	float: left;
	height: 120px;
	margin-left: 20px;
}
ul#nav li a {
	display: block;
	padding: 10px 18px;
	margin: 35px 0px;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 16px;
}
ul#nav li a:hover, ul#nav li a.on {
	background: #07233a;
}
.clear {
	clear: both;
}
a#rss {
	display: block;
	position: absolute;
	font-size: 14px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	right: 10px;
	top: 142px;
	text-align: center;
}
a#rss:hover {
	color: #99cc33;
}
ul#photos {
	width: 640px;
	display: block;
}
ul#photos li.photograph {
	width: 620px;
	padding: 0px 10px 20px 10px;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	position: relative;
	overflow: hidden;
	background: url(../img/shadow.png) bottom center no-repeat;
	border: 0px;
}
ul#photos li a {
	display: inline-block;
	border-bottom: 1px dashed #fff;
	color: #fff;
	padding-bottom: 2px;
}
ul#photos li a.image {
	display: block;
	width: 620px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom: 10px solid #99cc33;
	overflow: hidden;
	padding: 0px;
}
ul#photos li img {
	opacity: 0;
	border: 0px;
}
ul#photos li span.date {
	display: block;
	position: absolute;
	top: -40px;
	left: 10px;
	width: 600px;
	height: 20px;
	padding: 10px;
	font-size: 20px;
	background: url(../img/60percblack.png) repeat;
	opacity: 60px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
ul#photos li h2 {
	display: block;
	width: 580px;
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	background: #07233a;
}

ul#photos li h2 a {
	color: #fff;
	border: none;
}
ul#photos li h2 a:hover {
	color: #99cc33;
}
ul#photos li h3 {
	background: #07233a;
	width: 580px;
	padding: 14px 20px 14px 20px;
	font-size: 18px;
	border-top: 2px solid #005799;
}
ul#photos li h3 a#sh {
	display: inline-block;
	float: right;
	font-size: 15px;
	border: none;
}
ul#photos li a:hover {
	color: #99cc33;
	border-color: #99cc33;
}
ul#photos li p {
	background: #07233a;
	width: 540px;
	padding: 14px 40px 14px 40px;
	font-size: 14px;
	line-height: 22px;
}
ul#photos li p#tags {
	padding: 0px 20px 20px 20px;
	width: 580px;
}
ul#photos li p#tags a.tag {
	margin-right: 8px;
}
ul#photos li ul {
	display: block;
	padding: 0px 40px 14px 40px;
	width: 540px;
	font-size: 14px;
	background: #07233a;
}
ul#photos li ul li {
	display: list-item;
	margin-bottom: 6px;
	list-style: disc;
	margin-left: 10px;
}
form#contact {
	width: 420px;
	margin: 0px auto;
	margin-top: -20px;
}
form#contact label {
	display: none;
}
form#contact input[type=text] {
	display: block;
	padding: 10px;
	width: 183px;
	border: 1px solid #99cc33;
	height: 24px;
	font-size: 16px;
	background: none;
	color: #fff;
	background: #07233a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form#contact input#name {
	float: left;
}
form#contact input#email {
	float: right;
}
form#contact textarea {
	display: block;
	padding: 10px;
	width: 398px;
	height: 170px;
	border: 1px solid #99cc33;
	font-size: 16px;
	background: none;
	color: #fff;
	margin-top: 10px;
	background: #07233a;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form#contact input[type=text]:hover, form#contact input[type=text]:focus {
	border-color: #fff;
}
form#contact textarea:hover, form#contact textarea:focus {
	border-color: #fff;
}
form#contact input[type=reset], form#contact input[type=submit] {
	display: block;
	padding: 10px;
	width: 100px;
	border: 1px solid #fff;
	font-size: 14px;
	background: none;
	color: #fff;
	margin-top: 10px;
	background: #07233a;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form#contact input[type=reset] {
	float: left;
}
form#contact input[type=submit] {
	float: right;
}
form#contact input[type=reset]:hover {
	border-color: #bf1e2d;
	color: #bf1e2d;
}
form#contact input[type=submit]:hover {
	border-color: #99cc33;
	color: #99cc33;
}
form#contact span#loading {
	display: block;
	margin: auto;
	margin-top: 0px;
	padding-top: 42px;
	text-align: center;
	background: url(../img/photoloader.gif) top center no-repeat;
}
form#contact span#success {
	display: block;
	margin: auto;
	margin-top: 0px;
	padding-top: 42px;
	text-align: center;
	background: url(../img/check.png) top center no-repeat;
}
form#contact span#error {
	display: block;
	margin: auto;
	margin-top: 0px;
	padding-top: 42px;
	text-align: center;
	background: url(../img/x.png) top center no-repeat;
}
li.single {
	margin-bottom: 10px;
}
p.ad {
	border-top: 2px solid #005799;
	margin: auto;
	display: block;
	width: 468px;
	height: 60px;
}
div#nextprev {
	width: 620px;
	margin: auto;
	margin-bottom: 30px;
	height: 40px;
}
div#nextprev a {
	display: block;
	float: right;
	line-height: 40px;
	color: #fff;
}
div#nextprev a span.circle {
	display: block;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 42px;
	color: #005799;
	float: inherit;
	margin: 0px 15px;
}
div#nextprev a[rel=prev] {
	float: left;
}
div#nextprev a[rel=next] {
	float: right;
}
div#nextprev a[rel=prev] span.circle {
	background: #fff url(../img/leftarrw.png) center center no-repeat;
}
div#nextprev a[rel=next] span.circle {
	background: #fff url(../img/rightarrw.png) center center no-repeat;
}
div#nextprev a:hover {
	color: #99cc33;
}
div#nextprev a:hover span.circle {
	background-color: #99cc33;
	float: inherit;
}
