/* ----------- HTML ------------- */

body {
	font-family: georgia;
	font-size: 14px;
	color: #555;
}

body.pop {
	text-align: center;
	padding: 20px;
}

body.missing {
	margin: 40px;
}

a {
	color: #69c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

p.detail_nav {
	float: right;
	margin-right: 160px;
}

h1 {
	font-size: 36px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #222;
}

h2 {
	font-size: 28px;
	font-weight: lighter;
	margin-bottom: 20px;
	background-color: #eee;
	padding: 3px 3px 3px 6px;
	color: #222;
}

h3 {
	color: #222;
	font-size: 16px;
	margin-top: 5px;
}

h4 {
	color: #222;
	font-size: 14px;
	margin-bottom: 10px;
}

hr {
	width: 100%;
	border: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	margin: 30px 0;
}

strong {
	font-weight: bold;
}

/* list form */

p.listFeedback {
	padding: 8px;
	background-color: #FFFFCC;
}

p#listFeedbackGood {
	border: 1px solid #060;
	color: #060;
}

p#listFeedbackBad {
	border: 1px solid #900;
	color: #900;
}

form {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #eee;
}

input,
textarea {
	padding: 3px;
	font-family: georgia;
	font-size: 14px;
	color: #333;
}

label {
	line-height: 20px;
}

input.btn {
	font-weight: bold;
	background-color: #222;
	color: #fff;
}

input.btnUnsubscribe {
	color: #666;
	background-color: #ddd;
}

p.represent {
	padding: 10px;
	border: 1px dashed #ccc;
	margin-bottom: 20px;
	background-color: #fdfdfd;
}

.emailAddress {
	font-style: italic;
}

.lightGrey {
	color: #999;
}

/*
* +GLOBALNAV
* ----------------------------------- */

#globalNav {
	float: left;
	width: 180px;
	padding-top: 10px;
	margin-right: 30px;
	text-align: right;
}

#globalNav h1 {
	margin-bottom: 8px;
}

#globalNav h1 a {
	color: #222;
	text-decoration: none;
}

#globalNav ul li a {
	display: block;
	padding: 5px;
	font-size: 14px;
}


/*
* +WORKNAV
* ----------------------------------------- */

div.workTopNavBar {
	margin-bottom: 20px;
}

div.workNavBar {
	margin-bottom: 20px;
}

ul.workNavList {
	list-style: none;
	list-style-type: none;
}

ul.workNavList li {
	float: left;
	margin-right: 10px;
}

ul.workNavList li a {
	padding: 5px;
	/*background-color: #FFFFCC;*/
}

/*
* +CURRENT
* ------------------------------------------- */

body.cv #globalNav #sectionNav #cv,
body.contact #globalNav #sectionNav #contact,
body.exhibitions #globalNav #sectionNav #exhibitions,
body.glossary #globalNav #sectionNav #glossary,
body.links #globalNav #sectionNav #links,
body.press #globalNav #sectionNav #press,
body.statement #globalNav #sectionNav #statement,
body.work #globalNav #sectionNav #work,

body.recent #workTopNavRecent,
body.archive #workTopNavArchive,

.archive-list-selected {
	font-weight: bold;
}


/*
* +LINKS
* --------------------------------------- */

dl {
	margin-bottom: 30px;
	margin-left: 8px;
}

dd {
	margin-bottom: 8px;
}

/*
* +PRESS
* ---------------------------------------- */

blockquote {
	color: #777;
	font-style: italic;
	margin-bottom: 5px;
}

/* --------- LAYOUT DIVS ---------- */

#container {
	width: 900px;
	margin: 0 auto;
	display: block;
	overflow: auto;
	padding: 20px 0 20px 0;
}

#content_div {
	float: left;
	width: 660px;
	padding-top: 30px;
}


body.press #content_div {
	width: 600px;
}

body.glossary #content_div,
body.contact #content_div,
body.links #content_div,
body.statement #content_div {
	width: 450px;
}

body.bio #content_div,
body.exhibitions #content_div {
	width: 550px;
}

#footer {
	clear: both;
	padding: 20px 0 10px 0;
	font-size: 11px;
	color: #999;
}

/* ---------- ELEMENT STYLING --------- */


div.workThumbBox {
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f6f6f6;
}

div.splashImageBox {
	float: left;
	overflow: hidden;
	width: 650px;
	height: 500px;
	background-color: #f6f6f6;
}

div.workThumbBox a,
div.splashImageBox a {
	display: block;
}

.workColumn {
	float: left;
	width: 45%;
	margin-right: 30px;
}

.work_item {
	clear: both;
	margin-bottom: 25px;
	overflow: auto;
}

.work_image {}

.work_image_large {
	border: 1px solid #ccc;
	margin: 30px;
}

.instruct {
	font-style: italic;
	margin-bottom: 18px;
	color: #666;
}

.biographical {
	font-style: italic;
	padding: 6px;
	margin-top: 20px;
	color: #888;
}

.show_name {
	font-weight: bold;
	font-size: 16px;
}

.float_left {
	float: left;
}

.clearer {
	clear: both;
}

.dimmed {
	color: #999;
}

.wide {
	width: 250px;
}

.required {
	color: #c00;
}

.hidden {
	display: none;
}

.alt-views-box {
	width: 500px;
}

.img-current-view {
	
}

.img-current-view a {
	opacity: 0.3;
	filter: alpha(opacity=30);
}


/*
* =HACKS
* ---------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

* html .clearfix { height: 1px; }

