/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  padding: 40px 20px;
  font-family: georgia, serif, times, helvetica, arial, sans-serif;
	font-weight:normal;
  border:none;
	color: #000000;
	background:#60413c url(/static/images/side.gif) top left;
	background-repeat: repeat-y;
	line-height: 1.6;
	font-size: 105%;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#003153;
}

a:hover {
  color:#001926;
}

p a {
  text-decoration:underline;
}

p {
  font-family:serif, times, helvetica, sans-serif;
  font-size:105%;
  line-height:160%;
  margin: 0 0 20px 280px;
	width: 600px;
}



/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:950px;
  margin:0 0 0 150px;
	padding:0;
	background-color: #ffffff;
}

.pageHeader {
	float:left;
	width:230px;
	margin: 20px 10px 40px 20px;
}

.pageTitle {
	width:230px;
	margin-bottom:30px;
}


.pageTitle h1 {
	font-size:200%;
	color:#371E20;
}

.content {
  margin:50px 0 40px 0;
}


.footer {
  clear:both;
  border-top:none;
	background-color:#60413c;
	color: #000000;
	margin:0;
	text-align: left;
	width:100%;
}


/*-----------------------------------------------------
                  >> Home page <<
-----------------------------------------------------*/

body.home {
	background-color:#ffffff;
	margin:none;
	background-image:none;
	color:#dad9d8;
	text-align:center;
}

.homeContent {
	margin-top:-40px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:#60413c url(/static/images/cover.jpg);
	background-position:center;
	width:783px;
	height:782px;
}

.homeContent .title {
	text-align:center;
	margin:20px auto 20px auto;
	color:#dad9d8;
	font-size: 120%;
	padding-top:10px;
}

.homeContent .title a {
	color:#dad9d8;
}

.homeContent .title a:hover, .homeContent .title a:active {
	color:#ffffff;
}

.homeContent .intro {
	position:relative;
	margin-top:25px;
	margin-left:30px;
	
}

.homeContent .intro p {
	margin-left:10px;
	font-size:102%;
	margin-top:-10px;
}

.home .image span {
	display:none;
}

.homeContent .read {
	margin-bottom: 0;	
	margin-right: 0;
	margin-top:0px;
	clear: both;
	float:right;
	padding-bottom: 0;
	padding-right: 70px;
	position:relative;
	bottom:0;
	right:100px;
}

.homeContent .read span {
	margin-bottom: -20px;
}

.homeContent .read span a {
color:#dad9d8;
padding-top:5px;
border-top: 1px solid #8e8e8e;
font-family: "Book Antiqua", "Gill Sans", times, Helvetica, Arial;
font-style: italic;
font-size: 120%;
}

.homeContent .read span a:hover {
color:#ffffff;
}


/*-----------------------------------------------------
                  >> Contents section <<
-----------------------------------------------------*/

.Contents .content {
	margin: 30px 20px 20px 30px;
}

.Contents p {
	margin:0 20px 20px 30px;
}


h2.subTitle {
	color:#dad9d8;
	font-size:70%;
	font-style:italic;
	text-transform:lowercase;
	padding:0 0 5px 10px;
  margin: 0 0 2px 0;
	background-color:#60413c;
}

.exhibitNav {
	margin:20px 10px 40px 30px;
}

.exhibitNav h2 {
	font-size:120%;
	text-transform:uppercase;
	margin:10px 0 20px 5px;
}

.exhibitNav a {
	margin:0 25px 25px 0;
	float:left;
	display:block;
	background-repeat:no-repeat;
	width:250px;
	height:251px;
	background-position:bottom;
}

.exhibitNav a:hover {
	background-position:top;
}

.exhibitNav span {
	display:none;
}

.exhibitNav img a {
	text-decoration:none;
}

.exhibitNav a.exhibit1 {
	background-image:url(/static/images/exhibit1.jpg);
}

