/* 
MONDAY BY NOON
Suckerfish HoverLightbox Example - Vanilla Horizontal stylesheet
Version: 1.0
Last Modified 03/27/06
J. Christopher - www.MondayByNoon.com

CREDITS
-------

Suckerfish: Patrick Griffiths, Dan Webb
    http://www.alistapart.com/articles/dropdowns/
  Modification: http://www.htmldog.com/articles/suckerfish/dropdowns/

Hoverbox: Nathan Smith.
  Example: http://host.sonspring.com/hoverbox/
  Tutorial: http://sonspring.com/journal/hoverbox-image-gallery/
  Modification by: Craig Erskine
    http://solardreamstudios.com/
    http://solardreamstudios.com/_img/learn/css/pg/

Lightbox: Lokesh Dhakar
  http://www.huddletogether.com/projects/lightbox/

*/

* { margin:0; border:0; padding:0; }
body { font:12px "century gothic", "apple gothic", helvetica, verdana, sans-serif; background-color: #121212; color:#777; margin:0px; 
overflow-y:hidden;}
p { clear:both; }
a {color: #777;
	text-decoration: none;
	}
a:link {
	color: #777;
	}
a:visited {
	color: #777;
	}
a:hover {
	color: #7b6060;
	}
a:active {
	color: #fff;
	}
a:active, a:focus {
	outline: 0;	}
h3 a:hover {color: #7b6060;}
/* GALLERY */
ul#gallery li h3 a{background-color: #444;
             -moz-border-radius: 8px;
             -webkit-border-radius: 8px;
             border: 1px solid #444;
             padding: 3px 5px 3px 5px;
             margin-left:4px;}
ul#gallery li h3 a{background-color: #444;
             -moz-border-radius: 8px;
             -webkit-border-radius: 8px;
             border: 1px solid #444;
             padding: 3px 5px 3px 5px;
             margin-left:4px;}
ul#gallery:hover {color:#7b6060;}
ul#gallery ul li:hover{color:#7b6060;}
ul#gallery li:hover ul{color:#7b6060;}
ul#gallery {text-align:center; margin:0 0 0 0px; padding-top:5px; padding-left:0px; list-style:none; }
ul#gallery li {display:block; position:relative; border-right:0px solid transparent; width:95px; float:left;z-index:2;}
ul#gallery li#first { border:0px solid #ccc;}
ul#gallery li#first:hover { border:0px solid #ccc;color:#7b6060;}
ul#gallery li.second {margin-left:0px;}
ul#gallery li:hover ul, ul#gallery li.sfhover ul, ul#gallery li.over ul {left:0px;}
ul#gallery li:hover ul, ul#gallery li.over ul {display:block;}
ul#gallery li:hover, ul#gallery li.over {z-index:9000001;color:#b4a76a;background-color:transparent;}
ul#gallery li > ul {top: auto;left: auto;}
ul#gallery li a { display:block; width:95px; padding:0px 0; color: #777; text-decoration:none; border-bottom:0px solid #222; }
ul#gallery li a:hover, ul#gallery li a.over {background-color:transparent; color: #7b6060;}
ul#gallery:hover  {color: #7b6060;}
ul#gallery li ul { padding:0 0px 0px 0px; list-style:none; margin:0; width:110px; background-color:transparent; position:relative; left:-999em; top:25px; }
ul#gallery li ul li { display:inline; text-align:center; font-size:12px; clear:none; position:static; z-index:2; } 
ul#gallery li ul li a {text-align:center; margin-top:0px; border:0px solid #ccc; padding:0px; position:relative; float:left; display:block; left:0px;  -moz-outline: none;}
ul#gallery li ul li a:hover, ul#gallery li ul li a.over {text-align:center; z-index:2; color: #7b6060;}
ul#gallery li ul li a img {text-align:center; position:relative; left:0px; height:40px; margin-bottom:15px;border:0px;  }
ul#gallery li ul li#last a img {margin-bottom:10px;}
ul#gallery li ul li a:hover img, ul#gallery li ul li a.over img  { color: #7b6060;text-align:center; height:80px; left: 3px; top: -10px; border:0px solid #777; z-index:2000; }
#logo {position:relative; text-align:center; top:4px; left:-95px;}
div#contact { margin:0 0 0 0px; list-style:none; position:absolute; right:40px; top:10px; float: right; 
background-color: #444;
             -moz-border-radius: 8px;
             -webkit-border-radius: 8px;
             border: 1px solid #444;
             padding: 3px 5px 3px 5px;}
div#blog { margin:0 0 0 0px; list-style:none; position:absolute; right:169px; top:10px; float: right; 
background-color: #444;
             -moz-border-radius: 8px;
             -webkit-border-radius: 8px;
             border: 1px solid #444;
             padding: 3px 15px 3px 15px;}
div#bio { margin:0 0 0 0px; list-style:none; position:absolute; right:110px; top:10px; float: right; 
background-color: #444;
             -moz-border-radius: 8px;
             -webkit-border-radius: 8px;
             border: 1px solid #444;
             padding: 3px 15px 3px 15px;}
div.bio {width:600px;
	height:600px;
	overflow:auto;
	font-size:1.3em;
	line-height: 200%;
	text-align: left;
	position: relative;
	margin-right: auto; margin-left: auto; margin-top: 100px; margin-bottom: auto;
	}
div.form {width:500px;
	height:650px;
	font-size:1em;
	text-align: left;
	position: relative;
	margin-right: auto; margin-left: auto; margin-top: 20px; margin-bottom: auto;
	}
