﻿/* --- Document params --- */
body, html {
	margin:0;
	font:normal 11px/18px Arial, Tahoma, Verdana, sans-serif;
	color:#000;
	height:100%;
	text-align:left;
	background:#FFF;
}

/* --- Default objects --- */
img {
	border:none;
	margin:0; 
}
form {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:5px 0;
}
.clear {
	clear:both;
}
ul {
	margin:0;
	padding:1px 0;
}
ul li {
	margin:0;
	padding:1px 0;
	list-style:none;
}

/* --- Links --- */
a {
	color:#525252;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* --- Headers --- */
h2 {
	background:#f9ebd8 url(/images/h2_bg.gif) repeat-x;
	padding:0;
	margin:0;
	height:41px;
	overflow:hidden;
	border:1px solid #f9ebd8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
	color:#4c4c4c;
	font:italic 16px/41px Georgia, Times, serif;
}
h3 {
	padding:0;
	margin:0;
	font:bold italic 18px/22px Georgia, Times, serif;
	color:#a06321;
}
h3 a {
	color:#a06321;	
}
h4 {
	padding:10px 0 0 0;
	margin:0 0 2px 0;
	border-bottom:1px solid #a06321;
	color:#a06321;
	font:bold 14px/17px Georgia, Times, serif;
}

/* --- Page wrap --- */
#outer {
	background:url(/images/body_bg.jpg) no-repeat top left;
	min-width:1000px; width:expression((document.documentElement.clientWidth || document.body.clientWidth) &lt; 1000? &quot;1000px&quot;:&quot;auto&quot;);
	_height: 100%;
}
html&gt;body #outer {
	height:auto !important;
	min-height:100% !important;
}

/* --- Menu --- */
#menu {
	margin:0;
	padding:0 15px;
	height:44px;
	background:#9f6220 url(/images/menu_bg.gif) repeat-x;
	border-bottom:1px solid #FFF;
	font:italic 14px/28px Georgia, Times, serif;
	/*box-shadow:2px 0 3px #000;
	-webkit-box-shadow:2px 0 3px #000;
	-moz-box-shadow:2px 0 3px #000;*/
}
#menu li {
	float:left;
	margin:0;
	padding:7px 20px 0 0;;
	list-style:none;
}
#menu li a {
	color:#FFF;
	padding:0 15px;
	height:30px;
	float:left;
	text-decoration:none;
	background:url(/images/menu_link_bg.gif) repeat-x bottom left;
}
#menu li a:hover {
	background-color:#818181;
	background-position:top left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow:inset 1px 1px 2px #666;
	-webkit-box-shadow:inset 1px 1px 2px #666;
	-moz-box-shadow:inset 1px 1px 2px #666;
}

/* --- Hat --- */
#hat {
	padding:70px 0 0 459px;
	height:97px;
}

/* --- Data --- */
#data {
	padding:0 15px 90px 15px;
}

/* --- Content -- */
#content {
	margin-right:455px;
}

/* --- Sidebars --- */
.sidebar {
	float:right;
	
	width:212px;
	padding-left:15px;
}

/* welcome */
.welcome {
	background:url(/images/welcome_bg.png);
	padding:20px 10px;
	color:#454545;
	font:normal 12px/18px Georgia, Times, serif;
	margin-bottom:15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* adv */
.adv {
	width:468px;
	height:60px;
	margin:0 auto 20px auto;
	overflow:hidden;
	background:#f9ecd9;
	border:3px solid #f9ecd9;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow:0 1px 2px #666;
	-webkit-box-shadow:0 1px 2px #666;
	-moz-box-shadow:0 1px 2px #666;
}

/* block */
.block {
	padding:5px 0 20px 0;
	background:#FFF;
}

/* date */
.date {
	color:#a06321;
	font-size:10px;
	line-height:13px;
	display:block;
}

/* latest */
.latest li {
	padding-bottom:10px;
	font-size:12px;
}

/* nav */
#nav {
	padding:0 0 13px 0;
	margin:0;
	font:normal 14px/26px Georgia, Times, serif;
}
#nav li {
	margin:0 0 7px 0;
	padding:0 20px;
	height:28px;
	overflow:hidden;
	background:#a06321 url(/images/nav_item_bg.gif) repeat-x top center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border:1px solid #a06321;
}
#nav a {
	color:#FFF;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}

/* banner */
.banner {
	width:180px;
	height:150px;
	margin:0 auto 20px auto;
}

/* --- Bottom --- */
#bottom {
	
	height:53px;
	background:#e4e4e4 url(/images/bottom_bg.gif) repeat-x top center;
	padding:28px 15px 0 15px;
	color:#868686;
}
#bottom a {
	color:#868686;
}
