/*
-----------------------------------------------
Dumbarton Oaks Base Styles
Author:   Michael Sohn
Version:  February 01 2012
-----------------------------------------------
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
/*
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END: http://meyerweb.com/eric/tools/css/reset/ */


html
{
	margin: 0;
	padding: 0;
	font: 74%/1.5em Verdana,"Lucida Grande",Lucida,Helvetica,Arial,sans-serif;
	color: #282828;
	text-align: left;
	background: #dddddd url("./img/bg_pg_gray.png") repeat fixed 0 0;
	/*background-image: -moz-radial-gradient(5% 0%, ellipse farthest-corner, #fff, #bbb 100%); 2011/09/28: CSS3 Variant for radial gradient background. Delete previous two lines then */

}

body
{
	position: relative;
	width: 774px;
	/* 43 units */
	margin: 0 auto;
	border: solid #333;
	border-width: 0 1px;
   -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); /*2px 2px 5px rgba(0, 0, 0, 0.3)*/
		box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

body>* {width: 100%;} /* added 2011_05_25 */

#header, #nav
{
	background-image:url("./img/hdr_sprite.jpg");
	background-repeat: no-repeat;
	float: left;
}

#header
{
	background-position: 0 0;
	background-color: #ebebeb;
	width: 100%;
	height: 68px;
	margin-top: 0;
	top: 0px;
	/* needed for IE (MS)*/
}

#header:hover
{
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.cshom #header:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: default;
}

.cshom #header>a:hover
{
	cursor: default;
}

#header:active
{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.cshom #header>a:active
{
	cursor: default;
}

#logo
{
	background: none;
	background-color: transparent;
	float: left;
	display: block;
	width: 774px;
	height: 68px;
	margin: 5px 0 0;
	padding: 0;
	text-indent: -10000px;
	border-width: 0;
	text-decoration: none;
}

/* =Nav
----------------------------------------------- */

#nav
{
	background-position: 0 -90px;
	background-color: #bcbcbc;
	margin: 0;
	padding: 0 0 0 72px;
	list-style: none;
	white-space: nowrap;
	width: 702px;
	border: solid #000;
	border-width: 1px 0;
	font-weight: bold;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	line-height: normal;
	text-indent: 0;
}

#nav a, #nav strong
{
	display: block;
	padding: 5px 10px 6px;
	border: solid #000;
	border-width: 0 1px 0 0;
	border-color: #000;
	color: #fff;
	text-decoration: none;
	margin: 0 0 -1px 0;
	/*2008_08_28*/
}

#nav a:first-letter,#nav .current a:first-letter
{
	text-decoration: underline;
}

#nav a:hover:first-letter,#nav .current:hover a:first-letter, #nav .current strong:first-letter,#nav .current:hover strong:first-letter
{
	text-decoration: none;
}

/* Following rule allows entire region of link to to be
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a
{
	width: 1%;
}

#nav .current strong, #nav .current a
{
	background-repeat: no-repeat;
	color: #555;
	margin: 0 0 -1px 0;
	background-color: #eee;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#nav a:hover
{
	background-color: #ccc;
	background-repeat: no-repeat;
	/*color: #fff;*/
}

#nav a:active
{
	color:#000;
}

#nav a strong, #nav .current a strong
{
	background: none;
	padding: 0;
	border: none;
}


/* =content
----------------------------------------------- */

#content
{
	background: #ffffff url("./img/def_cnt.png") repeat-y 0 0;
	float: left;
	width: 774px;
	padding-bottom: 3em;
}

/* Overcome stupid 3px margin bug in IE/Win floats,
   which fixes a lot of things, including disapearing company nav,
   randomly appearing text, and wrappers pushed too wide.
   http://www.positioniseverything.net/explorer/threepxtest.html */

* html #content
{
	margin-right: -3px;
}

/* =section
----------------------------------------------- */

#section
{
	background: #eee url("./img/def_sct.png") repeat-y 0 0;
	/*color 03*/
	border-bottom: 1px solid #ddd;
	/*color 02*/
	margin: 0;
	padding: .5em 0 0 0;
	color: #333;
}

#section h1
{
	margin: 0.35em 0 -0.35em 0;
	padding: 0 0 0 72px;
	font-size: 150%;
	line-height: 1.4em;
	width: 432px;
}

/* =maincol
----------------------------------------------- */

#maincol
{
	float: left;
	width: 422px;
	margin-top: 3em;
	padding: 0 0 0 72px;
}

/* commented 2009/12/14
#maincol li em
{
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.6em;
	color: #555;
}
*/

/* =article-text
----------------------------------------------- */

#article-text
{
	width: 422px;
}

/* Test: CSS3 Two column layout 2009_11_12
#article-text p
{
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px dotted #555;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px dotted #555;
}
*/

#article-text ul li p
{
	margin: 0;
}

#article-text h1
{
	background: none;
	margin: 2em 0 -8px;
	padding: 0 0 .2em;
	font-size: 160%;
	color: #282828;
	clear: both;
}

/* =subcol
----------------------------------------------- */

#subcol
{
	margin-top: 0;
	float: right;
	width: 198px;
	color: #555;
	padding: 0 18px;
	font-size: 95%;
}

/*
#subcol p
{
	font-size: 95%;
}
*/

#subcol div h2, #subcol form h2
{
	margin: 0 -18px;
	padding: 0 0 0 18px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #aaa;
	color: #333;
	cursor: pointer;
}

#subcol div h2, #subcol div div:first-child h2
{
	border-top: 1px #fff solid;
	border-bottom: 1px #999 solid;
}

#subcol div:first-child h2
{
	border-top: 0px transparent solid;
}

/*
#subcol h2 a, #subcol h2 a:visited {
	margin: 0;
	padding: 0;
	border: 0;
}
*/

#subcol p+h2, #subcol table+h2
{
	margin-top: 18px;
}

/*
#subcol ul+h2, #subcol ol+h2, #subcol div+div
{
	margin-top: 18px;
}
*/

#subcol ul, #subcol ol
{
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	text-indent: 0;
	line-height: 1.35em;
}

#subcol ul li
{
	margin: 0;
	padding: 0;
}

#subcol ul li a, #subcol ul li strong
{
	display: block;
	margin: -1px -18px;
	padding: 0.2em 4px 0.3em 18px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background: transparent;
	border-top: 1px dotted transparent;
	border-bottom: 1px dotted #000;
}

