/*#############################################################
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: #009;
}

a:hover {
	color: #09C;
}

body {
	color: #006;
	margin: 3% 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	background-image: url(http://www.paxmercurius.com/img/Background_image.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.hidden {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	left: -10000px;
	top: auto;
}


p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {
	list-style-image: url(http://www.paxmercurius.com/img/li.gif);
	list-style-type: disc;
	list-style-position: outside;
}
.main li {
	list-style-image: url(li.gif);
}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	color: #666;
	display: block;
	font-size: 11px;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {
	color: #009;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {
	padding: 18px 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.meta {
	font-size: 0.8em;
	color: #006;
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #102f89;
	background-image: url(http://www.paxmercurius.com/img/bgcontainer.gif);
	background-repeat: repeat-y;
}

/* header */
.header {
	float: left;
	width: 639px;
	line-height: 150px;
	text-align: justify;
	background-image: url(http://www.paxmercurius.com/img/header.jpg);
	background-repeat: no-repeat;
	color: #A4C4F7;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	height: auto;
	letter-spacing: 0em;
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
}
.main_right {
	float: right;
	width: 200px;
	color: #006;
	border-left-width: thin;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

/* sub-navigation */
.subnav h1 {
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
	background-color: #102f89;
}
.subnav li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li a {
	color: #FFF;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
	background-color: #92aae9;
}
.subnav li a:hover {
	background: #102f89;
	color: #FFF;
}

/* footer */
.footer {
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	background-image: url(http://www.paxmercurius.com/img/bgfooter.gif);
	background-repeat: repeat-x;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}
.container .main_right .padded left p {
	color: #006;
}
