/* 	----------------------------------------------------------------------

		Global
		
			colors:
			red:	c4161c
			top:	eff0f1
			mid:	e3e4e6
			foot: 	d1d1d2

 	----------------------------------------------------------------------	*/

/*  ---- Sticky Footer by Ryan Fait. http://ryanfait.com/ ---- */

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#footer, #push {
	height: 150px; /* .push must be the same height as .footer */
}


/* ---- Shared template elements ---- */

body {
	background-color: #e3e4e6;
	color: #333;
	font-family: OpenSansRegular, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

div#nav {
	padding: 30px 0 10px 0;
	text-align: center;
	background-color: #eff0f1; /* Same as #top */ 
}

div#nav h1 a {
	font-family: 'FuturaStdMedium', sans-serif; 
	color: #c4161c;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: .1625em;
	text-decoration: none;
}	

div#nav ul {
	display: inline-block;
	margin: 1em auto 1.5em auto;
}

div#nav li {
	float: left;
	display: inline-block;
	margin-right: 3em;
	font-family: OpenSansRegular, sans-serif;
	text-transform: uppercase;	
	font-size: 11px;
	color: #111;
	letter-spacing: .1em;
	white-space: nowrap;
}

div#nav li:last-child {
	margin-right: 0;
}

div#top {
	min-height: 400px;
	background-color: #eff0f1;
	padding: 0 0 20px 0;
}

div#mid, div#lower {
	padding: 40px 0 0 0;
}

div#lower {
	background-color: #d9d9db;
}	

div.inner  {
	width: 940px;
	margin: 0 auto;
}	

div.inner div.left, div.inner div.right {
	float: left;
	width: 400px;
	padding: 0 35px;
	margin: 0 auto;
	text-align: left;
}	

div#footer {
	text-align: center;
	background-color: #d1d1d2;
}

div#footer h3 {
	padding: 40px 0 12px;
	font-family: 'FuturaStdMedium', sans-serif; 
	text-transform: uppercase;
	font-size: 18px;
	color: #c4161c;
	font-weight: normal;
	letter-spacing: .1625em;
}

div#footer p {
	color: #444;
	text-transform: uppercase;	
	letter-spacing: 1px;	
	padding-bottom: 1em;
}

div#footer p.caps {
	font-size: 10px;
}

div#footer p.caps img {
	max-height: 28px;
	opacity: .5;
}	

h1, h2, h3, h4, h5, h6 {
	font-family: OpenSansRegular, sans-serif;
	font-weight: normal;
	text-transform: uppercase;	
}

a {
	color: inherit;
	text-decoration: none;
}	

a.color, a:hover {
	color: #c4161c;
}

.clear {
	clear: both;
}	


/* 	-----------------------------------------
		Home Page (home.php)
	-----------------------------------------	*/

body.home {
	background-color: #eee;
	overflow-y: hidden;
	padding-top: 50px;
}	

div#nav.home {
	padding: 36px 0 10px 0;
	background: rgba(255,255,255,0.5);
}

div#nav.home h1 a {
	font-size: 32px;
}

div#nav.home li {
	font-size: 12px;
}

div#home-footer {
	position: absolute;
	bottom: 20px;
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;	
	font-family: 'FuturaStdMedium', serif; 
	color: #fff;
	font-weight: normal;
	letter-spacing: .1625em;
	opacity: 0.6;
}	

/* 	--------------------------------------------------
		Artist Index Page (artist.php)
	--------------------------------------------------	*/
	
#lists-wrapper {
	display: inline-block;
	margin: 20px auto;
}		
	
#names-list-container {
	float: left;
	width: 430px;
	margin-top: 20px;
	text-align: left;
}

ul#names-list li {
	font-size: 13px;
	font-weight: normal;
	height: 32px;
	text-transform: uppercase;
}	

ul#names-list li a {
	height: 32px;
	display: block;
}
	
#img-list-container {
	margin-top: 20px;
	background-image: url(/i/gallery_install_01_320_bw_02.jpg);
	float: left;
	width: 320px;
	height: 320px;
}	

#img-list img {
	display: none;
	max-width: 320px;	
	height: auto;
}	

/* 	--------------------------------------------------
		Exhibiton Index Page (exhibitions.php)
	--------------------------------------------------	*/

div.current-wrapper {
	width: 940px;
	background-color: none;
	position: relative;
}	

