/********** BODY ***********************************************/

body	{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background-color: #fff;
	}
	

/********** HEADER ***********************************************/

#header	{
	position: relative;
	max-width: 920px;
	width: expression(document.documentElement.clientWidth > 922? "920px" : "auto");
	height: 2.5em;
	z-index: 1000;
	}

#left	{
	position: absolute;
	bottom: 0;
	left: 25px;
	}
	
#left .button	{
	font-size: 0.9em;
	border-right: 1px solid #ddd;
	padding: .3em .5em 0 .5em;
	width: 4em;
	height: 1.7em;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	}

#left .button:hover	{
	color: #f30;
	}

#left .active:hover{
	color: #666;
	}
	
#right	{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #666;
	}

	
/********** CONTENT ***********************************************/

#page {
	min-height: 599px;
	height: auto !important;
  	height: 599px;		/* to align with 600px gallery page size */
	clear: both;
	white-space: normal;
	background: #ddd;
	padding: 1px 20px 0px 20px;		/* 1px avoids crazy white space bug */
	}

#page p {
	text-align: justify;
	}
	
	
/* GALLERY LIST */

#listcontainer {
	position: relative;
	max-width: 900px;
	width: expression(document.documentElement.clientWidth > 902? "900px" : "auto");
	}

#gallerylist {
	float: right;
	width: 25em;
	text-align: right;
	margin-right: 0;
	}
	
#gallerylist b {
	border-bottom: 1px solid #bbb;
	width: 8em;
	text-align: center;
	display: inline-block;
	}
		
#gallerylist ul {
	text-align: right;
	margin-right: 1em;
	}
	
#gallerylist li {
	border: 1px solid #ccc;
	text-align: right;
	margin: 4px;
	background-color: #eee;
	padding: 0.3em 0.5em;
	display: inline-block;
	}
	
	
/* ABOUT */

#container {
	max-width: 1000px;
	width: expression(document.body.clientWidth > 1002? "1000px" : "auto");
	margin-top: 20px;
	}
	
#container a {
	color: #977269;
	}

#container a:hover {
	color: #f30;
	}

#biopic {
	text-align: right;
	float: left;
	width: 400px;
	}

#bio {
	margin: 0 0 0 436px;
	padding-bottom: 1em;
	}
	
.credit	{
	font-size: .8em;
	float: right;
	}


/* CLIENTS */

#clients {
	width: 150px;
	padding: 15px 25px 10px 10px;
	float: left;
	}
	
/*
#clients img {
	height: 24px;
	padding: 5px 5px 0 0;
	}
*/
	
#tearsheets {
	padding: 15px 0 10px 0;
	margin-left: 188px;
	}

#tearsheets b {
	margin-left: 7px;
	}
	
#tearsheets ul {
    margin: 7px 0 0 0;
    }

#tearsheets ul img:hover {
	background: #999;
	}

#tearsheets img {
	padding: 3px;
	margin: 4px;
	}
	

/* THUMBNAIL GALLERY */

#gallery {
	min-height: 575px;
	height: auto !important;
  	height: 575px;
	clear: both;
	white-space: normal;
	background-color: #ddd;
	padding: 12.5px 0 12.5px 20px;
	}

#gallery ul {
	padding: 0;
	margin: 0;
	}

#gallery ul li {
	list-style: none;
	display: inline;
	margin: 0 2.5px;
	}
	
#gallery ul li img {
	vertical-align: middle;
	margin: 2.5px 0;
	padding: 10px;
	}
	
#gallery ul li a {
	display: inline-block;
	}
	
#gallery ul li a:hover {
	background-color: #999;
	}


/* IMAGE PAGE */

#image	{
	height: 600px;
	white-space: nowrap;
	clear: left;
	background-color: #ddd;
	padding-left: 20px;
	position: relative;
	z-index: 1;
	}
	
#image .caption {
	padding: 10px;
	position: absolute;
	background: #000;
	color: #fff;
	white-space: normal;
	text-align: justify;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	min-height: 50px;
	height: auto !important;
  	height: 50px;
	}
	
	
	
/********** FOOTER ***********************************************/


#footernav {
	max-width: 900px;
	clear: both;
	/*width: expression(document.documentElement.clientWidth > 907? "870px" : "auto");*/
	}
	
#footer {
	clear: both;
	}

#contact	{
	float: left;
	margin: .5em 0 .5em 35px;
	font-size: 1em;
	}
	
#copyright {
	float: right;
	margin: .9em 20px 0 0;
	font-size: 0.8em;
	color: #aaa;
	}
	
#controls	{
	float: right;
	}
	
#controls *	{
	vertical-align: middle;
	}

#controls .button {
	border-left: 1px solid #ccc;
	margin-right: .5em;
	padding: .5em .4em .4em .4em;
	font-size: .9em;
	}
	