#subcol ul li a:hover
{
	background: #fff;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

#subcol ul li strong
{
	font-weight: bold;
	color: #555;
	background: #eee;
	border-top: 1px dotted #000;
}

#subcol ul li.up a
{
	font-weight: bold;
	color: #555;
	background: #fff;
	border-top: 1px dotted #000;
}

#subcol #year span
{
	margin: 0 .5em 0 0;
	line-height: 2em;
}

#subcol #year span a:hover
{
	background-color: #fff;
	color: #000;
}

#subcol #year span a:visited
{
	color: #000;
}

#subcol .info
{
	margin: 1.6em -18px;
}

/* =Footer
----------------------------------------------- */

#footer
{
	background: #333 url("./img/harvard_trustees_logo.png") no-repeat 8px center;
	clear: both;
	padding-top: 0;
	font-size: 80%;
	margin: 0 0 3em 0;
	/*margin: 0 0 30em 0; 2011/09/28: CSS3 Variant for radial gradient background. */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #bbb;
	min-height: 5em;
}

#footer p
{
	margin: 0;
	padding: 0.3em 0 0.3em 72px;
	text-indent: 0;
}

#footer span
{
	display: block;
	color: #666;
}

/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/

* html #footer p
{
	height: 1%;
}

/* Resume IE5-Mac */
#footer a, #footer a:visited
{
	color: #666;
	border-color: #444;
}

#footer a:hover
{
	color: #900;
	border-color: #900;
}

/*
#footer p:before {
	content: "\00A9 2008, Dumbarton Oaks, Washington DC, Trustees for Harvard University, All rights reserved.";
}
*/

/* =Company Nav
----------------------------------------------- */

#cnav
{
	background-color: transparent;
	width: 100%;
	padding: 0;
	height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 4px solid #000;
	font-size: 110%;
	font-weight: bold;
}

#cnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0;
}

#cnav li
{
	display: inline;
	/*
margin: 0;
	padding: 0;
	background-image: none;
	line-height: 1em;
	text-indent: 0;
*/
}

#cnav a, #cnav strong
{
	float: right;
	display: block;
	color: #fff;
	padding: 0 18px;
	border-width: 0;
}

#cnav a strong
{
	font-size: 100%;
	margin-top: 0;
	padding: 0;
}

#cnav a:first-letter,#cnav strong:first-letter
{
	text-decoration: underline;
}

#cnav a:hover:first-letter,#cnav strong:hover:first-letter
{
	text-decoration: none;
}

#cnav strong
{
	color: #333;
}

#cnav a:hover
{
	color: #a3bfdd;
}

/* =Headings
----------------------------------------------- */

h2, h3, h4, h5
{
	margin: 1em 0 .25em;
	line-height: 1.5em;
}

h2
{
	font-size: 120%;
	color: #333;
	border-width: 0;
}

h2 a:hover
{
	color: #974;
	text-decoration: none;
}

li>h2
{
	margin: 0;
}

h3
{
	font-size: 110%;
}

h3, h3 a, h3 em, h3 em a
{
	color: #222;
}

h4
{
	font-size: 110%;
	color: #555;
}

h4 a
{
	color: #555;
}

h5
{
	color: #777;
}

table h2, table h3, table h4, table h5
{
	font-size: 90%;
}

#article-text h2>a {
	border-bottom-color: transparent;
}


/* p
----------------------------------------------- */

p, div.p
{
	margin: .75em 0 0 0;
	text-indent: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, ul + p, ol + p
{
	text-indent: 0;
	margin: .75em 0 0 0;
}

p+img, p+span>a>img 
{
	margin-top: .75em;
}


/* MISC: =Links
----------------------------------------------- */

a
{
	color: #358;
	text-decoration: none;
	border-bottom: 1px dotted #469;
}

a:visited
{
	color: #677;
	border-color: #899;
}

a:hover, #article-text :target a:hover, #article-text h2>a:hover, a[href]:hover:after {
	color: #900;
	border-color: #900;
	border-bottom-style: solid;
}

a img
{
	border-width: 0;
}

h1 a, #section a
{
	border-width: 0px;
}

/* =Start Links Generated Content
----------------------------------------------- */
a[rel="external"]:after
{
	content: url("img/url-external.png");
	/*content: url("./img/icon_external.gif");*/
	padding-left: .25em;
}

a[rel="external"]:hover:after
{
	content: url("./img/url-external_hover.png");
	padding-left: .25em;
}

a[href]:after
{
	/*bottom: .2ex;*/
	color: #999;
}

a[href]:hover:after
{
	border-color: transparent;
}

a[href$='.pdf']:after
{
	content: " \200A" url("img/icon_document.png") "\2009PDF";
}

a[href$='.doc']:after
{
	content: " \200A" url("img/icon_document.png") "\2009Word";
}

a[href$='.xls']:after
{
	content: " \200A" url("img/icon_document.png") "\2009MS Excel";
}

span a[title][href]:after, span a[title][href]:hover:after, a[id="logo"]:after /*linkto PDF in image/caption combo, link to header logo */
{
	content: "";
}

#article-text a:has("img") /*remove border-bottom from images with link*/
{
	border-bottom: none;
}

a[rel="external"][href$='.pdf']:after
{
	content: " (PDF) " url("./img/url-external.png");
	padding-left: .25em;
}

a[rel="external"][href$='.pdf']:hover:after
{
	content: " (PDF) " url("./img/url-external_hover.png");
	padding-left: .25em;
}

.KB:before, .MB:before {
	content: ",\2009";
}
.KB:after, .MB:after { /*Kilobyte*/
	content: "\2009" attr(class) "\2009";
	color: #999;
}
.KB, .MB {
	color: #999;
	font-size: 80%;
}

/* =End Links Generated Content
----------------------------------------------- */

/* =Thumbnail Image in Subcol
----------------------------------------------- */

#subcol>div>a[href$='.pdf']>img
{
	margin-top: 3em;
	opacity: 0.8;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

#subcol>div>a[href$='.pdf']>img:hover
{
	opacity: 1;
}

#subcol>div>a[href$='.pdf']
{
	border-bottom: none;
}

#subcol>div>a[href$='.pdf']:after, #subcol>div>a[href$='.pdf']:hover:after
{
	content: "";
}

/* =tables
----------------------------------------------- */

table
{
	width: 100%;
	margin: 1em 0 1em 0;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff;
}

table, td, th
{
	border-color: #ddd;
	border-style: solid;
}

td, th
{
	margin: 0;
	padding: 0 .5em;
	border-width: 1px 1px 0 0;
	text-align: left;
	vertical-align: top;
}

tfoot, tfoot td
{
	font-style: italic;
	font-weight: normal;
}

thead, thead th
{
	font-style: normal;
	font-weight: bold;
}

thead, tfoot
{
	background-color: #ddd;
}

thead th, tfoot td
{
	padding: 0.1em 0.5em;
}

.fees #article-text table
{
	table-layout: fixed;
}

.price
{
	text-align: right;
}

.firstcol
{
	width: 207px;
}


/* =tables special cases
----------------------------------------------- */

#list_cfhb_washingtonensis 
{
	border-width: 0 0 0 0;
}

#list_cfhb_washingtonensis td, #list_cfhb_washingtonensis th
{
	border-width: 0 0 0 0;
}

#list_cfhb_washingtonensis p
{
	margin: 0;
}

/* MISC: =Lists
----------------------------------------------- */

ul, dl
{
	margin: .5em 0 1em 1em;
	padding: 0;
	list-style: square;
	list-style-position: inside;
	text-indent: -1em;
}

ul
{
	padding: 0;
}

ol
{
	padding: 0 2.25em;
}

ol li, ul li, .nonli #article-text>h2:first-child + ul li
{
	/*margin: 0 0 0.25em 0; 2010_11_04 */
	font-size: 100%;
	padding: 0;
	margin: 0 0 .5em 0; /* 2011_09_23 */
}

ol li
{
	list-style-type: decimal;
}

ol.wib
{
	/*http://www.doaks.org/WomeninByzantium.html*/
	padding: 0 3.5em;
}

ol.wib li
{
	/*http://www.doaks.org/WomeninByzantium.html*/
	list-style-type: upper-alpha;
	margin: 0 0 0.2em -0.9em;
}

ol.wib li ul li
{
	/*http://www.doaks.org/WomeninByzantium.html*/
	list-style-type: decimal;
	margin: 0 0 0.2em -0.9em;
}

/*nested ordered list,upper-roman, lower-alpha*/
ol.decloal li
{
	list-style-type: decimal;
	margin: 0 0 0 0.25em;
}

ol.decloal li ul li
{
	list-style-type: lower-alpha;
	margin: 0 0 0 1.5em;
}

/*nested ordered list,upper-roman, decimal*/
ol.uprodec li
{
	list-style-type: upper-roman;
	margin: 0 0 0 0.25em;
}

ol.uprodec li ul li
{
	list-style-type: decimal;
	margin: 0 0 0 1.5em;
}

/*nested ordered list,upper-roman, lower-alpha*/
ol.uproloal li
{
	list-style-type: upper-roman;
	margin: 0 0 0 0.25em;
}

ol.uproloal li ul li
{
	list-style-type: lower-alpha;
	margin: 0 0 0 1.5em;
}

.uproloal strong {
	text-transform: uppercase;
	font-weight: normal;
}

ol li ol li
{
	list-style-type: lower-alpha;
	font-size: 100%;
}

ul li ul li, ul li ol li, ol li ul li
{
	font-size: 100%;
}

dl dl
{
	margin: 1em 20px;
}

dt
{
	clear: left;
	font-weight: bold;
}

dd
{
	margin: 0 0 1em;
	padding: 0;
}

dd ul
{
	margin: 0;
	padding: 0;
}

dd li
{
	width: 100%;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul ul, dl dl {
	list-style-type: circle;
}

/* =Searchbox
----------------------------------------------- */

#cse-search-box
{
	background-color: transparent;
/*
	width: 231px;
*/
	/*height: 1.5em;*/
	padding: 0;
	position: absolute;
	top: 69px;
	right: 0;
	margin: 0;
	width: 225px;
	}

#cse-search-box div {
	margin: 0;
}

#cse-search-box input[type^='text'] {
	margin: 0;
	/*height: 14px;*/
	left: 0;
	background-image: none !important;
	opacity: .8 !important;
}

