 /* Art In Ruins StyleSheet, designed by J Hogue at Highchair designhaus */

html table { clear: both; } 

a { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:active { color: #FFDD77; text-decoration: none; }
a:hover { color: #444466; text-decoration: none; background-color: #FFFFFF }
a.visited hover: { color: #444466; text-decoration: none; background-color: #FFFFFF }
a.visited active: { color: #FFDD77; text-decoration: none; }

a.nav { color: #000000; text-decoration: none; border-bottom: 0px dotted #333333 }
a.nav:visited { color: #000000; text-decoration: none; border-bottom: 0px dotted #333333 }
a.nav:active { color: #FFFFFF; text-decoration: none; background-color: #000000; border-bottom: 0px dotted #333333 }
a.nav:hover { color: #444466; text-decoration: none; background-color: #FFFFFF; border-bottom: 0px dotted #333333 }

a.photo { color: #444466; text-decoration: none; border-bottom: 1px dotted #000000; }
a.photo:visited { color: #999999; text-decoration: none; border-bottom: 1px dotted #333333; }
a.photo:active { color: #FFDD77; text-decoration: none; background-color: #000000; }
a.photo:hover { color: #FFFFFF; text-decoration: none; background-color: #000000; }

body {
	font: normal 12px/16px Georgia, serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-image: url(/images/back.gif);
	border-bottom: 10px solid #FD7;
}
img a, img a:active, img a:hover, img a:visited {
	border: none;
}
h1 {
	font: bold 10px/16px Arial, sans-serif;
	color: #333;
	letter-spacing: 1px;
	background-color: #FD7;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font: normal 16px/16px "Hoefler Text", Georgia, serif;
	color: #668;
	font-style: italic;
	letter-spacing: 1px;
}
h3 {
	font: bold 12px/16px Arial, sans-serif;
	color: #000;
	letter-spacing: 1px;
	background-color: #BBD;
	padding: 2px;
	text-align: center;
}
i {
	font-style: italic;
	letter-spacing: 1px;
}
p.small {
	font: normal 10px Arial, Helvetica, sans;
}

#announcement {
	display: block;
	height: 140px;
	padding: 0px 5px 5px 5px;
	background-color: #bbd;
	color: #333;
	font: normal .8em Georgia, serif;
}
#announcement img {
	float: left;
	padding-right: 10px;
}
#announcement h2 {
	padding-top: 0;
	font-size: 1.6em;
}

/* Table classses and text styles */
.mainbox {
	font: normal 12px/16px Georgia, serif;
	padding: 6px;
	text-align: left;
	border: 2px dotted #999;
}

.text {
	font: normal 12px/16px Georgia, serif;
}

.sidenav {
	font: bold 12px/16px Arial, sans-serif;
	color: #000;
}

.sideinfo {
	font: bold 12px/16px Arial, sans-serif;
	color: #333;
}

.photonumber {
	font: bold 12px/16px Arial, sans-serif;
	color: #446;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.bldgtitle {
	font: normal 14px/18px "Hoefler Text", serif;
	font-style: italic;
	color: #333;
	letter-spacing: 1px;
	padding: 7px;
}

.footer {
	font: normal 9px/14px Arial, sans-serif;
	padding: 3px;
	color: #666;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.anecdote {
	font: normal 9px/14px Arial, sans-serif;
	color: #000;
	letter-spacing: 1px;
	padding: 1px;
	border: 1px solid #BBD;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #DDD;
}

/* These styles need to be purged and deleted */
.texthead1 { /*replaced by h1 */
	font: bold 10px/16px Arial, sans-serif;
	color: #333;
	letter-spacing: 1px;
	background-color: #FD7;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.texthead2 { /*replaced by h2 */
	font: normal 16px/16px "Hoefler Text", Georgia, serif;
	color: #668;
	font-style: italic;
	letter-spacing: 1px;
}
