/* General CSS - for all browsers  */
body {
	margin: 0;
	padding: 0;
	
	background: #613a46 url(img/header_bg.png) 0 0 repeat-x;
	color: #b2a6aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img { border: 0; }
p {
	margin: 0 0 1em 0;
	padding: 0;
}
a {
	color: #c97891;
}
a.literature {
	border: none!important;
	font-size: 0.8em;
	font-style: italic;
}

#content a {
	text-decoration: none;
	border-bottom: 1px dotted #c97891;
}
#content a:hover {
	border: none;
	background: #362127;
}
b, strong, em {
	font-style: normal;
	font-weight: normal;
	background: #362127;
	color: #c97891;
}

#beyond {
	width: 100%;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 0; /* fix header decor to top, prevent shift with margins, text */
	background: url(img/header_decor.png) top center no-repeat;
}
#header,
#main,
#footer { 
	width: 770px;
	margin: 0 auto 0 auto;
}
#header {
	position: relative;
	height: 235px;
}
#main {
	overflow: hidden; /* wrap fix */
	margin-bottom: 30px;
}
#footer {
	clear: both; /* move footer below #main */
	background: url(img/footer_decor.png) 193px 0 no-repeat;
	text-align: right;
	margin-bottom: 30px;
}
#footer p { 
	padding: 20px 50px 0 0;
	font-size: 0.8em;
	color: #362127;
}
#footer a { color: #362127; }
#footer a:hover { color: #c97891; }

h1#logo { margin: 0; /* prevent header shift */  }
h1#logo a {
	display: block;
	position: absolute;
	top: 37px;
	left: 19px;
	z-index: 2; /* float above tagline */
	width: 178px;
	height: 82px;
	background: url(img/logo.png) 0 0 no-repeat;
}
#tagline {
	position: absolute;
	top: 105px;
	left: 35px;
	font-size: 0.8em;
	color: #999;
}
#tagline_eng {
	position: absolute;
	top: 105px;
	left: 20px;
	font-size: 0.8em;
	color: #999;
}
ul#nav_spec {
	display: inline;
	position: absolute;
	top: 10px;
	right: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}
#nav_spec li { 
	float: left;
	margin: 0 0 0 0.5em;
}
#nav_spec,
#nav_spec a { 
	color: #808080;
	text-decoration: none;
}
#nav_spec a:hover { text-decoration: underline; }
#nav_1 { position: absolute; }

ul#nav_1 {
	position: absolute;
	top: 97px;
	left: 215px;
	width: 468px;
	height: 128px;
	margin: 0;
	padding: 0;
}
#nav_1 li {
	display: block;
	float: left;
	width: 87px; /* + padding */
	height: 113px; /* +  padding */
	padding: 15px 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	overflow: hidden; /* prevent text from stretching li */
}
#nav_1 li,
#nav_1 li a {
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
#nav_1 li a:hover span { text-decoration: none; color: #999;  } /* color hightlight does not work in ie6, see ie_ut6.css */
#nav_1 li span { /* description */
	display: block;
	font-size: x-small;
	line-height: 1.1em;
	font-weight: normal;
	padding: 2px 0 0 0;
	color: #783f50;
}

#nav_1 li.selected { 
	background: url(img/selected.png) 0 0 no-repeat;
	color: #fff;
}
#nav_1 li.selected span { 
	color: #a8b2b1;
}

#side { 
	float: left;
	width: 175px;
	margin: 0 0 0 -663px;  /* see ie_ut6.css */
}
ul#nav_2 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
	font-weight: bold;
}
#nav_2,
#nav_2 a {
	color: #000;
	text-decoration: none;
}
#nav_2 a:hover { text-decoration: underline; }
#nav_2 li { padding: 0 0 0 25px; }
#nav_2 li.selected {
	background: url(img/bullet.png) 2px 1px no-repeat;
}
#side h3 { /* side menu titles */
	margin: 0 20px 0 20px;
	padding: 0;
	font-size: 2.2em;
	line-height: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
	color: #7c5b6d;
}

ul#nav_events {
	margin: 12px 0 23px 0;
	padding: 0;
	list-style: none;
}
#nav_events li { /* event "buttons" */
	margin: 0 15px 12px 15px;
	background: #52323c url(img/event_top_bg.png) 0 0 no-repeat;
}
#nav_events li a {
	display: block;
	width: 115px; /* + padding */
	padding: 12px 15px 18px 15px;
	text-decoration: none;
	font-weight: bold;
	background: url(img/event_bottom_bg.png) bottom left no-repeat;
	color: #000;
}
#nav_events li a span { /* rows */
	display: block;
	clear: both;
	margin: 0.3em 0 0 0;
	font-weight: normal;
	color: #a58392;
}
#nav_events li a:hover span {
	text-decoration: underline;
}