#cse-search-box input[type^='submit'] {
	margin: 2px 0 0 2px;
	padding: 0;
	/*float: right;*/
	height: 19px;
	font-size: 85%;
}
/*
form, form div, form input {
	margin:0 !important;
	padding:0 !important;
}
*/

iframe {
	display:block;
	border: none;
	width: 396px;
}

/* =Misc
----------------------------------------------- */

em, .latin, .author, .pub_title, .position.title
{
	font-style: italic;
}

small
{
	font-size: x-small;
}

cite, .affiliation
{
	font-style: normal;
}

cite.title
{
	font-style: italic;
}

em.affiliation:before
{
	content: "(";
}

em.affiliation:after
{
	content: ")";
}

/* =Start Generated Qmarks
----------------------------------------------- */

q:before, cite:before, .title:before, .summary:before, .so-called:before
{
	content: "\201C";
	/* content: open-quote; glitch in Chrome doesn't allow open-quote 2011/03 */
}

q:after, cite:after, .title:after, .summary:after, .so-called:after
{
	content: "\201D";
	/* content: close-quote; glitch in Chrome doesn't allow close-quote 2011/03 */
}

q>q:before, cite>.so-called:before, .title>.so-called:before, .summary>.so-called:before, .title>q:before, .title>.title:before
{
	content: "\2018";
}

q>q:after, cite>.so-called:after, .title>.so-called:after, .summary>.so-called:after, .title>q:after, .title>.title:after
{
	content: "\2019";
}

cite.title:before, em.title:before, em.so-called:before, .title>em.title:before, .position.title:before
{
	content: "";

}

cite.title:after, em.title:after, em.so-called:after, .title>em.title:after, .position.title:after
{
	content: "";
}
/* =End Generated Qmarks
----------------------------------------------- */


.time
{
	font-weight: bold;
}

blockquote
{
	margin: 1em 0 1em 2px;
	padding: 0 1em;
	border-left: 2px solid #ccc;
}

blockquote p
{
	margin: 0 0 .75em;
	color: #666;
}

blockquote p em
{
	font-style: normal;
}

.epigram {
	font: 120% Times,Serif;
	border-left: 0px;
	margin: 1em 0;
	padding: 1em 18px;
	font: 120% Times,Serif;
	letter-spacing: .1em;
	line-height: 1.5em;
	background-color: #eee;
	width: 358px;
}

.epigram p {
	color: #333;
}

abbr
{
	border-width: 0;
}

abbr[title], acronym[title]
{
	cursor: help;
	border-bottom: 1px dotted #ddd;
}

/*Keep consistent line spacing with sup and sub*/
sup, a[href]:after, .kilobyte {
	font-size: 85%;
}

sup, sub, a[href^='#ftn'], a[href]:after
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup /*, a[href^='#ftn']*/
{
	bottom: .5ex;
}

sup:before, sup:after 
{
	content: "\200A"
}
	
sub
{
	top: .3ex;
}

hr
{
border-color: transparent;
	display: none;
	margin: 1.5em 0;
}

#article-text hr
{
	display: block;
}

dfn
{
	font-style: italic;
}

del
{
	text-decoration: line-through;
	color: #999;
}

.copyright:before {
content: "\00A9\2009";
}

/* =End Misc
----------------------------------------------- */


/* =Start Languages
----------------------------------------------- */
*:lang(grc), *[lang="grc"], *[lang|="grc"] {
/*
font-family: "Greek Old Face";
font-size: 140%;
*/
}

*:lang(lat), *[lang="lat"] {
/*color: #3F3F3F;
font-family: "Greek Old Face";
font-size: 140%;*/
}

/* =End Languages
----------------------------------------------- */


/*Start Foot/Endnotes
----------------------------------------------- */
#footnotes {
	font-style: normal;
	font-size: 90%;
	margin: 1em 0;
	padding: .75em 3em 0.5em 0;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	list-style-type: none;
	text-indent: 0;
}
#footnotes:before {
	content: "Footnotes: ";
	font-weight: bold;
	color: #555
}
#footnotes>li
{
	margin: 0.25em 0;
}

/*Footnote numbers*/
a[href^='#note.'], a[id^='note.'] {
	font-weight: bold;
	border-color: transparent;
	color: #444;
	font-size: 90%;
}
a[href^='#note.']:hover, a[id^='note.']:hover, a[href^='#note.']:target:hover, a[id^='note.']:target:hover {
	border-color: transparent;
	color: #F00;
	background-color: #ddd;
}
a[href^='#note.']:active, a[id^='note.']:active, a[href^='#note.']:target:active, a[id^='note.']:target:active {
	color: #fff;
	background-color: #000;
}
a[href^='#note.']:target, a[id^='note.']:target {
	color: #fff;
	background-color: #F00;
}

/*Wrap Footnote numbers (and text, non JS)*/
#article-text>*>span[id^='note.'] {
color: #777;
font-weight: normal;
}
#article-text>*>span[id^='note.']:before {
content: " [";
}
#article-text>*>span[id^='note.']:after {
content: "] ";
}

/*Get Footnote in H2 less prominent*/
#article-text>h2>span[id^='note.'] {
font-size: 85%;
}

