/* 	Two Geeks and a Car
	Version 1
	Created 03-06-08
*/
/* xxxxx colors xxxxx */
/*	Main background: #a6b2be	
	Main text: #4f5257
	Navigation: HERE - #4f5257, back #f8f7fd; HOVER - #5288b0, back #fff; LINK - #fff, back #4f5257
	MC back: #f8f7fd
	SC back: #f2eeee
	Mile Marker h4: #360
*/

/* xxxxx Some of the Eric Meyer Global Reset xxxxx */
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;
	}
body {
	line-height: 1.7em; 
	}
ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
:focus {
	outline: 0;
	}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* xxxxx layout xxxx */
html {
	background-color: #a6b2be;
	min-height: 100%; margin-bottom: 1px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4f5257;
	text-align: center; /* for center placement*/
	}
#header { 
	position: relative;
	z-index: 10;
	}
#page-title {
	position: absolute;
	margin-top: 18px;
	top: 0;
	left: 40%;
	z-index: 200; 
	}
#map {
	position:absolute;
	top:0;
	left:0;
	height: 197px;
	width: 100%;
	background: url(images/map.jpg) no-repeat center top;
	z-index: 50;
	}
#car-image {
	background-image: url(images/home.png);
	z-index: 100;
	position: absolute;
	margin-top: -45px;
	top:0;
	left: -125px;
	width: 454px;
	height: 237px;
	}
body#daybyday #car-image {
	background-image: url(images/daybyday.png);
	}
body#numbers #car-image {
	background-image: url(images/numbers.png);
	}
body#route #car-image {
	background-image: url(images/route.png);
	}
body#about #car-image {
	background-image: url(images/about.png);
	}
body#comment #car-image {
	background-image: url(images/comment.png);
	}
body#photos #car-image {
	background-image: url(images/photos.png);
	}
body#donate #car-image {
	background-image: url(images/donate.png);
	}
body#missing #car-image {
	background-image: url(images/notfound.png);
	}

/* MC FULL = 558.5 - optional padding - optional border */
/* MC DAY = 469 - optional padding (*2) - optional border (*2) [ i.e. 5 pad 1 border = 12] */
#container { 
  	margin: 0 auto; 
	text-align: left; 
  	width: 98%; 
	max-width: 1000px; 
	min-width: 855px;
  	background: #fff url(images/columns.jpg) repeat-y 70% 0;
	} 
#gnav { 
	margin-top: 197px;
	float: left;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.0em;
	list-style: none;
	font-variant: small-caps;
	z-index: 250;
	background: url(images/navbackground.jpg) no-repeat bottom center;
	}
#intro {
	padding: 10px 20px 10px 20px;
	background: #f8f7fd url(images/fadedLine.jpg) no-repeat bottom center; 
	}
#main-content {
	float: left;
	width: 70%;
	background-color: #f8f7fd;
	}
#sec-content { 
	float: right;
	width: 29%;
	background-color: #f2eeee;
	}
#mcpadding {
	padding: 10px 20px 10px 30px;
	}
#scpadding  {
	padding: 10px 20px 10px 20px;
	}
#footer { 
	clear: both;
	width: 100%;
	text-align: left;
	line-height: 1.2em;
	padding-top: 10px;
	margin-top: 1.416666em;
	margin-bottom: 1.416666em;
	border-bottom: 3px solid #4f5257;
	background-color: #939393;
	background: #939393 url(images/theend.png) no-repeat 85% 0; 
	}
/* xxxxx tags xxxxx */
#header h1 {
	padding: 7px;
	font-size: 2.9em;
	letter-spacing: -1.3px;
	color:#fff;
	line-height: 0.8em;
	background: url(images/h1background.png) repeat-x 0 0;
	font-weight: normal;
	}
/* to maintain the spacing - baseline em (1.7), divided by font for margin and height*/
h2, h3, h4 {
	font-weight: normal;
	/*text-transform: uppercase;*/
	letter-spacing: -0.2px;
	}
h2 { 
	font-size: 2.2em;
	line-height: 0.772727em;
	margin-top: 0.772727em;
	margin-bottom: 0.772727em;
	}
