/*
Gray Space Design http://grayspacedesign.com/ 800.672.8211
*/

/******************************************
=BODY AND WRAP
******************************************/
body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #eaeaea url(grafx/misc/bg_main.gif) top center repeat-y;
	color: #3a3a3a;
}

#wrap {
	background-color: #fff;
	color: #303030;
	margin: 0 auto;
	padding: 1px 5px;
	width: 760px;
}

/******************************************
=HEADERS
******************************************/

#header {
	color: #5e5135;
	background: #fff url(grafx/misc/bg_sipan.jpg) bottom left no-repeat;
	height: 250px;
	margin: 0 0 10px 0;
	padding: 0;
}

#header h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 68px 0 0 0;
}

#header h1 a,#header h1 a:hover {
	padding: 0;
}

#header p {
	font-size: 1.1em;
	letter-spacing: -1px;
	margin: 0 0 20px 15px;
	padding: 0 0 0 3px;
}

/******************************************
=MENU / LEFT NAV
******************************************/

#avmenu {
	clear: left;
	float: left;
	width: 170px;
	margin: 0 0 10px 0;
	padding: 0;
}

#avmenu ul {
	list-style: none;
	width: 170px;
	margin: 0 0 10px 0;
	padding: 0;
}

#avmenu li {
	margin-bottom: 5px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4 url(grafx/misc/menubg.gif) bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
}

#avmenu li a:hover, #avmenu li a.current {
	background: #eaeaea url(grafx/misc/menubg2.gif) bottom left repeat-x;
	color: #505050;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px solid #505050;
}

#avmenu ul ul {
	margin: 5px 0 5px 15px;
	font-size: 0.8em;
	width: 155px;
}

#avmenu ul ul a {
	height: 16px;
	margin: 0;
	padding: 4px 0 0 8px;
}

#avmenu h2 {
	font-size: 1.5em;
	font-weight: normal;
}

/******************************************
=RIGHT DIV
******************************************/

#extras {
	float: right;
	width: 130px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#extras p, #extras ul {
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}

#extras li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#extras h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 6px 0;
	letter-spacing: -1px;
}

/******************************************
=CENTER DIV
******************************************/

#content {
	margin: 10px 140px 10px 180px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
}

#contentwide {
	margin: 10px 0 10px 180px;
	padding: 0;
	line-height: 1.4em;
	text-align: left;
}

#contentfull {
	margin: 10px 10px 10px 10px;
	padding: 2px 0 0 0;
	line-height: 1.5em;
	text-align: left;
}

#content h2, #contentwide h2, #contentfull h2 {
	font-size: 1.4em;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 8px 0 10px 0;
	padding: 0;
}

#content h3, #contentwide h3, #contentfull h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 6px 0 6px 0;
	padding: 0;
}

#content .light, #contentwide .light, #contentfull .light {
	padding: 2px;
	display: inline;
	color: #303030;
	border: 1px solid #ccc;
	background-color: #fff;
}

#content .light2, #contentwide .light2, #contentfull .light2 {
	padding: 2px;
	float: left;
	color: #303030;
	border: 1px solid #ccc;
	background-color: #fff;
}

.clear {
	clear: both;
}

#content ul, #content ol, #contentwide ul, #contentwide ol, #contentfull ul, #contentfull ol {
	margin: 0 0 16px 20px;
	padding: 0;
}

#content ul ul, #content ol ol, #contentwide ul ul, #contentwide ol ol, #contentfull ul ul, #contentfull ol ol {
	margin: 2px 0 2px 20px;
}

#content li, #contentwide li, #contentfull li {
	margin: 0 0 2px 10px;
	padding: 0 0 0 4px;
}

/******************************************
=FOOTER
******************************************/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 8px 0;
	border-top: 2px solid #dadada;
	width: 760px;
	text-align: center;
	color: #808080;
	background-color: #fff;
	font-size: 0.9em;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

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

/******************************************
=TAGS
******************************************/

a {
	text-decoration: underline;
	color: #5e5135;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

a img {
	border: 0;
}

p {
	margin: 0 0 16px 0;
}

blockquote {
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	margin: 16px;
	padding: 7px 7px 7px 11px;
	background: #f4f4f4 url(grafx/misc/menubg.gif) bottom left repeat-x;
	color: #505050;
}

blockquote p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}

/******************************************
=TABLES
******************************************/

table {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 1.3em;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
}

caption {
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 8px 0;
}

th {
	padding: 6px;
	text-align: left;
	background: #eaeaea url(grafx/misc/menubg2.gif) bottom left repeat-x;
	color: #505050;
}

td {
	padding: 6px;
	text-align: left;
	background: #f4f4f4 url(grafx/misc/menubg.gif) bottom left repeat-x;
	color: #303030;
}

/******************************************
=FORMS
******************************************/

.button {
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	margin: 0 0 15px 0;
	padding: 7px 7px 7px 11px;
	background: #f4f4f4 url(grafx/misc/menubg.gif) bottom left repeat-x;
	color: #505050;
	font-weight: bold;
	width: 120px;
}

input, textarea {
	border: 1px solid #ccc;
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 1em;
	margin: 0;
	padding: 4px;
}

label {
	margin: 2px;
}

input {
	width: 200px;
}

textarea {
	width: 400px;
}

/******************************************
=SEARCH
******************************************/

#searchbox {
	padding: 0;
	margin: 6px 0 16px 0;
}

#searchform {
	background: #fff;
	border: 1px solid #ccc;
	color: #505050;
	font-size: 0.9em;
	padding: 4px;
	width: 116px;
}

#searchbox label {
	display: none;
}

/******************************************
=MISC
******************************************/

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.announce {
	margin: 0 0 10px 0;
	padding: 10px 0 5px 10px;
	width: 105px;
	color: #505050;
	background: #f4f4f4 url(grafx/misc/menubg.gif) bottom left repeat-x;
	border-top: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	line-height: 1.3em;
}

.announce a {
	font-weight: bold;
}

.announce p {
	font-size: 0.9em;
}

.announce h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

#avmenu .announce {
	width: 155px;
}

.textright {
	text-align: right;
	margin: -10px 0 4px 0;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.3em;
}

.bold {
	font-weight: bold;
}

.highlighted {
	padding: 3px;
	background-color: #f0f0f0;
	color: #303030;
	border: 1px solid #b0b0b0;
}

/******************************************
=LIGHTBOX 2.02
******************************************/
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#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: transparent url(grafx/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(grafx/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(grafx/lightbox/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#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;
}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