#article-text>h2>span[id^='note.'] * {
color: inherit;
font-weight: normal;
}

/*End Foot/Endnotes
----------------------------------------------- */


/*Start Bibliographic Entry
----------------------------------------------- */
span[id^='note.'] .title:before {
content: "";
}
span[id^='note.'] .title:after {
content: "";
}
.author {
font-style: normal;
}
.article>.title:before, .paper>.title:before, .abstract>.title:before {
content: "\201C";
}
.article>.title:after, .paper>.title:after, .abstract>.title:after {
content: "\201D";
}
.book>.title, .book.title, .symposium>.title, .symposium.title  {
font-style: italic;
}

.series>.title, .series.title {
font-style: normal;
}

.article>.book.title:before, .article>.series.title:before
{
content: "";
}
.article>.book.title:after, .article>.series.title:after 
{
content: "";
}
.publication .note
{
	color: inherit;
	background-color: inherit;
	margin: 0;
	padding: inherit;
	line-height: inherit;
	display:inline;
	font-weight: inherit;
}
.publication .note:before
{
	content: "";
}
/*override .family class*/
.publication .contributor *
{
	font-variant: inherit;
}

/*End: Foot/Endnotes*/



/*
 =Dev: Color coding of bibliographic entry elements
-----------------------------------------------
*/
/*
li span[id^='note.'] {
background-color: #FC0;
}
.publication {
background-color: #000099;
color: #FF4F00
}
.article, .paper, .abstract {
background-color: #ffff99;
}
.book, .journal, .symposium {
background-color: #b0ffb0;
}
.series {
background-color: #fae1fa;
}
.published, .properties, .properties>.pages, .properties>.plates {
background-color: #00ff00;
}
.pages, .plates, .illu {
background-color: #ffff00;
}
.author, .editor {
color: #009933;
}
.article>.title, .book>.title, .series>.title, .journal>.title, .paper>.title, .abstract>.title, .symposium>.title {
color: #0033ff;
}
.volume {
color: #000;
}
.publisher {
color: #090;
}
.location {
color: #F00;
}
.date, .year, .month {
color: #ff00ff;
}
.article>.title:before {
color: #ff0066;
}
.article>.title:after {
color: #ff0066;
}

.publication .note
{
	color: red;
	background-color: inherit;
}
*/
/* =End: Color coding of bibliographic entry elements
----------------------------------------------- */

.institution
{
	/* MS 2011/11/12
border-top: 1px solid #bbb;
	border-bottom: 10px solid #fff;
*/
}

#upcoming, #past, #program, .listing
{
	margin: 0;
	padding: 1em 0;
}

#upcoming ul, #past ul, #program ul, .listing
{
	margin: 0;
	text-indent: 0;
}

#upcoming h3, #past h3, #upcoming h2, #past h2, #program h3, #program h2, .program #article-text ul>li>h3
{
	margin: .5em 0;
	background-color: #eee;
	padding: 0 0.5em 0.1em 0.5em;
	border-top: 1px solid #ddd;
}

.vevent h4
{
	margin: .25em 0;
}

.vevent h5
{
	margin: .25em 0;
	font-size: 100%;
	color: #000; /*2010/06/14*/
}

.vevent div, .vevent h5 span
{
	display: none;
}

.noprint
{
	clear: both;
	margin-top: 2em;
	text-indent: 0;
}

.poet
{
	margin: 1em 0;
	padding: 1em 18px;
	font: 120% Times,Serif;
	text-transform: uppercase;
	text-shadow: #ffffff 1px 1px;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-align: center;
	color: #333;
	background-color: #ebe5cf;
	border: 2px outset blanchedAlmond;
	width: 358px;
}

h1, h2, h3, h4, #subcol ul li.up a, #subcol ul li strong, caption
{
	text-shadow: .25em .25em 1em #bbb;
}

.nonli ul, ul.nonli, li.vevent, li.entry, #program ul, .listing li, #article-text ul:first-child
{
	list-style-position: outside;
	list-style-type: none;
	text-indent: 0;
	margin-left: 0;
}

/*
.nonli #article-text>h2:first-child + ul
{
	font-weight: normal;
}
*/

/*
#article-text ul:first-child
{
	font-weight: bold;
}
*/

.note, iframe[name="note"]
{
	background-color: #FF9;
	border: 1px solid #EEEEEE;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	color: #F33;
	font-weight: bold;
	font-size: 94%;
	margin: 0.75em 0 1.25em -9px;
	padding: .75em 1em 1.25em 9px;
	line-height: 1.6em;
	display:block;
	width: 94%;
}

.note:before
{
	content: "Please note: ";
}

iframe[name="note"] {
	height: 13em;
}

/*
iframe[name="notice"] {
background-color: yellow;
}
*/

/*
iframe ol img, iframe ul img {
	display: none !important;
}
*/

#article-text .vevent .note
{
	/*
color: #555;
	background-color: #f6f6f6;
	margin: .5em 0;
*/
	display:inline;
	margin-right: 1em;
}

#article-text .vevent .note:before
{
	content: "";
}

#article-text .vevent p
{
	margin-top: 1em;
}

.cancelled, #article-text .vevent .cancelled, .highlight {
border-bottom: 2px dotted #F99;
}

.cancelled:before, #article-text .vevent .cancelled:before {
	color: red;
	content: "Cancelled: ";
	background-color: #FF9;
	margin: .5em 0;
	padding: 0 0.5em;
}

.info
{
	/*background: #d4e0ee url(img/bg-note.png) 20px center no-repeat;*/
	background: #d4e0ee url(img/info.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #a3bfdd;
	border-bottom: 2px solid #a3bfdd;
	margin-right: 18px; /*2010/02/08*/
}

p+.info {margin-top: 2em; /*2011/11/02*/
}

.new, #article-text>div:target
{
	padding: .75em 18px .75em 36px;
	margin: .75em -18px 0 -36px;
}

div.new h3, div:target>h2:first-child, div:target>h3:first-child, div:target>h4:first-child, div:target>h5:first-child
{
	background: transparent url(img/info.png) 9px center no-repeat;
	padding: 0 18px 0 36px;
	margin: 0 -18px 0 -36px;
}

em:target, strong:target
{
	font-weight: bold;
	background-color: transparent;
}

li:target
{
	margin: 0 -1em 0 -27px;
	padding: 1.5em 1em 1.5em 27px;
}

.hlght
{
	background-color: #eee;
	padding: 0 .5em;
}

.clear
{
	clear: both;
}

.nowrap
{
	white-space: nowrap;
}

p small a, p small a:hover, #article-text :target p small a:hover
{
	padding-left: 25px;
	height: 20px;
	border-bottom: 1px solid transparent ! important;
	font-weight: bold;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("./img/top.png");
}

p small a {
	background-position: 0 1px;
}

p small a:hover, #article-text :target p small a:hover
{
	background-position: 0 -21px;
}

#article-text p img, #article-text div img, #article-text span img
{
	margin: 1.5em 0 .5em 0;
}

/*Test entry_image_combo*/
.entry_group
{
	padding: .5em 0;
}

.entry_group h3, .entry_group h4
{
	margin: 0 0 1em 0;
}

.entry_group h2
{
	padding: 0 .25em;
	background-color: #eeeeee;
}
/*End Test entry_image_combo*/

