html {
	min-:100%;
}
a:link {
	color:#ce9829;
	text-decoration:underline;
}
a:visited {
	color:gray;
	text-decoration:underline;
}
a:hover {
	color:#CCC;
	text-decoration:underline;
	text-shadow:0 0 2px #000;
}
a:active {
	color:#ce9829;
	text-decoration:underline;
	padding-top:2px;
}
body {
	background:#A46738 url(img/bg.jpg) repeat-y center;
	color:#FFF;
	font:normal 70.5% Verdana, sans-serif;
	padding-top:0;
}
p, code, ul {
	padding-bottom:1.2em;
}
li {
	list-style:none;
}
h1 {
	font:normal 1.6em Verdana, sans-serif;
}
h2 {
	font:normal 1.6em sans-serif;
	padding-top:6px;
	margin-bottom:4px;
	margin-left:8px;
}
h3 {
	font:bold 1em Verdana, sans-serif;
}
h1, h3 {
	padding-top:6px;
	margin-bottom:4px;
}
code {
	background:#FFF;
	border:1px solid #EEE;
	border-left:6px solid #CCC;
	color:#666;
	display:block;
	font:normal 1em Verdana, sans-serif;
	line-height:1.6em;
	margin-bottom:12px;
	white-space:pre;
	padding:8px 10px;
}
blockquote {
	display:block;
	font-weight:700;
	padding-left:28px;
}
.clearer {
	clear:both;
	font-size:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.sea {
	font-size:1em;
	margin-left:8px;
	margin-bottom:10px;
}
.inner-container {
	background:#000;
	font-size:1.2em;
	width:850px;
	margin:0 auto;
}
.outer-container {
	padding-bottom:0;
}
.header {
	background:#221D19 url(img/header.jpg) no-repeat;
	height:210px;
	margin-bottom:0;
}
.header .title {
	text-align:right;
}
.header .title .sitename a {
	color:#FFF;
	font:normal 3.6em sans-serif;
	text-decoration:none;
	text-shadow:0 0 2px #000;
}
.header .title .blogdesc a {
	color:#FFF;
	font:normal 2em sans-serif;
	text-decoration:none;
	text-shadow:0 0 2px #000;
}
.header .title .slogan {
	font:normal 2em Verdana, sans-serif;
	text-shadow:0 0 2px #000;
}
.path {
	background:#752F27 url(img/pbgh.jpg) repeat-x;
	color:#CCC;
	vertical-align:middle;
	font:normal 1.2em Verdana, sans-serif;
	text-align:left;
}
.path li, .path ul {
	display:inline;
}
.path a {
	background:#752F27 url(img/pbgh.jpg) repeat-x;
	color:#FFF;
	text-decoration:none;
}
.path a:hover {
	background:#934e47 url(img/pbg.jpg) repeat-x;
	color:#FFF;
}
.main {
	background:#171411;
	padding:0;
}
.content {
	background:#2C261F;
	float:right;
	width:630px;
	padding-left:0;
}
.content .descr {
	color:#FFF;
	font-size:.9em;
	margin-bottom:6px;
	font-weight:700;
}
.content li {
	list-style:inherit;
	line-height:1.4em;
	margin-left:18px;
}
.content p {
	font-family:"Lucida Sans Unicode", sans-serif;
}
.navigation {
	background:#171411;
	float:left;
	width:220px;
}
.navigation h2 {
	background:#171411;
	color:#CE9829;
	font:bold 1.1em Verdana, sans-serif;
	margin:0;
	padding:8px 0 6px 10px;
}
.navigation ul {
	padding:0;
}
.navigation li a {
	background:#171411;
	font-size:1.1em;
	color:#FFF;
	display:block;
	text-decoration:none;
	width:95%;
	padding:2px 0 6px 5%;
}
.navigation li a:hover {
	background:#000;
	color:#FFF;
}
a {
	color:#7C6D56;
	text-decoration:none;
}
.footer {
	background:#000;
	margin-bottom:5px;
}
.post h1 a {
	border-bottom:1px #AAA;
	color:#ce9829;
}
.post h1 a:hover {
	color:#926B1D;
}
.post h1 {
	color:#CE9829;
}
.post {
	margin:6px 10px 2px;
}
.post .info {
	background:#2C261F;
	color:#AA9B84;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AA9B84;
	margin:2px 0 4px;
	padding:5px 0;
}
.post img {
	border:1px solid #7C6D56;
	text-shadow:0 0 2px #000;
	margin:0 3px;
}
.post a img {
	border:4px solid #FFF;
	text-shadow:0 0 2px #000;
}
.info a {
	color:#AA9B84;
	text-decoration:none;
}
.info a:hover {
	text-decoration:none;
}
.content ol li {
	background:none;
}
.commentlist li {
	margin-bottom:1.2em;
	list-style:decimal;
	margin-left:50px;
	color:#7C6D56;
}
#commentform {
	background:#2C261F;
	width:360px;
	padding-left:11px;
	margin:1em 0;
}
.commentmetadata {
	padding:2px 0 4px;
}
.commentmetadata a {
	color:#B4A794;
	text-decoration:none;
}
.commentmetadata a:hover {
	text-decoration:underline;
}
textarea.styled {
	width:280px;
	background-color:#F5F5F5;
	border:1px solid #999;
	color:#000;
	overflow:hidden;
}
.styled {
	font-size:1.1em;
	background-color:#111;
	border:1px solid #999;
}
#commentform input {
	margin-bottom:3px;
	background-color:#F5F5F5;
	border:1px solid #000;
	color:#000;
}
#wp-calendar {
	color:#FFF;
	display:inline-table;
	border-collapse:collapse;
	width:185px;
	text-align:center;
	margin:0 10px;
}
.navigation table caption {
	border-bottom-color:#000;
	padding-bottom:5px;
	border-bottom:1px solid;
	letter-spacing:.1em;
	margin:-5px 10px 0;
}
.navigation table thead tr {
	border-bottom-color:#000;
	color:#A53512;
	border-bottom:1px solid;
}
.navigation table th {
	border-bottom-color:#000;
	border-bottom:1px solid;
}
.navigation table td#today {
	color:#A53512;
	border:1px solid;
	font-size:1em;
	font-weight:700;
	border-color:#000;
	padding:0;
}
.navigation table td a {
	border-bottom-color:#000;
	background-color:#EDF3DE;
	display:block;
	border-bottom:1px solid;
	font-weight:700;
	font-size:1.15em;
}
.navigation table tfoot {
	border-top-color:#000;
	border-top:1px solid;
}
.navigation table tfoot a {
	background:none;
	border:none;
	font-weight:700;
}
.navigation table td {
	width:225px;
	font-size:.9em;
	padding:1px;
}
.navigation table tfoot #prev a {
	text-align:left;
}
.navigation table tfoot #next a {
	text-align:center;
}
#searchform {
	background:#171411;
	text-align:left;
	padding:10px 0 9px 10px;
}
.searchbox {
	background-color:#EAEAEA;
	border:1px solid #000;
	color:#000;
	vertical-align:middle;
}
hr {
	height:1px;
	color:#B24F55;
	margin-left:20px;
	border-style:solid;
}
.bottom {
	color:#7C6D56;
	clear:both;
	height:23px;
	font-size:1.1em;
	margin-left:5px;
	margin-right:5px;
}
img.right {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}
img.left {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}
*, .commentlist {
	margin:0;
}
.header .title a:hover, .post a:hover img {
	text-shadow:0 0 2px #000;
	border-color:#FFF;
}
.bottom a, .bottom a:hover {
	color:#7C6D56;
}
img.alignright, a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft, a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
img.aligncenter, a img.aligncenter, img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
pre {
     border: solid 1px blue;
     font-size: 1.3 em;
     color: blue;
     margin: 10px;
     padding:10px;
     background: #FFFFB3
}

code {
     font-size:1.2em;
     color: #008099
}
