* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #e4f1db url(../images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3a3838;
        text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #7D807A;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #582B1B;
}

a:hover {
	text-decoration: none;
	color: #ff8124;
}


table td {
        padding: 10px 5px;
        border: 0px;
        text-align: center;
}

#topcontrol {top: 90%;}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 1024px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: right;
	width: 270px;
	height: 70px;
	margin: 0px;
	padding-left: 10px;
	text-align: center;
}

#logo h1 {
	margin: 0;
	padding: 5px 0px 0px 0px;
	text-transform: lowercase;
	font: normal 26px verdana, arial, sans-serif;
        color: #ff8124;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

#logo h2 {
	margin: 5px 0 0 0;
	padding: 0;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
        color: #582B1B;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

#logo a {
	text-decoration: none;
	color: #ef7f1a;
}

/* Menu */

#menu {
	width: 1034px;
	height: 41px;
	margin: 0 auto;
	padding: 0px 0px 0px 28px;
	background: url(../images/img02.jpg) no-repeat left top;
        border-radius: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	height: 33px;
	display: block;
	float: left;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
        border-radius: 20px;
}

#menu a:hover, .active {
	color: #000000;
}

#menu .active a {
	color: #FFFFFF;
        background: -webkit-gradient(linear, left top, left bottom, from(#582b1b), to(transparent));
        background:    -moz-linear-gradient(top, #582b1b, transparent);
        background:      -o-linear-gradient(top, #582b1b, transparent);
        background:         linear-gradient(top, #582b1b, transparent);
}

#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
}

#s {
	width: 160px;
	height: 18px;
	padding: 3px 0 3px 5px;
	border: 1px solid #999999;
	color: #000000;
        border-radius: 10px;
}

#search-submit {
	margin-left: 6px;
	padding: 5px 8px;
	border: none;
	background: #582b1b;
	font-size: 10px;
	color: #FFFFFF;
        border-radius: 7px;
}

/** BASKET */
#basket {
  float: left;
  text-align: left;
  text-decoration: none;
  padding: 6px 10px 0 0;
  color: #000000;
  line-height: 20px;
}

#basket a{
  float: right;
  text-align: left;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 3px 3px;
  user-select: none;
}

#basket a:hover {
  float: right;
  text-align: left;
  text-decoration: underline;
}
  
#basket img {
    float:left;
    margin: 0 1px 10px 0;
   }
   
.basket-bar {
  position: fixed;
  background-color: #fec397;
  border: 2px solid #ff8528;
  border-radius: 0 15px 15px 0;
  box-shadow: 4px 4px #672617;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basket-back {
  background: #000;
  color: white;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0px 0px;
	background: #FFFFFF url(../images/img05.jpg) repeat-y left top;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding-top: 20px;
/*	text-transform: capitalize; Нужно для поиска активировать */ 
}
.post {
	background: url(../images/img04.gif) repeat-x left bottom;
	margin: 0px 0px 5px 28px;
	clear:both;
}

.post .title {
	background: url(../images/img03.jpg) no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: #582b1b;
}

.post .title a {
	padding: 0px 0px 0px 40px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #582b1b;
}

.post .entry {
	font-size: 16px;
	padding: 20px 0px;
	color: #333333;
}

.post img {
	float: left;
	padding: 15px 10px;
	margin-right: 15px;
        border-radius: 10px;
        border: 1px black;
        background: #dddddd; 
        padding: 1px; 
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
        margin: 0 0 4rem;
}

.post .meta p{
        float: right;
        font-size: 14px;
}

.post .byline {
	padding-left: 40px;
	font-size: 14px;
	font-style: italic;
	color: #333333;
}

/* MailForm */

.container{
    max-width: 32em;
	margin: 0 auto;
	padding: 1.2em; 
}

.textbox{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  font-family: 'Open Sans', sans-serif;
  font-size:18px; 
  padding:10px;
  margin-bottom:30px;  
}
.message:focus,
.textbox:focus{
  outline:none;
   border:rgba(24,149,215,1) 2px solid;
   color:rgba(24,149,215,1);
}

.message{
    background: rgba(255, 255, 255, 0.4); 
    width:100%;
    height: 120px;
    border:rgba(0,0,0,.3) 2px solid;
    box-sizing:border-box;
    -moz-border-radius: 3px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    display:block;
    padding:10px;
    margin-bottom:30px;
    overflow:hidden;
}

.button{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:10px;
  background:#90c843;
  color:#FFF;
  font-family: 'Open Sans', sans-serif;  
  font-weight:400;
  font-size: 16pt;
  transition:background .4s;
  cursor:pointer;
}

.button:hover{
  background:#80b438;
}

/* Sidebar */

#sidebar {
        background: #e4f1db;
        background: linear-gradient(to right, #ffffff, #e4f1db);
	float: right;
	width: 230px;
	margin: 0px 0px;
	padding: 10px 22px 30px 30px;
}

#sidebar ul {
	margin: 20px 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 30px 27px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0px;
	border: none;
	background: none;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	color: #582b1b;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	font-size: 14px;
	border: none;
	text-decoration: none;
	color: #582b1b;
}

#sidebar a:hover {
	text-decoration: underline;
}



#news a {
	font-size: 85%;
}

/* Slider */

.slider { width: 680px; height: 200px; border: 1px solid #dbdbdb; position: relative; margin: 0 0 30px 28px; }
.slider .item { position: relative; width: 678px; height: 198px; }
.slider .item img { position: absolute; top:0; left:0; z-index: 1; }
.slider-nav { width: 92px; height: 18px; position: absolute; bottom:5px; right:3px; z-index: 3;}
.slider-nav a { width: 20px; height: 20px; background: #582B1B; margin: 0 7px 0 0; }
.slider-nav a.active { background: #582B1B; }

/* Footer */

#footer {
	width: 1024px;
	height: 60px;
	margin: 0 auto;
	padding: 14px 0px 0px 0px;
	background: url(../images/img04.jpg) no-repeat left top;
	color: #ffffff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: underline;
	color: #808080;
}

#footer a:hover {
	text-decoration: none;
}


