/*fieldset, form, label, legend,*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}

h1{
	color:#ff6600; font-size:24px; margin-bottom:20px;
}
#content h1{
font-size:20px;
}
h1.content{
	margin-top:20px;
	margin-bottom:20px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background:#ededed;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-bottom:20px;
	background:#ededed;
}
#content {
	padding: 250px 260px 0 260px;
	background:url(images/shapka.png) no-repeat top right;
	position: relative;
}
#nav {
	position: absolute;
	top:210px;
	right:0;
}
#footerNav{
	padding:20px 30px;
	overflow:hidden;
	zoom:1;
}
	#nav li,#footerNav li{
		float:left;
	}
	#nav li a, #footerNav li a{
		padding:2px 14px 2px 15px;
		font-weight:700;
		border-right:1px solid #000;
		color:#000;
	}
	#footerNav li a{
		padding:2px 13px;
	}
	#nav li.first a, #footerNav li.first a{
		padding-left:0;
	}
	#nav li.last a{
		padding-right:30px;
		border:0;
	}
	#footerNav li.last a{
		padding-right:0;
		border:0;
	}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	/*background: #B5E3FF;*/
	padding-left:30px;
	padding-top:30px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -230px;
	margin-top: 250px;
	position: relative;
	/*background: #FFACAA;*/
	padding-right:30px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 80px;
	background: #999;
	font-size: 11px;
	color:#fff;
}

.sl ul, .sl ul ul {
 /* width: 15em;*/
}

.sl ul a {
  display: block;
  text-decoration: none;	
}

.sl ul li {
  margin-top: 1px;
}

.sl ul li a {
  background: #009933;
  color: #fff;
font-weight:700;	
 padding: 0.2em 0 0.2em 20px;
}

.sl ul li.active a, .sl ul li a:hover {
  background:  #ff6600;
}

.sl ul li.active ul li a,.sl ul li ul li a {
background:#ededed;
color: #000;
font-weight:100;
padding: 0.1em 0 0.1em 20px;
border-bottom:1px solid #ff6600;
}

.sl ul li ul li a:hover {
  background: #ccc;
}
.sl ul li ul li.active a,.sl ul li ul li a:hover {
  background: #ccc;
}

p.green {
  background: #009933;
margin:0 0 10px 0;
 padding: 0.2em 0 0.2em 20px;
  color: #fff;
font-weight:700;	
}

#ajaxSearch_output a {
	text-align: left;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output p {margin: 0;}

.AS_ajax_result {
    border-bottom: 1px dotted #ccc;
    color: #444;
    padding: 2px 5px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
font-size:10px;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}

.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ff6600;
    margin: 0px !important;
    padding: 5px 0 !important;
    color: #ff6600;
font-size:16px;
}
.ditto_summaryPost .ditto_info {
    background-color: #f0f0f0;
    padding: 2px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #009933;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #009933; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}
