/* General settings start */
* { font-size:100.01%; }
html { font-size: 64%; }
body {
	margin: 0;
	font: 1.2em Verdana, Geneva, sans-serif; 
	color: #e0cfb0;
	background: #c7b18b;
}
a {
	text-decoration: none;
	color: #e0cfb0;
}
a:hover { text-decoration: underline; }
img { border-style: none; }
/* General settings end */
/* wrapper start */
#wrapper {
	width: 820px;
	margin: 0 auto;
	padding-top: 39px;
}
/* container start */
.container {
	width: 799px;
	margin-bottom: 11px;
	padding: 9px 10px 9px 9px;
	border: 1px solid #ded1b8;
	background: #cfbd9c;
}
/* main start */
#main {
	width: 799px;
	overflow: hidden;
	border: solid #f8f3ea;
	border-width: 0 0 1px 1px;
	background: url(../images/bg-main.gif) repeat-y;
}
/* sidebar start */
#sidebar {
	width: 307px;
	float: right;
	position: relative;
}
#sidebar img { display: block; }
#sidebar h1 {
	margin: 0;
	position: absolute;
	top: 137px;
	left: 68px;
}
/* logo start */
.logo {
	width: 164px;
	height: 16px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
}
/* logo end */
/* slogan start */
.slogan {
	position: absolute;
	top: 159px;
	left: 55px;
	font-size: 0.9em;
	color: #211231;
	text-transform: uppercase;
}
/* slogan end */
/* sidebar end */
/* content start */
#content {
	width: 492px;
	float: left;
}
/* navigation start */
#nav {
	width: 100%;
	overflow: hidden;
	padding-bottom: 48px;
	background: #211231;
	position: relative;
}
#nav ul {
	width: 156px;
	float: right;
	margin: 0;
	padding: 54px 61px 0 29px;
	list-style: none;
}
#nav ul li {
	height: 1%;
	vertical-align: top;
	border-top: 1px solid #7d6d6a;
	font-size: 0.9em;
	line-height: 13px;
}
#nav ul a {
	color: #ccc;
	padding: 3px 0 4px 19px;
	display: block;
	position: relative;
}
#nav ul a:hover,
#nav ul .active a {
	text-decoration: none;
	color: #66ccff;
}
#nav ul li.first { border-top: none; }
/* navigation image start */
#nav ul li:hover img,
#nav ul li.hover img,
#nav ul li.active img { display: block; }
#nav img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
/* navigation image end */
/* navigation end */
/* post start */
.post {
	width: 411px;
	background: #4a4252;
	padding: 18px 12px 12px 26px;
	line-height: 19px;
}
.post h2 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1.1px;
	color: #f8f3ea;
	text-transform: uppercase;
}
.post p { margin: 0 0 14px; }
.post small { 
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #f8f3ea;
}
.post img { 
	border: solid #211231;
	border-width: 3px;
	margin: 0 6px 0 0;
	padding: 0;
}
/* post end */
/* content end */
/* main end */
/* container end */
/* footer start */
#footer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
/* footer navigation start */
.nav {
	margin: 2px -5px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.nav li {
	padding: 0 5px 0 3px;
	font-size: 0.74em;
	float: left;
	color: #4a4252;
	word-spacing: -1px;
	background: url(../images/bg-bullet.gif) no-repeat 100% 2px;
}
.nav a { color: #4a4252; }
/* footer navigation end */
/* footer end */
/* wrapper end */
