html { 
  font-size: 62.5%;
}

body {
  color: #999;
	font-size: 1.3em;
	font-family: 'Verdana', "MS Trebuchet", sans-serif;
}

/* ============================ Base ============================ */

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
  color: #D81100;
}

.clear { 
  clear: both; 
  height: 0;
}

.warning {
	color: #000;
	font-weight: bold;
	padding: 1em;
	margin-bottom: 1.385em;
	text-align: center;
}

.moving {
	margin-bottom: 1.385em;
}

.moving a {
	border-bottom: 1px dotted #999;
}

.requirements {
	color: #999;
	font-size: 0.923em;
}

.requirements a { 
	border-bottom: 1px dotted;
	color: #999; 
}
/* ============================ Headings ============================ */

h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 1.385em;
}

/* ============================ Lists ============================ */

ul { 
  margin: 0 0 1.385em 0em;
}

ul li.right-justified {
	text-align: right;
}

ul.centered-menu {
	clear: both;
	text-align: center;
}

ul.centered-menu li {
	display: inline;
	margin: 0 2px;
}

ul.thumbnails li {
	float: left;
	height: 160px;
	position: relative;
	text-align: center;
	width: 201px;
}

ul.thumbnails .height-wrapper {
	display: block;
	height: 104px;
	line-height: 104px;
	margin-bottom: 8px;
}

ul.thumbnails img {
	border: 1px solid #DDD;
	padding: 2px;
	vertical-align: middle;
}

ul.thumbnails .thumbnail-title {
	font-size: 0.92308em;
}

ul.thumbnails li.clear {
	height: 0px;
	width: 0px;
}
/* ============================ Layout ============================ */

#foundation {
  margin: 10px auto 40px auto;
  width: 806px; 
}

#liquid-foundation {
	color: #000;
  margin: 10px auto 40px auto;
	width: 90%;
}

#liquid-foundation #sidebar a {
  color: #690600;
}
/* ============================ Header ============================ */

#header {
	background-color: #EEE;
	margin-bottom: 1.385em;
	padding: 8px;
}

#header h1 {
	color: #000;
	font-family: 'Helvetica Neue', 'Verdana', "MS Trebuchet", sans-serif;
  letter-spacing: 2px;
	position: relative;
	text-transform: uppercase;
	top: 1px;
}

#page-title {
	float: left;
	white-space: nowrap;
}

#collection-links {
	text-align: right;
}

/* ============================ Sidebar ============================ */

#sidebar {
/*	border-right: 1px dotted #AAA;
*/	float: left;
	width: 248px; /* Max width of photoblog photo is 240px */
}

#content {
	margin-bottom: 1.385em;
}

#sidebar dt {
	margin-bottom: 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}
/* ============================ Navigation ============================ */

#navigation h3 {
	display: inline;
}

#navigation li.photoset {
	font-weight: bold;
	margin: 0;
}

#navigation .disabled {
	color: #FFF;
}

/* ============================ Collections ============================ */

#collections li {
	width: 260px;
}

#collections .height-wrapper {
	height: 138px;
	line-height: 138px;
	margin-bottom: 8px;
}

/* ============================ Photosets ============================ */

#photoset-title {
	text-align: center;
}

/* ============================ Photos ============================ */

#le-photo {
	border: 1px solid #DDD;
	display: block;
	margin: 0 auto 1.385em auto;
	padding: 2px;
}

#exif {
	font-size: 0.92308em; /* 12px */
	margin: 0 auto 1.385em auto;
	display: none;
}

#exif .spacer {
	width: 60px;
}
#exif th {
	color: #777;
	margin-right: 4px;
	text-transform: capitalize;
}

#exif th,
#exif td {
	padding: 4px;
}

#map {
	margin-bottom: 1.385em;
	display: none;
}

#waldo {
	background-color: #EEE;
	border: 1px solid #000;
	height: 532px;
	width: 100%;
}

.coords {
	display: none;
}

/* ============================ Movies ============================ */

dl.showtimes {
	float: left;
}

dl.showtimes dt {
	border-bottom: 3px double #CCC;
	color: #333;
	margin-bottom: 6px;
}

dl.showtimes dd {
	margin-bottom: 1.385em;
}

/* ============================ Footer ============================ */

#footer {
	border-top: 1px dotted #BBB;
	color: #BBB;
	clear: both; /* IE seems to want this. */
	font-size: 0.92308em; /* 12px */
	padding-top: 4px;
}

#footer a {
	color: #BBB;
}

#footer a:hover {
  color: #D81100;
}

#copyright {
	float: left;
}