/*------------------------------------------------------------------------
Art on King

launched:    	April 2008
last update:    April 2008
design & code:	Universal Head www.universalhead.com
------------------------------------------------------------------------*/

/* @group basics */

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

body {
	line-height: 1;
	font: 62.5%/1.6 "Lucida Grande", Arial, Verdana, sans-serif;
	text-align: center;
	background: #b9a87a url(../images/bg.jpg) top repeat-x;	
	color: #444;
}


/* @end */

/* @group typography */

p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #606060;
	padding: 0 0 1em 0;
}

h1 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	color: #2d4689;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	color: #b9a87a;
	border-top: 1px dotted #b9a87a;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #574a27;
	padding-bottom: 2em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	color: #b9a87a;
	padding-bottom: 0.1em;
}

.quote {
	text-align: center;
	font-style: italic;
	padding: 15px;
	margin: 10px 0;
	background-color: #ede9de;	
}

.quotehome {
	text-align: center;
	font-style: italic;
	padding: 15px;
	margin: 10px 30px 10px 10px;
	background-color: #ede9de;	
}


/* @end */

/* @group links */

a:link {
	color: #2d4689;
	text-decoration: none;
}

a:visited {
	color: #2d4689;
	text-decoration: none;
	border: none; 
}

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

a:active {
	color: #2d4689;
	text-decoration: none;
}

.external {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

/* @end */

/* @group structure */

#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bg_wrapper.jpg) top repeat-y;	
}

#mastheadIndex {
	width: 930px;
	height: 88px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#mastheadHome {
	width: 930px;
	height: 285px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#masthead {
	width: 930px;
	height: 196px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#HomeMainNav {
	width: 930px;
	height: 45px;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(../images/bg_HomeMainNav.jpg) no-repeat top left;
}

#mainNav {
	width: 930px;
	height: 45px;
	margin: 0 0 10px 0;
	text-align: center;
	background: url(../images/bg_MainNav.jpg) no-repeat top left;
}

#sideColumn {
	width: 280px;
	float: left;
	text-align: left;
	padding-bottom: 40px;
	display: inline;
}

#mainColumn {
	width: 630px;
	float: right;
	text-align: left;
	padding-bottom: 40px;
	display: inline;
}

#footer {
	clear: both;
	width: 930px;
	height: 80px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
	background: url(../images/bg_footer.jpg) no-repeat top left;
}

#footerIndex {
	clear: both;
	width: 930px;
	height: 100px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
	background: url(../images/bg_footerIndex.jpg) no-repeat top left;
}



/* @end */


/* @group main nav */

#mainNavBar { 
	margin: 0;
	padding: 0;
	list-style: none;
	width: 930px;
	height: 80px;
	overflow: hidden;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	color: #fff;
}

#mainNavBar li { 
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	padding: 7px 0 0 25px;
}

#mainNavBar li a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#mainNavBar li a:visited {
	color: #fff;
	text-decoration: none;
	border: none; 
}

#mainNavBar li a:hover {
	color: #fff;
	padding: 10px 0 10px 0;
	background-image: url(../images/navsplot.gif);
	background-position: center;
	background-repeat: no-repeat;	
	background-color: transparent;
}

#mainNavBar li a:active {
	color: #2d4689;
	text-decoration: none;
}

#mainNavBar li a.here {
	color: #fff;
	padding: 10px 0 10px 0;
	background-image: url(../images/navsplot.gif);
	background-position: center;
	background-repeat: no-repeat;	
	background-color: transparent;
}

#mainNavBar li.first {
	padding: 7px 0 10px 0;
	margin-left: 100px;
}



/* @end */


/* @group main column */

#mainColumn p, #mainColumn h1, #mainColumn h2, #mainColumn h3, #mainColumn h4, #mainColumn blockquote, #mainColumn form, #mainColumn fieldset, #mainColumn table, #mainColumn ul, #mainColumn ol {
	margin-right: 80px;
}

.line {
	border-top: 1px dotted #b9a87a;
	margin-top: 1em;
	padding-top: 0.7em;
	padding-bottom: 0.1em;
	margin-right: 80px;
}

/* @end */


/* @group sideColumn */

#sideColumn p, #sideColumn h1, #sideColumn h2, #sideColumn h3, #sideColumn h4, #sideColumn blockquote, #sideColumn form, #sideColumn fieldset, #sideColumn table, #sideColumn ul {
	margin-left: 80px;
}

#sideColumn p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-right: 30px;
}

#sideColumn h2 {
	font-size: 1.6em;
	line-height: 1.6em;
}

#sideColumn h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	padding-bottom: 0.3em;
	padding-top: 1em;
}

#sideColumn ul {
	margin-top: 5px;
	margin-left: 100px;
	list-style-image: url(../images/listStyle.gif);
}	

#sideColumn ul li {
	padding-bottom: 0.7em;
}

#sideColumn img {
	margin: 1em 0 0 80px;
	border: 1px solid #b9a87a;
}

/* @end */


/* @group footer */

#footer p {
	font-size: 1em;
	line-height: 1.5em;
}

#footerIndex p {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 20px;
}

/* @end */

/* @group images */

.thumb {
	float: left;
	margin: 5px 15px 10px 0;
	border: 1px solid #b9a87a;
}

.fLeft {
	float: left;
	margin: 15px 25px 10px 0;
	text-align: center;
}

.fLeftPromotion{
	float: left;
	margin: 0 25px 20px 0;
	text-align: center;
}

.fRight {
	float: right;
	margin: 15px 0 10px 25px;
	text-align: center;
}

.fLeft img, .fRight img {
	margin-bottom: 20px;
}

.fLeft p, .fRight p {
	font-size: 1em;
	line-height: 1.5em;
	color:  #8c8c8a;
}

#sideColumn .fLeftnoborder {
	float: left;
	margin: 5px 0 20px 80px;
	border: none;
}



/* @end */

/* @group list table */

table.list {
	width: 540px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.list h6 {
	color: #fff;
}

table.list h5 {
	font-weight: bold;
	line-height: 1.3em;
	color: #000;
}

table.list p {
	font-size: 1.1em;
	line-height: 1.4em;
}

table.list tbody tr td {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 5px 10px;
}

table.list tbody tr.odd td {
	background-color: #fff;
	padding: 10px 10px 5px 10px;
}

table.list tbody tr.topbar td {
	background-color: #b9a87a;
}

/* @end */	

/* @group forms */

fieldset { border: 1px solid transparent; }
form label { cursor: pointer; }
input, select, textarea { font-size: 100%; }

form {
	font-size: 1.1em;
	font-style: italic;
	color: #968E79;
	padding-bottom: 10px;
	padding-left: 6px;
	width: 100%;
}

form dl dd {
	padding-bottom: 1.5em;
	padding-left: 0px;
	margin: 0;
}

/* @end */

/* @group gallerygrid */

.gallerygrid {
	margin-right: 80px;
}

.gallerygrid img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #b9a87a;
}

/* @end */	


/* @group lightbox */

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

#lightbox a { border: none; }
#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(../images/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(../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;
}

#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 */
}	

/* @end */

