/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #F6F7E7;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 800px;
	height: 234px;
	margin: 0px auto;
	background: url(images/uvod_4.jpg);
}

#header h1 {
	margin: 0px;
	padding: 140px 0 0 20px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0px 0 0 200px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #F6F7E7;
}

/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 170px;
	height: 55px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #F6F7E7;
	letter-spacing: -1px;
	background: url(images/butt_1.jpg) no-repeat; 
}

#menu .bez a {
		background: url(images/butt_2.jpg) no-repeat;
}

#menu .last a {
	width: 145px;
	background: url(images/butt_3.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}

/* Content */

#content {
	background: #F6F7E7;
	width: 800px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

/* Posts */

#posts {
	float: right;
	width: 800px;
}

/* Post */

.post {
}

.post .title {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	background: #ac5c0e url(images/upper.jpg) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.post .posted {
	padding: 5px 10px;
	background: #ebebeb url(images/upper.jpg) no-repeat left bottom;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}

.post .story {
	padding: 20px 20px 10px 20px;
	background: #ebebeb url(images/bottom.jpg) no-repeat right bottom;
}

.post .meta {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #ebebeb;
}

.post .meta a {
	color: #ebebeb;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #a48055 url(images/img0.jpg) repeat;;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #F6F7E7;
}

#footer a {
	color: #F6F7E7;
}

#footer a:hover {
	color: #F6F7E7;
}