#article-text .entry, .vevent, #program ul li, .listing li
{
	padding: .75em 0;
	border-top: 1px dashed #aaa;
	clear: both;
}

#article-text h2+.entry, #article-text .entry:first-child, ul .vevent:first-child, #program ul li:first-child, .listing li:first-child
{
	border-top: 1px solid transparent;
}

#program ul li em
{
	display: block;
}

#article-text ul.nav
{
	text-indent: 0;
	margin: 0.5em 0 1.5em 0;
	font-weight: bold;
}

.img_capt_float
{
	float: left;
	height: auto;
	margin: 1.2em 9px .9em 0;
	padding: 0 9px 0 0;
}

.img_capt_float_right
{
	float: right;
	height: auto;
	margin: -0.4em 18px 0 18px;
	padding: 0;
}

.stream_thumbnail
{
	/*border: 1px solid #960;*/
	background-color: #eee;
	float: right;
	height: auto;
	margin: 0.25em 0 0 1em;
	padding: 0 0 1em 0;
}

#article-text .stream_thumbnail img
{
	margin: 0 0 -0.5em -1em;
	padding: 0.5em 0 0 1em;
}

#article-text .stream_thumbnail span a
{
	font-weight: bold;
	color: #960;
	margin: 0 0 0 .5em;
	padding: 0 0 0 0;
	border-color: transparent;
}

#article-text .stream_thumbnail span a:hover
{
	border-color:#960;
}

.width_96, .width_120, .width_180, .width_198, .width_250 
{
	border-right: 1px solid #DFDFDF; /*added 2011/10/07*/
}

.width_96
{
	width: 96px;
}

.width_120
{
	width: 120px;
}

.width_180
{
	width: 180px;
}

.width_198
{
	width: 198px;
}

.width_250
{
	width: 250px;
}

#article-text .img_capt_float img
{
	display: block;
	float: left;
	margin: 0 0 0.5em;
}

.img_capt_float p, .img_capt_float span, .img_capt_float_right p, .img_capt_float_right span, .caption
{
	display: block;
	/*float: left;*/
	font-size: x-small;
/*
	font-style: italic;
*/
	line-height: 1.35em;
	margin: 0;
}

p+.caption {
margin-top: 1em;
}

/*
div[id^='slideshow']
{
	height: auto;
	width: auto;
	overflow: hidden;
	margin-left: -72px;
	margin-bottom: 3em;
}
*/
/*
div[id^='slideshow'] div img
{
border: 1px solid #ddd;
padding:0;
}
*/
/*
#maincol>div[id^='slideshow']
{
	margin-top: -36px;
	margin-left: -72px;
}
*/
address {
	margin:.75em 0;
}

/* =gardens
----------------------------------------------- */

/*
.csggr #subcol div h2 a, .csggr #subcol div h2 a:visited
{
	background: url("./img/arrow_down.gif") no-repeat 0 .3em;
	padding-left: 24px;
	text-indent: 0;
}

.csggr #subcol h2 a:active
{
	background: url("./img/arrow_down_active.gif") no-repeat 0 .3em;
	padding-left: 24px;
	text-indent: 0;
	color: #fff;
}
*/

.csggr #subcol div div h2
{
	cursor: pointer;
	background: url("./img/arrow_down.png") 3px .4em no-repeat;
	padding-left: 27px;
	text-indent: 0;
}

.csggr #subcol div div h2:active
{
	cursor: pointer;
	background: url("./img/arrow_down_active.png") 3px .4em no-repeat;
	padding-left: 27px;
	text-indent: 0;
	color: #555;
}

#subcol div div .hide
{
	display: none;
}

.garden_map #article-text
{
	margin-left:-72px; padding:0; border-width:0; padding:0;
}

.garden_map #article-text>img
{
	border-width:0; border-color:transparent;
}


/* =Thumbnails (Gardens Collections)
----------------------------------------------- */

#subcol #garden_collection_trees, #subcol #garden_collection_furniture, #subcol #garden_collection_ornaments, #subcol #garden_collection_inscriptions, #subcol ul[id^='garden_collection_']
{
	margin: 18px 0 0 0;
	display: block;
	list-style-position: outside;
	padding: 0;
	text-indent: 0;
	line-height: 1.35em;
}

#subcol #garden_collection_trees>li, #subcol #garden_collection_furniture>li, #subcol #garden_collection_ornaments>li, #subcol #garden_collection_inscriptions>li, #subcol ul[id^='garden_collection_']>li
{
	list-style-type: none;
	float: left;
	width: 45px;
	padding: 2px 4px 0 0;
}
#subcol #garden_collection_trees a, #subcol #garden_collection_furniture a, #subcol #garden_collection_ornaments a, #subcol #garden_collection_inscriptions a, #subcol ul[id^='garden_collection_'] a
{
	border-width: 0;
	padding: 0;
	margin: 0;
}

#subcol #garden_collection_trees>li>a>img, #subcol #garden_collection_furniture>li>a>img, #subcol #garden_collection_ornaments>li>a>img, #subcol #garden_collection_inscriptions>li>a>img, #subcol ul[id^='garden_collection_']>li>a>img
{
	border: 1px solid #99cc00;
	padding: 0;
	margin: 0;
}

#subcol #garden_collection_trees>li>a:visited>img, #subcol #garden_collection_furniture>li>a:visited>img, #subcol #garden_collection_ornaments>li>a:visited>img, #subcol #garden_collection_inscriptions>li>a:visited>img, #subcol ul[id^='garden_collection_']>li>a:visited>img
{
	border: 1px solid #060;
	padding: 0;
	margin: 0;
}

#subcol #garden_collection_trees>li>a:hover, #subcol #garden_collection_furniture>li>a:hover, #subcol #garden_collection_ornaments>li>a:hover, #subcol #garden_collection_inscriptions>li>a:hover, #subcol ul[id^='garden_collection_']>li>a:hover, #subcol #garden_collection_trees>li>strong>a:hover, #subcol #garden_collection_furniture>li>strong>a:hover, #subcol #garden_collection_ornaments>li>strong>a:hover, #subcol #garden_collection_inscriptions>li>strong>a:hover, #subcol ul[id^='garden_collection_']>li>strong>a:hover

