/*
Design: GraphicsWerx | Feb 24, 2009
For more information, see http://graphicswerx.com/
*/


/* main */

* {
	margin: 0;
	padding: 0;
}


html {
	min-height: 100%;
}

body {
	background: #550000 url('images/body.jpg') no-repeat center top;
	color: #000;
	font: normal 68% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	padding-top: 64px;
}

a {
	text-decoration:underline;
	color: #660000;
}

a:hover {
	text-decoration:none;
	color: #ae0505;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.8em Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
}

h2 {
	font: bold 1.5em Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
}

h3 {
	font: bold 1.2em Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
}

h1,h2,h3 {
	padding-top: 6px; 
	color: #550000; 
	margin-bottom: 4px;
}

form,input {
	margin: 0; 
	padding: 0;
	display: inline;
}

code {
	background: #fffef1;
	border: 1px solid #EEE;
	border-left: 6px solid #550000;
	color: #444;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


/*  layout */

.wrapper {
	background: url('images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

.inner-wrap {
	background: #fffef1 url('images/main_bg.gif') repeat-y;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

/* header */

.header {
	background: #a98b4d url('images/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}

/* horizontal menu */

.menu {
	background: #550000;
	color: #FFF;
	font: normal 1.1em Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	padding: 8px 12px;
}

.menu a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
	text-decoration:underline;
}

/* content area */

.content-wrap {
	padding: 8px 12px 0 0;
}

.content {
	float: right;
	width: 538px;
}

.content img {
	padding:5px 5px;
}

.content .descr {
	color: #664;
	font-size: 1em;
	margin-bottom: 6px;
}

.content li {
	list-style: url('images/li.gif');
	margin-left: 18px;
}

.content p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}


/* sidebar */

.sidebar {
	float: left;
	width: 210px;
}

.sidebar h2 {
	color: #550000;
	font: bold 1.3em Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidebar ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidebar li {
	border-bottom: 1px solid #EAEADA;
}

.sidebar li a {
	font-size: 1em;
	color: #5A5A43;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidebar li a:hover {
	color: #ae0505;
	text-decoration:underline;	
}

/* footer */

.footer {
	background: #550000;
	color: #FFF;
	font: bold 0.9em Palatino, "Palatino Linotype", "Book Antiqua", Baskerville, BaskervilleBE, BaskervilleOldFace, Garamond, "Times New Roman", serif;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #5A5A43;
}

.footer .right, .footer .right a {
	color: #5A5A43;
}

.footer .right a:hover {
	color: #FFF;
}

/* misc */

.clearer {
	clear: both; 
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

