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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; 
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear{clear:both;height:1px;overflow:hidden;}

pre br{
  padding:0;
  margin:0;
  line-height:1px;
  overflow:hidden;
}
/*RESET ENDS*/
body {
	-x-system-font:none;
	background:#FFF;
	color:#3F3F3F;
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-size-adjust:none;
	font-weight:normal;
	width:100%;
	font-size:1.em;
	line-height:1.5em;
	text-align: left;
}
a{text-decoration:none;color:#6DA3BD}
a:hover{text-decoration:underline;color:#4d7245}
#wrapper{
	margin:20px 40px 0 40px;
	position:relative;
}
#blog-name{
	float:right;
/*	background: url(http://jquerylist.ru/jquerylist_32.png) no-repeat 0 0 */
}
.blog-title h1{
	font-weight:normal;
	font-size:200%;
	text-transform:uppercase;
	padding-right:0;
	padding-left:15px;
	padding-top:6px;
	margin-bottom:50px;
	display:block;
}
.blog-title a{
	color:#3F3F3F;
	text-decoration:none;
}
.blog-description{
	position:absolute;
	top:28px;
	right:0;
}


#blog-menu{

}

#blog-menu ul.c-catalog{
	margin-bottom:40px
}
#blog-menu ul.c-catalog li{
	display:inline-block;
	padding:0;
	margin:0 2px 4px 0;
}
#blog-menu ul.c-catalog li img{
	padding-left:0;
	padding-right:3px;
}
#blog-menu ul.c-catalog li a{
	background:#e2e2e2;
	color:#136c86;
	padding:4px 8px;
	display:inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#blog-menu ul.c-catalog li a:hover{
	background:#dff1a1;
	color:#136c86;
	padding:4px 8px;
	display:inline-block;
}

#blog-menu ul.c-catalog li.cat-item-25 a{
	background:#dff1a1;
	color:#136c86;
	display:inline-block;
}
#blog-menu ul.c-catalog li.current-cat a{
	background:#a1e7f1;
	color:#136c86;
	display:inline-block;
}


.snippetlist ul.c-catalog li{
	display:inline-block;
	padding:0;
	margin:0 2px 4px 0;
}
.snippetlist ul.c-catalog li a{
	background:#F1F8FE;
	color:#3F3F3F;
	padding:3px 6px;
	display:inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:90%;
}
.snippetlist ul.c-catalog li a:hover{
	background:#dff1a1;
	color:#3F3F3F;
	padding:3px 6px;
	display:inline-block;
}
.snippetlist h3{font-weight:normal;}

.post ol{
	list-style:decimal;
	margin-left:1em;
}


/* ****************************************************** */
.floats
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: -3em 0 0 -2em;

/* Эти правила для IE */
position: relative;
display: inline-block;
clear: both;
}
.floats:after
{
content: '';
display: block;
clear: both;
}
.floats .left
{
position: relative;
float: left;

/* Убираем удвоение отступов в IE */
display: inline;

/* Прячем все, что вдруг вылезло за наши ограничения */
overflow: hidden;

/* Отсупы между float-блоками */
margin: 3em 0 0 2em;

/* Задаем минимальную ширину по картинке и тексту */
width: 14em;
min-width: 200px;
}
.floats .dleft
{
width: 28em;
min-width: 400px;
margin: 3em 2em 0 2em;	
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats .left .min
{
/* Задаем минимальную высоту по картинке */
margin: 0 0 200px 0;

/* Задаем минимальную высоту по тексту */
height: 18em;

/* Дублируем значение минимальной ширины по картинке для IE */
width: 200px;
}
.floats .dleft .min
{
width: 400px;
}
.r img{
	padding:5px;
	border:1px solid silver;
}
.r a p{
	display:inline;
}
.r a{
	color:#3F3F3F;
	font-size:90%;
	line-height:1.2em;
}
.r a:hover{
	text-decoration:underline;
}
.r h3{
	padding:5px 0 15px 0;
}

.small h3{
	padding:0;
}
.top .snippetlist{
	margin:2em 0 2em 0;
}
.top .snippetlist ul.c-catalog li a{
	padding:0px 6px;	
}
#themeswitcher{
	position:absolute;
	top:0;
	right:0
}

.h2-archive{
	padding-top:50px;
	margin-left:-2em;
	margin-bottom:-25px;
}
.h2-archive h2{
	padding-left:2em;
	padding-right:0.5em;
	background-color:#F1F8FE;
	border-bottom:1px solid #E3F1FD;
	color:#262626;
	font-size:200%;
	font-weight:normal;
	text-transform:uppercase;
	display:inline;
}
/* --------------------------------------------------- */
.h2-title{
	padding-top:5px;
	margin-left:-3em;
	margin-bottom:15px;
}
.h2-title div{
	margin-left:3em;
}
.h2-title h2{
	padding-right:0.5em;
	background-color:#F1F8FE;
	border-bottom:1px solid #E3F1FD;
	color:#262626;
	font-size:200%;
	font-weight:normal;
	text-transform:uppercase;
	display:inline;
	line-height:1em
}
.h2-title h2 a, .h2-title h2 a:hover{
	text-decoration:none;
	color:#262626;
}
.entry h3{
	padding-right:0.5em;
	background-color:#F1F8FE;
	border-bottom:1px solid #E3F1FD;
	color:#262626;
	font-size:150%;
	font-weight:normal;
	text-transform:uppercase;
	display:inline-block;	
	margin-top:30px;
	margin-bottom:10px;
	margin-left:-2em;
	padding-left:2em;
}
.entry #how_it_works ul li{
	padding-left:0.25em;
	margin-left:1em;
	list-style:disc
}
	