div.sup-nav {
	position: absolute;
	bottom: 0;
	left: 14px;
	background-color: none;
}

div.sup-nav ul {
	text-align: left;
	text-transform: uppercase;
	font-size: 9px;
}	

div.sup-nav ul li {
	float: left;
}	

div.sup-nav ul li span {
	display: inline-block;
	width: 2em;
	text-align: center;
}	

div.artist-thumbnail {
	width: 160px;
	height: 200px;
	float: left;
	text-align: center;
	padding: 0 14px 28px 14px;
	font-size: 12px;
}

div.artist-thumbnail p, div.exhibit-thumbnail p {
	padding-top: .5em;
	margin: 0;
	text-transform: uppercase;	
	font-size: 11px;
	line-height: 1.25em;
}	



.exhibits h2, .exhibits h3 {
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;	
	font-size: 18px;
	color: #111;
	padding: 0 0 .75em 0;
}

.exhibits h3 {
	font-size: 14px;
	color: #444;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}	

div#past-wrapper {
	background-color: #dbdbdb;
}	

div#past-exhibits h2, div#past-exhibits h3 {
	padding-left: 14px;
}

div.current-thumbnail {
	width: 800px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 0;
}

div.current-thumbnail img {
	max-height: 650px;
	width: auto;
}	

div.current-thumbnail p {
	text-transform: uppercase;	
	font-size: 18px;
	color: #111;
	padding: .5em 0 2em 0;
	margin: 0;
}

div#upcoming-exhibits, div#projectroom-exhibits {
	width: 442px;
	float: left;
	background-color: none;
	/* padding left/right is same as exhibit thumbs */
	padding: 40px 14px 80px; 
	text-align: left;
}

div#upcoming-exhibits p, div#projectroom-exhibits p {
	text-transform: uppercase;	
	font-size: 13px;
	padding: .25em 0 0 0;
	margin: 0;
}

div#exhibition-schedule {
	width: 912px;
	padding: 0 14px;
	margin: 0 0 5em 0;
}	

div#exhibition-schedule h3 {
	border: 0;
	padding-bottom: .5em;
	margin: 0;
	font-family: 'OpenSansSemibold';
}

div#exhibition-schedule  ul {
	margin-bottom: 1.75em;
}	

div#exhibition-schedule li {
	margin-bottom: .5em;
}	
	

/* 	--------------------------------------------------
		Image Viewer (viewer.php / viewer-large.php)
	--------------------------------------------------	*/

#top .inner {
	text-align: center;
}	

div#viewer, div#viewer-large {
	padding-bottom: 20px;
	background-color: none;
	display: inline-block;
	text-align: left;
	min-height: 460px;
}

div#left {
	float: left;
	max-width: 240px;
	padding: 60px 30px 0 0;
}

div#right {
	float: left;
	width: 640px;
}	

div#center {
	max-width: 720px;
	text-align: left;
}	

/* ---- Links in #left ---- */

.viewer h2 {
	font-size: 18px;
	color: #333;
	padding-bottom: .5em;
	line-height: 1.25em;
}

.viewer h3 {
	font-size: 12px;
	color: #555;
	padding-bottom: .23em;
	margin-bottom: 0;
}

.viewer h4 {
	font-size: 10px;
	color: #777;
	padding-top: 1.5em;
}


/* ---- Links above image ---- */

div#img-nav {
	padding: 10px 0;
	background-color: none;	
	text-transform: uppercase;
	font-size: 10px;	
}

/* ---- Images in Cycle ---- */

div#img-nav span { padding: 0 20px; }
div#img-nav span:first-child { padding-left: 0; }
div#img-nav span b { font-weight: normal; font-size: 9px; }

div.slide { display: none; text-align: left; }
div.slide p { margin: .5em 0; text-align: left; }
div#viewer div.slide img { max-width: 640px; max-height: 400px; width: auto; height: auto; cursor: pointer; } 


/* ---- Image caption ---- */

p.caption {
	font-size: 11px;
}

div#caption {
	position: absolute:
	bottom: 0;
}	

/* ---- Viewer-large.php specific styles ---- */

body.viewer-large {
	padding: 2em 0;
	background-color: #eff0f1;
}

div#viewer-large #right { 
	width: auto; 
	height: auto;
}

span.artist-name { 
	font-family: OpenSansRegular;
	text-transform: uppercase;	
	font-size: 13px;
	color: #111;
}


