/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
    color: #781617;
    text-decoration: none;
}

a:hover {color: #9A6;}

body {
	background: #333 url(img/bg.gif);
	color: #333;
	font: normal 62.5% Palatino, "Book Antiqua",serif;
	margin: 3% 0;
}

ul {
    margin-left: 2.5em;
    padding: 3px;
	padding-bottom: 1em;
}

li {
    list-style: none;
}
.main li {
    list-style-image: url(img/li.gif);
    padding: 4px 0 4px 0px;
}

dl,dd {
    margin-left: 1.2em;
    padding: 3px;
}

dd {
    margin-bottom: 1em;
}

dt {
    font-weight: bold;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.2em;
}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #781617;}

/* misc */
.clearer {clear: both;}
.main_right p {margin-bottom: 1em;}
.main .padded {padding: 18px 24px;}
.meta {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 1em;
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
}

/* header */
.header {
	float: center;
	width: 840px;
	background: url(img/titelleiste.jpg) no-repeat;
	font: normal 2.4em Palatino, "Book Antiqua",serif;
	line-height: 156px;
	text-align: center;	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Palatino, "Book Antiqua",serif;
	height: 15px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
   	font: normal 1.1em Palatino, "Book Antiqua",serif;
}

/* right column part */
.main_right {
	float: right;
	font: normal 1.1em Palatino, "Book Antiqua",serif;
	width: 200px;
	color: #CCC;
}

.main_right .padded {padding: 97px 2px 6px 16px;}
.main_right .padded p {padding: 0px 0px 8px 0px;}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #781617;
	font: bold 1.3em Palatino, "Book Antiqua",serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
	font: 1.2em Palatino, "Book Antiqua",serif;
}
.subnav li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

/*********************************************************/
/* cards with descriptions                               */
/* used by: collection, collection list, back/forward    */

.kipicoll li {
	margin: 24px;
	float: left;
	list-style: none;
	overflow: hidden;
	
	/* when not hovered, bottom border of the li is shown */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #444;

}

.kipicoll li:hover {
	/* allow the overflow to overlap other cards */
	position: relative;	
	overflow: visible;
}

.kipicoll li a {

	background-color: #000;

	display: block;
	padding: 9px;
	
	text-align: center;
	font-size: 10px;
	margin: 0px;

	border-style: solid;
	border-width: 1px;
	border-color: #444;
}

.kipicoll li a:hover {
	border-color: #fff;
}

