/* STANDARD TAGS */

body {
	margin: 0
	color: #000;
	background-image: url('/images/bg_tile.jpg');
	background-repeat: repeat;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	text-shadow: #000 0 0 0; /* Lighten Safari's heavy fonts */
	}

a {
	color: #000000;
	text-decoration: none;
	}

  	a:hover {
		color: #f00;
		}

	a:focus {
		outline: none;
		}

	a img {
		border: none;
		}

p {
	margin: 12px 0;
	}

img {
	max-width: 100%;
	padding: 0;
	}

small {
	font-size: 11px;
	}

hr {
	height: 1px;
	color: #000000;
	background-color: #000;
	border: 0px;
	}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	color: #000000;
	}

	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

cite {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}

code {
	padding: 10px;
	display: block;
	font-family: 'Courier New', monospace;
	border: 1px dotted #000;
	overflow: scroll;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

	acronym, abbr {
		border-bottom: 1px dashed #000;
		}

form {
	margin: 0;
	}



/* HEADINGS */

h1, h1 a, h1 a:hover {
	padding: 10px 0 0 0;
	margin: 0;
	color: #000000;
	font-size: 60px;
	font-family: 'Georgia', serif;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: -4px;
	font-variant: small-caps;
	}

h2, h2 a, h2 a:hover {
	margin: 0;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	}
	
	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia', serif;
		font-size: 32px;
		font-weight: normal;		
		letter-spacing: -2px;
		}

h3, h3 a, h3 a:hover {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	}


/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	}
	
#wrapper {
	background: #5d3213;
	margin: 0px auto;
	width: 800px;
}



/* THE HEADER */

.header { background: #5d3213 url(images/design_01.jpg) no-repeat;
		margin: 0px 0px 0px 0px;
		width: 800px;
		height: 227px;
		position: absolute;
}

.header2 { background: #5d3213 url(/images/design_01.jpg) no-repeat;
		margin: 0px 0px 0px 0px;
		width: 800px;
		height: 227px;
		position: absolute;
}

/*  The Navigation */

.nav {
	background: #5d3213 url(images/design_02.jpg) no-repeat;
	width: 800px;
	height: 52px;
	position: absolute;
	top: 272px;
}

.nav2 {
	background: #5d3213 url(/images/design_02.jpg) no-repeat;
	width: 800px;
	height: 52px;
	position: absolute;
	top: 272px;
}

.titles {
	background: #5d3213 url(images/design_03.jpg) no-repeat;
	width: 800px;
	height: 51px;
	position: absolute;
	top: 321px;
}

.titles_alt {
	background: #5d3213 url(/images/design_03alt.jpg) no-repeat;
	width: 800px;
	height: 51px;
	position: absolute;
	top: 321px;
}

.titles_alt2 {
	background: #5d3213 url(images/design_03alt02.jpg) no-repeat;
	width: 800px;
	height: 51px;
	position: absolute;
	top: 321px;
}

.main {
	background: #5d3213;
	width: 800px;
	position: absolute;
	top: 372px;
}

#twitter_div {width: 155px;
	height: 190px;
}

#commentary {width: 800px;
	background: #7d5936;
}



/* LIGHTBOX CODES  */

#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; }