.entry p{
	margin-bottom:1em;
}
.entry .wp_syntax{
	margin-bottom:1em;
}

.category-description{ 
	margin-top:50px;
	margin-left:2em;
	margin-bottom:-25px
}
/* --------------------------------------------------- */
/*
.respond-title{
	padding-top:5px;
	margin-left:-3em;
	margin-bottom:15px;
}
*/
#comment-box h3{
	
	padding-left:1.5em;
	padding-right:0.5em;
	color:#262626;
	font-size:200%;
	font-weight:normal;
	text-transform:uppercase;
	margin:0.5em 0 1em 0;
}
/* --------------------------------------------------- */
#howtouse .functions {
  background:none repeat scroll 0 0 #F7F7F7;
  border:1px solid #F1F1F1;
  clear:both;
  color:#606060;
  float:left;
  font-size:11px;
  list-style-type:none;
  margin:0 0 25px 0;
  position:relative;
  width:100%;
  padding:0;
}
#howtouse .functions li {
  background:none repeat scroll 0 0 #F7F7F7;
  clear:both;
  float:left;
  padding-bottom:5px;
  padding-top:5px;
  vertical-align:middle;
  width:100%;
  padding:0;
  margin:0;
  list-style:none
}
#howtouse .functions li.head {
  background:none repeat scroll 0 0 #EEEEEE;
  color:#333333;
  font-weight:bold;
  text-transform:uppercase;

}
#howtouse .functions li.evenlist {
  background:none repeat scroll 0 0 #FFFFFF;
}

#howtouse .functions li div.function {
  float:left;
  font-weight:bold;
  margin-left:6px;
  width:14%

}
#howtouse .functions li div.default {
  float:left;
  font-weight:bold;
  width:22%
}

#howtouse .functions li div.explained {
  float:left;
  width:63%
}
.tagbox{
	margin:0.75em 0;
	padding:0.75em 0;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}
.snippetlist{
	margin-top:50px;
	margin-left:2em
}
p.snippet_src{ font-size:70%; margin-top:6em; margin-bottom:0}

#comment-box{
    font-size:12px;
    background:#ebf4fb;
    padding:10px;
    border:solid 2px #b7ddf2;    
    margin:10px 0;
	margin-left:-4em;    
}
#comment-box h1 {
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    clear: both;
    padding:0;
    margin:0;
}
#comment-box p{
    font-size:11px;
    color:#666666;
    border-bottom:solid 1px #b7ddf2;
    padding-bottom:2px;
    clear:both;
    margin:0 0 25px 0;
}
#comment-box label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:100px;
    float:left;
    margin:0;
}
#comment-box .small{
    color:#666666;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:140px;
    padding:0;
    margin:0;
    float:left;
}
#comment-box input{
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:solid 1px #aacfe4;
    width:300px;
    height: 15px;
    margin:2px 0 25px 10px;
}
  
#comment-box .txtarea {
  width:715px;
  height: 120px;
  font-size:12px;
  margin:2px 0 5px 10px;
  padding:4px 2px;
  border:solid 1px #aacfe4;
  display:block;
  overflow:auto;
  clear:both;
  margin-left:110px;
}

#comment-box .btnComment{ 
    clear:both;
    margin:10px 0 0 110px;
    padding:0;
    border:0;
    width:125px;
    height:31px;
    background:#666666 url(images/button.png) no-repeat;
    text-align:center;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    cursor:pointer;
}
ol.commentlist{
	margin:3em 0;
}
ol.commentlist li{
	border-top:1px solid silver;
	margin-bottom:0.5em;
}

.comment-childs {
	border-top:1px solid silver;
	padding:0 0 0.2em 2em}	
p.thdrpy{
	margin-bottom:1.5em;
}
.chalt{
	background:#EBF4FB;
}
/* --------------------------------------------------- */
#footer{
	background:#000;
	margin:0 -40px
}
#footer ul{
	margin:3em 0 0 0;
	padding:2em 0 1em 0;
}
#footer ul li{
	display:inline-block;
	margin:0 0 0.5em 2em;
	min-width:200px;
}
#footer ul li img{
	padding-left:0
}
#footer ul li a{
	color:#e2e2e2;
	padding:4px 8px;
	display:inline-block;
}
#footer ul li.cat-item  a:hover{
	color:#dff1a1;
	background:#333;
	padding:4px 8px;
	display:inline-block;
}

#footer small{
	display:block;;
	background:#fff;
	padding:0.2em 2em;
	text-align:center;
}