{
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#subcol #garden_collection_trees>li>strong, #subcol #garden_collection_furniture>li>strong, #subcol #garden_collection_ornaments>li>strong, #subcol #garden_collection_inscriptions>li>strong, #subcol ul[id^='garden_collection_']>li>strong
{
	border: 0 solid transparent;
	cursor: text;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#subcol #garden_collection_trees>li>strong>a>img, #subcol #garden_collection_furniture>li>strong>a>img, #subcol #garden_collection_ornaments>li>strong>a>img, #subcol #garden_collection_inscriptions>li>strong>a>img, #subcol ul[id^='garden_collection_']>li>strong>a>img
{
	border: 1px solid #555;
	cursor: text;
	padding: 0;
	margin: 0;
}

/* =google map
----------------------------------------------- */
div#map_canvas
{
	width: 396px;
	height: 279px;
}

 strong.gardens {color:green;}
 strong.museum {color:red;}

/* 2010/01/03 check for marker*/
#map_canvas>div>span, #map_canvas>div>a {
color: transparent ! important;
}

/* =diverse
----------------------------------------------- */

.attribution
{
	display: block;
	text-align: right;
	padding:0 1.5em;
	text-indent: -1.25em;
}

.attribution:before
{
	content: "\2014\2005";
}

.family, .small_caps
{
	font-variant: small-caps;
}

.comment {
	color: #999;
}

.bio {
background-color: #eee;
padding: 0.25em 0.25em 0.5em 1em;
margin: 1em 0;
}

caption {
	text-align: left;
	margin: 1.5em 0;
	font-size: 110%;
	color: #222;
	font-weight: bold;
	}


/* =inline-list
----------------------------------------------- */

/*
ul.inline-list, ol.inline-list {
	margin: 0 0 0 0.35em;
}
*/

.inline-list:before {
	content:" ";
}

.inline-list:after {
	content:" ";
}

.inline-list, .inline-list>li, .inline-list>li>ul, .inline-list>li>ul>li {
	display: inline;
	padding: 0;
}

.inline-list>li:after {
	content: " ";
}

.inline-list>li:last-child:after {
	content: ".";
}

.numbered {counter-reset:section;}

.numbered>li {counter-reset:subsection;}

.numbered>li:before {
	counter-increment:section;
	content: counter(section, decimal) ") ";
}

.numbered>li>ul>li:before
{
	counter-increment:subsection;
	content:" " counter(subsection) ". ";
	color: #555;
}


.lower-latin {counter-reset:section;}

.lower-latin>li {counter-reset:subsection;}

.lower-latin>li:before {
	counter-increment:section;
	content: counter(section, lower-latin) ") ";
}


.ordinal>li:before {
	counter-increment:section;
	content: counter(section) ". ";
}

/* =inline-list with span
----------------------------------------------- */

span.inline-list {
	margin: 0 0 0 0.35em;
}

.inline-list, span.inline-list>span, span.inline-list>span>span, span.inline-list>span>span>span {
	display: inline;
	padding: 0;
}

span.inline-list>span:after {
	content: " ";
}

span.inline-list>span:last-child:after {
	content: ".";
}

span.numbered {counter-reset:section;}

span.numbered>span {counter-reset:subsection;}

span.numbered>span:before {
	counter-increment:section;
	content:"("counter(section) ") ";
}

span.numbered>span>span>span:before
{
	counter-increment:subsection;
	content:" " counter(subsection) ". ";
	color: #555;
}

/* =program ul, inline_list
----------------------------------------------- */
.program ul, .program #article-text>ul>li {
	list-style-type: none;
	text-indent: 0;
	margin: 0.5em 0;
}

.program #article-text>ul>li {
	padding: 0.5em 0;
}

.program #article-text>ul>li>ul>li>h4 {
	margin: 1em 0 0.75em 0;
	padding: 0.5em 0 0.25em 0;
	border-top: 1px dashed #555;
}

.program #article-text>ul>li>h3+ul>li:first-child>h4 {
	margin: 0 0 0.75em 0;
	padding: 0 0 0.25em 0;
	border-top: 1px dashed transparent;
}

.program #article-text>ul {
	list-style-type: none;
	text-indent: 0;
	margin: 0;
}

.program #article-text ul>li>ul>li {
	padding-top: 0.25em;
	/*border-top: 1px solid #555;*/
}

/*
#article-text.program>ul>li>ul>li>ul>li
{
	border-top: 1px solid #ddd;
}
*/

/*
#article-text.program ul>li>ul>li>ul>li:first-line {
	font-weight: bold;
	color: #555;
}
*/

/*
.property, #article-text>h2:first-child+ul, .program #article-text>h2+ul {
	font-weight: bold;
	list-style-type: none;
	padding: 0.5em 0;
	text-indent: 0;
	margin: 0;
	color: #555;
}

.property, #article-text>h2:first-child+ul>li, .program #article-text>h2:first-child+ul>li {
	padding: 0;
	margin: .5em 0;
	text-indent: 0;
}
*/

.property {
	list-style-type: none;
	text-indent: 0;
	margin-left: 0;
}

.property>li>em {
	font-weight: bold;
}

.inline_list, .inline_list li {
	display: inline;
}

.inline_list li:after {
	content: "; ";
}


/* =Slide Show
----------------------------------------------- */

#slideshow_type_1 {
	/*min-height: 315px;*/
	margin: 0;
	position: relative;
}

#slideshow_type_0 {
	/*min-height: 288px;*/
	margin:0 0 0 -72px;
	position: relative;
}

#slideshow_type_0 .text {
	height: 288px;
	width:449px;
	padding: 1px 18px 0 72px;
	border-bottom: #000 1px solid
}

#slideshow_type_0 * {
	text-shadow: none;
}

#maincol:has(div[id^='slideshow']), #maincol:has(div[id^='slideshow'])>img, #maincol:has(div[id^='slideshow'])>div {
	margin-top: 0;
}

#slideshow_type_0+.caption, #slideshow_type_1+.caption {
	margin-top: 0;
}

#slideshow_type_0+*, #slideshow_type_1+* {
	margin-top: 1.5em;
}

#slideshow_type_0 .info {
	border-top: transparent 1px solid
}

#slideshow_type_0 .text.info>p {
	margin-top: 3em;
}

#slideshow_type_0 .text.info>p+p {
	margin-top: 0.75em;
}

/*
 =Spex Lasting Impressions
----------------------------------------------- 

*/
#slideshow_type_0 #lasting_impressions {
	background: #fbf2e4 url("./img/spex_lasting_impressions_2011.png") no-repeat 0 0;
	font: 100%/1.3em 'Palatino Linotype', 'Book Antiqua', Palatino, Times, serif; 
	height: 289px;
	width:539px;
	padding: 0;
}

#slideshow_type_0 #lasting_impressions img {
	margin-left: -18px;
	padding-top: 18px;
}

#slideshow_type_0 #lasting_impressions h2 {
	margin: 0 0 0 -18000px;
	padding: 5px 9px 9px 18px;
	color: #e6d3b6;
	background-color: #2f4f2d;
	font-size: 210%;
	font-weight: normal;
	width: 458px;
	letter-spacing:.1em;
}

#slideshow_type_0 #lasting_impressions h3 {
	margin: 18px 0 0 12600px;
	padding: 2px 9px 3px 18px;
	color: #2f4f2d;
	background-color: #e6d3b6;
	font-size: 130%;
	font-weight: normal;
	width: 314px;
	letter-spacing:.1em;
}

#slideshow_type_0 #lasting_impressions p {
	margin: 36px 0 9px 54px;
	padding: 0 9px 0 18px;
	font-size: 84%;
	width: 315px;
	color: #ffc;
	line-height: 1.35em;
}

#slideshow_type_0 #lasting_impressions h3[title='date'] {
	margin: 5px 0 0 10800px;
	padding: 0 9px 0 18px;
	color: #000;
	font-size: 125%;
	font-weight: bold;
	background-color: transparent;
	letter-spacing:.1em;
}


/* =Spex Cross References
----------------------------------------------- */

#slideshow_type_0 #cross_references {
	background: #333366 url("./img/polycandelon.png") no-repeat -144px 45px;
	background-color: #333366;
	height: 271px;
	width:449px;
	padding: 18px 18px 0 72px;
	color: #fff;
}

#slideshow_type_0 #cross_references img {
	margin-left: -18px;
	padding-top: 18px;
}