#controls .button:hover	{
	#background-color: #ddd;
	color: #f30;
	cursor: pointer;
	}

#counter	{
	color: #999;
	font: "Courier New", Courier, monospace;
	}
		
.arrow {
	font-size: 2em;
	color: #999;
	}
	
.arrow:hover {
	color: #f30;
	}

.hidden {
	visibility: hidden;
	}

	
/********** formatting ***********************************************/			

img	{
	border: none;
	margin: 0;
	padding: 0;
	}
	
a	{
	text-decoration: none;
	color: #666;
	}
	
a:hover {
	color: #f30;
	}

a:focus {
  	outline: none;
	}

	
ul {
	padding: 0;
	margin-left: 0;
	list-style: none;
	}
	
li {
	margin-left: 0;
	list-style: none;
	}
	
.bigGrey	{
	color: #ccc;
	font-size: 2em;
	letter-spacing: .1em;
	font-weight: bold;
	}
			
.bigBlack	{
	color: #666;
	font-size: 2em;
	letter-spacing: .1em;
	font-weight: bold;
	}
			
.active {
	color: #666;
	background: #ddd;
	}
		
#image img {
	color = #ddd;
	}

input, textarea {
	outline: none;		/* remove blue effect in Safari */
	resize: none;		/* remove resize in Safari */
	font-family: verdana, arial, helvetica, sans-serif;		
	font-size: .9em;
	color: #333;
	border: #999 solid 1px;
	padding: 2px;
	}
	
.button {
	cursor: pointer;
	}
	
.button:hover {
	color: #f30;
	}
	
img {
	font-size: 0em;
	color: #ddd;
	}

/********** DROPDOWN MENU ***********************************************/			

/* STRUCTURE */

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#menu a, #menu span {			/* whitespace fix */
	display: inline-block;
	}

#menu a, #menu span { 
	display: block; 
	width: 8em;
	padding: .5em 0;
	color: #666;
	border-top: 5px solid #ddd;
	}

#menu li {
	float: left;
	width: 8em;
	}
	
#menu li span {
	text-align: center;
	}
	
#menu li a {
	text-align: center;
	}

#menu li ul {
	position: absolute;
	width: 8em;
	left: -999em;
	}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}

#menu .wide a {
	width: 22em;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
	left: -8em;
	
	}

/* STYLING */

#menu li a {
	background: #eee;
	}
	
#menu li span {
	background: #eee;
	cursor: pointer;	/* creating firefox bug - cursor does not revert to pointer from other applications... */
	}

#menu .active {
	background: #ddd;
	color: #666;
	}
	
#menu li:hover span, #menu li.sfhover span {
	color: #f30;
	}
	
#menu li:hover a, #menu li.sfhover a {
	color: #f30;
	}

#menu li:hover .active, #menu li.sfhover .active {
	color: #666;
	}
	
#menu li:hover li a, #menu li.sfhover li a	{
	color: #999;
	}
		
#menu li:hover li:hover a, #menu li.sfhover li.sfhover a {
	color: #f30;
	}

#menu li:hover ul .active, #menu li.sfhover ul .active {
	background: #eee;
	color: #f30;
	}

#menu li:hover, #menu li.sfhover {  	/* Fix for sticky dropdowns in IE7 */
   position: static;  
   }  


/********** CONTACT ***********************************************/

/* LAYOUT */

#contactinfo {
	margin-top: 20px;
	padding: 0 0 0 15px;
	float: left;
	border-left: 1px solid #999;
	}
	
#contactform {
	float: left;
	margin-top: 20px;
	width 37em;
	}
	

/* FORM */

#contactform fieldset {
	border: none;
	padding-right: 4em;
	width: auto;
	padding-bottom: 0;
	}

#contactform label {
	width: 5em;
	float: left;
	text-align: right;
	margin: 0 1em 0.8em 0.3em;
	clear: both;
	}
	
#contactform input, textarea {
	float: left;
	margin-bottom: 1em;
	}

#contactform .input-box {
	width: 20em;
	height: 1.4em;
	padding: 2px;
	}

#contactform textarea {
	width: 27em;
	height: 20em;
	padding: 2px;
	}

#submit-button {
	padding: 0.3em 1.2em;
	margin-left: 6.9em;
	}

#emailannounce {
	font-weight: 600;
	color: #f30;
	float: left;
	padding: 0.3em 0 0.3em 1.4em;
	border: 1px solid #ddd;
	}
	
	
/********** NO WRAP ***********************************************/
	
ul.imagewrap {
	list-style: none;
	white-space: nowrap;
	float: left;
	padding: 0;
	margin: 0;
	height: 600px;
	}

.imagewrap li {
	display:-moz-inline-box; /* gecko*/   
 	display:inline-block;/* opera and safari*/         
	}

.imagewrap li img {
	display: block;
	}

.imagewrap li a {
	display: block;
	}
