@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #505050;
}
#container { 
	width: 1400px;  
	background: none;
	margin: 0 auto; 
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 10px; /* padding keeps the content of the div away from the edges */
	
}
#sidebar1 img{
border-style: none;
padding-bottom: 40px;
}
body#artist a#artnav,
body#gallery a#galnav,
body#process a#pronav,
body#exhibitions a#exnav,
body#press a#pressnav,
body#contact a#connav{
color: #7c99b1;
}
#menu{
	width: 200px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 330px;
	left: 0;
	z-index: 50;
	}
#menu ul {
	list-style: none;
	margin: 0;	

}
#menu a{
font:70% arial, helvetica, sans-serif;
display: block;
margin: 0;
color: #5f5f5f;
letter-spacing: .1em;
background: none;
text-decoration: none;
}

#menu a:hover {
	color: #888888;
}
#menu a:active{
	color: #000000;
	}
#menu li {
position:relative;
}
#menu ul li a{
	padding: 6px;
	border-top: 1px white solid;
	
}
#menu ul li a:hover{
border-top: 1px solid black;
}
#menu ul ul {
	position: absolute;
	top: 0;
	left: 120px;
	width: 100px;
}
#menu ul ul li a{
	padding: 5px;
	border-top: none;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
#menu ul ul li a:hover{
	border-top: none;
	background-color: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
div#menu ul ul {
	display: none;
	}
div#menu ul li:hover ul {
	display: block;
	border-top: 1px solid black;
	}
#contentwrap{
	margin-left: 250px;	
	}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* padding keeps the content of the div away from the edges */
	width: auto;
	position:absolute;
	left: 625px;
}
#sidebar2 p,h1,h2{
	padding: 0 90px 0 50px;
	text-align: right;
	
	}
	#sidebar2 p{
	font-size: 68%;
	line-height: 1.5em;
}
#sidebar2 p a{
	color: #505050;
	}
#sidebar2 p a:hover{
	color: #888888;	
	}
#sidebar2 h1{
	font-size: 72%;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: normal;
	color: #7c99b1;
	}
#sidebar2 h2{
	font-size: 72%;
	color: #888888;
	}
	
#sidebar2 h3{
	font-size:50%;
	color: #000;
	font-weight: normal;
	font-style: italic;
	}
#mainContent { 
	padding-left: 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
	width: 300px;
	height: 600px;
	display: table-cell;
	vertical-align: middle;
}
#mainContent p,h1,h2{
	padding-right: 20px;
	}
#mainContent p{
	font-size: 68%;
	line-height: 1.5em;
}
#mainContent p a{
	color: #505050;
	}
#mainContent p a:hover{
	color: #888888;	
	}
#mainContent li{
	list-style-type: none;
	}
#mainContent h1{
	font-size: 72%;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: normal;
	color: #7c99b1;
	}
#mainContent h2{
	font-size: 72%;
	color: #888888;
	}
	.credit{
	font-size: 75%;
	color: #888888;
	}
#mainContent h3{
	font-size:50%;
	color: #000;
	font-weight: normal;
	font-style: italic;
	}
#articlesL { 
	padding-left: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	height: 600px;
	display: table-cell;
	vertical-align: top;
}
#articlesL p,h1,h2{
	padding-right: 20px;
	}
#articlesL p{
	font-size: 68%;
	line-height: 1.5em;
	padding-bottom: 50px;
}
#articlesL p a{
	color: #505050;
	}
#articlesL p a:hover{
	color: #888888;	
	}
#articlesL h1{
	font-size: 72%;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: normal;
	color: #7c99b1;
	}
#articlesL h2{
	font-size: 72%;
	color: #888888;
	}
#articlesL h3{
	font-size:50%;
	color: #000;
	font-weight: normal;
	font-style: italic;
	}
#articlesR { 
	padding-left: 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	height: 600px;
	display: table-cell;
	vertical-align: top;
	clear: both;
}
#articlesR p,h1,h2{
	padding-right: 20px;
	}
#articlesR p{
	float: right;
	font-size: 68%;
	line-height: 1.5em;
	padding-bottom: 50px;
}
#articlesR p a{
	color: #505050;
	}
#articlesR p a:hover{
	color: #888888;	
	}
#articlesR h1{
	font-size: 72%;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: normal;
	color: #7c99b1;
	}
#articlesR h2{
	font-size: 72%;
	color: #888888;
	}
#articlesR h3{
	font-size:50%;
	color: #000;
	font-weight: normal;
	font-style: italic;
	}
#projectgallery { 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 0px;
	text-align: left;
	width: 100%;
	height: 600px;
	1display: table-cell;
	1vertical-align: middle;
}
.italics{
	font-style: italic;
	}
.thumbs{
	margin-left: 20px;
	border: 1px #ababab solid;
	clear: both;
	padding: 3px;
	float: right;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}