/* Import Reset */
@import url("reset.css");

/* Global Elements
-------------------------------------------------------------- */

*{padding:0; margin:0}

body {
	color: #555;
	border-top: 3px solid #282828;
	background: #fff /* url(../img/bg.gif) repeat-x */;
	font: normal 80% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	width: 920px;
	margin: 0 auto;	
}

h1 {font-size: 180%;}
h2 {font-size: 170%;}
h3 {font-size: 140%;}
h4 {font-size: 110%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

h1, h2, h3, h4, h5, h6 {line-height:1.5em; font-weight:normal; color: #000;}

/* list */
ul {line-height: 1.2em; padding-left:22px; margin-bottom: 1em; font-size:1em; list-style:square;}
ol {padding-left:26px; margin-bottom:1em; font-size:1em; list-style-type:decimal;}
ol ol {list-style:upper-alpha;}
ol ol ol {list-style:lower-roman;}
ol ol ol ol {list-style:lower-alpha;}
ul ul, ol ol, ul ol, ol ul {margin-bottom:0;}


/* table */
table {margin: 10px 0 30px 0;}
th {padding:3px; border:1px solid #eee; font-weight:bold; background:#f5f5f5;}
td {padding:3px; border:1px solid #f5f5f5; background:#fff;}

a { color: #96170e; text-decoration:none;}

p {text-align:justify; padding-bottom:1em; font-size: 1em;}

blockquote {font-size: 1.2em; color: #96170e; padding:0 40px;margin:10px 20px;text-align:justify;background: url(../img/blockquote.gif) no-repeat;}


/* Header
-------------------------------------------------------------- */

#header {
	padding-top: 40px;
}

#title h1 {
	text-transform: none;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 0;
	display: inline;
    font-weight: bold;
	letter-spacing: 1px;
	border-right: 1px solid #555;
}

#title a {
	color: #333;
}

#title h2 {
	display: inline;
    font-style: italic;
    font-size: 1.75em;
	color: #96170e;
	vertical-align: top;
}

/* Navigation */

#nav {
	margin-top: 10px;
	margin-bottom: 0;
	list-style: none;
	float: right;
	font-size: 13px;
}

#nav li {
	float: left;
	background: url(../img/nav_border.gif) no-repeat right top;
}

#nav li a {
	display: block;
	color: #555;
	padding: 0px 10px 10px 10px;
}

#nav li.last {
	background-image: none;
}

#nav li a.activ { 
	color: #96170e;
}

#nav li a:hover {
	color: #96170e;
	background: url(../img/nav.gif) no-repeat center bottom;
}

/* Teaser */

#teaser {
	clear:both;
	height: 150px;
	background: url(../img/bg_pattern.gif) repeat;
	border: 1px solid #ddd;
	padding: 20px 0 20px 0;
	margin-bottom: 1em;
}

#teaser .more {
	margin-top: 10px;
	font-size: 11px;
	color: #333;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-indent: 12px;	
	display: block;
	background-image: url(../img/more.gif);
	background-position: top left;
}

#teaser .more:hover {
	color: #96170e;
	background-position: bottom left;
}

#teaser .teaser_text {
	width: 250px; 
	float: left;
	font-size: 14px;
}

#slides img {
	width: 560px; 
	height: 150px;
	float: left;
	margin-right: 60px;
	border: 1px solid #ddd;
}

#teaser h2 {
	color: #96170e;
}

#teaser h3 {
	color: #ccc;
}

#teaser p {
	color: #fff;
	padding-bottom: 0;
	font-size: 0.9em;
}

#controller {
	display: none;
}

#prevNext .jFlowPrev {
	float: left;
	padding: 60px 5px 70px 5px;
}

#prevNext .jFlowNext {
	float: right;
	padding: 60px 5px 70px 5px;
}

#fadeimg {
	list-style: none;
	float: left;
	width: 560px;
	margin-right: 62px;
	padding-left: 17px;
}

#staticimg {
	padding-left: 17px;
}


/* Main
-------------------------------------------------------------- */

/* Content */

#content {
	width: 600px;
	margin-right: 35px;
	margin-bottom: 30px;
	float: left;
}

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

#content a.more {
	font-size: 0.8em;
}

#content a:hover.more {
	text-decoration: none;
	border-bottom: 1px dotted #09C;
}

#content img.left {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #ddd;
}

#content img.right {
	float: right;
	margin: 5px 0 0 10px;
	border: 1px solid #ddd;
}

#content a img {
	border: 1px solid #ddd;
	margin-right: 5px;
}

#content a:hover img {
	border: 1px solid #666;	
}

#content .box-left {
	width: 280px;
	float: left;
	margin-right:40px;	
}

#content .box-right {
	width: 280px;
	float: right;
}

#content h2, #sidebar h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;	
}
.tombstone{
border-width: 1px;
border-style: solid;
border-color: #000000;
text-align:center;
}


/* Sidebar */

#sidebar {
	text-align: left;
	width: 280px;
	float: left;
}

#sidebar .sidebar-entry {

	text-align: left;

}

#sidebar a.more {
	font-size: 0.8em;
}

#sidebar a:hover.more{
	text-decoration: none;
	border-bottom: 1px dotted #09C;
}

#sidebar .date {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666;	
}

#sidebar .sidebar-entry img.left {
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
}

#sidebar .sidebar-entry img.right {
	float: right;
	margin-left: 10px;
	border: 1px solid #ddd;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px solid #ddd;	
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	font-size: 0.8em;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

#footer ul li a.last {
	border: none;
}

#footer ul li a:hover {
	color: #96170e;
}


/* Contact Form
-------------------------------------------------------------- */

#contact {
	margin: 20px 0 30px 0;
}

#contact .nodisplay {
	display: none;
}

#contact label { 
	margin-top: 10px;
	padding: 0 0 3px 3px;
	display: block; 
}

#contact input.text { 
	width: 200px;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc; 
}

#contact textarea {
	border: 1px solid #ccc; 
	height: 150px;
	width: 350px
}

#contact input.button {
	display: block;
	margin-top: 10px;
	background: url(../img/submit.gif); 
	width: 71px; 
	height: 27px; 
	border: none;
}

p#success, p#bademail, p#badserver {
	width: 350px;
	padding: 3px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin: 10px 0;
	text-align: center;
	display: none;
}

p#success {
	color: #9dbf96;
}

p#bademail, p#badserver {
	color: #ef656b;
}

/* lightbox */

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