/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #EDFBD2 url('http://eshop11.com/grey-border.bmp')repeat-x left top;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
        background-color:#ffffff;   
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url('images/img02.jpg') repeat-x left bottom;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 57px;
	padding-top: 10px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #949684;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #949684;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 778px;
	height: 140px;
	margin: 0 auto;
	color: red;
}

#logo h1, #logo h2 {
	float: center;
	margin: 0;
}

#logo h1 {
	padding: 40px 0 0 0;
	letter-spacing: 1px;
	text-transform: normal;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 35px;
    color:red;
}

#logo h2 {
	padding: 10px 0 0 10px;
	letter-spacing: 1px;
	text-transform: normal;
	font-weight: bold;
	font-size: 20px;
}

#logo a {
	text-decoration: none;
	color: red;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: url('images/img03.jpg') no-repeat;; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
	padding-bottom: 5px;
}

.post .title {
	margin: 0;
	padding: 5px 5px;
    font-size: 15px;
	letter-spacing: 1px;
}

.post .title a {
	text-decoration: none;
	color: #339999;
}

.post .entry {
	background: url('images/img04.jpg') no-repeat;; padding-left:20px; padding-right:20px; padding-top:5px; padding-bottom:0
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	background: url('images/img09.gif') no-repeat left bottom;; padding-left:20px; padding-right:20px; padding-top:5px; padding-bottom:5px
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url('images/img10.gif') no-repeat right bottom;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
        border: 1px solid;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 10px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 5px 0 0 5px;
	background: #dddddb;
	border: 1px  dotted #4D7C2B;
	text-transform: normal;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: red;
}


/* Search */

#search form {
	padding: 5px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: small;
	font-weight: normal;
	color: blue;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}