@charset "utf-8";

/*

	Reset default CSS 

*/

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,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus { outline: 0; }

html, body {
	height:100%;
	width:100%;
}

body {
	line-height: 1;
	color: #222;
	background:#D7D3B8;
}

/* 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: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q {
	padding:0 40px;
	quotes: "" "";
}

/*
	
	General Typography

*/

a {
	color:#7e1921;
	text-decoration:underline;
}

strong,th,thead td,dt {
	font-weight:bold;
}

/* Content */

#content h1 {
	color:#222;
	font-family:times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	letter-spacing:-1px;
	line-height:1;
	margin:0 0 .535em;
}

#content #pagetitle {
	background:#CAC9B5;
	border-left:1px solid #f4f5ef;
	color:#222;
	font-family:times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	letter-spacing:-1px;
	line-height:43px;
	margin:0 0 .535em;
	padding:0 0 0 40px;
}

#content h2 {
	font-family:times, Times New Roman, times-roman, georgia, serif;
	font-size:24px;
	line-height:1;
	letter-spacing:-1px;
	margin:0 0 .535em;
}

#content .left h2 {
	background:#CAC9B5;
	color:#222;
	font-family:times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	letter-spacing:-1px;
	line-height:43px;
	margin:0 0 .535em -40px;
	padding:0 40px;
	width:100%;
}

#content h3 {
	font-family:times, Times New Roman, times-roman, georgia, serif;
	font-size:22px;
	line-height:1;
	margin:0 0 .535em;
}

#content h3 a {
	font-family:times, Times New Roman, times-roman, georgia, serif;
}
#content .left h3 {
	font-size:18px;
}

	#content .left h3 a {
		color:#222;
	}

#content h4 {
	font-size:1.3em;
	line-height:1;
	margin:0 0 .615em;
}

#content h5 {
	font-size:1.2em;
	line-height:1;
	margin:0 0 .67em;
}

#content h6 {
	font-size:1em;
	line-height:1;
	margin:0 0 .8em;
}

#content hr {
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}

#content ul {
	list-style:disc outside;
}

#content ol {
	list-style:decimal outside;
}

#content hr, #content p, #content ul, #content ol, #content dl, #content pre, #content address, #content table, #content form {
	font-size:14px;
	line-height:1.2;
	margin-bottom:1.6em;
}

#content p+p {
	margin-top:-.8em;
}


/*

	Global classes

*/

br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

span.toolbarSpacer {
	color:#ccc;
	line-height:14px;
	padding:0 10px; 
}

div.thinline {
	border-bottom:1px solid #f4f5ef;
	border-top:1px solid #f4f5ef;
	background:#640416;
	height:1px;
}

div.thickline {
	border-bottom:1px solid #f4f5ef;
	border-top:1px solid #f4f5ef;
	background:#640416;
	height:9px;
}

/*

	Container

*/

#outer_container {
	border-left:1px solid #e3e3c9;
	border-right:1px solid #e3e3c9;
	margin:0 auto;
	width:956px;
}

#inner_container {
	border-left:1px solid #aa9381;
	border-right:1px solid #aa9381;
}

/*

	Header

*/

#header {
	background:#eaebdb;
	border-bottom:4px solid #f4f5ef;
	height:96px;
}

/*

	Logo
	
*/

#logo {
	float:left;
	padding:18px 40px;
	width:550px;
}

/*

	Search

*/

#search {
	background:#e0e1d1;
	float:right;
	height:96px;
	width:280px;
}

/*

	Subheader

*/

#subheader {
	border-top:5px solid #640416;
}

/*

	Navigation

*/

