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

body {
	padding: 2% 0;
	font-family: 'Geneva','Tahoma','Verdana','Trebuchet MS',sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #333322/*dark brown*/;
}

a {color: #808080;}
a:hover {color: #AAAAAA;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #000000; padding: 10px 0px 10px;}

h1 {
	font-family: 'Century Gothic','News Gothic MT','Tahoma','Verdana',sans-sarif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a {color: #000000; text-decoration:none}
h1 a:hover {color: #000000; text-decoration:underline}

h2 {font: normal 1.6em 'Batang', 'Didot', 'Garamond', 'Georgia', sans-sarif;}
h3 {font: bold 1.2em  'Rockwell','Cochin','Calisto MT','Tahoma',sans-sarif;}

.links h2 a {color: #000000; text-decoration:none}
.links h2 a:hover {color: #AAAAAA; text-decoration:underline}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em Book Antiqua,Calisto MT,Garamond,Georgia,sans-sarif;}
ul,ol {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #333322 url('img/wrapper.gif') no-repeat left bottom;
	margin: 0 auto;
	width: 90%;
	max-width: 1110px;
	min-width: 510px;
}
#container {
	border-top: 6px solid #333322;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto; 
	background: #FBF9F4/*light gray*/;
	width: 90%;
	max-width: 1000px;
	min-width: 721px;
}

/* header */
.title {
	background-color: #333322;
	vertical-align:top;
	width: 100%;
}
.title h1 {
	font: normal 3.4em Century Gothic,News Gothic MT,Tahoma,Verdana,sans-sarif;
	padding: 0;
	
}
.title h1 a {color: #DCDAC9; text-decoration:none}
.title h1 a:hover {color: #DCDAC9; text-decoration:none}


.header {
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
	width: 100%;
}

/* navigation */

.navigation {
	background: #EAE7DF url(img/nav.gif) repeat-x; 
	height: 41px;
	border-top: 1px solid #996;
}
.navigation ul {padding: 0; margin: 0;}
.navigation li {float: left; list-style: none;}
.navigation li a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #000000;
	display: block;
	line-height: 41px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
	font-family: Book Antiqua,Calisto MT,Garamond,Georgia,sans-sarif;
	font-size: 1.5em;
	font-stretch:extra-expanded;
	font-weight: bold;
}

.navigation a:hover {
	background-position: left bottom;
	color: #989898;
}
.navigation .current_page_item a {color:#999999}

/* main */
.main {background: #FFF}

/* posts */
.post .descr {
	color: #630;
	font-size: 0.9em;
	margin: 2px 0 4px;
}
.post .info{
	border-top: 1px dashed #AAAA9A;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 8px;
	padding: 8px 0;
}
.post img {border: 2px solid #CCB; margin: 4px 0;}
.post a img {border: 2px solid #CCB;}
.post a:hover img {border-color: #AA9;}

/* bottom */
.bottom {
	background: #DCDAC9;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}

.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #333322;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#bottom_corners {
	background-color: #DCDAC9;
	height: 9px;
	width: 100%;
}

#bottom_corners #left_corner {
	float:left;
	background: #DCDAC9 url(img/bottom_left.gif) top left no-repeat;
	}
	
#left_corner p, #right_corner p {
	display:none;}
	
#bottom_corners #right_corner {
	float:right;
	background: #DCDAC9 url(img/bottom_right.gif) top right no-repeat;
	}

/* misc */
.content {padding: 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.left .content {
	height: 1700px;
	overflow: scroll;
}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;
			background: #fbf9f4;
			/*border-right: 2px solid #AAAA9A;*/}
.col2 .right {width: 33%;}
.col2 .page {
	width: 100%;
	background: #fbf9f4;
	}

/* block list */
ul.block, .block ul {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #553;
	background: #D2D0C0;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

.right a span {display:none;}

.right a:hover span {
	display:list-item;
	position: relative;
	float:left;
   	color: #AAA;
   	font: 10px Verdana, sans-serif; text-align: center;
	text-decoration:none;}

/* comments */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	width: 280px;
}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}

#searchform {padding:2px;}