* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/18px Open Sans, Arial, Verdana, sans-serif;
	background:url(images/bg.jpg) top left fixed no-repeat #a3b9e4;
}
a {
	color: blue;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:20px;
	margin-bottom:5px;
	font-weight:normal;	
}

h2 {
	font-family: Oswald, Arial, Verdana, sans-serif;
	font-size:18px;
	margin-bottom:5px;
	font-weight:normal;
}

h3 {
	font-family: Oswald, Arial, Verdana, sans-serif;
	font-size:16px;
	margin-bottom:5px;
	font-weight:normal;
}

p {
	margin: 0 0 10px 0px

	
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper {
	min-width: 1007px;
	max-width: 1280px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	margin-bottom:15px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	height: 1%;
	position: relative;
	text-align:justify;
	margin-left:200px;
	margin-right:200px;	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#middle1 {
	height: 1%;
	position: relative;
	text-align:justify;
	margin-left:0px;
	margin-right:0px;	
}
#middle1:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 10px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	position: relative;
	left: -200px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: right;
	margin-right: -200px;
	width: 200px;
	position: relative;
}	


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	margin-top:10px;
	padding:10px;
	color:#fff;
	border-top:1px solid #fff;
	background:url(images/modulebg.png); 
	
}
/* ========================= open Ryar style ==================== */
#header_table {
	
}
#top_adress {
	width:100%;
	height:25px;
	background:url(images/toppolosa.png) repeat-x;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:23px;
}
#wordpress_content {
	border:1px solid #3854ae;
	padding:10px;
	background:url(images/contentbg.png);
}
#left_widget, #right_widget {
	background:url(images/modulebg.png);
	margin-bottom:20px;
	padding-bottom:10px;
}
#left_widget, #right_widget li {list-style:none;}
#left_widget, #right_widget a {color:#000;}
#left_widget, #right_widget a:hover {color:red;}
#left_widget h3, #right_widget h3 {
	color:#ffffff;
	display:block;
	border-bottom:1px solid red;
	padding:3px 10px;
}
#left_widget ul {
	margin:3px 10px;
}
#left_widget li {
	margin-left:10px;
	color:#fff;
}
#wordpress_content ul, ol {
	margin-left:30px;
}
#sideLeft  a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#sideLeft a:hover {
	color:#fff;
	text-decoration:underline;
}
#sideLeft .sub-menu a {
	color:#fff;
	font-weight:normal;
}
#searchforms {
	margin:9px;
}
.post_thumbanil {
	float:left;
	margin-right:5px;
}
.post {
	margin-bottom:20px;
	display:block;
}
.post h2 {
	color:red;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:none;
	font-weight: none;
	/*text-transform:uppercase;
	font-weight: bolder;*/
}

/* #sideLeft .current-menu-item a {
	color:#fff;
	text-decoration:underline;
	
} */


/* ========================= close Ryar style ==================== */

/* ========================= open SVARU style ==================== */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.alignleft {
float: left;
}

.alignright {
float: right;
}
.alignleft {
float: left;
margin-right: 5px;
}

.alignright {
float: right;
margin-left: 5px;
}

/* ========================= close SVARU style ==================== */