/* ---- Thumbnail Grid ---- */

div#grid-container {
	display: none;
}	

div.grid-thumbnail {
	float: left;
	margin: 0 10px 10px 0; 
}	

div#grid-container.viewer-large div.grid-thumbnail {
	margin: 0 14px 28px 14px; 
}	


/* ---- Text in div#mid ---- */

div#introduction, div#biography {
	float: left;
	width: 435px;
	padding: 0 35px 35px 35px;
	line-height: 1.4;
}

div#introduction {
	padding-left: 0;
}

div#biography {
	padding-right: 0;
}

div#introduction h1, div#biography h1 {
	padding: 1em 0 .5em;
	font-size: 14px;
	font-family: 'OpenSansSemibold';
}	

div#introduction p {
	padding-bottom: 1em;
}	

div#biography ul {
	padding-left: 32px;
}

div#biography ul li {
	text-indent: -32px;
	padding-bottom: .5em;
	line-height: 1.4;
}

div#pressrelease, div#video {
	padding-top: 1em;
	padding-bottom: 3em;
	border-bottom: 1px dotted #999;
	margin-bottom: 3em;
}	


/* 	--------------------------------------------------
		Publications Page (publications.php)
	--------------------------------------------------	*/

div.publications-thumbnail {
	float: left;
	margin: 0 17px 17px 17px; 
}

div.publications-thumbnail p {
	height: 2em;
	padding-bottom: 1em;
}	
		

/* 	--------------------------------------------------
		Contact Page (contact.php)
	--------------------------------------------------	*/
	
.contact {
	line-height: 1.4;
}

.contact h2 {
	font-weight: normal;
	font-size: 18px;
}	

.contact p {
	padding-bottom: 1em;
}	

.staff {
	padding: 0 35px;
	line-height: 1.4em;
}

.staff h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 1em 0 .25em;
	text-transform: capitalize;
}	

.staff h3 span {
	font-size: 12px;
}	

.staff h3 span a{
	text-transform: lowercase;
}


/* 	--------------------------------------------------
		News Page (news.php)
	--------------------------------------------------	*/
	
div#blog {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}			
			
div#blog .tumblr_title {
		font-size: 24px;
		line-height: 1.3em;
		padding-bottom: .75em;
	}
		
div#blog ol li { 
	list-style: none;
	border-bottom: 1px solid #999;
 	margin-bottom: 40px;
 	padding-bottom: 40px;
 	width: 640px;
 }
 
 div#blog a {
 	color: #c4161c;
 	text-decoration: underline;
 }	
		 
div#blog ol li:last-child { 
	border-bottom: none;
}

div#blog p {
	padding-bottom: 1em;
}	
	

/* 	--------------------------------------------------
	Advising Page (advising.php)
--------------------------------------------------	*/

#advising-content {
	max-width: 680px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 40px 40px;
}	

.advising div.left {	
	width: 470px !important;
	padding: 0 !important;
}	
	
.advising div.right {
	padding: 0 35px;
	background-color: none;
	width: 400px !important;
}	

.advising div.right p {
	padding-bottom: 1em;
}	
	
	
/* 	--------------------------------------------------
		Gallery Page (gallery.php) (Now / Contact)
	--------------------------------------------------	*/
	
.gallery div.left {	
	width: 470px !important;
	padding: 0 !important;
}	
	
.gallery div.right {
	padding: 0 35px;
	background-color: none;
	width: 400px !important;
}	

.gallery div.right p {
	padding-bottom: 1em;
}	


body.Gallery .left.contact {
	padding-left: 0;
	padding-right: 70px;
	line-height: 1.4;
}

.contact h2 {
	font-weight: normal;
	font-size: 18px;
}	

.contact p {
	padding-bottom: 1em;
}	

.staff {
	margin: 35px 0 0 0;
	padding: 35px 0 0 0;
	line-height: 1.4em;
	border-top: 1px solid #d1d1d2;
}

.staff h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 1em 0 .25em;
	text-transform: capitalize;
}	

.staff h3 span {
	font-size: 12px;
}	

.staff h3 span a{
	text-transform: lowercase;
}


/* 	--------------------------------------------------
		Error Page (404.php)
	--------------------------------------------------	*/

div.notfound {
	text-align: center;
}

div.notfound h1 {
	font-size: 20px;
	padding: 2em 0;
}	