.exhibitNav a.exhibit2 {
	background-image:url(/static/images/exhibit2.jpg);
}


.exhibitNav a.exhibit3 {
	background-image:url(/static/images/exhibit3.jpg);
}

.exhibitNav a.exhibit4 {
	background-image:url(/static/images/exhibit4.jpg);
}


.exhibitNav a.exhibit5 {
	background-image:url(/static/images/exhibit5.jpg);
}


.exhibitNav a.exhibit6 {
	background-image:url(/static/images/exhibit6.jpg);
}



/*-----------------------------------------------------
						>> Contents section subNav <<
-----------------------------------------------------*/

.subNavContents {
	margin: 15px 0 20px 30px;
}

.subNavContents ul {
	font-family:serif, times, helvetica, sans-serif;
	margin: 20px 0 40px 0;
	border: none;
	background: #ffffff;
	padding: 5px 0;
	padding-left: 0;
}

.subNavContents ul li {
	list-style-type: none;
	display:inline;
	font-size: 115%;
	width:auto;
}

.subNavContents li a {
	color:#000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	padding:4px 8px;
	margin: 0 10px 0 0;
}

.subNavContents li a.active {
  color:#ffffff;
	background-color:#60413c;
	border: 1px solid #60413c;
	text-decoration:none;

}

.subNavContents li a:hover {
	color: #ffffff;
	background-color:#CCCCCC;
	border: 1px solid #CCCCCC;
	text-decoration:none;
}

.subNavContents li a:active {
	color: #ffffff;
	background-color:#60413c;
	border: 1px solid #60413c;
	text-decoration:none;
}

/*-----------------------------------------------------
                >> Preface template <<
-----------------------------------------------------*/

.preface .content {
	margin:30px 20px 30px 30px;
}

.preface .content p {
	margin:0 20px 20px 10px;
	width:auto;
}

.preface .content h1, .preface .content h2, .preface .content h3, .preface .content h4 {
	margin:0 10px 20px 10px;
}


.preface .image {
	width:850px;
	margin:0 50px 20px 10px;
}

.preface img.large {
	margin: 0 20px 20px 0;
	width: 600px;
	float:left;
}


/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

.globalNav a {
  padding:1px 0;
	color:#dad9d8;
}

ul.globalNav {
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;  
  overflow:hidden;
  width:auto;
  padding:0 0 20px 10px;
  margin: 0 0 20px 0;
  list-style:none;
  font-size:100%;
	background:#60413c;
}

ul.globalNav li {
  float:left;
  width:9%;
  overflow:hidden;
  margin:0 15px 5px 0;
  border-right:1px solid #eee;
}

.globalNav a:hover {
  color:#cccccc;
}

.globalNav a.active {
	color:#ffffff;
	background-image:url(/static/images/next-arrow.gif);
	background-position: 0pt 50%;
	background-repeat:no-repeat;	
	padding-left:9px;
}



ul.globalNav ul {
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;    
  padding: 0 0 0 12px;
  margin:4px 0 0 0;
  font-size:80%;
}

ul.globalNav ul li {
  width:80%;
  border-right:none;
}

ul ul ul {
  margin-top:0;
}


.nextPage {
	margin-bottom: 0;
	margin-right: 0;
	background: url(/static/images/pageturn.jpg) bottom right;
	background-repeat: no-repeat;
	clear: both;
	float:right;
	height:71px;
	width:90px;
	padding-bottom: 0;
	padding-right: 70px;
}

.nextPage span {
	margin-bottom: -20px;
}

.nextPage span a {
	position:relative;
	color:#403f3f;
	padding-top:5px;
	border-top: 1px solid #8e8e8e;
	font-family: "Book Antiqua", "Gill Sans", times, Helvetica, Arial;
	font-style: italic;
	font-size: 120%;
}

.nextPage span a:hover {
	color:#8e8e8e;
}


/*-----------------------------------------------------
										>> subNav <<
-----------------------------------------------------*/

