@import "forms.css"; 
/*--- LAYOUT BASICS ---*/
* {margin: 0px; padding: 0px;}
a:focus, a:active {
	outline: none;
}

* html body	{
	height:100%;
	min-height: 100%;	
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	background: #000;
	}
body {
	margin-left: 70px;	
	background: #000 url(images/header_bg.gif) top left repeat-x ;
}
/*--- HEADER ---*/
#header {
	height: 92px;
	width: 100%;
	display: block;
}

#logo{
	position: absolute;
	top: 34px;
	display: block;
	background: url(images/logo.gif) no-repeat top left;
	height: 25px;
}
#logo a {
	text-indent: -5000px;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 251px;
}
#logo h1 {
	color: #fff;
	text-align: center;
}
#logo img {text-align: center;}
/*--- WRAPPER ---*/
#wrapper	{
	min-height:100%;
	margin-left:263px;
	background: #000;
	color: #fff;
}
#page-container	{
	float: left;
	width: 100%;
	position:relative;
}
/*---	LEFT CONTENT ---*/
#left-container {
	float: left;
	position: relative; /* Needed for IE/win */
	width: 263px;  /*same as margin on outer */  
	margin-left: -262px; /*must be 1px less than width otherwise won't push footer down */   
	left:-1px;/* line it up exactly*/
}
#left-container,#bio-image {margin-right: -3px;}/* 3 px jog for ie (also fixes mozilla issue with float drop)*/
#left-container p,#bio-image p {padding:3px;}

#bio-image{
    float: left;
    position: relative; /* Needed for IE/win */
    width: 276px;  /*same as margin on outer */  
    margin-left: -275px; /*must be 1px less than width otherwise won't push footer down */   
    left:-1px;/* line it up exactly*/
}
#admin-container{
	background-color: #fff;
	float: left;
    position: relative; /* Needed for IE/win */
    margin-top: 25px;
    margin-left: -250px;
    width: 720px;  /*same as margin on outer */  
}
#admin{
    margin: 10px;
}
/*---	MAIN CONTENT ---*/
#main-container {
	float:right;
	width:100%;
	position:relative;
}
#mainimage-wrapper{
	margin-top: 30px;
	margin-left: 82px;
}

#mainimage-container{
	width: 532px;
	height: 482px;
	display: block;
	text-align: center;
}

.inner {
	width:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}

#thumbnail-container, #bio-container{
	margin-top: 51px;
	margin-left: 20px;
	width: 244px;
	display: block;
}
#bio-container {
    margin-left: 8px;	
}
#thumbnail-container li{
	list-style: none;
	height: 56px;
	width: 56px;
	float: left;
}
#thumbnail-container li a:link, #thumbnail-container li a:visited {
	list-style: none;
	display: block;
	border: 4px solid #000;
	height: 48px;
	width: 48px;
}
#thumbnail-container li a:hover {border: 4px solid #65aeb7;}
#thumbnail-container li a.active{
	border: 4px solid #65aeb7;
}
/*Navigation*/
#navigation {
	position: absolute;
	top: 77px;
	left: 83px;
    width: 547px;
	height: 14px;
    display: block;
    background: url(images/nav_bg.gif) top left no-repeat;
    letter-spacing : -5000em;
}
/* Be nice to Opera, but hide from MacIE. */
/*\*/html>body #navigation { letter-spacing : normal; text-indent : -999em; overflow : hidden;}

#navigation li {list-style: none; height:14px; float:left; margin-right: 17px;}
#navigation li a:link, #navigation li a:visited {display: block; height: 14px;}
#navigation li a:hover {background: transparent;}
#navigation li a:link, #navigation li a:visited {
	list-style: none;
	display: block;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	height: 14px;
    overflow: hidden;
}
#navigation li.paintings a {background-position: 0 0; width: 69px;}
#navigation li.drawings a {background-position: -86px 0px; width: 69px;}
#navigation li.posters a {background-position: -172px 0px; width: 54px;}
#navigation li.illustrations a {background-position: -243px 0px; width: 98px;}
#navigation li.bio a {background-position: -357px 0px; width: 92px;}
#navigation .paintings a:hover,#navigation .paintings a.current {background-position: 0px -14px;}
#navigation .drawings a:hover,#navigation .drawings a.current {background-position: -86px -14px;}
#navigation .posters a:hover,#navigation .posters a.current {background-position: -172px -14px;}
#navigation .illustrations a:hover,#navigation .illustrations a.current {background-position: -243px -14px;}
#navigation .bio a:hover,#navigation .bio a.current {background-position: -357px -14px;}
/*--- FOOTER ---*/
#footer {
	position: absolute;
	bottom: 0;
	height: 25px;
	font-size: 11px;
	clear: both;
	width: 700px;
	margin-top: -25px;
}

#footer #copyright {
    margin-left: 20px;
    width: 224px;
    text-align: center;
    padding: 0;
    display: block;
}
/*typography*/
h1,h2, h3, h4	{
	font-weight: bold;
	line-height: 1em;
	color: #000;
	}
#bio {
	margin-top: 51px;
	width: 400px;
    display: block;
}
#bio h3{
	color: #65adb9;
	font-size: 18px;
	}
#bio p{
	color: #d7d6a5;
	font-size: 14px;
}

#bio a, #bio a:link, #bio a:visited{
	color: #65adb9;
	font-weight: normal;
}
#bio-heading {
    width: 41px;
    height: 20px;
    background-image: url(images/bio.gif);
    }
#statement-heading {
    width: 192px;
    height: 20px;
    background-image: url(images/statement.gif);
    }
#education-heading {
    width: 124px;
    height: 20px;
    background-image: url(images/education.gif);
    }
#contact-heading {
    width: 102px;
    height: 20px;
    background-image: url(images/contact.gif);
    }  
#bio-heading span,  #statement-heading span, #education-heading span,  #contact-heading span {
    display: none;
    }
strong {font-weight: bold;}
p,li {font-size: 12px;}
h1 {font-size: 22px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 11px;}
p,table,h2, h3, h4 {margin: 0 0 10px 0; color: #333;}
img	{
	border: 0;
}
a,a:hover
{
	color: #036;
	text-decoration: none;
	font-weight: bold;	
}

#footer p{
	width: 100%;
	color: #65adb9;
	}

#pagination {
	display: block;
	height: 20px;
	margin: 10px 5px;
	}
#pagination p {
	float: left;
	}
#pagination ul li{
	list-style: none;
	float: left;
}
#pagination ul li.current{
    background-color: #ccc;	
}	
	
#pagination ul li a{
    margin: 0px 3px;
}

/*Navigation*/
#filter-nav {
    list-style: none;
    width: 100%;
    height: 26px;
    display: block;
}
#filter-nav li {color: #000;}
#filter-nav li {list-style: none;height:13px;float:left; margin-right: 5px;}
#filter-nav li a:link, #filter-nav li a:visited {display: block; height: 13px;}

/*others*/
.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	padding:0;
}
img.swap {
  display: none;
}