/* CSS RESET */

/* v1.0 | 20080212 */
/* Old Background = 000000 */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
: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;
}


/* BEGIN REAL CSS */


html, body {
	height: 100%;
	background-color: #000000;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: .8em;
	color: white;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0 auto -140px;
}

#header{
	width: 100%;
	height: 30px;
	background-image: url('../images/bf_folly_header_bkg.gif');
	background-repeat: repeat-x;
	background-color: #27231b;
	border-bottom: 1px solid black;
}

#headerInset {
	padding-top: 10px;
	margin-left: 15px;
	margin-right: 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: right;
	text-decoration: none;
}

#footer{
	width: 100%;
	height: 70px;
	border-top: 1px solid black;
	margin-top: 110px;
	background-image: url('../images/bf_folly_footer_bkg.gif');
	background-repeat: repeat-x;	
	background-color: #27231b;
	text-align: center;
}

#footerInset {
	margin-top: 11px;
	margin-left: 15px;
	margin-right: 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: right;
}

#footerBlogroll{
	text-align: center;
	margin-top: -5em;
}

.mainbody{
	width: 960px;
	margin: 50px auto;
	text-align: center;
}

#push{
	height: 70px;
}

#displayPhoto {
	border: 1px solid black;
}

#headerImage{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

table {
	border: 1px solid #27231b;
	margin-left: auto;
	margin-right: auto;
}

#thumbsTable {
	width: 625px;
	border: none;
	margin: 0 auto;
}

#headerWordmark{
	float: left;
	margin-left: 15px;
}

.navLink{
	text-decoration: none;
	color: #FFFFFF;
}

.underPhotoLink {
	text-decoration: none;
	font-size:  1.3em;
	color: #FFFFFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#photoNav {
	font-size: 1.3em;
	text-shadow: black 0.1em 0.1em 0.2em;
	margin-top: 15px;
}

#legalese{
	margin-top: 20px;
}

#browse_thumbs{
	margin-left: 20px;
}

#browse_thumbs a{
	color: white;
}

#archive_category a{
	text-decoration: none;
	font-size: 1.0em;
	text-shadow: black 0.1em 0.1em 0.2em;
	color: white;
	line-height: 120%;
	margin-bottom: 3px;
}

h3 {
	color: #ffffcc;
	font-size: 1.2em;
	text-shadow: black 0.1em 0.1em 0.2em;
	margin-bottom: 8px;
}


h1 {
	color: #ffffcc;
	font-size: 1.5em;
	text-shadow: black 0.1em 0.1em 0.2em;
	margin-bottom: 8px;
}

.thumbnails{
	margin-bottom: 1px;
	margin-left: 1px;
}


/* Comments and Notes */

#info {
	background-color: #27231b;
	text-align: left;
	z-index: 1000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin: 20px auto;
	border: 1px solid black;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#title-heading{
	font-size: 20px;
	font-weight: normal;
	color:white;
	text-align: left;
	padding-bottom:15px;
}

#title-heading .date {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

#description {
	margin-bottom:15px;
	background:#000000;
	padding:15px;
	border: 1px solid black;	
}

#notes {
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	line-height: 110%;
}
#exif {
	color: #ffffcc;
	font-size: 12px;
	text-decoration: none;	
}

#exif a {
	text-decoration: none;
	color: #ffffcc;
	font-weight: bold;
}

#exif a:hover{
	text-decoration: underline;
}

#recentcomments {
	margin-bottom:15px;
	padding:15px;
	background:#000000;
	border: 1px solid black;	
}

#imageComments{
	font-size: 12px;
	line-height: 102%;
}

#recentcomments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#recentcomments li {
	color:white;
	margin:0px 0px 15px 0px;
	padding-left:16px;
}

#addcomment {
	margin-bottom:15px;
	padding:15px;
	background:#000000;
	font-size: 11px;
	line-height: 110%;
	border: 1px solid black;	
}

.input {
	margin-top: 8px;
	border:1px solid black;
	width:90%;
}

.textarea {
	margin-top: 8px;
	border:1px solid black;
	width:100%;
}

.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:5px;
	margin:0px auto;
	color:#ffffcc;
	background-color: #27231b;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border:1px solid #ffffcc;
}

.formbutton:hover{
	color:#white;
	background: #27231b;
	border:1px solid white;
}

.comment-button {
	border:1px solid black;
}

.formfield:hover, .formfield:focus{
	border: 1px solid white;
	background:#27231b;
	color:white;
}

.formfield{
	width:250px;
	padding:2px;
	margin:0px auto;
	color: black;
	border:1px solid black;
	background:#white;
}

label {
	font-size: 1.0em;
	padding-bottom: 12px;
}

.aboot {
	font-size: 1.3em;
	margin-bottom: 15px;
	line-height: 120%
}

.abootbox {
	border: none;
}