.subNav {
	width:230px;
	margin-top: 40px;
}

.subNav ul.subNav {
	font-family:serif, times, helvetica, sans-serif;
	margin: 20px 0 20px 0;
	border: none;
	background: #ffffff;
	padding: 5px 0;
	padding-left: 0;
}

.subNav ul li {
	list-style-type: none;
	display:inline;
	font-size: 115%;
	width:auto;
}



.subNav li a {
	color:#000000;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-decoration: none;
	padding:4px 8px;
	margin: 0 10px 0 0;
}

.subNav li.active a {
  color:#ffffff;
	background-color:#60413c;
	border: 1px solid #60413c;
	text-decoration:none;

}

.subNav li a:hover {
	color: #ffffff;
	background-color:#CCCCCC;
	border: 1px solid #CCCCCC;
	text-decoration:none;
}

.subNav li a:active {
	color: #ffffff;
	background-color:#60413c;
	border: 1px solid #60413c;
	text-decoration:none;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.siteTitle {
  font-size:26px;
	letter-spacing: .4em;
  margin:0;
  color:#dad9d8;
	background-color:#60413c;
  overflow:hidden;
	height:4%;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-left: 10px;
}

.siteTitle span {
  float:left;
}

.siteTitle a:link, .siteTitle a:visited {
	color:#dad9d8;
	text-decoration: none;
}

.siteTitle a:hover, .siteTitle a:active {
	color:#ffffff;
	text-decoration:none;
}


em, i {
  font-style:italic;
}

h1 {
  font-size: 130%;
	letter-spacing:.2em;
  margin-bottom:15px;
}

h2 {
  font-size: 115%;
	margin: 0 20px 10px 280px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 20px 10px 280px;
}

h4 {
	margin: 0 20px 10px 280px;
	font-size: 105%;
	font-weight: bold;
}


ul {
  font-family:georgia, serif, times, helvetica, sans-serif;  
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

ul.subNav {
	padding-left:0;
}

li {
  line-height:110%;
  margin-bottom:4px;
  width:70%;
}


blockquote {
  width:550px;
	padding:20px 20px 20px 5px;
	margin: 0 20px 10px 280px;
}
blockquote p {
  font-size:90%;
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  color:#393838;
  padding:0 0 0 10px;
  margin:0 0 10px 0;
  width:85% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}

.chatwin blockquote {
	background-color: #cccccc;
	border: 1px solid #999999;
	position:relative;
}


.footer p {
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  font-size:10px;
  float: left;
	margin-left:30px;
	background-color:#60413c;
}

.footer a {
	color:#001926;
	background-color:#60413c;
}

.footer a:hover {
	color:#003153;
}

.footer a:active, .footer a:link, .footer a:hover {
	text-decoration: none;
}


.columns table.column {
	width: 600px;
	border: none;
	margin-left:0;
}

.columns table.column td {
	padding:5px;
	width: 150px;
}

.columns table.column td p {
	margin: 0 10px 10px 0;
	font-size: 90%;
	width: auto;
}

.columns table.threeColumn {
	width: 900px;
	border:none;
	margin-left:30px;
	margin-top:30px;
}

.columns table.threeColumn td {
	padding: 5px;
	width: 150px;
}

.columns table.threeColumn td p {
	margin: 0 10px 10px 0;
	font-size: 90%;
	width: auto;
}
.columns table.threeColumn th {
	margin-left: 0;
	text-align: left;
	padding-bottom: 15px;
}

.columns table.threeColumn th span {
	margin-left: 0;
	text-align: left;
	font-size: 90%;
	font-weight:bold;
}

/*-----------------------------------------------------
                >> Search form <<
-----------------------------------------------------*/

.search {
	padding-left:280px;
	margin-bottom:30px;
	padding-bottom:30px;
}

.searchResults {
	padding-left:260px;
}


/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/


.caption p {
	margin: 5px 20px 20px 280px;
	font-family: helvetica, arial, sans-serif;
	color:#363535;
	font-size: 75%;	
	line-height: 1;
}

img.large {
	margin-left: 0;
	margin-right:0;
	width: 600px;
}

.landscape {
	width: 600px;
	margin: 0 20px 20px 280px;
}

img.landscape {
	float: right;
	margin: 0 0 20px 15px;
	width: 400px;
}

.landscape p {
	float:left;
	width:25%;
	color:#363535;
	font-size: 75%;
	font-family: helvetica, arial, sans-serif;
	line-height: 1;
	margin: 0px 10px 20px 0;
	padding-top: 10px;
}

.landscapeLeft {
	width: 600px;
	margin:0 20px 20px 280px;
}

img.landscapeLeft {
	float:left;
	margin: 0 15px 20px 0;
	width: 400px;
}

.landscapeLeft p {
	color:#363535;
	float:right;
	width:30%;
	font-size: 75%;
	font-family: helvetica, arial, sans-serif;
	line-height: 1;
	margin: 0 0 20px 0;
 	padding-top: 10px;
}


.portraitLeft {
	float: left;
	margin: 0 0 30px 30px;
	clear:left;
	width:200px;
}

img.portraitLeft {
	margin: 10px 0 10px 0;
}

.portraitLeft p {
	color:#363535;
	font-size: 80%;
	font-family: helvetica, arial, sans-serif;
	line-height: 1;
	float:left;
	width: 200px;
	margin: 5px 10px 10px 0;
}




/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom:50px;
}

.date {
  font-size:70%;
  color:#000;
  padding-left:4px;
}

p.numberComments {
  font-family: "Gill Sans", Helvetica, Arial, sans-serif;
  font-size:12px;
  text-align:right;
  margin-top:25px;
  color:#003153;
}

.pagination {
  margin-top:15px;
  width:90%;
  text-align:right;
  font-size:11px;
}

.pagination ul {
  margin-top:4px;
  float:right;
  list-style:none;
  font-size:11px;
}

.pagination ul li {
  border-right:1px solid #444;
  padding:0 4px;
  float:left;
}

p.bio img {
  float:left;
  margin:0 9px 6px 0;
  border:1px solid #eee;
}


/*-----------------------------------------------------
                     >> Comments <<
-----------------------------------------------------*/

.date, .hidePreview {
  font-size:70%;
  color:#000;
  padding-left:4px;
}
form.comments {
  margin-top:45px;
}

form.comments div.details {
  float:left;
  width:40%;
  padding:0;
}

.details input {
  margin:0;
  width:100%;
}

form.comments div.comment {
 float:right;
 width:54%;
}

.comment textarea {
  width:100%;
}

form.comments small {
  float:right;
  font-size:11px;
  display:block;
  margin-top:0;
}

form.comments p.submit {
  padding-top:18px;
  clear:both;
}

#commentPreview p {
  color:#003153;
}

h2.commentsHeader {
  margin-top:40px;
  font-size:16px;
  font-weight:bold;
}

div.comment {
  margin-bottom:20px;
}

div.comment p {
  margin-bottom:25px;
  color:#444;  
  font-family:"Gill Sans", helvetica, arial, sans-serif;
  font-size:13px;
  line-height:130%;  
  width:80%;
  margin-bottom:13px;
}

.commenter {
  font-size:13px;
  margin-bottom:5px;
}

.numberComments {
  margin-top:30px;
  text-transform:uppercase;
}



/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:280px;
  margin-top:-4px;
}

/*-----------------------------------------------------
                     >> Links <<
-----------------------------------------------------*/

dl.links dt {
  font-weight:normal;
}

.links dt image {
  float:left;
}

dl.links dd {
  margin-bottom:20px;
}

dl.links dd p {
  font-family:"Gill Sans", helvetica, arial, sans-serif;
  font-size:13px;
  margin:0;
}