div#calendar {
	width: 145px;
	height: 170px; /* + padding */
	margin: 12px 15px 0 15px;
	padding: 5px 0 0 0;
	background: url(img/calendar.png) 0 0 no-repeat;
}

#calendar h4 {
	margin: 5px 5px 8px 6px;
	padding: 0;
	font-size: 1em;
}
#calendar h4,
#calendar h4 a { color: #000; text-decoration: none; }
#calendar h4 a:hover { text-decoration: underline; }

#calendar table {
	width: 135px;
	font-size: 0.7em;
	text-align: center;
	line-height: 15px;
	padding: 0; 
	margin: 0 0 0 6px;
	border-collapse: collapse;
	table-layout: fixed;
}
#calendar tbody tr {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#calendar tbody td {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 1px; /* see ie_ut6.css & ie_7.css */
	padding: 0;
	border: none;
	color: #000;
	background: #613a46;
}
#calendar tbody td.today { background: none; }
#calendar tbody th { /* day labels */
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 1px;
	padding: 0;
	border: none;
	color: #7c5b6d;
	font-weight: bold;
	text-transform: lowercase;
}
#calendar tbody a {
	color: #7c5b6d;
	font-weight: bold;
	text-decoration: none;
}
#calendar tbody a:hover { text-decoration: underline; }


#content {
	float: left;
	width: 468px;
	margin: 0 0 0 215px;  /* see ie_ut6.css */
}
#content h2 {
	margin: 0;
	padding: 22px 0 0 18px; /* align text to decoration */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5em;
	line-height: 0.8em;
	font-weight: normal;
	color: #000;
	background: url(img/decor.png) 0 0 no-repeat;
	text-transform: capitalize; /* needed for long-title shortening */
}

ul#nav_3 {
	display: block;
	float: left; /* wrap fix */
	width: 100%;
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 2em;
	font-weight: bold;
	text-transform: lowercase;
	color: #000;
}
#nav_3 li {
	float: left; 
	text-align: center;
	margin: 0 10px 0 20px;
	padding: 0 0 0 25px;
}
#nav_3 li.selected { background: url(img/bullet.png) 0 9px no-repeat; }
#nav_3 li a {
	border: none!important;
	background: none!important;
	color: #7c5b6d;
}
#nav_3 .selected a { color: #000; }
#nav_3 li a:hover { color: #000; }
#nav_3 .selected a:hover { color: #000; text-decoration: underline; }
.post {
	margin: 1em 0 0 0;
	float: left; /* wrap fix */
	width: 100%; /* fill whole row  */
}
#page_texts .post { padding: 0 0 20px 0; /* space between posts without heading */ }
#page_texts #content h2 { padding-bottom: 50px; }
.post h3 {
	margin: 20px 0 0.3em 0;
	padding: 0.2em 0 0.2em 0;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
}
#page_texts .post h3 { 	margin: 0 0 0.3em 0; }
.first { margin-top: 30px; }
.post .date {
	display: block;
	padding: 0;
	margin: 0 20px 0 0; /* see ie_ut6.css */
	float: left;
	width: 35px;
	font-size: 1.3em;
	color: #eb8daa;
}
#page_events .post { position: relative; } /* date formatting for event, news pages */
#page_events .post h3 { margin: 20px 0 0.3em 55px; } /* see ie_ut6.css */
#page_events .post .date { /* date formatting for event, news pages, see ie_ut6.css */
	position: absolute;
	top: 35px;
	left: 0;
	font-size: x-small;
	text-align: center;
	color: #c97891;
}
#page_photography .date { text-align: center; }
#page_events .post .date span {
	display: block;
}

.post .post_body {
	display: block;
	float: left;
	width: 413px; /* default width */
}
#page_texts .post .post_body {
	width: 468px; /* default width on "text" pages */
}
.layout_a .post_body,
.layout_b .post_body {
	margin: 0 20px 0 0; 
	width: 263px; 
}
#page_texts .layout_a .post_body,
#page_texts .layout_b .post_body { /* wider body on "text" pages */
	width: 318px; /* see ie_ut6.css */
}
#page_events .post .post_body {
	margin-left: 55px; /* compensate for ~missing ".date" width in news, events, see ie_ut6.css */
}
.layout_b .post_body {
	margin: 0 0 0 150px; /* see ie_ut6.css  */
}
#page_events .layout_b .post_body {
	margin-left: 205px; /* compensate for ~missing ".date" width in news, events, see ie_ut6.css  */
}

