/* @override http://localhost/~gparsons/cod/css/master.css */


/* @group Defaults */
body {
	font-family: Helvetica, sans-serif;
	font-size: medium;
	color: #444;
}
img {
	border: 0px;
}
img.thumbnail {
	max-width: 160px;
	max-height: 160px;
	border: 0px;
}
/* @end */


/* @group Layout */
div#page {
	min-width: 40em;
	margin: 1em 3em;
	padding: 0em 4em;
}
/* @end */



/* @group Header */
div#header {
	margin-bottom: 1em;
	text-align: center;
}
div#logo {
	height: 300px;
	background: url(../graphics/logo.png) no-repeat center;
}
div#title {
	color: #000;
	font-size: xx-large;
	font-weight: bold;
}

/* @group Navigation */
div#navigation {
	clear: both;
	margin-top: 0.5em;
	padding: 1em;
}
div#navigation a {
	color: #FC7400;
	text-decoration: none;
	font-weight: bold;;
	padding: 0.75em
}
div#navigation a:hover,
div#navigation a:active {
	border-bottom: 4px solid #FC7400;
}
div#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#navigation li {
	display: inline;
	margin-right: 1em;
}
/* @end */
/* @end */


/* @group Content */
div#content {
	margin-top: 2em;
}
div#content p {
	text-align: justify;
	line-height: 1.25em;
}
div#content img {
	margin: 0.25em 0.5em;
}

div#content a:link,
div#content a:visited {
	color: #ffb129;
	text-decoration: none;
}
div#content a:hover,
div#content a:active {
	text-decoration: underline;
}

div#front-page-photos {
	margin-top: 3em;
	text-align: center;
}
div#authorized {
	margin-top: 4em;
	text-align: center;
}

/* @group Photos */

div#photos {
	text-align: center;
	clear:  both;
}
div#photo-navigation {
	clear: both;
	padding: 2em 1em;
}
div.previous-photos {
	float: left;
	display: inline;
}
div.next-photos {
	float: right;;
	display: inline;
}

/* @end */

/* @end */


/* @group Footer */
div#footer {
	text-align: right;
	margin-top: 2em;
	border-top: 1px #CCC solid;
	padding-top: 0.5em;
	font-size: x-small;
	color: #999;
}
div#footer a {
	color: #666;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
/* @end */