@import url(reset.css); /* reset css */
/* // General // */
body {
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #191e32;
}

#container {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 1024px;
	border-bottom: 4px solid #bf1305;
}
/* // Typeography // */
p {
	color: #d2c9c2;
	margin: 20px 0;
}

/* // Headers // */
#header {
	position: relative;
	width: 1024px;
	height: 180px;
}
#header img {
	border-top: 4px solid #bf1305;
}
#header h1 {
	display: none;
}
/*  // Nav // */
ul {
}
#main-nav {
	position: absolute;
	top: 165px;
	display: block;
	width: 1024px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #d2c9c2;
	border-bottom: 1px solid #bf1305;
}
#main-nav h2 {
	display: none;
}
#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navlist li {
	float: left;
	margin-left: 32px;
}
#navlist a {
	display: block;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	text-align: center;
	color: #bf1305;
	padding: 6px 8px 4px 0;
}
#navlist a:hover {
	color: #191e32;
}
#navlist a.selected {
	cursor: default;
	color: #191e32;
}
#navlist .flt-right {
	float: right;
	margin-right: 20px;
}
/* // Content // */
#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 924px;
	min-height: 300px;
}
#content .narrative {
	width: 600px;
	float: left;
	font-size: 120%;
}
#content a {
	color: #d2c9c2;
	text-decoration: underline;
}
#general {
	display: block;
	min-height: 400px;
	border-bottom: 1px solid #d2c9c2;
}
#general.noborder {
	margin-top: 55px;
	border-bottom: none;
}
#general img {
	border: 10px solid #d2c9c2;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#general p.caption {
	text-align: center;
	font-size: 120%;
	margin-top: 15px;
}
#general .photo p.caption {
	margin-left: -30px;
}
#general .photo {
	float: left;
}
#general .photo.more {
	min-height: 400px;
}
#content #journeys a {
	text-decoration: none;
	font-size: 120%;
}
#content #journeys a:hover {
	color: #bf1305;
}
#content #journeys .part-journey a {
	margin-left: 15px;
	font-size: 90%;
}
#content .journey {
	display: block;
	margin: 15px 0 15px 0;
	clear: left;
}
#content .journey a.heading {
	text-decoration: none;
}
#content .journey h2, #general h2 {
	font-size: 140%;
	color: #bf1305;
	padding-bottom: 10px;
	margin-top: 15px;
}
#general h2 {
	border-bottom: 1px solid #d2c9c2;
	margin-bottom: 15px;
}
#content .journey .miles {
	color: #d2c9c2;
}
#content .journey .date {
	color: #86b9ce;
}
#content .journey .tunnels {
	color: #d2c9c2;
}
#content .journey .locks {
	color: #86b9ce;
}
#content .journey .item h3 {
	color: #d2c9c2;
	font-size: 125%;
}
#content .journey .item {
	min-height: 270px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #d2c9c2;
	clear: left;
}
#content .journey .item .text {
	display: block;
	width: 475px;
	float: left;
}
#content p.nb {
	color: #bf1305;
}
#content p.stat {
	font-family: Lucida Console, monospace;
	color: #86b9ce;
}
#content p.cumulative {
}
#content .journey .item.last {
	border-bottom: none;
}
#content .journey .item img {
	float: left;
	border: 10px solid #d2c9c2;
	margin-right: 25px;
}
#content .journey .item p {
	font-size: 120%;
}
#sidebar {
	position: fixed;
	top: 280px;
	right: 0;
	margin: 0 0 20px 0;
	padding: 20px 20px 20px 20px;
	width: 250px;
	background-color: #fff;
	opacity: 0.6;
	border: 1px solid #fff;
	border-radius: 6px;
}
#sidebar a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #00f;
}
#sidebar a.selected {
	color: #bf1305;
}
/* // Google map info window // */
#info {
}
#info img {
}
#info p {
	font-family: Arial, Helvetica, sans-serif;
	color: #191e32;
	margin: 0;
}
/* // Footer // */
#pushbottom {
	clear: both;
}
#nav-footer {
	list-style: none;
	overflow: hidden;
	font-size: .8em;
}
#nav-footer li {
	float: left;
	padding: 0 10px 10px 0;
}
#nav-footer li a {
	text-decoration: none;
	color: #d2c9c2;
}
#footer {
	min-width: 1024px;
	min-height: 125px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1em;
}
#inner-footer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	color: #d2c9c2;
	font-size: .8em;
}
.credits {
	float: right;
	font-size: .7em;
	text-align: right;
	color: #d2c9c2;
}
.credits a {
	color: #d2c9c2;
	text-decoration: none;
}
.credits a:hover, #nav-footer a:hover {
	text-decoration: underline;
}

/* // Images // */

/* // Misc // */
