/* 

  This CSS is simply a cut down version from the excellent source below:

	Lightbox v2 Project page styles	
	Author: Lokesh Dhakar http://www.lokeshdhakar.com
	Created: a long time ago (2006 I think)
	Table of Contents:
		layout
		typography
		
*/




/* layout
----------------------------------------------- */


body{
	background: #161613;
	color: #eee;
	font: 86% 'century gothic', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

.exhib_title {font-family:'century gothic', 'Lucida Sans Unicode', Verdana, sans-serif; font-size:36pt; color:#f1ebe0}
.exhib_titlefl {font-size:42pt; color:#f1ebe0}
.exhib_author {font-family:'century gothic', 'Lucida Sans Unicode', Verdana, sans-serif; font-size:20pt;;margin-top:20px; margin-bottom:0px; color:#f1ebe0}
.exhib_footer {font-family:'century gothic', 'Lucida Sans Unicode', Verdana, sans-serif; font-size:10pt; color:#f1ebe0}
.exhib_text {font-family:'century gothic',verdana,arial,helvetica,sans-serif; font-size:10pt; color:#f1ebe0}


/* typography
----------------------------------------------- */

p {	line-height: 1.4em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }



a { color:#fff; border: none; }

a, .contact-link{
	color: #8ad459;
	text-decoration: none;
	cursor: hand;
	}

a img{ 	border: none;}

small{ font-size: 0.8em; }


/* sidebar
----------------------------------------------- */
#nav{ list-style: none; margin: 1.5em 0 1em -1em;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0 1.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	




