/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #06C;}
a:hover {color: #048;}
a img {border: none;}

body {
	background: url('img/body.jpg') left top repeat-x #B4B6A9;
	font-family: Arial, Helvetica, sans-serif;font-size: 16px;color: #444;
	padding-top: 40px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font-size: 22px;padding-top: 6px; color: #FEA916; margin-bottom: 4px;}
h2 {font-size: 18px;padding-top: 6px; color: #000; margin-bottom: 4px;}
h3 {font-size: 18px;padding-top: 6px; color: #000; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
  font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img{
	border: 0px;
}

img.alignnone {
	border: #D8DDDF 1px solid;
	display: inline;
	margin: 0px 7px 2px 0px;
	padding: 4px;
}

img.alignleft {
	float: left;
	border: #D8DDDF 1px solid;
	display: inline;
	margin: 0px 7px 2px 0px;
	padding: 4px;
}

img.alignright {
  float: right;
	border: #D8DDDF 1px solid;
	display: inline;
	margin: 0px 0px 2px 7px;
	padding: 4px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 1px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #fff url('img/header.jpg') no-repeat;
	height: 150px;
	margin-bottom: 5px;
	text-align: left;
}
.header .title {
	color: #fff;
	padding: 105px 0 0 33px;
}
.header .title .sitename a {
	color: #fff;
  font-size: 26px;font-weight: bold;
	text-decoration: none;
}
/* path */
.path {
	background: #C4C6BB;
	color: #FFF;
	font-weight: bold;
	padding: 8px 12px;
}
.path li,.path ul {display: inline;}

.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

#search {float:right;width:200px;text-align:right;}

/* main */
.main {
  border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
  font-size: 17px;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #000;
	background: #fff;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
}
.navigation li {border-bottom: 1px solid #888;}
.navigation li a {
	background: #BA230E;
	color: #fff;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
}
.navigation li a:hover {
	background: #fff;
	color: #000;	
}

/* footer */
.footer {
  font-size: 14px;
	background: #C4C6BB;
	color: #000;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #000;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #000;}
.footer .right a:hover {color: #F7F7F2;}

/* posts */
.post {margin: 6px 0 2px;}

.info{
	color: #ffff00;
	margin: 10px 0 4px 0;
}

.info a {color: #ff0000;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width:410px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
  font-size: 17px;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 17px;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 17px;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 17px;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

.hpdes{float:left;width:175px;}

