/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
  background:#53637c;
  font-size:12px;
  line-height:15px;
  color:#000;
  font-family:Arial,sans-serif;
}

a:focus,
a:hover {color:#29313d;}
a {color:#000;text-decoration:underline;}
h1,h2,h3,h4,h5,h6 {font-family:"adobe-garamond-pro-1","adobe-garamond-pro-2",serif;}
h1 {font-size:27px;font-style:italic;line-height:30px;margin:0 0 15px;}
h2 {font-size:15px;margin:0 0 15px 0;text-transform:uppercase;}
h3 {font-size:18px;font-style:italic;color:#29313d;}
h4 {font-size:15px;font-style:italic;color:#29313d;}
h5,h6 {font-size:13px;}
h5 {margin:0 0 15px;}
p {margin:0 0 15px 0;}
ul,ol {margin:15px 0;padding-left:30px;}
blockquote {margin:15px 30px;font-style:italic;}
em {font-style:italic;}
strong {font-weight:bold;}

.container,
#header,
#nav,
#footer {width:962px;margin:0 auto;}

#header {
  background:#fff url(../images/header.jpg) 0 0 no-repeat;
  height:288px;
  position:relative;
}
#header h1 {
  position:absolute;
  top:12px;
  left:28px;
  width:403px;
  height:154px;
  background:url(../images/logo.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
#header h1 a {
  outline:none;
  text-decoration:none;
  width:403px;
  height:154px;
  display:block;
}

#nav {
  padding:13px 15px;
  margin:0 auto;
  width:932px;
  list-style:none;
  
  background:#13171d;
  color:#fff;
  font-family:"adobe-garamond-pro-1","adobe-garamond-pro-2",serif;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
}
#nav li {display:inline;margin-right:16px;}
#nav li.last {margin-right:0;}
#nav a {color:#fff;text-decoration:none;}
#nav a:focus,
#nav a:hover {color:#b1b9bf;text-decoration:underline;}
#nav li.active a {text-decoration:underline;}

#content-wrapper {
  margin:0 auto;
  width:570px;
  padding:0 196px;
  background:url(../images/bg-front.jpg) 0 0 no-repeat;
}
.society #content-wrapper {background:url(../images/bg-society.jpg) 0 0 no-repeat;}
.bio #content-wrapper {background:url(../images/bg-bio.jpg) 0 0 no-repeat;}
.contact #content-wrapper {background:url(../images/bg-contact.jpg) 0 0 no-repeat;}
.learning #content-wrapper {background:url(../images/bg-learning.jpg) 0 0 no-repeat;}
.links #content-wrapper {background:url(../images/bg-links.jpg) 0 0 no-repeat;}
.research #content-wrapper {background:url(../images/bg-research.jpg) 0 0 no-repeat;}
.works #content-wrapper {background:url(../images/bg-works.jpg) 0 0 no-repeat;}
.events #content-wrapper {background:url(../images/bg-events.jpg) 0 0 no-repeat;}
.gallery #content-wrapper {
  width:962px;
  padding:0;
  background:#fff;
}

#content {
  background:#fff;
  padding:15px 50px 45px;
  min-height:360px;
}
.frontpage #content {
  padding-top:30px;
  min-height:345px;
}
.gallery #content {padding:15px 15px 45px;}

#content .image {
  display:block;
  margin:0 0 10px 0;
}
#content .image img {display:block;}
#content .floated-left {
  float:left;
  margin-right:10px;
}
#content .floated-right {
  float:right;
  margin-left:10px;
}
#content .centered img {margin:0 auto;}
#content .centered {text-align:center;}

#footer p {
  color:#fff;
  font-family:"adobe-garamond-pro-1","adobe-garamond-pro-2",serif;
  font-size:13px;
  text-align:center;
  line-height:30px;
  margin-bottom:45px;
}
#footer p a {
  color:#fff;
  text-decoration:none;
}
#footer p a:focus,
#footer p a:hover {text-decoration:underline;}


/* page specific content */

.gallery #content ul {
  list-style:none;
  margin:0;
  padding:0;
}
.gallery #content ul li {
  display:block;
  float:left;
  width:273px;
  padding:0 0 8px 0;
}
.gallery #content ul li.first,
.gallery #content ul li:nth-child(3n+1) {clear:left;}
.gallery #content ul li.second,
.gallery #content ul li:nth-child(3n+2) {
  margin:0 56px;
}
.gallery #content ul img {
  display:block;
  margin:0 0 7px 0;
}

.events .events-listing {
  list-style:none;
  padding:0;
}
.events .events-listing h3 {font-family:Arial,sans-serif;color:#000;text-transform:uppercase;font-style:normal;font-size:12px;}
.events .events-listing li {
  padding-bottom:14px;
  border-bottom:1px solid #b1b9bf;
  margin-bottom:15px;
}
.events .events-listing p.details {
  margin:15px 0;
  text-align:right;
  clear:both;
}

/* clears */
.clearfix:after, .container:after, #content:after, .gallery #content ul:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container, #content, .gallery #content ul {display:block;}
.clear {clear:both;}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