.post .post_side {
	float: left;
	width: 130px;
	text-align: center;
}
.layout_b .post_side { 
	margin: 0 0 0 -413px; /* see ie_ut6.css */
}
#page_texts .layout_b .post_side { /* compensate for wider post bodies on "text" pages */
	margin: 0 0 0 -468px;
}

.post .post_side span { /* comments */
	display: block; /* new row */
	clear: both;
	font-size: 0.8em;
	margin: 0.5em 0 2em 0;
	
	text-align: left;
}
.post .post_side a {
	text-decoration: none;
	border: none!important;
	background: none!important;
}
.post .post_side a:hover { text-decoration: underline!important; }

.catalog {
	float: left; /* see ie_ut6.css */
	width: 100%;
	margin: 30px 0 0 0;
}
.catalog .post_body {
	width: 100%;
	text-align: center;
}
.catalog .post_side {
	width: 100%;
	text-align: left;
}
.catalog .post_side p {
	margin: 0 40px 1em 40px;
}
.catalog .post_side h3 {
	margin: 2em 40px 0.1em 40px;
}
.catalog .post_side h4 {
	margin: 2em 0 0.1em 40px;
	color: #c97891;
}
.catalog h4 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	color: #c97891;
}
.catalog .post_side ul {
	color: #c97891;
	margin: 0.5em 0 0 0;
	padding: 0;
	font-size: 0.8em;
} 
.catalog .post_side ul li {
	margin: 0 40px 0.5em 40px;
}
.catalog .post_side ul a {
	text-decoration: none!important;
	border: none!important;
}
ul.literature {
	margin: 50px 0 0 0;
	padding:0;
}
.catalog ul.literature {
	margin: 10px 0 1.5em 0;
}
ul.literature li {
	padding: 0;
	margin: 0 0 0.5em 20px;
}

ul.nav_pages,
ul.nav_date {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_pages li,
.nav_date li {
	float: left;
	margin: 0 0.3em 0 0;
	color: #eb8daa;
	line-height: 1.5em;
}
.nav_pages li a,
.nav_date li a {
	color: #000;
	border: none!important;
	background: none!important;
}
.nav_date li a { color: #eb8daa; border-bottom: 1px dotted #c97891!important; } /* links on dates always highlighted */
.nav_date li a:hover { background: #362127!important; }
.nav_pages li a:hover,
.nav_date li a:hover {
	color: #eb8daa;
}
.nav_pages li.prev,
.nav_pages li.next,
.nav_date li.prev,
.nav_date li.next {
	width: 10px;
	line-height: 1.5em;
}
.nav_pages li.prev a,
.nav_pages li.next a,
.nav_date li.prev a,
.nav_date li.next a {
	display: block; 
	height: 14px; /* stretch link around icon */
	border: none!important;
	background: none!important;
}
.nav_pages li.prev,
.nav_date li.prev { background: url(img/prev_ico.png) left 5px no-repeat; }
.nav_pages li.next,
.nav_date li.next { background: url(img/next_ico.png) right 5px no-repeat; }

.organizer ul,
#page_list #content ul {
	list-style: none;
 	margin: 0 0 1em 0;
	padding: 0;
}
#page_list #content ul {
	margin: 50px 0 1em 20px;
}
.organizer ul li a,
#page_list #content ul li a {
	border: none!important;
	background: none!important;
}
.organizer ul li a:hover,
#page_list #content ul li a:hover {
	text-decoration: underline!important;	
}

ul#gallery,
#gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#gallery {
	float: left; /* see ut_ie6.css  */
	margin: 40px 0 0 0; /* see ut_ie6.css & ie7.css */
}
#gallery a {
	background: none!important;
	border: none!important;
}
#gallery ul {
	clear: both; /* new row */
	display: block;
	float: left; /* wrap fix */
	width: 100%; /* helps IE6 & 7, doesn't hurt others */
	margin: 0 0 20px 0;
}
#gallery ul li {
	float: left;
	width: 156px;
	text-align: center;
}
#gallery ul li img {
	margin-bottom: 4px; 
}

#photo #content,
#photo .post {
	float: left;
	width: 770px;
	margin: 0 0 0 0; 
}
#photo .post { 
	position: relative;
	margin: 50px 0 0 0;
	text-align: center;
}
#photo .post .breadcrumbs {
	position: absolute;
	top: -30px;
	left: 20px;
}
#photo .post .nav_pics { margin: 10px 0 0 0; }
#photo .post .nav_pics .prev { margin: 0 50px 0 0; }
#photo #footer { background: url(img/footer_decor2.png) 0 0 no-repeat; }

.notxt { display: none !important; }
.who {
	display: block;
	margin: 1em 0 0 0;
	text-align: right;
	font-weight: bold;
	color: #000;
}
.center { text-align: center; }
#gmlogo { width: 130px; margin: 2em auto 0 auto; }
