﻿/* Body and HTML Settings */

* { padding: 0; margin: 0; }

body {
	margin: 25px 0;
	padding: 0;
	font: normal .75em/1.5em 'Arial', sans-serif;
	text-align: center;	
	height: 100%; }

/* Hyperlink Settings */

a { background: inherit; color: #660000; text-decoration: none; }
a:visited { background: inherit; color: #660000; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* Main Content Settings */

h1, h2, h3 { font: bold 1em 'Arial', Sans-serif; color: #333; }
	
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; text-transform: uppercase; }

p, h1, h2, h3 {
	margin: 15px 15px;}

ul, ol { margin: 10px 30px; padding: 0 15px; }

/* Image Settings */

img { border: 1px solid #DDD; padding: 5px; background-color: #FFF; }
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }


blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #FAFAFA url('site_quote.gif') no-repeat 3px 5px; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Arial', sans-serif; 
	color: #666666; }

/* Table Settings */

table {
	padding-left: 15px; }

order-collapse: collapse; margin: 25px; }
th strong {	color: #fff; }

th {
	background: #660000;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #DBD6D6;
	border-bottom: solid 2px #FFF;
	margin: 0 0 10px 0; }

tr { height: 30px; }

td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF; }
	
td.first,th.first {	
	border-left: 0px;
	padding-left: 5px; }

tr.row-a { background: #F8F8F8; }
tr.row-b { background: #EFEFEF; }


/* LAYOUT SETTINGS */

/* Overall Wrapper */

#wrap {
	width: 720px;
	margin: 0 auto;
	background: #FFFFFF; }

/* Header Settings */
#header {
	position: relative;
	height: 270px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFFFFF; }

#header .headerphoto {
	position: absolute;
	right: 0px; top: 0px;
	width: 720px;
	height: 270px;
	background: #FFFFFF url('site_header_outlawed_white.jpg') no-repeat;
}

#header .headerphoto2 {
	position: absolute;
	right: 0px; top: 0px;
	width: 720px;
	height: 270px;
	background: #FFFFFF url('site_header_outlawed.png') no-repeat;
}

/* Header Menu Settings */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 719px;
	float: left; }

#menu ul {
	font: bolder 13px 'Arial', sans-serif;
	width: 720px;
	color: #FFF;
	background-color: #000066;
	margin: 0 0;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left; }

#menu li {
	float: left;
	list-style: none; }

#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFFFFF;	
	text-decoration: none; }

#menu li a:hover {
	background: #660000;
	color: #FFFFFF; }

#menu li a#current  {
	background: #660000;
	color: #FFFFFF; }

/* Content Area Settings */

#content-wrap {
	clear: both;
	float: left;
	width: 100%; }
	
#content {
	width: 720px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto; }

/* Sidebar Settings */

#sidebar {
	float: right;
	width: 25%;
	margin: 0 0 10px 0; padding: 0;	}
		
#sidebar h1 {
	padding: 5px 0px 5px 5px;
	margin: 0;	
	color: #660000;	}
	
.sidebox { margin-bottom: 10px; }

/* Sidebar Menus Settings */

#sidebar ul.sidemenu {
	list-style:none;
	margin: 5px 0 5px 0;
	padding: 0;	}

#sidebar ul.sidemenu li { padding: 0px 10px; }

#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none; }
	
#sidebar ul.sidemenu a.top{	border-top: 1px dashed #D5D5D5; }

#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;	}

/* Main Content Settings */

#main {
	float: left;
	width: 71%;	
	margin: 0 0 10px 0; padding: 0;	}
	
#mainfull {
float: left;
width: 99%;	
margin: 0 0 10px 0; padding: 0;	}

	
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; }

#mainfull h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; }
	
#main ul li { list-style-image: url('site_bullet.gif'); }

#mainfull ul li { list-style-image: url('site_bullet.gif'); }

/* Footer Settings */

#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 100px;
	color: #666666;
	text-align: center; }
	
#footer p { margin: 0; padding: 0; }

#footer a {
	text-decoration: none;
	color: #777; }

#footer a:hover {
	text-decoration: underline;
	color: #333; }

/* Alignment Settings */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* Lightbox Photo Gallery */

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

#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(../about/photos/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../about/photos/lightbox/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:10px 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; }