h2.about {
	text-align: center;
	}
h3 { 
	font-size: 1.8em;
	line-height: 0.944444em;
	margin-top: 0.944444em;
	margin-bottom: 0.944444em;
	}
h3.aboutQuestion {
	clear: both;
	background-color: #fff;
	text-align: center;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
h4 { 
	font-size: 1.45em;
	line-height: 1.214285em;
	margin-top: 1.214285em;
	margin-bottom: 1.214285em;
	}
p {
	font-size: 1.3em;
	line-height: 1.307692em;
	margin-top: 1.307692em;
	margin-bottom: 1.307692em;
	}
#main-content li {
	font-size: 1.2em;
	line-height: 1.416666em;
	}
#main-content ul {
	margin-bottom: 1.416666em;
		}
#sec-content .nav li {
	font-size: 1.8em;
	line-height: 0.944444em;
	}
#sec-content ul.nav {
	margin-top: 0.96em;
	margin-bottom: 0.944444em;
	}
#sec-content ul.plainLi {
	font-size: 1.2em;
	line-height: 1.416666em;
	margin-top: 1.416666em;
	margin-bottom: 1.416666em;
	}
#sec-content ul.plainLi li {
	width: 95%; /* because IE is a piece of fucking shit */
	padding-left: 10px;
	background: url(images/navBullet.png) no-repeat 0 0.5em;
	}
#sec-content form {
	width: 29.9%; 
	margin-top: 1.5em;
	padding-left: 4.5em;
	}
#footer p {
	margin-left: 12%;
	width: 57%;
	}
abbr {
	border-bottom: 1px dotted;
	cursor: help;
	}
ol {
	margin-left: 2.3em;
	}
#main-content p.response {
	background-color: #fff;
	padding: 5px 20px;
	}
body#home #main-content img, body#photos #main-content img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #4f5257;
	}
/* xxxxx Comment page styling xxxxx */
textarea {
	overflow:auto;
	}
.warning {
	color: #f00;
	}
textarea:focus, input:focus {
	border: 2px solid #5288b0;
	background-color: #ffc;
	}
/* xxxxx About page styling xxxxx */
.bertyAnswer {
	width: 49.5%;
	float: left;
	}
.bertyAnswer img {
	display: block;
	margin: 0 auto 1.5em auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
.bertyAnswer p {
	margin-top: 0;
	padding: 0 10px 0 0;
	}
.mattskiAnswer {
	width: 49.5%;
	float: right;
	}
.mattskiAnswer img {
	display: block;
	margin: 0 auto 1.5em auto;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
.mattskiAnswer p {
	margin-top: 0;
	padding: 0 10px 0 0;
	}
.center {
	display: block;
	margin: 1.6em auto;
	}
/* xxxxx Day by Day page xxxxx */
.mileMarker {
	clear: both;
	width: 15%;
	float: left;
	}
.mileMarker h4 {
	line-height: 1.0em;
	margin-top: 1.18em;
	margin-bottom: 0.2em;
	color: #360;
	font-weight: bold;
	padding-right: 12px;
	background: url(images/mileMarkerBack.jpg) no-repeat 73px 0.2em;
	}
.mileMarker p {
	line-height: 1.3em;
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0em;
	}
.mileMarker img {
	margin: 5px 0 0 -2px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
.dayStory {
	width: 84.5%;
	float: left;
	margin-bottom: 2.0em;
	}
iframe {
	margin-top: 1.4em;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
#main-content .dayStory img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
/* xxxxx donate page xxxxx */
body#donate #main-content dl {
	float: left;
	width: 100%;
	}
body#donate #main-content dt {
	clear: both;
	float: left;
	text-align: center;
	width: 30%;
	font-size: 2.2em;
	line-height: 0.772727em;
	margin-top: 0.772727em;
	margin-bottom: 0.772727em;
	}
body#donate #main-content dd {
	float: left;
	width: 69%;
	font-size: 1.3em;
	line-height: 1.307692em;
	margin-top: 1.05em;
	margin-bottom: 1.307692em;
	}
/* xxxxx Numbers page xxxxx */
body#numbers #main-content dl {
	float: left;
	width: 100%;
	}
