/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

html {
	background: #021F31 url(../images/background.jpg) top center no-repeat;
}

body {
	color: #eee;
	font: 62.5%/1.6 Arial, sans-serif;
}

h1,h2,h3,h4,h5 {
	margin: 1em 0 0.5em 0;
}

a {
	color: #a6a368;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#header {
	height: 85px;
}

#header h1 {
	background: url(../images/whereIsJeremy.png) top left no-repeat;
	height: 49px;
	width: 547px;
	float: left;
	margin: 2em 0;
}

#header h1 span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#header div {
	float: right;
	background: url(../images/transparentBg.png);
	padding: 1em;
	margin: 2em 0;
}

#header p {
	font-size: 1.2em;
}

/* MAIN PICTURE AND MAP */

#main {
	background: url(../images/transparentBg.png);
	padding: 1em;
	position: relative;
}

#main #mostRecentWrap a {
	float: left;
	margin-right: 7px;
}


#main #mostRecentWrap a img {
	display:block;
}

#main #map {
	width: 390px;
	height: 405px;
	float: right;
	margin-top: 0;
}

#main dl {
	position:absolute;
	bottom: 10px;
	background: #000;
	width: 540px;
	filter: alpha( opacity = 70 );
	-moz-opacity: 0.7;
	opacity: 0.7;
	font-size:1.7em;
	padding:0.5em 0;
}

#main dt { 
	float:left; 
	font-weight:bold;
	margin:0 0.5em 0 1em;
}

#main dt:after { 
	content: ": ";
}

#main dd { color:#a6a368; }

/* SECONDARY */

#secondary {
	margin: 4em 0 0 0;
	overflow: hidden;
clear:both;
}

#secondary h2 {
	background: url(../images/prevHeader.png) top left no-repeat;
	height: 35px;
	width: 258px;
}

#secondary #aboutWebpage h2 {
	background: url(../images/aboutHeader.png) top left no-repeat;
	height: 35px;
	width: 258px;
}

#secondary #contactInfo h2 {
	background: url(../images/jHeader.png) top left no-repeat;
	height: 33px;
	width: 159px;
}

#secondary h2 span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* PREVIOUS IMAGES AREA */

#secondary ol {
	background: url(../images/transparentBg.png);
	padding: 0 0 1em 1em;
	overflow: hidden;
}

#secondary ol li {
	float: left;
	margin: 1em 1em 0 0;
	padding: 0;
}

#secondary ol li a {
	display: block;
	padding: 0;
	margin: 0;
}

#secondary ol li img {
	width: 227px;	
	margin: 0;
	display:block;
}

/* ABOUT WEBPAGE AREA */

#secondary #aboutWebpage {
	width: 700px;
	float: left;
	margin-top: 1em;
}

#secondary #aboutWebpage p {
	font-size: 1.2em;
}

/* CONTACT INFO */

#secondary #contactInfo {
	background: url(../images/transparentBg.png);
	width: 23em;
	padding: 0.2em 1em 1.2em 1em;
	float: right;
	margin-top: 2em;
}

#secondary #contactInfo dl {
	font-size: 1.2em;
}

#secondary #contactInfo dt, #secondary #contactInfo dd {
	float: left;
}

#secondary #contactInfo dt {
	clear: left;
}

#secondary #contactInfo dt:after {
	content: ":";
}

#secondary #contactInfo dd {
	margin-left: 0.5em;
}

/* FOOTER */

#footer {
	margin-top: 2em;
	font-size: 1.2em;
	padding: 1em 0;
	background:url(../images/footer-background.jpg) top center no-repeat;
}

#footer ul { 
	width:960px; 
	margin: 0 auto;
}

#footer li { 
	display:inline; 
	border-left:1px solid #026272;
	padding-left:1.3em;
	margin-left:1em;
}


#footer li.first { 
	border-left:0;
	padding-left:0;
	margin-left:0;
}


.clearer {
	 clear: both;
}