#slideshow_type_0 #cross_references h2 {
	margin: -7px 0 -90px -3px;
	background: #333366 url("./img/logo_cross_references.png") no-repeat -7px -10px;
	color: #333366;  /* transparent shows in IE */
	font-size: 1px;  /* 0 has flaws */
	height: 126px;
	padding-left: 342px;
}

#slideshow_type_0 #cross_references p {
	color: #ccc;
	margin: 108px 0 9px 90px;
	font-size: 84%;
	line-height: 1.5em;
	width: 360px;
}

#slideshow_type_0 #cross_references h3[title='date'] {
	color: #f33;
	letter-spacing:.1em;
	margin-top: -.25em;
}

/* =Spex American Art
----------------------------------------------- */

/*
#slideshow_type_0 #american_art {
	background: #fbf2e4 url("./img/spex_american_art.png") no-repeat -90px 36px;
	font: 100%/1.3em 'Palatino Linotype', 'Book Antiqua', Palatino, Times, serif; 
	height: 271px;
	width:449px;
	padding: 18px 18px 0 72px;
}

#slideshow_type_0 #american_art img {
	margin-left: -18px;
	padding-top: 18px;
}

#slideshow_type_0 #american_art h2 {
	margin: 0 0 0 -18px;
	padding: 5px 9px 9px 18px;
	color: #e6d3b6;
	background-color: #2f4f2d;
	font-size: 210%;
	font-weight: normal;
	width: 458px;
	letter-spacing:.1em;
}

#slideshow_type_0 #american_art h3 {
	margin: 18px 0 0 126px;
	padding: 2px 9px 3px 18px;
	color: #2f4f2d;
	background-color: #e6d3b6;
	font-size: 130%;
	font-weight: normal;
	width: 314px;
	letter-spacing:.1em;
}

#slideshow_type_0 #american_art p {
	margin: 18px 0 9px 81px;
	padding: 0 9px 0 18px;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	width: 350px;
}

#slideshow_type_0 #american_art h3[title='date'] {
	margin: 5px 0 0 108px;
	padding: 0 9px 0 18px;
	color: #000;
	font-size: 125%;
	font-weight: bold;
	background-color: transparent;
	letter-spacing:.1em;
}
*/

/* =Slide Show museumday_2010
----------------------------------------------- 

#slideshow_type_0 #museumday_2010 {
	background-color: #ffffff;
}

#slideshow_type_0 #museumday_2010 img {
	margin-left: -18px;
	padding-top: 18px;
}

#slideshow_type_0 #museumday_2010 h2 {
	margin: -27px 0 0 0;
	padding-top: 18px;
	color: #335588;
}

#slideshow_type_0 #gardens_index {
	height: 288px;
	width:449px;
	padding: 18px 18px 0 72px;
}*/

 =Slide Show museumday_2011
----------------------------------------------- 

#slideshow_type_0 #museumday_2011 {
	background-color: #ffffff;
}

#slideshow_type_0 #museumday_2011 img {
	padding-top: -18px;
}

#slideshow_type_0 #museumday_2011 h2 {
	margin: -27px 0 0 0;
	padding-top: 18px;
	color: #335588;
}

#slideshow_type_0 #gardens_index {
	height: 288px;
	width:449px;
	padding: 18px 18px 0 72px;
}

#slideshow_type_0 #museumday_2011 a {
	font-weight: bold;
	border-bottom-width: 0;
}
/* =Dev: Slide Show "scattered_evidence"
----------------------------------------------- */
/*
#slideshow_type_0 #spex_scattered_evidence {
	margin: 0 0 0 0;
	background: #d9cebb url("./img/spex_scattered_evidence_20_04_21.png") no-repeat -2px -12px;
}

#slideshow_type_0 #spex_scattered_evidence h2 {
	text-indent: -10000px;
	margin-left: -10000px;
	padding-top: 40px;
}

#slideshow_type_0 #spex_scattered_evidence h3 {
}

#spex_scattered_evidence p {
	color: #b3002d;
	font-weight: bold;
	margin-top: 54px;
}
*/

/* =Slide Show "fancy"
----------------------------------------------- 

#slideshow_type_0 #fancy {
	margin: -35px 0 0 0;
	background: #004e73 url("./img/spex_fancy.png") no-repeat -23px 10px;
}

#fancy h3 {
	color: #fff32a;
}

#fancy p {
	color: #deebe5;
	font-weight: bold;
}*/

/* =Dev: Slide Show "fancy"
----------------------------------------------- 
#slideshow_type_0 #fancy h2 {
	font: 300%/2em "Zapfino", fantasy;
	color: #2db688; 
	text-indent: 80px;
	padding-top: 40px;
	line-height: 1.75em;
}

#slideshow_type_0 #fancy h2+h3 {
	font: 185%/2em "Zapfino", fantasy;
	color: #fff32a;
	text-indent: -18px;
	padding-top: 0;
	line-height: .75em;
}*/

/* =Slide Show "spex_three_monuments"
----------------------------------------------- 

#slideshow_type_0 #spex_three_monuments {
	margin: 0 0 0 0;
	background: #ddf1f2 url("./img/spex_three_monuments.png") no-repeat -72px 85px;
}

#slideshow_type_0 #spex_three_monuments h2 {
	font: 180%/1.5em Verdana,Helvetica,Arial,sans-serif;
	color: #6e4b31; 
	text-indent: 0;
	padding-bottom: 9px;
	font-style: italic;
	font-weight: bold;
}

#slideshow_type_0 #spex_three_monuments h2+h3 {
	font: 185%/1.75em "Verdana", fantasy;
	color: #6e4b31;
	text-indent: -18px;
	padding-top: 0;
	line-height: .75em;
}

#spex_three_monuments h3 {
	color: #333;
	padding-left: 72px;
}

#spex_three_monuments p {
	color: #6e4b31;
	font-weight: bold;
	padding-left: 72px;
}*/

/* =Paragraphs with sample text (PC-Style Guide)
----------------------------------------------- */

.sample p {
	padding: 0 .5em .25em 1em;
	border: #ddd dotted 2px;
}

/* =Test Highlight Text (Dumbarton Oaks)
----------------------------------------------- */

.highlight { background-color: yellow }


/* =Test Form resolve conflict with CSE 2010_03_04
-----------------------------------------------

form {
	margin: 1em 0;
	font-weight: bold;
	width: 396px;
}

fieldset {
	margin: 1em 0 0 0;
}

legend {
	padding: 0 .5em;
	color: #777;
}

label {
	margin-top:.5em;
	display: block;
	color: #555;
}

#byz_colloquium_2009 input, #byz_colloquium_2009 textarea {
	width: 98%;
}


.required {
	border-color: red;
}

#byz_colloquium_2009 #submit {
	margin:2em 0;
	width: 35%;
	font-size:100%;
}

input[type^='checkbox'], #lunch * {
	display: inline;
	width: 1em;
	margin: 0 .25em .25em 0;
}

input[type^='hidden'] {
	display: inline-block;
}*/

/* =Test Fellowship pages
----------------------------------------------- */

#doaks_id_2239 a, li#doaks_id_2240 a {
	border-bottom-color: transparent;
	color: inherit;
}

