/* -----------------------------------
skiplink
----------------------------------- */

.skipLink a
{
	position: absolute;
	left: -1000px;
	z-index: 2;
	margin: 0;
	padding: .5em;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
}

.skipLink a:active,.skipLink a:focus,.skipLink a:hover
{
	display: inline;
	top: 0;
	left: 0;
	color: #fff;
	background: #000;
}

/* -----------------------------------
pagetype
----------------------------------- */

#type
{
	display: block;
	margin: 0 0 .3em;
	text-transform: uppercase;
}

/* -----------------------------------
general
----------------------------------- */

.module { margin: 0 0 2em; }
.prepared { font-size: 87.5%; }

.sources
{
	margin: 2em 0;
	padding: 1em;
	background: #eee;
}

.prepared .prepared
{
	font-size: 100%;
	text-transform: uppercase;
}

/* -----------------------------------
.document
----------------------------------- */

.summary
{
	font-style: italic;
	padding-bottom: 1.5em;
}

.document { padding-bottom: 1.5em; }

.document .title
{
	margin: 0 0 .3em;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.document .thumb { float: right; }
.inline div { display: inline; }

.document .meta
{
	color: #444;
	font-size: small;
	font-style: italic;
	padding-bottom: 5px;
}

.document .url a
{
	color: green;
	font-size: small;
	text-decoration: none;
}

/* -----------------------------------
details
----------------------------------- */

a.details
{
	display: block;
	margin: .2em 0 .5em;
}

a.more, a.details, .more-link a
{
	padding: 0 0 0 15px;
	background: url(../img/icon-more.png) no-repeat 0 .2em;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* -----------------------------------
entity-image
----------------------------------- */

.entity-image
{
	display: block;
	margin: 0 0 1em;
	font-size: 81.25%;
}

.entity-image p
{
	margin: 0;
	padding: .3em 0 0;
	line-height: 1.2;
}

.entity-image ul
{
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.entity-image ul li
{
	margin: 0;
	padding: 0;
	background-image: none;
}

@media (min-width: 800px)
{
	.entity-image
	{
		float: right;
		width: 180px;
		margin: 0 0 0 1.5em;
	}
}

/* -----------------------------------
entry-digital-item
----------------------------------- */

.entry-digital-item
{
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.entry-digital-item .img
{
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

@media (min-width: 800px)
{
	.entry-digital-item .img
	{
		float: left;
		width: 120px !important;
		margin: 0 15px 0 0;
	}
}

/* -----------------------------------
browse
----------------------------------- */

#browse-additional .browse-options
{
	padding: 10px;
	margin-bottom: 10px;
	background: #eee;
	float: left;
	width: 830px;
	border-bottom: 2px solid #fff;
}

#browse-additional .browse-options p
{
	float: left;
	width: 800px;
	margin: 0;
	font-weight: bold;
	color: #334E57;
}

#browse-additional .browse-options p.browse-label, #browse-additional .browse-options p.functionlist
{
	float: left;
	width: 220px;
	margin: 0;
	font-weight: bold;
	color: #334E57;
}

#browse-additional .browse-options ul
{
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
}

#browse-additional .browse-options ul li
{
	margin: 0 3px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	background: none;
}

#browse-additional .browse-options ul li a
{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#browse-additional .functionlist p
{
	position: absolute;
	left: -500em;
}

#browse-additional .browse-exhibitions img { border: 1px solid #b7bfc2; }

/* -----------------------------------
lists
----------------------------------- */

.list-inline,
.list-nb,
.list-bullet,
.list-dots,
.relatedentitylist,
.resource,
.nav-secondary,
.alphabet-list,
.pager ul
{
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.relatedentitylist,
.resource,
.alphabet-list,
.pager ul { margin: 0 0 1em; }
.nav-secondary li { margin: 0 0 .7em; }

.list-bullet li,
.relatedentitylist li,
.resource li
{
	margin: 0 0 .3em;
	padding: 0 0 0 35px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 15px .35em;
}

.list-dots li
{
	margin: 0;
	padding: .5em 0 .5em 15px;
	border-bottom: 1px dotted #999;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .9em;
}

.list-inline li
{
	float: left;
	margin: 0 1em 0 0;
}

.alphabet-list li,
.pager li
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

.alphabet-list a,
.pager a
{
	float: left;
	margin: 0 5px 5px 0;
	padding: 1px 4px;
	background: #fff;
	border: 1px solid #bbb;
	text-decoration: none;
}

/* -----------------------------------
definition lists
----------------------------------- */

.dl,
.entityevent,
.content-summary,
.dl-entity
{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.dl dt,
.entityevent dt,
.content-summary dt,
.dl-entity dt
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.dl dd,
.entityevent dd,
.content-summary dd,
.dl-entity dd
{
	overflow: hidden;
	margin: 0 0 .5em;
}

.dl ul,
.entityevent ul,
.content-summary ul,
.dl-entity ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 800px)
{
	.entry-digital-item dl
	{
		margin: 0 0 0 140px;
		padding: 0;
	}
	
	.entry-digital-item dt
	{
		float: left;
		width: 8em;
		font-weight: normal;
		font-family: arial;
		font-size: 100%;
		margin: 0;
		padding: 0;
	}
	
	.entry-digital-item dd
	{
		margin: 0;
		padding: 0;
		background: none;
		overflow: hidden;
	}
	
	.entry-digital-item p { margin: .2em 0 1em 140px; }
	
	.dl dt,
			.entityevent dt,
			.content-summary dt
	{
		float: left;
		clear: left;
		width: 30%;
		margin: 0 15px 0 0;
		padding: 0;
		text-align: right;
	}
	
	.dl-entity dt
	{
		float: left;
		clear: left;
		width: 80px;
		margin: 0 20px 0 0;
		text-align: right;
	}
}

/* -----------------------------------
tint-box
----------------------------------- */

.tint-box
{
	background: #DAF0F4;
	padding: 25px;
}

/* -----------------------------------
button
----------------------------------- */

.btn
{
	display: inline-block;
	margin: 0;
	padding: .5em 1em;
	border: 0;
	border-radius: 3px;
	color: #fff;
	background-color: #364E9B;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.btn:focus
{
	color: #fff;
	background-color: #000;
}

.btn:hover
{
	color: #000;
	background-color: #63B342;
}

.btn:active
{
	color: #fff;
	background-color: #A71E22;
}
