body 
{
background-color: #222;
}


hr {
position:relative; margin-top:-20px; height: 1px; z-index: -1;
}

ul
{
list-style-type:none;
}

/* TEXT FORMATTING */
h1
{
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 1em;
color: #FFFFFF;
}

h2
{
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.875em;
color: #CCCCCC;
margin-top:35px;
}

h3
{
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.875em;
color: #CCCCCC;
}

.basic
{
color: #999999;
text-align: left;
font-family: "Myriad Pro", Arial, Helvetica;
font-size: 0.8125em;
}

.basic_right
{
color: #999999;
text-align: right;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.8125em;
}

.basic_center
{
color: #999999;
text-align: center;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.8125em;
}

.caption
{
color: #999999;
text-align: right;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.6875em;
margin-top:50px;
}

/* IMAGE FORMATTING */

.thumbnail_image
{
display: block;
float: left;
margin-right: 8px;
margin-bottom: 5px;
width: 125px;
height: 170px;
border: solid 1px #FFFFFF;
padding: 2px;
}

.thumbnail_small
{
display: block;
float: left;
margin-right: 8px;
margin-bottom:5px;
width: 125px;
height: 89px;
border: solid 1px #FFFFFF;
padding: 2px;
}

.thumbnail_right
{
display: block;
float: right;
margin-right: 8px;
margin-bottom:5px;
width: 125px;
height: 170px;
border: solid 1px #FFFFFF;
padding: 2px;
}

.thumbnail_gallery
{
display: block;
float: left;
margin-right: 15px;
margin-bottom:25px;
width: 125px;
height: 170px;
border: solid 1px #FFFFFF;
padding: 2px;
}

.thumbnail_landscape
{
display: block;
float: left;
margin-right: 10px;
margin-bottom: 15px;
width: 170px;
height: 125px;
border: solid 1px #FFFFFF;
padding: 2px;
}

.thumbnail_portrait
{
display: block;
float: left;
margin-right: 10px;
margin-bottom: 15px;
width: 170px;
height: 300px;
border: solid 1px #FFFFFF;
padding: 2px;
}

.main_image
{
display: block;
float: right;
margin-left: 15px;
margin-bottom: 15px;
width: 196px;
border: solid 1px #FFFFFF;
padding: 4px;
}

/* LINK FORMATTING */

a:link {color: #FFFFFF;
text-decoration: none;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.875em;
}


a:visited {color: #FFFFFF;
text-decoration: none;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.875em;
}

a:hover {
color: #3399FF;
text-decoration: none;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.875em;
}

a:active {
color: #3399FF;
text-decoration: none;
font-family: "Lucinda Sans", Arial, Helvetica;
font-size: 0.875em;
}

/* NAVIGATION BAR */

a img {
height: 40px;
width:110px;
border-width: 0;
}

a#home img {background: url(images/home_link.png) top left no-repeat;}
a#publications img {background: url(images/publications_link.png) top left no-repeat;}
a#services img {background: url(images/services_link.png) top center no-repeat;}
a#studio img {background: url(images/studio_link.png) top center no-repeat;}
a#gallery img {background: url(images/gallery_link.png) top center no-repeat;}
a#contact img {background: url(images/contact_link.png) top center no-repeat;}

a#home:hover img {background: url(images/home_roll.png) top left no-repeat;}
a#publications:hover img {background: url(images/publications_roll.png) top left no-repeat;}
a#services:hover img {background: url(images/services_roll.png) top center no-repeat;}
a#studio:hover img {background: url(images/studio_roll.png) top center no-repeat;}
a#gallery:hover img {background: url(images/gallery_roll.png) top center no-repeat;}
a#contact:hover img {background: url(images/contact_roll.png) top center no-repeat;}

a#home:active img {background: url(images/home_roll.png) top left no-repeat;}
a#publications:active img {background: url(images/publications_clicked.png) top left no-repeat;}
a#services:active img {background: url(images/services_clicked.png) top center no-repeat;}
a#studio:active img {background: url(images/studio_clicked.png) top center no-repeat;}
a#gallery:active img {background: url(images/gallery_clicked.png) top center no-repeat;}
a#contact:active img {background: url(images/contact_clicked.png) top center no-repeat;}


/* PAGE FORMATTING */

#container
{
position: absolute;
display: block;
width: 860px;
left: 50%;
margin-left: -430px;
padding: 20px;
}

#header
{
display: block;
width: 860px;
height: 110px;
}

#links
{
position: relative;
float:left;
margin-top: 40px;
margin-left: -20px;
width: 180px;
}

#nav
{
display: inline;
text-decoration: none;
list-style-type: none;
height: 40px;
width: 860px;
line-height: 2;
}

#intro
{
width: 550px;
position: relative;
margin-top: 120px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#main
{
position: relative;
float: left;
width: 600px;
margin-left: 30px;
margin-top: 20px;
}

#footer
{
position:relative;
display: block;
clear: both;
width: 550px;
margin-top: 100px;
color: #999999;
font-family: "Myriad Pro", Arial, Helvetica;
font-size: 0.6875em;
text-align: center;
}

/*FORM STYLES*/

fieldset {
color: #999999;
font-family: "Myriad Pro", Arial, Helvetica;
font-size: 0.8125em;
padding: 12px;
}

label {
float: left;
text-align: right;
width: 100px;
margin: 5px;
clear: both;
}

input, textarea {
font-family: "Myriad Pro", Arial, Helvetica;
font-size: 0.8125em;
float: left;
margin: 5px;
width: 350px;
}

#sendbutton {
float: none;
width: auto;
clear:both;
}


/*LIGHTBOX STYLES */

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

/* SLIDESHOW */

#slideshow {list-style:none; color:#ccc;}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#333}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/slideshow_buttons/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/slideshow_buttons/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/slideshow_buttons/link.gif) center center no-repeat}
#thumbnails {margin-top:15px; margin-bottom:25px;}
#slideleft {float:left; width:20px; height:81px; background:url(images/slideshow_buttons/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#111}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/slideshow_buttons/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#111}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #333; padding:2px}
