@charset "UTF-8";

* { margin: 0; padding: 0; }
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 12px;
}
img { border: none }
html fieldset { border: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #5c8aa8; }
a:hover { text-decoration: underline; }
a:active, a:focus { outline: 0; }
p { margin-bottom: 1em; }
h2 { margin-bottom: 10px; }
h3 { font-size: 13px; }
h4 { font-size: 15px; color: #000; }
h5,
.obiki-calendar-list-daterange,
.obiki-calendar-event h4 { 
	text-transform: uppercase; 
	color: #909090; 
	font-weight: normal; 
	letter-spacing: .05em;
	font-size: 11px;
}
h5.extra { margin-bottom: 25px; }
h6 { font-size: 12px; }
ol { padding-left: 1.6em; margin-top: 1em; }
ol .column { margin-top: 0; }

.clearer { clear: both; }
.replace {
	text-indent: 100em;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.dotrule,
.public-dotrule {
	height: 1px;
	background: url(../images/dotrule.png) 0 0 repeat-x;
	margin: 10px 0;
}
img.button {
	display: block;
	float: left;
	clear: both;
}
a.button {
	display: block;
	float: left;
	clear: both;
	color: #fff;
	padding: 4px 9px 3px 7px;
	background-color: #5c8aa8;
	border-right: 1px solid #d6e2e9;
	border-bottom: 1px solid #d6e2e9;
}
a.button:hover {
	text-decoration: none;
	background-color: #909090;
}

div#wrapper {
	margin: 40px auto;
	width: 940px;
	text-align: left;
}
/* header -------------------------------- */
div#header {
	position: relative;
}
h1#site_title {
	width: 511px;
	height: 50px;
	position: relative;
}
h1#site_title a {
	text-indent: 100em;
	white-space: nowrap;
	overflow: hidden;
	width: 511px;
	height: 36px;
	background: url(../images/site_title.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
div#header form,
body.edit div#header form {
	position: absolute;
	top: 5px;
	right: 0;
	width: auto;
}
* html div#header form,
* html body.edit div#header form{
	width: 220px;
}
div#header form input {
	display: block;
	float: left;
}
div#header form input.search {
	border: 1px solid #e6e6e6;
	border-right: none;
	height: 13px;
	color: #606060;
	font-size: 11px;
	padding: 5px;
	width: 174px;
}
div#header ul {
	display: block;
	list-style: none;
	height: 31px;
	margin-bottom: 25px;
}
body.homepg div#header ul {
	margin-bottom: 20px;
}
div#header ul li {
	display: block;
	float: left;
	height: 31px;
	width: 134px;
}
div#header ul li a {
	display: block;
	float: left;
	text-indent: 100em;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 31px;
	width: 134px;
}
div#header ul li a:hover,
div#header ul li.active a {
	background-position: 0 -31px;
}
div#header ul li.people a {
	background-image: url(../images/nav_people.png);
}
div#header ul li.publications a {
	background-image: url(../images/nav_publications.png);
}
div#header ul li.programs a {
	background-image: url(../images/nav_programs.png);
}
div#header ul li.news a {
	background-image: url(../images/nav_news.png);
}
div#header ul li.events a {
	background-image: url(../images/nav_events.png);
}
div#header ul li.about a {
	background-image: url(../images/nav_about.png);
}
div#header ul li.contact a {
	width: 137px;
	background-image: url(../images/nav_contact.png);
}
* html div#header ul li.contact a {
	width: 135px;
}
div#content {
	clear: both;
}

/* footer ---------------------------------- */
div#footer {
	clear: both;
	font-size: 11px;
	color: #909090;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/dotrule.png) 0 0 repeat-x;
	margin-top: 60px;
}
div#footer a {
	color: #909090;
}
div#footer p {
	float: right;
}
div#footer ul {
	list-style: none;
	text-transform: uppercase;
}
div#footer ul li {
	float: left;
	margin-right: 1em;
	display: block;
}

/* columns ---------------------------------- */
div#content div.column {
	float: left;
	margin-left: 20px;
}
div#content div.column.first {
	margin-left: 0;
}
div#content div.width_3,
div#content div.width_3 h3.replace,
div#content div.width_3 h3.replace a {
	width: 220px;
}
div#content div.width_3 h3.replace {
	clear: both;
}
div#content div.width_3 {
	font-size: 12px;
	line-height: 16px;
}
div#content div.width_6,
div#content div.obiki-calendar-event,
div#content div.width_6 h3.replace,
div#content div.width_6 h3.replace a {
	width: 460px;
}
div#content div.width_7,
div#content div.width_7 h3.replace,
div#content div.width_7 h3.replace a {
	width: 540px;
}
div#content div.width_6,
div#content div.width_7 {
	font-size: 13px;
	line-height: 18px;
}