body#numbers #main-content dt {
	clear: both;
	float: left;
	text-align: center;
	width: 30%;
	font-size: 2.2em;
	line-height: 0.772727em;
	margin-top: 0.772727em;
	margin-bottom: 0.772727em;
	}
body#numbers #main-content dd {
	float: left;
	width: 69%;
	font-size: 1.3em;
	line-height: 1.307692em;
	margin-top: 1.05em;
	margin-bottom: 1.307692em;
	}
/* xxxxx twitter tags xxxxx */
#twitter_div {
	padding: 0;
	}
h2.twitter-title {
	font-size: 1.8em;
	line-height: 0.944444em;
	margin-top: 0.944444em;
	margin-bottom: 0.944444em;
	}
#twitter_update_list {
	font-size: 1.2em;
	line-height: 1.416666em;
	margin-top: 1.416666em;
	margin-bottom: 1.416666em;
	margin-left: -2px;
	}
#twitter_update_list li {
	width: 95%; /* because IE is a piece of fucking shit */
	padding-left: 15px;
	background: url(images/twitterbullet.png) no-repeat 0 0.4em;
	margin-bottom: 1.0em;
	}
/* xxx   links style coloring   xxx */
a:link {
	color: #33c;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
a:visited {
	color: purple;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
a:hover, a:focus, a:active {
	color: #fff;
	background-color: #33c;
	border-bottom: none;
	text-decoration: none;
	}
/* xxx   global nav styling   xxx*/
#gnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#gnav #n-home {
	padding-left: 3%;
	}
#gnav a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 3px 9px;
	border-right: 1px solid #fff;
	}
#gnav #n-home a {
	border-left: 1px solid #fff;
	}
#gnav a:link, #gnav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #4f5257;
	border-bottom: none;
	}
#gnav a:hover, #gnav a:focus, #gnav a:active {
    background-color: #fff;
	color: #5288b0;
	border-bottom: none;
    }
/* xxxxx   "you are here" style for global nav   xxxxx*/
body#home #n-home a, body#daybyday #n-day a, body#numbers #n-numbers a, body#route #n-route a, body#about #n-about a, body#comment #n-questions a, body#photos #n-photos a, body#donate #n-donate a {
	background-color: #f8f7fd;
	color: #4f5257;
	border-bottom: none;
	}
/* xxxxx   secondary content nav styling   xxxxx*/
#sec-content .nav a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	padding: 5px 0;
	width: 95%; /* because IE is a piece of fucking shit */
	padding-left: 10px;
	background: url(images/secNavLinkBullet.jpg) no-repeat 0 0.45em;
	}
#sec-content .nav a:link, #sec-content .nav a:visited {
	display: block;
	text-decoration: none;
	color: #4f5257;
	}
#sec-content .nav a:hover, #sec-content .nav a:focus, #sec-content .nav a:active {
	color: #fff;
	background-color: #4f5257;
	background-image: none;
	}   
/* xxx   "you are here" style for secondary nav   xxx*/
#currentlink a:link, #currentlink a:visited {
	margin-left: -1.7em;
	border: 1px solid #ccc;
	border-left: 1px solid #f8f7fd;
	color: #4f5257;	
	background-image: none;
	background-color: #f8f7fd;
	}
#sec-content #currentlink a:hover, #sec-content #currentlink a:focus, #sec-content #currentlink a:active {
	color: #4f5257;
	background-color: #f8f7fd;
	background-image: none;
	}
/* xxxxx   footer links style  xxxxx*/
#footer a {
	padding: 1px;
	text-decoration: none;
	border-bottom: none;
	}
#footer a:link, #footer a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #4f5257;
	}
#footer a:hover, #footer a:focus, #footer a:active {
	background-color: #5288b0;
	color: #fff;
	}
/* xxxxx car image preload xxxxx */
#preload { height: 0; overflow: hidden; }
/* xxxxx get rid of Tweet links */
#twitter_update_list a:link {
	display: none;
	}
/* xxxxx Lightbox xxxxx 
 	from "http://www.lokeshdhakar.com/projects/lightbox2/" 
	Thank you, Lokesh! I made a donation */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