div#goldie { margin:0 0 0 0px; width:200px; position:absolute; right:5px; bottom:30px; float: right; }
/* LIGHTBOX CONTROL */
.pagecontact {
margin-right: auto; margin-left: auto; margin-top: auto; margin-bottom: auto; text-align: center; width: 1020px; height: 650px; background-color: #000000; vertical-align: middle;
}
.page {height: 700px;
}
#box {
float: left;
width: 300px;
height:20px;
}
.credit {
	position: absolute;
	top: 20px;
	right: 10px;
  text-align: right;
  color: #555;
  font: italic 9px Helvetica, Verdana, Arial, sans-serif;}
  
.credit2{
position: absolute;
	top: 110px;
	right: 30px;
	width: 100px;
	z-index:5;
  text-align: center;
  color: #df1c3e;
  font: bold 12px Helvetica, Verdana, Arial, sans-serif;}
.credit3 {
position: relative;
top: -190px;
left:100px;
  color: #999;
  font: 10px Helvetica, Verdana, Arial, sans-serif;}
.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
}

.mooshow {
	position: inherit;
	display: none;
	 overflow-x:auto;

	z-index:-1;
	}
.mooshow a img { 
	border: none;
	outline: none;
	-moz-outline: none;
	}

.mooshow_outerContainer{
	position: relative;
	background-color: #aaa;
	color: inherit;
	margin: 0 auto;
	display: table;
	_display:inline;
	left: 0px;
	top: 0px;
	text-align: center;
overflow:auto;
overflow-y:hidden;
	}
#mooshobox {width:80%;margin-right: 5%; margin-left: 15%; margin-top:3%;padding-bottom:0px;border: 0px solid #444;overflow:auto;}
}
.dropShadowBorder {
	border-top:5px solid #222;
	border-right:5px solid #222;
	border-left:5px solid #222;
	border-bottom:5px solid #222;
	}
 
.mooshow_loading{
	position: absolute;
	bottom: 33px;
	left: 40%;
	display:none;

	}

.mooshow_copyright{
	position: absolute;
	top: 15px;
	right: 10px;
	color: #CCCCCC;
	font-size:12px;
	}

.mooshow_extras{
	margin: 0 auto;
	text-align: center;
	color:#666666;
	background-color: inherit;
	}

.mooshow_topNav{
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	background-color: inherit;
	color:#CCCCCC;
	line-height: 170%;
	width: 100%;
	}
.mooshow_topNav a {
font-size: 14px;
color:#000;
}
.mooshow_captions{
	background-color: #444;
	color:#999999;
	margin: 0 auto;
	text-align: left;
	line-height:140%;
	height: 0px;
	width: 100%;
	}

.mooshow_contentContainer{
	background-color:#000;
	color: inherit;
	position: relative;
	text-align: center;
	line-height: 0.0;

 
overflow:auto;
padding:10px;
padding-bottom: 20px;
overflow-y:hidden;
	}
 
.mooshow_overlayNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	}

.mooshow_prevLink, .mooshow_nextLink{
position: relative;
	width: 50%;
	height: 100%; 
	background: transparent url(../nav/blank.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
	}
 
.mooshow_prevLink {left: 2%; float: left; outline: none; -moz-outline: none;}
.mooshow_nextLink {right: 2%; float: right; outline: none; -moz-outline: none;}
.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: transparent url("../nav/prev.gif"); background-position: left; background-repeat:no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: transparent url("../nav/next.gif"); background-position: right; background-repeat:no-repeat; }


.mooshow_IPTC{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: auto;
	background-color: #000;
	color:#fff;
	font-size:12px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display: none;
	}
 
.mooshow_IPTCbutton{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #444;
	}

.mooshow_IPTC_left{
	float: left;
	text-align:right;
	width:18%;
	}

.mooshow_IPTC_right{
	float: right;
	text-align:left;
	width:80%;
	}

div#qTip {
  padding: 3px;
  border: 5px solid #999;
  border-right-width: 5px;
  border-bottom-width: 5px;
  display: none;
  background-color: #000;
  filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
  color: #fff;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  z-index: 1000;
}

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	top: -35px;
	left: 50px;
	background-color: #111;
	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: 100%;
	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 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 0% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; visibility: hidden;}
#imageData #caption{ font-weight: bold;	visibility: hidden;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	visibility: hidden;}
#imageData #bottomNavClose{}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}
 

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.contactkatie {text-align:center;line-height:150%;}
#form {overflow-x:hidden; float: left; height: 550px; width: 430px; position: absolute; left: 10%; top: 40px; background-color:#000; border: 2px solid #7b6060; -moz-border-radius: 20px;
             -webkit-border-radius: 20px;} div.row { clear: both; padding-top: 10px; _padding-top:5px;} div.row span.formtext { float: left; text-align: right; width: 175px; } div.row span.formfield { float: right; text-align: left; width: 245px; }
#form img {position:relative;left:85px;}
#form img:hover {opacity:0.7;}
div.rowsubmit {clear: both; padding-top: 10px; _padding-top:5px;text-align:center;width:400px;margin-left:60px;overflow-x:hidden;}
.submit { background-color:#7b6060; width:130px;-moz-border-radius: 5px;-webkit-border-radius: 5px;height:20px;}
.submit:hover {background-color:#ccc;}
.hiddenpic {display:none;}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

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


