html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

body {
	background: #eee;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
a {
	color: #2a4153;
	text-decoration: none;
	font-weight:bold;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #ED485C;
}

input {
font-size: 1rem;
padding-left: 0.3em;
vertical-align: middle;	
}

select {
font-size: 1rem;
padding-left: 0.3em;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}


ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 130%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #000;
}
h1 {
	font-size: 1.8rem;
}
h2 {
	font-size: 1.4rem;
}
h3 {
	font-size: 1.3rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1rem;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

#pagewrap {
	width: 1024px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 123px;
	background: #3F87D4;
	background-image: url('/img/bg2.jpg');
	
}

#site-logo {
	position: absolute;
	top:5px;
	left:15px;
	font-family: 'Russo One', sans-serif;
}
#site-logo a {
    font-size:4.5rem;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -2px 0 rgba(0,0,0,.5);
}


#main-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	font-size:1.2rem;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 11px 10px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	background: #DB6461;
	color: #fff;
}

#content {
	font-size:1rem;
	background: #fff;
	margin: 0px 0 0px;
	padding: 20px 20px;
	width: 630px;
	float: left;
}

/* post */
.post {
	margin-bottom: 20px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.5rem;
}

/* post image */
.post-image {
border:1px solid #fff;
width:196px;
height:116px;
}

hr {
border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
} 

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

.submitButton 
{
 text-decoration:none; 
 text-align:center; 
 padding: 5px 10px; 
 font-size:20px;
 color:#FFF; 
 background-color:#C83539; 
  
  }

.submitButton2
{
 text-decoration:none; 
 text-align:center; 
 padding: 5px 10px; 
 font-size:19px;
 font-weight: normal;
 color:#2a4153; 
 background-color:#eee; 
  
  }



.tovar {
position: relative;
z-index: 1;
right: -50%;
}

.section {
	float:left;
	text-align:center;
}

.tovar div:first-child {
	margin-left:0px;
}

.align_center
{
position: relative;
width: 100%;
border: 1px dashed red;
text-align:center;
}
.align_center:after
{
content: '';
display: block;
clear: both;
}
.align_center_to_left
{
position: relative;
right: 50%;
float: right;
}
.align_center_to_right
{
position: relative;
z-index: 1;
right: -50%;
}


#sidebar {
	width: 340px;
	float: right;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
}


.widgettitle {
	padding: 5px 0px 5px 20px;
	background: #DB6461;
	color:#fff;	
}
.widgettext{
padding: 15px 20px;
}

.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}


#searchform {
	margin-right:-5px;
	width: 100%;
}

#s {
	width: 100%;
	padding: 5px 5px;
	font-size: 1rem;
	border: 1px solid #A5A2A5; 
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
}
#s:focus {
	border: 1px solid #ED485C; 
	}


#subfooter {
	clear: both;
	background: #C0C0C0;
	margin: auto;
	position: relative;
	color: #282828;
	padding:5px 0px 5px 15px;
	}

#subfooter a {
	color: #282828;
	font-weight: normal;
}


#footer {
	clear: both;
	color: #ccc;
	font-size: 85%;
	background: #4F4F4F;
}
#footer a {
	color: #fff;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

.readmore
{
float:right;
text-decoration:none; 
text-align:center; 
padding: 2px 10px; 
font-size:13px;
font-weight: normal;
color:#2a4153; 
background-color:#eee; 
}
