/* ------------------------------------------------------------------------
 * stewhenderson.com css
 *
 * @author  Craig Ruksznis <craig@activehatch.com>
 * ------------------------------------------------------------------------ */

/*
  defaults
  ---------------------------------------------------------------------------- 
*/
body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, ul, ol, li, div, 
form, fieldset, legend, table, caption, th, tr, td, thead, tbody, tfoot {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 0;
	padding: 0;
}

h1 {
	color: #333;
	display: none;
	float: left;
	font: 2.5em/1.0em Helvetica, Arial, sans-serif;
	padding: 20px 0 10px 0;
}

h2 {
	color: #999;
	font-size: 1.4em;
	padding: 7px 0;
}

h3 {
	color: #999;
	font-size: 1.4em;
	padding: 7px 0;
}

p {
	margin: 0;
    padding: 0.2em 0 0.8em 0;
}

ul, ol, li {
    border: none;
    margin: 0px;
    padding: 0px;
}

a, a:link, a:active, a:visited {
	color: #444;
    text-decoration: none;
}

a:hover {
	color: #444;
    text-decoration: underline;
}

a img {
	border: 0;
}

label {
	color: #666;
}

fieldset {
	border: none;
}

fieldset:first-child {
     margin-top: 0;
}

input, textarea {
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
}

table, tr, th, td {
    border: 0px;
}

.float_clear {
	clear: both;
}

.over {
	cursor: pointer;
}


/*
  messaging
  ---------------------------------------------------------------------------- 
*/
.exception {
	color: #ff0000;
}


/*
  template styles
  ---------------------------------------------------------------------------- 
*/
html {
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 62.5%;
	color: #535353;
	height: 100%;
}

body {
	background: url(/sup/images/html_bg.jpg) repeat-y center top #222222;
	height: 100%;
}

#distance { 
	width:1px;
	float:left;
}

#site_container {
	font-size: 1.2em;
	margin: 0px auto;
	position: relative;
	padding: 10px 0;
	width: 840px;
	clear: left;
}

#header .logo {
	float: left;
}

#header .logo_divider {
	float: left;
	width: 100%;
	background-color: #333;
	height: 1px;
	border:none;
	margin: 7px 0;
}

#header .primary_nav {
	clear: both;
	float: left;
}

.primary_nav li {
	float: left;
	list-style: none;
}

.primary_nav li a:active,
.primary_nav li a:link,
.primary_nav li a:visited,
.primary_nav li a:hover {
	border-right: 1px solid #777;
	color: #333;
	display: inline;
	line-height: 14px;
	padding: 0 7px 0 0;
	margin: 0 7px 0 0;
	text-decoration: none;
	text-transform: lowercase;
}

.primary_nav li a:hover {
	color: #ccc;
}

.primary_nav li a.last {
	border: none;
}

#torso {
	padding: 15px 0 0 0;
}

p.quote {
	color: #000066;
	font-size: 0.95em;
	padding-left: 350px;
	text-align: right;
}

#footer {
	background: url(http://brood.activehatch.com/websitecontrol/sup/images/footer_bg.jpg) repeat left top;
	width: 100%;
}

#footer ul {
	width: 970px;
	margin: 0px auto;
}

#footer ul li {
	float: left;
	list-style: none;
	padding: 0 15px 0 0;
}

#footer ul li a:active,
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover {
	color: #98c76f;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 40px;
}


/*
  /index
  ---------------------------------------------------------------------------- 
*/
.homepage {
	text-align: center;
}

.homepage,
.homepage .exhibitions {
	clear: both;
	float: left;
}

.exhibitions .exhibition .title {
	border-right: 2px solid #000;
	color: #535353;
	line-height: 20px;
	padding: 0px 18px;
	white-space: nowrap;
}

.exhibitions .exhibition .title.over {
	color: #888888;
}

.exhibitions .exhibition {
	float: left;
	margin: 20px 0px;
	text-align: center;
}

.exhibitions .exhibition .photo {
	padding: 15px 0;
}

.homepage ul {
	list-style: none;
}
	.homepage li {
		clear: both;
		display: block;
	}
	.homepage .color_and_line {
		height: 96px;
		margin-right: 228px;
	}
	.homepage .corrugated {
		height: 118px;
		margin-right: 59px;
	}
	.homepage .graphica {
		height: 92px;
		margin-right: 98px;
	}
	.homepage .linear_collage {
		height: 90px;
		margin-right: 186px;
	}
	.homepage .paper_circus {
		height: 110px;
		margin-right: 175px;
	}
	.homepage .the_maps {
		height: 95px;
		margin-right: 78px;
	}
	.homepage .the_parent_project {
		height: 106px;
		margin-right: 259px;
	}

.homepage a:link,
.homepage a:visited,
.homepage a:active,
.homepage a:hover {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	overflow: hidden;
	text-indent: -10000px;
}
	.homepage a:hover {
		background-position: right top;
	}
	.homepage .color_and_line a {
		background-image: url(/sup/images/homepage/color_and_line.jpg);
		height: 96px;
		width: 332px;
	}
	.homepage .corrugated a {
		background-image: url(/sup/images/homepage/corrugated.jpg);
		height: 118px;
		width: 292px;
	}
	.homepage .graphica a {
		background-image: url(/sup/images/homepage/graphica.jpg);
		height: 92px;
		width: 240px;
	}
	.homepage .linear_collage a {
		background-image: url(/sup/images/homepage/linear_collage.jpg);
		height: 90px;
		width: 316px;
	}
	.homepage .paper_circus a {
		background-image: url(/sup/images/homepage/paper_circus.jpg);
		height: 110px;
		width: 318px;
	}
	.homepage .the_maps a {
		background-image: url(/sup/images/homepage/the_maps.jpg);
		height: 95px;
		width: 242px;
	}
	.homepage .the_parent_project a {
		background-image: url(/sup/images/homepage/the_parent_project.jpg);
		height: 106px;
		width: 384px;
	}
.homepage img {
	display: block;
	float: left;
	padding: 22px 0 0 9px;
}


/*
  /exhibition/
  ---------------------------------------------------------------------------- 
*/
.video_link {
	color: #000;
	display: none;
	font-weight: bold;
	padding: 5px 0;
}

.video_link .content {
	display: none;
}

.exhibition_pieces {
	width: 100%;
}

.exhibition_pieces .piece {
	clear: both;
	float: left;
	padding: 20px 30px 0 0;
}

.exhibition_pieces .piece .thumbnail {
	display: none;
}


/*
  /biography
  ---------------------------------------------------------------------------- 
*/
.bio li {
	margin: 0 0 0 15px;
}

.bio_exhibitions tr.new_year {
	padding: 10px 0 0 0;
}

.bio_exhibitions tr {
	padding: 5px 0;
}

.bio_exhibitions tr td.year {
	font-weight: bold;
	vertical-align: top;
}


/*
  /links
  ---------------------------------------------------------------------------- 
*/
h2.links_h2 {
	width: 200px;
}

.links {
	float: left;
	padding-top:50px;
}
.links li {
	margin: 0 0 0 15px;
}

.links_image {
	float: right;
}