div#content h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 19px;
}

h3.replace {
	margin-bottom: 10px;
	height: 34px;
	line-height: 1;
	position: relative;
}
h3.replace a {
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
}
h3.events {
	background-image: url(../images/h3_events.png);
}
h3.join_mailing_list {
	background-image: url(../images/h3_join_mailing_list.png);
}
h3.news {
	background-image: url(../images/h3_news.png);
}
h3.the_institute {
	background-image: url(../images/h3_the_institute.png);
}
h3.upcoming_events {
	background-image: url(../images/h3_upcoming_events.png);
}
h3.highlights {
	background-image: url(../images/h3_highlights.png);
}
h3.key_faculty {
	background-image: url(../images/h3_key_faculty.png);
}
h3.affiliates {
	background-image: url(../images/h3_affiliates.png);
}
h3.recent_news {
	background-image: url(../images/h3_recent_news.png);
}
h3.recent_publications {
	background-image: url(../images/h3_recent_publications.png);
}
h3.recent_press {
	background-image: url(../images/h3_recent_press.png);
}
h3.visiting_scholars {
	background-image: url(../images/h3_visiting_scholars.png);
}
h3.selected_publications {
	background-image: url(../images/h3_selected_publications.png);
}
h3.archived_scholars {
	background-image: url(../images/h3_archived_scholars.png);
}
h3.staff {
	background-image: url(../images/h3_staff.png);
}
h3.publications {
	background-image: url(../images/h3_publications.png);
}
h3.administration {
	background-image: url(../images/h3_administration.png);
}

/* HOMEPAGE ------------------------------------ */


/* featured images --------------------------- */

div#featured_imgs {
	height: 290px;
	margin-bottom: 30px;
	position: relative;
}
div#featured_imgs a.edit_images {
	position: absolute;
	bottom: -1.5em;
	left: 0;
	text-decoration: underline;
}
div#featured_imgs a.edit_images:hover {
	text-decoration: none;
}
div#featured_imgs li /* for edit pg */ {
	margin-bottom: 10px;
}
div#featured_imgs div.featured_img {
	float: left;
	overflow: hidden;
	height: 290px;
	position: relative;
}
div#featured_imgs div#image_1 {
	width: 467px;
	margin-right: 5px;
}
div#featured_imgs div#image_2 {
	width: 231px;
	margin-right: 5px;
}
div#featured_imgs div#image_3 {
	width: 231px;
}
div#featured_imgs div div.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #606060;
	display: none;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 8px;
}
div#featured_imgs div#image_1 div.caption {
	width: 451px;
}
div#featured_imgs div#image_2 div.caption {
	width: 215px;
}
div#featured_imgs div#image_3 div.caption {
	width: 215px;
}

/* news summaries --------------------------- */

div.news_item {
	background: url(../images/dotrule.png) 0 100% repeat-x;
	padding-bottom: 1px;
	margin-bottom: 15px;
}
div.news_item img,
div.event img {
	float: right;
	margin: 0 0 16px 10px;
}
div.news_item h4 a,
div.event h4 a {
	color: #000;
}
a.more {
	text-decoration: underline;
	color: #5c8aa8;
}
a.more:hover {
	text-decoration: none;
}

/* event summaries --------------------------- */

div.event_summary,
div.recent_news div.event {
	background: url(../images/dotrule.png) 0 100% repeat-x;
	padding-bottom: 1px;
	margin-bottom: 12px;
}	
div#home_institute {
	margin-bottom: 30px;
}
div#home_highlights {
	padding-bottom: 30px;
}
div#home_highlights div.highlight {
	padding-bottom: 1px;
	margin-bottom: 10px;
	background: url(../images/dotrule.png) 0 100% repeat-x;
}
/*div#home_highlights div.highlight.first {
	background: none;
}*/

/* program highlights ---------------------------*/

div.highlights {
	padding-bottom: 15px;
}

/* LANDING PAGES --------------------------------- */