.overlay, .draft, .temp {
	display: block;
	opacity: 0.2;
	font-weight: bold;
	font-size: 600%;
	color: red;
	z-index: 9999;
	position: fixed;
	left:1%;
	top:20%;
	line-height: 1em;
}

.draft:before {
	content: "Draft";
}

.temp:before {
	content: "Temporary";
}


.ks_doaks_containing_event {
	/*display: none;*/
	color: #aaa;
	font-weight: bold;
	float: left;
	margin-left: -50px;
	background-color: yellow;
	padding: 0 .2em
}

/* =Start Social Media
----------------------------------------------- */

#subcol .social_media {
	margin: 2em 0;
}

#subcol .social_media ul {
	list-style-type: none;
}

#subcol .social_media ul li {
	margin: 0;
}

#subcol .social_media a, #subcol .social_media a:hover {
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 12px 0 4px 48px;
	height: 2em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
	/*border-width: 1px 0 1px 0;*/
}

/* =Start Micro Banner Facebook
----------------------------------------------- */

#subcol .facebook a, #subcol .facebook a:hover {
	background-image: url("./img/Facebook_Badge.gif");
	background-position: 18px 9px;
	/*border-style: solid;*/
	}

#subcol .facebook a {
	background-color: #F3F3F3;
	border-color: #D2D2D2;
	color: #3B5998;
	}

#subcol .facebook a:hover {
	background-color: #D2D2D2;
	border-color: #3B5998;
	color: #3B5998;
	}

#subcol .facebook a:active {
	background-color: #3B5998;
	border-color: #3B5998;
	color: #D2D2D2;
	}

#subcol .facebook a[rel="external"]:after, #subcol .facebook a[rel="external"]:hover:after
{
	content: none;
}

/* =Start Micro Banner eNews
----------------------------------------------- */

#subcol .enews a, #subcol .enews a:hover {
	background-image: url("./img/newsletter_icon.png");
	background-position: 13px 5px;
	}

#subcol .enews a {
	border-color: #D2D2D2;
	color: #333333;
	}

#subcol .enews a:hover {
	border-color: #3B5998;
	color: #990000;
	}

#subcol .enews a:active {
	border-color: #3B5998;
	color: #D2D2D2;
	}

#subcol .enews a[rel="external"]:after, #subcol .enews a[rel="external"]:hover:after
{
	content: none;
}

/* =End Micro Banner eNews
----------------------------------------------- */

/* =End Social Media
----------------------------------------------- */

.two_columns_across>li {
	float: left;
	list-style-type: none;
	width: 171px;
	margin: 0 0 0 0;
	text-indent: -1em;
	padding-right: 18px;
}

.two_columns_across>li:nth-child(even) {
	margin-bottom: 4em;
}

.two_columns_across>li>ul {
	list-style-type: none;
	text-indent: -2em;
}

/* =Start publication titles
----------------------------------------------- */
.publications #article-text span.image {margin-top: 1.35em;float: left; display:block;min-width:81px;}
.publications #article-text span.image img {margin-top: 0;border: 1px solid #ddd;}
.publications #article-text>div {padding:0 0 3em 0;}
.publications #article-text h2 {clear: both;}
.publications #article-text ul {margin-left: 0;}
.publications #article-text ul li {list-style-position: inside;list-style-type: none;text-indent: 0;margin:0.75em 0;font-size: 80%;clear:both;border-top: 2px dotted #bbb;}
.publications #article-text ul li:first-child {border-top-color: transparent;}
/*.publications #article-text ul li:last-child {border-bottom: 2px dotted #bbb;}*/
.publications #article-text ul li>div {margin-top: 1em;}
.publications #article-text ul li>div h3 {margin: 0;}
.publications #article-text h3.title:before {content: "";}
.publications #article-text h3.title:after {content: "";}
.publications #article-text h3.title a {border-bottom-color: transparent;text-shadow: 0 0 0 transparent;}

/* =End publication titles
----------------------------------------------- */


/* =Sandbox
----------------------------------------------- */

/*Test web font*/
/*
#article-text h2 {
	font-family: Liza;
	font-size:280%;
}
#article-text p {
	font-family: Gentium;
	font-size:125%;
	line-height: 1.5em;
}
*/

/*
.multicolumn {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-rule: 1px dashed #AAAAAA;
	-moz-column-rule: 1px dashed #AAAAAA;
	-webkit-column-rule: 1px dashed #AAAAAA;
	column-gap: 4em;
	-moz-column-gap: 4em;
	-webkit-column-gap: 4em;}

.multicolumn h2 {
	-moz-keep-with-next: always;
}
*/

/*lawn springtime
#ft {
background-attachment:fixed;
background-image:url(img/test/grass.png);
background-position:center bottom;
background-repeat:repeat;
bottom:0;
clear:both;
font-weight: bold;
font-size:110%;
color: #9f0;
padding:2em 2em 0;
position:fixed;
text-align:center;
width:2322px;
z-index:10;
margin: 0 0 0 -774px;
}*/

/*
.phone:before {
	content: "\2706";
	font-size:120%;
}
.fax:before {
	content: "\2139";
	color:red;
	font-size:210%;

}
.fax:after {
	content: "\2005\F803\F8FF\FE6B\FC36\FDFA\1D316";
	color:red;
	font-size:180%;
font-weight: normal;

}
*/

/*
p *:not(cite) {
	color: red;
}


#maincol:after {
	content: "\00A9";
	font-family: Verdana,"Lucida Grande",Lucida,Helvetica,Arial,sans-serif;
	 altered
	font-size: 250%;
	color: red;
}
#article-text h2:before {
    content: "Chapter " counter(chapter) ". ";
    counter-increment: chapter;   Add 1 to chapter
    counter-reset: section;       Set section to 0
}
#article-text h3:before {
    content: counter(chapter) "." counter(section) " ";
    counter-increment: section;
}
*/
/*Test 2010_11_12
*:focus {color: red;}*/

/* =Start Microformats
----------------------------------------------- */
.job.title:before 
{
	content: ", ";
}
p.vcard>.job.title { 
display: none;
}
/* =End Microformats
----------------------------------------------- */


/* =Start Test CSS Counters for doaks_online_publications_template.html, 2011/10/26
----------------------------------------------- */
.publications #article-text .publication ul li {
	border-top: 0 solid transparent;
	font-size: 100%;
}

.publication>ul>li>ul {
	list-style-position: outside;
	background-color: #F3F3F3;
	padding: .05em .5em;
}

.publication li {
	list-style-type: none;
}

.publication {counter-reset:section;}
.publication>.section {counter-reset: chapter;}

.publication.consecutive.chapter>.section {counter-reset: none;}
.publication.consecutive.chapter {counter-reset:section chapter;} /*reset both is valid*/

.publication>h4.section:before, .publication .section>h4:before {
	content: counter(section, upper-latin) ". ";
	counter-increment:section;
	color: #777;
}

.publications #article-text .publication .section>ul>li {
	margin-left: 1em;
}

.publications #article-text .publication .section>ul>li>ul>li {
	margin-left: 1.5em;
}

.publication .chapter>a:before {
	content: counter(chapter, decimal) ". ";
	counter-increment:chapter;
	color: #777;
	font-weight: bold;

}
/* =End Test CSS Counters for doaks_online_publications/info_isbn_9780884022480.html, 2011/10/26
----------------------------------------------- */