#nav {
	background:#46020d url(../image/nav_bg.jpg) no-repeat center top;
	float:left;
	height:210px;
	list-style-type:none;
	margin:0;
	padding:5px 0;
	width:280px;
}

	#nav li a {
		background:transparent url(../image/nav_bullet.png) no-repeat 50px center;
		color:#e9e7d8;
		display:block;
		font-family:"Times New Roman", Times, serif;
		font-size:22px;
		font-weight:normal;
		margin:10px 0 0 0;
		padding:0 0 0 80px;
		text-decoration:none;
		text-shadow: #000 3px 3px 5px;
	}
	
		#nav li a.act {
			background-position:70px center;
			padding:0 0 0 100px;
		}

/*

	Splash

*/

#splash {
	border-left:1px solid #f4f5ef;
	float:right;
	height:220px;
	width:673px;
}

/*

	Content

*/

#content {
	background:#e9e7d8 url(../image/content_bg.png) repeat-y 280px top;
	min-height:0;
	padding:0 0 20px 0;
}

	#content .left {
		float:left;
		margin:0 40px;
		width:200px;
	}
	
	#content .right {
		float:right;
	}
	
	#content .right .content {
		margin:0 40px;
		width:594px;
	}

/*

	Footer

*/

#footer {
	background:#cac9b5;
	padding:20px;
}

	#footer .copyright {
		color:#444;
		font-size:12px;
		line-height:1.3;
	}

/*

	tt_news

*/

.news-latest-container .news-latest-date {
	background:#640416;
	color:#e9e7d8;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:0 0 .57em;
	padding:3px 0;
	text-align:center;
	width:100px;
}

.news-latest-container .headline {
	font-size:14px;
}

.news-latest-container .news-latest-morelink a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.news-list-container .news-list-date {
	display:block;
	font-size:11px;
	margin:0 0 2em
}

.news-list-container .news-list-morelink a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.news-list-container .browseLinksWrap a,
.news-list-container .browseLinksWrap .activeLinkWrap {
	display:block;
	float:left;
	margin-right:5px;
	padding:2px 6px;
}

.news-list-container .browseLinksWrap .activeLinkWrap {
	font-weight:bold;
}

.news-list-container .browseLinksWrap a {
	background-color:#640416;
	color:#E9E7D8;
	text-decoration:none;
}

#content #newstitle {
	background:#CAC9B5;
	border-left:1px solid #f4f5ef;
	color:#222;
	font-family:times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	letter-spacing:-1px;
	line-height:43px;
	margin:0 0 .535em -40px;
	padding:0 39px 0 40px;
	width:100%;
}

.news-single-item .news-single-date {
	font-size:14px;
}

.news-single-item .news-single-backlink a {
	font-size:14px;
}

.news-amenu-container ul {
	padding:0;
}

	.news-amenu-container li {
		margin:1px 0 1px 30px;
	}

	.news-amenu-container .news-amenu-item-year {
		font-weight:bold;
		list-style-type:none;
		margin:0;
	}

/*

	macina_searchbox

*/

.tx-macinasearchbox-pi1 {
	margin:24px 0 0 30px;
}

	.tx-macinasearchbox-pi1 label {
		color:#4f472e;
		display:block;
		font-size:12px;
		font-weight:bold;
		margin:0 0 -10px;
	}
	
	.tx-macinasearchbox-pi1 #tx_indexedsearch_sword {
		border:1px solid #4f472e;
		color:#4f472e;
		margin:0 10px 0 0;
	}

/*** indexed_search ***/
div.tx-indexedsearch-form, div.tx-indexedsearch-search-for, div.tx-indexedsearch-search-select-order, 
div.tx-indexedsearch-search-select-results {
	margin-bottom:18px;
}

#tx-indexedsearch-searchbox-sword {
	width:170px;
}

#tx-indexedsearch-searchbox-button-submit {
	height:30px;
	margin:0 0 18px 0;
	padding:0;
}

div.tx-indexedsearch-res h3 {
	margin-top:30px;
}

div.tx-indexedsearch-browsebox ul li {
	background:none !important;
}

/*** indexed_search ***/
strong.tx-indexedsearch-redMarkup {
	color:#640416 !important;
}