div#content div.subnav {
	margin-left: 0;
}
div.subnav ul {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #909090;
}
div.subnav ul li {
	display: block;
	background: url(../images/dotrule.png) 0 100% repeat-x;
	padding-bottom: 10px;
}
div.subnav ul li + li {
	padding-top: 10px;
}
* html div.subnav ul li {
	padding-top: 10px;
}
div.subnav ul li.back {
	font-family: Arial, Helvetica, sans-serif;
}
div.subnav ul li.back span {
	font-weight: bold;
}
div.grouping {
	padding-bottom: 30px;
}
dl.landing {
	display: block;
	background: url(../images/dotrule.png) 0 0 repeat-x;
	min-height: 140px;
	padding-top: 13px;
	margin-bottom: 15px;
	position: relative;
}
* html dl.landing {
	height: 140px;
}
dl.landing.first {
	background: none;
	padding-top: 0;
}
dl.landing dt,
dl.landing dd {
	margin-left: 160px;
}
* html dl.landing dt,
* html dl.landing dd {
	margin-left: 20px;
}
dl.landing dd {
	font-size: 12px;
	line-height: 16px;
}
dl.landing dt,
dl.landing dt a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
dl.landing dd.photo {
	position: absolute;
	top: 15px;
	left: 0;
	margin-left: 0;
}
dl.landing.first dd.photo {
	top: 2px;
}
dl.landing dd.title {
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	color: #909090;
	margin-bottom: 15px;
}
dl.landing dd.contact span.address {
	padding-right: .5em;
}
dl.landing dd.homepage a,
dl.landing dd.email a {
	text-decoration: underline;
}
dl.landing dd.homepage a:hover,
dl.landing dd.email a:hover {
	text-decoration: none;
}
div.recent_news,
div.events,
div.mailing_list {
	margin-bottom: 30px;
}
div.events img {
	margin-bottom: 5px;
}

/* PEOPLE DETAIL PAGE ----------------------------- */

div.stats {
	margin-bottom: 15px;
}
div.stats p.title {
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	color: #909090;
	margin-bottom: 15px;
}
div.stats div.person_photo {
	float: left;
	padding: 0 10px 10px 0;
	width: 220px;
	overflow: hidden;
}
div.stats p.address {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}
a.homepage,
a.email  {
	display: block;
	text-decoration: underline;
}
a.homepage:hover,
a.email:hover {
	text-decoration: none;
}
div.recent_publications {
	padding-bottom: 30px;
}
div.publication {
	background: url(../images/dotrule.png) 0 100% repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
div.publication a.title {
	font-weight: bold;
	display: block;
}
div.publication p.publish_info {
	margin-bottom: 0;
	line-height: 16px;
}
div.publication img {
	float: left;
	padding-right: 10px;
}
div.recent_press p.see_all {
	background: url(../images/dotrule.png) repeat-x 0 0;
	padding-top: 10px;
}

/* PUBLICATIONS LANDING PG ----------------------------- */

div.publications h2 {
	border-bottom: 1px solid #9a9a9a;
	padding: .4em 0;
	font-size: 1.3em;
	letter-spacing: .02em;
}
div.publications h2 a {
	color: #000;
}
div.publications p {
	margin-bottom: 0;
}

div.publications div.photo {
	float: left;
	padding: 12px 15px 6px 0;
}
div.publications div.photo.first {
	padding-top: 2px;
}
div.publications dl.landing {
	min-height: 0;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.publications dl.landing.first {
	padding-top: 0;
}
div.publications dl.landing dt,
div.publications dl.landing dd {
	margin-left: 0;
	line-height: 16px !important;
}
div.publications dl.landing.has_photo dt,
div.publications dl.landing.has_photo dd {
	margin-left: 95px;
}
div.publications dl.landing dt,
div.publications dl.landing dt a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
dl.landing dd.author {
	font-size: 13px;
	margin-bottom: 20px;
}
dl.landing dd.purchase {
	margin-top: 3px;
}
div.publications p.see_all {
	margin-bottom: 23px;
	background: url(../images/dotrule.png) repeat-x 0 0;
	padding-top: 5px;
}

/* NEWS, EVENTS LANDING PGS -------------------------------------- */

div.news_landing div.news_item,
div.events_landing div.event {
	background: url(../images/dotrule.png) repeat-x 0 100%;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 1px;
}
div.news_landing div.news_item.first ,
div.events_landing div.event.first {
	padding-top: 0;
}

/* EVENTS DETAIL ----------------------------------------- */

div.large_img {
	margin-bottom: 20px;
}
p.stats span {
	display: block;
}
p.stats span.date_time,
p.stats span.title {
	font-weight: bold;
}

/* ABOUT PG --------------------------------------------- */

div.pullquote {
	background: url(../images/dotrule.png) repeat-x 0 0;
	padding: 10px 0;
	margin: 10px 0;
}
div.pullquote img {
	display: block;
	float: left;
	margin: 5px 20px 15px 0;
}
div.pullquote div.dotrule {
	clear: both;
}

div.pullquote p {
	margin-left: 160px;
}
div.pullquote p.quote {
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #5c8aa8;
	margin-bottom: 0;
}
div.pullquote p.attribution {
	font-size: 13px;
	margin-bottom: 10px;
}

/* CONTACT --------------------------------------------- */

form#contact_form label,
form#form_456068 label{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
form#contact_form input,
form#form_456068 input {
	display: block;
}
form#contact_form input,
form#contact_form textarea,
form#form_456068 input,
form#form_456068  textarea {
	padding: 5px;
	width: 360px;
	margin-bottom: 15px;
}
form#contact_form input[type="text"],
form#contact_form textarea,
form#form_456068  input[type="text"],
form#form_456068 textarea {
	border: 1px solid #e6e6e6;
}
form#contact_form textarea,
form#form_456068  textarea {
	height: 110px;
	margin-bottom: 13px;
}
form#contact_form input#name,
form#contact_form input#email,
form#form_456068 input[name="dc_456068_formfield_14988"],
form#form_456068 input[name="dc_456068_formfield_14990"] {
	width: 290px;
}
form#contact_form input#submit,
form#form_456068 input[type="submit"] {
	width: auto;
	padding: 0;
}

