* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/16px Verdana, Tahoma, Arial, sans-serif;
	color: #000000;
	width: 100%;
}
a {
	color: #321E03;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {padding: 8px 0}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #D9F1FF;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 207px;
	position: relative;
	background: #84BFE7 url(header00.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 27px;
	left: 22px;
	font: bold 17px Tahoma, Arial;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 3px #000;
	color: #FF0000;
}
#logo span {
	display: block;
	font: 10px Tahoma, Arial;
	color: #AAA;
}
#logo b {
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	height: 15px;
	background: url(header00.jpg) -22px -27px no-repeat;
}
#nav {
	position: absolute;
	top: 141px;
	left: 345px;
}
#nav a {
	display: block;
	float: left;
	height: 52px;
	text-indent: -9999px;
}
#n1 {
	width: 209px;
	margin-right: 3px;
}
#n2 {
	width: 232px;
	margin-right: 3px;
}
#n3 {
	width: 208px;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	background: url(horizontal.jpg) 100% 0 repeat-y;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 100%;
	float: left;
	overflow: hidden;
	background: transparent 206px 0 no-repeat;
}
#text {
	border-left: 206px solid transparent;
	padding: 0 21px 20px 33px;
}
.post {
	padding: 20px 0;
}
.title {
	border: 1px solid #3C2B08;
	background: #E1F3FF url(icon-tit.gif) no-repeat;
	min-height: 34px;
	height: auto !important;
	height: 34px;
}
.date {
	float: right;
	font: bold 11px Tahoma, Arial;
	color: #61ACDE;
	padding: 10px 17px 0 20px;
	background: url(icon-dat.gif) 0 11px no-repeat;
}
#content h2 {
	font: bold 22px/34px "Trebuchet MS", Arial, Tahoma;
	margin: 0 0 0 32px;
	border-left: 1px solid #237BCB;
	padding: 0 0 0 12px;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.entry {
	text-align: justify;
	margin: 15px 0 10px;
}
.entry a {
	font-weight: bold;
	text-decoration: none;
}
.entry a:hover {
	text-decoration: underline;
}
img.left {
	float: left;
	display: inline;
	margin: 3px 15px 5px 0;
	padding: 4px;
	background: #FFF;
	border: 1px solid #255075;
}
.postmetadata {
	font: 11px Tahoma, Arial;
	color: #122A39;
	border: 1px solid #B7D7F0;
	background: #D0D2B1;
}
.postmetadata a {
	color: #321E03;
	font-weight: bold;
}
.metadata {
	border: 2px solid #3C2B08;
	padding: 6px 6px 8px;
}
.comments {
	float: right;
	background: url(icon-com.gif) 0 2px no-repeat;
	padding: 0 0 2px 21px;
}
.category {
	padding: 0 0 2px 22px;
	background: url(icon-cat.gif) 0 1px no-repeat;
	margin-right: 15px;
}
.author {
	padding: 0 0 2px 15px;
	background: url(icon-aut.gif) 0 1px no-repeat;
	margin-right: 15px;
}

.post ul,
.post ol {
	margin: 7px 0 7px 30px;
}
.post li {
	padding: 2px 0;
}

/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 206px;
	margin-left: -100%;
	margin-bottom: -8px;
	position: relative;
	background: transparent;
	color: #C9E9FF;
	font: 11px Tahoma, Arial;
	overflow: hidden;
}
#left a {
	color: #FFFFFF;
	font: 13px Tahoma, Arial;
	font-weight: bold;
}

#left .block {
	background: transparent 0 100% no-repeat;
	height: 1%;
}
#left .bl {
	background: transparent 0 65px no-repeat;
	padding: 0 22px 10px;
}
#left .block.navig {
	background: transparent 0 100% no-repeat;
}
#left .navig .bl {
	background: transparent 0 47px no-repeat;
}
#left h3 {
	text-indent: -9999px;
	margin: 0 -22px 12px;
	position: relative;
}
h3.navig {
	height: 45px;
	background: url(h-nav000.gif) no-repeat !important;
	margin-top: -6px !important;
}
h3.links {
	height: 46px;
	background: url(h-links0.gif) no-repeat;
	margin-top: -6px !important;
}
#left ul {
	list-style: none;
	margin: -10px 0 10px;
	padding: 0;
}
#left .links ul {
	margin: 0 0 10px;
}
#left li {
	padding: 5px 0;
	height: 1%;
}
#left ul ul {
	margin: 7px 0 -2px 10px;
}
#left ul ul li {
	padding: 2px 0;
}
#left ul ul a {
	color: #C9E9FF;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 123px;
	overflow: hidden;
	font: 11px/16px Tahoma, Arial;
	background: #FBDBA8 url(footer-b.gif) repeat-x;
	color: #FFFFFF;
}
#copyright {
	float: left;
	margin: 55px 0 0 60px;;
	background: url(barrier0.gif) no-repeat;
	padding: 20px 0 0;
}
