/****************************************************/
/* STRUCTURE */
/****************************************************/

#body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	height: 100%;
	width: 790px;
	top: 0px;
	right: 0px;
	position: fixed;
	overflow: auto;
	clear: right;
}
#logo {
	height: 300px;
	width: 200px;
	top: 195px;
	background-image: url(../images/we.logo.jpg);
	float: left;
	background-repeat: no-repeat;
	position: absolute;
}
#content {
	width: 550px;
	top: 75px;
	float: right;
	position: relative;
	right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
body#contact #content {
	top: 100px;
}
body#portfolio #content {
	top: 40px;
}
body#about #content {
	top: 40px;
}
body#exhibitions #content {
	top: 40px;
}
#main {
	position: relative;
	top: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
#footer {
	vertical-align: bottom;
	font-size: 87%;
	text-align: center;
	padding-top: 15px;
	clear: both;
	margin-bottom: 0px;
}
#credit {
	vertical-align: bottom;
	font-size: 87%;
	text-align: center;
	padding-top: 15px;
	clear: both;
	margin-bottom: 0px;
	color: #B9B9B9;
}
#credit a {
	color: #B9B9B9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
#credit a:hover {
	color: B9B9B9;
	text-decoration: none;
}

/****************************************************/
/* LINKS */
/****************************************************/

a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAD991;
	color: #5F4027;
}
a:visited {
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
}
body#portfolio a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/******** center ****************************************/
 

/****************************************************/
/* NAVIGATION HEADER */
/****************************************************/

#header {
	line-height:normal;
	width: 750px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 63px;
	right: 0px;
	float: right;
}
#header a {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a:hover {
	color: #5F4027;
}
#header ul {
	margin:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	padding-right: 60px;
	padding-top: 40px;
	padding-left: 0px;
}

#header li {
	display:inline;
	margin:0;
	padding:0;
	float: left;
	height: 31px;
}
li#home a {
	float:left;
	text-decoration:none;
	border-right: thin solid #000000;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 0px;
	height: 22px;
}
li#portfolio a,
li#exhibitions a,
li#experiences a,
li#about a {
	float:left;
	text-decoration:none;
	border-right: thin solid #000000;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	height: 22px;
}
li#contact a {
	float:left;
	text-decoration:none;
	text-decoration:none;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	height: 22px;
}
body#home li#home a,
body#about li#about a,
body#portfolio li#portfolio a,
body#exhibitions li#exhibitions a,
body#experiences li#experiences a,
body#contact li#contact a {
	color: #5F4027;
	text-decoration: none;
}
#header a span {
	float:left;
	display:block;
	background:url(file:///nich3/Users/nicholassinadinos/images/right_both.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#999999;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float:none;
}

/* End IE5-Mac hack */

/****************************************************/
/* SAMPLE NAVIGATION */
/****************************************************/

#samplenav li {
	margin-bottom:0.5em;
	line-height: 15px;
}
#samplenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px;
	clear: both;
}

#samplenav ul li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
#samplenav ul li a {
	text-decoration: none;
	padding: 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	color: #000000;
}
#samplenav ul li a:hover {
	text-decoration: none;
	color: #5F4027;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FAD991;
}
#samplenav .current {
	color: #5F4027;
	text-decoration: none;
	border-bottom: 1px solid #FAD991;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FAD991;
}

/****************************************************/
/* TEXT STYLING */
/****************************************************/

h1 {
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
em {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.info {
	font-size: 90%;
}

body#contact #main {
	padding: 0px;
	line-height: 20px;
}
/****************************************************/
/* MISC */
/****************************************************/

.hidden {
	display: none;
}
td
{
	vertical-align: top;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-bottom: 15px;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/****************************************************/
/* FORMS */
/****************************************************/

form#login {
	width: 95%;
	padding-left: 0px;
}

form#login div { clear: both; padding: 0em 0 0.5em; }
#myLogin { float: none; margin: 0 0 0 0; width: 20%; text-align: center; }

form { margin: 0; }
form.comments { margin-top: 4px; }

input {
	font: 10px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left:0px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	clear: right;
	padding:2px;
}

input.index {
	width: 140px;
	padding-left: 3px;
}

input.comment {
	padding-left: 2px;
	margin-bottom: 8px;
}

textarea {
	font: 10px 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	background-color:#fff;
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	margin-left:0px;
	margin-top:2px;
}

.no {
	display: none;
}

/* Contact Form */

fieldset { border:0; }
form#myform { width: 75%; }
form#myform div { clear: both; padding: 0.5em 0 0 0; }
textarea { height: 8em; }
#mySubmit {
	float: none;
	margin: 0 0 0 0;
	width: 20%;
	text-align: center;
	background-color: #F5D08A;
}

/****************************************************/
/* LIGHTBOX */
/****************************************************/

#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: #FFFFFF; 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;}
lightboxDesc {
}
#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/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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ }
#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: 70;
	width: 100%;
	height: 500px;
	background-color: #FAD991;
	margin: 0px;
	padding: 0px;
}
.lightboxDesc {
	display: none;
}
#desc {
	font-style: normal;
	color: #FFFFFF;
}
.thumbnail {
	padding: 5px;
	display: inline;
	float: none;
}