html div#obiki-admin-toolbar { top: -66px; }


/* mini-calendar fixes ------------------- */

div.obiki-simplecalendar-nav {
	margin-top: 5px;
	margin-left: 20px;
}

span.obiki-simplecalendar-monthname {
	display: block;
	float: left;
	width: 130px;
	text-align: center;
	color: #606060;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
	padding-top: 3px;
}
span.obiki-simplecalendar-monthname a {
	color: #606060;
}
span.obiki-simplecalendar-leftnav,
span.obiki-simplecalendar-rightnav {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	position: relative;
	text-indent: 100em;
	overflow: hidden;
}
span.obiki-simplecalendar-leftnav {
	background: url(../images/button_calendar_prev.png) 0 0 no-repeat;
}
span.obiki-simplecalendar-rightnav {
	background: url(../images/button_calendar_next.png) 0 0 no-repeat;
}
span.obiki-simplecalendar-leftnav a,
span.obiki-simplecalendar-rightnav a {
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
}
div.obiki-simplecalendar {
	clear: both;
	border-collapse: collapse;
	margin-left: 12px;
}
div.obiki-simplecalendar table,
div.obiki-simplecalendar table * {
	border: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #909090;
}
div.obiki-simplecalendar table,
div.obiki-simplecalendar table tbody,
div.obiki-simplecalendar table tr,
div.obiki-simplecalendar table td {
	padding: 0;
	margin: 0;
}
div.obiki-simplecalendar table th {
	display: none;
}
div.obiki-simplecalendar table td td td {
	vertical-align: middle;
	text-align: center;
	width: 20px;
	height: 20px;
}
div.obiki-simplecalendar table a {
	background-color: #5c8aa8;
	color: #fff;
	display: block;
	width: 20px;
	height: 16px;
	padding-top: 4px;
	vertical-align: middle;
	
}
ul.obiki-calendar-list,
ul.obiki-calendar-list ul {
	list-style: none;
}
div.obiki-calendar-description h4 {
	display: none;
}
.obiki-calendar-list-daterange {
	padding-bottom: 10px;
	background: url(../images/dotrule.png) repeat-x 0 100%;
	margin-bottom: 10px;
}
	
.obiki-calendar-list-eventname {
	font-weight: bold;
	text-transform: none;
	font-size: 15px;
	letter-spacing: .01em;
}
.obiki-calendar-event h4 { 
	margin-bottom: 20px;
}
.obiki-calendar-event h4.negmarg { 
	margin-top: -15px;
}
.obiki-calendar-description {
	margin-bottom: 10px;
}
.obiki-calendar-location {
	margin-bottom: 10px;
	margin-top: -15px;
}
form[action="/index.search"] {
	margin-bottom: 10px;
}
body.edit form {
	width: 700px;
}
body.edit div#obiki-edit-wrapper form {
	width: auto;
}
form[action="/publications.add"] div.obiki-form-label,
form[action="/publications.add"] div.obiki-form-submit {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .2em;
}
form[action="/publications.add"] div.obiki-form-submit input {
	font-size: 120%;
	margin-top: 1.2em;
}
form[action="/publications.add"] select {
	margin-right: 10px;
}

