
/* BASICS */

body, div, p {
	color: #333333;
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

body {
	padding: 65px 0 0 110px;
}

p {
	margin-bottom: 18px;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	color: #666666;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 18px 0;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #00A4E8;
}

div#content p.bodytext a {
	color: #00A4E8;
}

div#content p.bodytext a:hover {
	color: #333333;
}

div#marginal p.bodytext a {
	color: #333333;
}

div#marginal p.bodytext a:hover {
	color: #00A4E8;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

.current {
	color: #00A4E8;
}

.text_author {
	margin-bottom: 18px;
}

.text_source {
	padding-top: 18px;
	font-style: italic;
}

.subheader {
	font-size: 11px;
	padding-left: 4px;
}

/* YouTube */

object {
	margin-bottom: 25px;
}

object#player {
	margin-bottom: 0px;
}


/* LAYOUT */

div#head {
	margin-bottom: 55px;
}

div#navigation {
	width: 180px;
	float: left;
	color: #00A4E8;
}

div#navigation a.current {
	// color: #00A4E8;
}

div#navigation ul.level1 li.current {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

div#navigation ul.level2 li.current {
	margin-top: 0;
	margin-bottom: 0;
}

div#navigation ul.level1 {
}

div#navigation ul.level2 {
	font-size: 9px;
	margin-left: 9px;
}

div#content {
	margin-left: 190px;
}

div#main {
	float: left;
	width: 465px;
	margin-bottom: 20px;
}

div#marginal {
	margin-top: -4px;
	margin-left: 505px;
	width: 230px;
}
div#marginal p.bodytext {
	font-size: 9px;
}

/* INTERNATIONAL TEXT */

div.text_int div#text_selector {
	float: left;
	font-size: 9px;
	margin-right: 0.4em;
}


/* GALLERY */

li.gallery_thumbs_vertical {
	clear: left;
}

li.gallery_thumbs_horizontal {
	float: left;
}

li.gallery_thumbs_horizontal a img {
	border:hidden;
}
 
div.gallery_thumbs_container {
 	
}
div.gallery_thumbs_page {
	position: relative;
	top: 0;
	left: 0;
	display: none;
}
div#gallery_pager {
	font-size: 9px;
	clear: left;
	padding: 5px 0px 30px 0px;
}
div.gallery_media_container {
	
}
div.gallery_media {
	position: relative;
	top: 0;
	left: 0;
	display: none;
}

p.gallery_media_caption {
	font-size: 9px;
	padding: 8px 0px 30px 0px;
}

/* SEARCH */

div.tx-indexedsearch-searchbox {
	margin-bottom: 18px;
}

input.tx-indexedsearch-searchbox-sword {
	border: 1px solid #333333;
	padding: 2px;
	font-size: 11px;
	width: 250px;
	float: left;
	margin-right: 10px;
}

tx-indexedsearch-searchbox-button {
}

div.tx-indexedsearch-res {
	margin-top: 18px;
}

/* etc */

div.csc-textpic-imagewrap {
	margin-bottom: 10px;
}

dd.csc-textpic-caption {
	font-size: 9px;
	padding-top: 8px;
	margin-bottom: 8px;
}

/* CAMLOG */

div.camlog {
	margin-bottom: 16px;
}

div.camlog table {
	vertical-align: bottom;
	border-width: 0px;
	border-spacing: 0px
}

div.camlog table td.image {
	padding: 0px 10px 5px 0px;
}

div.camlog table td.caption {
	vertical-align: bottom;
	font-size: 9px;
}

