/*
Theme Name: Mystique
Theme URI: 
Version: 2.5.7
Author: digitalnature
Author URI: 
Tags: light, white, two-columns, fixed-width, right-sidebar, threaded-comments, translation-ready, editor-style
License: GPL
License URI: .

	Theme designed by digitalnature. See the project page for more info and updates

	Both the design and code are released under GPL.
    
*/
/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,label,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}

html,body{
  height: 100%;
  min-height:100%;
}

body{
  font-family:"Verdana","Arial","Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,sans-serif;
  font-size: 14px;
  color:#000000;
  background-color: #F9EACD; 
}


/*** MAIN GRAPHICS ***/

#page{background:transparent url(images/header.jpg) no-repeat center top;}
#page-ext{background:transparent url(images/bg.png) repeat-x center bottom;}

#page{
  position: relative;
  min-height: 100%;
}

.shadow-left{
  background:url(images/shadow.png) no-repeat left bottom;
}

.shadow-right{
  background:url(images/shadow.png) no-repeat right bottom;
  padding-bottom: 1px; /* расстояние от меню до основного текста */
}

.page-content{
  max-width:1400px; /* option overrides it */
  min-width:400px;
  margin:0 auto !important;
  position:relative;
}

/* fluid width page */
body.fluid .page-content{
  padding:0 10px;
  width:auto;
}

/* fixed width page - 960gs */
body.fixed .page-content{
  width:1000px;
}
/*** GENERAL ELEMENTS: LINKS **4A3B77*/
a{
  text-decoration:none;
  outline:none;
  color:#4A3B77;
}

a:hover{
  text-decoration:underline;
  color:#ed1e24;
}

/*** GENERAL ELEMENTS: HEADINGS ***/

h1,h2,h3,h4,h5,h6{
  font-weight:normal;
  margin:.75em 0 .25em;
  padding:0;
}

h1{
  font-size:20%;
  letter-spacing:-.04em;
}

h2{
  font-size:160%;
  letter-spacing:-0.03em;
}

h3{
  font-size:150%;
  letter-spacing:-0.02em;
}

h4{
  font-size:140%;
  font-weight:bold;
  letter-spacing:-0.02em;
}

h5{
  font-size:130%;
  font-weight:bold;
  letter-spacing:-0.02em;
}

h6{
  font-size:120%;
  text-transform:uppercase;
}

/*** GENERAL ELEMENTS: TABLES ***/

table{
  margin:1em 0 2em 0;
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
}

td, th{
  padding:5px;
  border:2px solid #fff;
}

th{
  font-weight:bold;
  background:#ddd;
}

td{background:#efefef;}
caption, th{text-align:left;}

/*** GENERAL ELEMENTS: FORMS ***/

form{margin:10px 0 20px 0;}

input, select, textarea{
  font:normal normal 100% "Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
  display:block;
  margin-bottom:5px;
  padding:5px 10px;
}

optgroup{
  color: #ddd;
  font-style: italic;
  font-weight: normal;
}

textarea{
  width:75%;
  height: 165px;
}

input[type="checkbox"], input[type="radio"]{
  padding: 0;
  display:inline;
  vertical-align:-1px;
}

input[type="submit"]{cursor:pointer;}

label{
  font-weight:normal;
  margin-top:5px;
  margin-right: 5px;
}

fieldset{
  margin:1em 0 2em 0;
  padding:10px;
  border:1px solid #ddd;
  background:#fff;
}

legend{
  border:1px solid #ddd;
  padding:5px 10px;
  font-size:115%;
  font-style:italic;
}

/*** GENERAL ELEMENTS: LISTS ***/

ul, ol{
  list-style-type:disc;
  list-style-position:outside;
  margin:0 0 10px 15px;
  line-height: 150%;
}

dl{margin:1em 0 2em 0;}
dt{font-weight:bold;}

/*** GENERAL ELEMENTS: OTHER ***/

p{
  margin:.25em 0 .75em 0;
  line-height:200%;       /* между строками */
} 

img{border:0;}
small{font-size:80%;}

code{
  font:0px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  background: #ddd;
text-shadow: 0px 1px 1px #fff;
  padding: 0 4px;
}     /*** текст возле коментария ***/

pre{
  font:12px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  overflow:auto;
  white-space:pre-wrap;/* <- css3 */
  white-space:0;/* <- ff */
  margin:.25em 0 .75em 0;
  background:#fff;
  padding:10px;
  border:1px solid #ddd;
}
   /* начало цитата */
  
blockquote{
        position: relative;
	padding: 15px 22px 12px 25px;
	margin: 16px 0 19px;
        box-shadow: 0.0em 0.2em 5px rgba(122,122,122,0.5);
	background: #f3f3f3;
	border: 1px solid #dfdfdf;
	border-left: 2px solid #3965a8;
	font: italic normal 14px Arial, sans-serif;
	color: #405778;
}
/* конец цитата */

hr{
  color:#b4aca1;
  background-color:#b4aca1;
  border-bottom:1px solid #f6f4eb;
}

/*** MAIN LAYOUT ***/

#main{
  border-top: 1px solid #fff;
  background: #fff url(images/bg-main-r.jpg) no-repeat right top;
  min-height: 700px;
}

#main-ext{
  background: transparent url(images/bg-main-l.jpg) no-repeat left top;
  padding:10px 0;
}

/* Masks are required to make sidebars extend all the way down (useful if they have a background).
   All content outside this area is hidden - need to find a way without overflow, because some stupid plugins might
   add absolute positioned "tooltips" somehwere inside the content area, instead of appending them to the body... */
#mask-3{
  position:relative;
  z-index:2;
  overflow:hidden;
}

#mask-1,
#mask-2{
  float:left;
  position:relative;
  right:0;
  width:100%;
}

#primary-content, #sidebar, #sidebar2{
  width:100%;
  top:0;
  left:0;
  position:relative;
  float:left;
  min-height:150px;
}

#primary-content{min-height:540px;}

/*** LOGO & HEADLINE ***/

#site-title{padding:240px 0 11px 0;} /* высота шапки */

#logo{
  font:normal bold 230% "Arial Black", "Helvetica Black", Gadget, sans-serif; text-align: center;
  letter-spacing:-1px;
  margin:10px 0 46px 0;
  padding:0;
  float: left;

 /* #logo a:hover{color:#dde90d;} */

}

#logo a{
  color:#fff;
  text-decoration:none;
  font-weight: 600;
  text-shadow:0px 1px 1px #000;
  display: block;
  text-transform: uppercase;
}


#logo span.alt{
  font-style: normal;
  display: inline;

}

#logo a:hover span.alt{color:#f2b428;}


/* NAVIGATION: COMMON */

.nav{position:relative;}
.nav ul, .nav li{
  list-style-type:none;
  padding:0;
  margin:0;
}

.nav li{
  position:relative;
  float:left;
  line-height: normal;
}

.nav a{
  display:block;
  position:relative;
}

.nav a:hover{
  text-decoration: none;
}

.nav ul ul{
  position:absolute;
  z-index:15;
  display:none;
  width:300px;
  top:29px;
  -moz-box-shadow:0px 8px 15px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 8px 15px rgba(0,0,0,0.25);
  box-shadow:0px 8px 15px rgba(0,0,0,0.25);
}

/* level 3+ */
.nav ul ul ul{
  top:10px;
  left:280px;
}

.nav li li{float: none;}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul{display:none;}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul{display:block;}

/* add extra padding on menus with children, to make space for the arrows we're inserting with jquery (we just need this for 1st level horizontal menus)  */
.nav .extends a{padding-right: 30px;}

.nav .arrow{
  position:absolute;
  right:10px;
  top:15px;
  height:8px;
  width:8px;
  /* graphic -- styles should override if necessary */
  background:transparent url(images/a.gif) no-repeat 0 0;
}

.nav li li .arrow{top: 10px;}

.nav .current-menu-item > a .arrow,
.nav .current-menu-ancestor > a .arrow,
.nav li.active > a .arrow,
.nav li:hover > a .arrow{background-position:0 -8px;}

.nav li li .arrow{background-position:-16px 0;}
.nav li .current-menu-item > a .arrow,
.nav li .current-menu-ancestor > a .arrow,
.nav li li.active > a .arrow,
.nav li li:hover > a .arrow{background-position:-16px -8px;}


/*** NAVIGATION: TOP ***/

.nav-top{
  background:#000 url(images/bg-nav-d.png) repeat-x center top;
  z-index: 25;
  border-bottom: 1px solid #121212;
}

.nav-top li li{
  margin:0;
  padding: 0px 10px;
}

.nav-top a{
  color:#666;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 15px 10px;
  text-shadow:0px -1px 0px #000;
}

/* chrome text shadow antialias fix */
.browser-chrome .block .title h3{text-shadow:0 0 0 transparent, 0px -1px 0px #000;}


.nav-top .current-menu-item > a,
.nav-top .current-menu-ancestor > a,
.nav-top li.active > a,
.nav-top li:hover > a{
  color:#fff;
  background:#333 url(images/o1b.png) repeat-x center top;
}

/* submenus */
.nav-top ul ul{
  background:#333;
  padding: 10px 0;
  top: 35px;
}
.nav-top li li a{
  font-size: 100%;
  font-weight: normal;
  padding: 5px;
  color: #999;
  border-top: 1px solid #454545;
  text-transform: none;
}

.nav-top li:first-child a{border: 0 !important;}

.nav-top li .current-menu-item > a,
.nav-top li .current-menu-ancestor > a,
.nav-top li li.active > a,
.nav-top li li:hover > a{
  background:#555;
  color:#fff;
}

/*** NAVIGATION: MAIN (below header) *4e4e4e*cecece*/

.nav-main{
  z-index: 10;
}

.nav-main ul{
  background: #cecece url(images/bg-nav.png) repeat-x center top;
}

.nav-main li{
  background: transparent url(images/nav-div.png) repeat-y right top;
  padding-right: 2px;
  border-top: 1px solid #fff;
}

.nav-main a{ 
  color:#000000;
  font-size: 105%;
  padding:15px 15px 15px;
  text-decoration: none;
  
  text-shadow: 0px 1px 1px #fff;
}

/* chrome text shadow antialias fix */
.browser-chrome .nav-main a{text-shadow:0 0 0 transparent, 0px 1px 1px #fff;}

/* home icon */
.nav-main .home a{
  background: transparent url(images/icons.png) no-repeat -46px -56px;
  padding-left: 32px;
}

/* home icon */
.nav-main .home.current-menu-item > a,
.nav-main .home.current-menu-ancestor > a{
  background: transparent url(images/icons.png) no-repeat -46px -6px;
}

.nav-main .current-menu-item,
.nav-main .current-menu-ancestor{
  background: #000 url(images/nav-a.png) no-repeat left top;
  border-color: #888888;
}

.nav-main .current-menu-item > a,
.nav-main .current-menu-ancestor > a{
  color:#fff;
  text-shadow: none;
}

.nav-main .current-menu-item > a span.p,
.nav-main .current-menu-ancestor > a span.p{
  background: transparent url(images/nav-a.png) no-repeat center bottom;
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 0;
  height: 7px;
  z-index: 15;
}

.nav-main li.active,  /* javascript triggered class (maintain the hover style during menu hide delay) */
.nav-main li:hover{
  background-color:#fff;
}

.nav-main li.active > a,  /* javascript triggered class (maintain the hover style during menu hide delay) */
.nav-main li:hover 
{
  color:#E4EFEF;  
  text-shadow: none;
}
a{
  color:#001870;  
  text-shadow: none;
}

/* submenus 2d8ac7;*/
.nav-main ul ul{
  top:32px;
  background:#fff;
  padding: 10px 0;
}

.nav-main li .current-menu-item > a span.p,
.nav-main li .current-menu-ancestor > a span.p{
  display: none;
}

/* level 3+ */
.nav-main ul ul ul{top:10px;}


.nav-main .current-menu-item ul,
.nav-main .current-menu-ancestor ul{
  background: #000;
}

.nav-main .current-menu-item li,
.nav-main .current-menu-ancestor li,
.nav-main li li{
  border:0;
  background: none;
  margin-bottom: 2px;
  padding: 0px 10px;
}

.nav-main li li a{
  padding:5px;
  line-height:125%;
  font-size: 125%;
  background: none;
  border-top: 1px dotted #666;
  font-weight:normal;
  text-shadow:none;
  text-transform: none;
}

.nav-main .current-menu-item li a,
.nav-main .current-menu-ancestor li a{
  color: #ccc;
  border-color: #454545;
}

.nav-main li li:first-child a, .nav-main li li.first a{border:0;}

.nav-main li li.active > a,
.nav-main li li:hover > a{
  background: #eee;
}

.nav-main .current-menu-item li.active > a,
.nav-main .current-menu-ancestor li.active > a,
.nav-main .current-menu-item li:hover > a,
.nav-main .current-menu-ancestor li:hover > a{
  background: #212121;
  border-color: #000;
}

.nav-main li .current-menu-item > a,
.nav-main li .current-menu-ancestor > a{
  background: none;
  color: #356AA0;
  font-weight: bold;
}

.nav-main .arrow{display:none;}

.nav-main li li .arrow{
  display:block;
  top:11px;
}

.nav-main li .current-menu-item > a .arrow,
.nav-main li .current-menu-ancestor > a .arrow,
.nav-main li li.active > a .arrow,
.nav-main li li:hover > a .arrow{background-position:-16px 0px;}

/** NAVIGATION: FOOTER ***/

.nav-bottom{
  background:#eee;
  z-index: 25;
  border-bottom: 1px solid #fff;
}

.nav-bottom li{
  margin-left: 10px;
  padding: 10px 0;
}

.nav-bottom li li{
  margin:0;
  padding: 0px 10px;
}

.nav-bottom a{
  color:#666;
  font-size: 85%;
  font-weight: bold;
  padding: 4px 10px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  text-decoration: none;
}

.nav-bottom .current-menu-item > a,
.nav-bottom .current-menu-ancestor > a,
.nav-bottom li.active > a,
.nav-bottom li:hover > a{
  color:#fff;
  background:#52487C;
}

/* submenus */
.nav-bottom ul ul{
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background:#302f2f;
  padding: 10px 0;
  bottom:48px;
  top:auto;
}

/* level 3+ */
.nav-bottom ul ul ul{
  bottom:10px;
  top:auto;
  left:280px;
}

.nav-bottom li li a{
  font-size: 100%;
  font-weight: normal;
  line-height: 125%;
  padding: 5px;
  color: #827f7f;
  border-top: 1px solid #666;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
}

.nav-bottom li li:first-child a, .nav-bottom li li.first a{border:0;}

.nav-bottom li li.active > a,
.nav-bottom li li:hover > a{
  background:#504e53;
  color:#fff;
}

.nav-bottom li .current-menu-item > a,
.nav-bottom li .current-menu-ancestor > a{
  background: none;
  color: #ece8e0;
  font-weight: bold;
}

.nav-bottom .extends a{padding-right: 24px;}

.nav-bottom .arrow{
  background-position: -8px 0;
  top: 7px;
}

.nav-bottom .current-menu-item > a .arrow,
.nav-bottom .current-menu-ancestor > a .arrow,
.nav-bottom li.active > a .arrow,
.nav-bottom li:hover > a .arrow{background-position:-8px -8px;}

.nav-bottom li li .arrow{background-position:-16px 0;}

.nav-bottom li .current-menu-item > a .arrow,
.nav-bottom li .current-menu-ancestor > a .arrow,
.nav-bottom li li.active > a .arrow,
.nav-bottom li li:hover > a .arrow{background-position:-16px -8px;}

/*** BLOCKS (usually widgets) ***/

.blocks, .block{
  list-style-type:none;
  padding:0;
border: 1px solid #EADCDC;
border-radius: 10px;
}

.blocks{margin:1em 0 0 0;}
.block{margin:0 0 1em 0; } /* расстояние между баннерами */

.block .title{
  position: relative;

}

.block .title h3{
  background:transparent url(images/block-t.png) no-repeat center top;
  margin: 0;
  padding: 5px 20px 4px;
  border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  font-size:120%;
  color:#fff;
  text-shadow:0px -1px 0px rgba(0,0,0, 0.5);
  text-transform:uppercase;
}

/* chrome text shadow antialias fix */
.browser-chrome .block .title h3{text-shadow:0 0 0 transparent, 0px -1px 0px rgba(0,0,0, 0.5);}


.block .title .br{
  background:transparent url(images/block-t.png) no-repeat bottom left;
  height: 22px;
  margin-right: 60px;
}

.block .title .bl{
  background:transparent url(images/block-t.png) no-repeat bottom right;
  height: 22px;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* remove styling on nested blocks (eg. in tabs or arbitrary widgets inside posts, pages etc.) */
.block .block{
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  border: 0 !important;
}

/*** POST ***/

.hentry{
  margin-bottom: 2em;
  padding-bottom:20px;
  position: relative;
  border-bottom:1px dotted #e8e8e8;
}

.hentry.sticky{
  font-size: 125%;
}

/* using shrinkwrap method - thanks Ray: http://www.css-lab.com/lab-work/auto-width/shrink-wrap-col.html */
.hentry .post-details{overflow:hidden;}
.hentry.thumb-left .post-details, .hentry.thumb-right .post-details{min-height:140px;} /* adjust this dynamically? */

/* thumbnail-only based post previews (looks pretty cool) */
.hentry.thumb-only{
  float:left;
  border:0;
  padding:0;
  margin:0;
}

/* post titles */
.hentry h2.title{
  margin:0;
  padding:0 0 5px 0;
  font-size:168%;
  letter-spacing: -1px;
  line-height: normal;
}

.hentry h2.title a{color:#000000;}

.hentry h2.title a:hover{
  color:#ed1e24;
  text-decoration:none;
}

/* large title on sticky posts */
.hentry.sticky h2.title{
  font-weight:bold;
  font-size: 300%;
}

.hentry .post-thumb{
  border: 5px solid #f2f2f2;
}

.hentry.thumb-left .post-thumb{
  float:left;
  margin-right:10px;
}

.hentry.thumb-right .post-thumb{
  float:right;
  margin-left:10px;
}

/* float is moved to the parent element in thumb-only mode */
.hentry.thumb-only .post-thumb{
  float:none !important;
  margin:0 10px 10px 0;
  display:block;
  border: 0;
}

.hentry .post-thumb img{display:block;}

/* main info bar */
.hentry .post-std{
  overflow: hidden; /* shrinkwrap */
}

.hentry .post-info{
  background:transparent url(images/post-std.png) no-repeat right top;
  height: 42px;
  line-height: 32px;
  display: block;
  padding-left: 10px;
  overflow: hidden;
  color:#bbb;
  text-shadow:1px 1px 1px #fff;
}

/* chrome text shadow antialias fix */
.browser-chrome .post-info{text-shadow:0 0 0 transparent, 1px 1px 1px #fff;}

.post-info a{
  font-weight:bold;
  color:#999;
}

.post-info a:hover{color:#ed1e24;}

.hentry .post-date{
  background:transparent url(images/post-std.png) no-repeat left -42px;
  padding-left: 10px;
  float: left;
}

.hentry .post-date .ext{
  background:transparent url(images/post-std.png) no-repeat right -42px;
  padding-right: 15px;
  height: 42px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

/* post tags */
.hentry .post-tags{
  overflow:hidden;
  margin-top: 7px;
  overflow:hidden;
  font-size:85%;  
}

.hentry .post-tags a{
  padding:2px 5px 3px 5px;
  margin-bottom:2px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  display:inline-block;
  background-color: #ddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -moz-linear-gradient(top, #eee, #ddd);
  background-image: -ms-linear-gradient(top, #eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #eee, #ddd);
  background-image: -o-linear-gradient(top, #eee, #ddd);
  background-image: linear-gradient(top, #eee, #ddd);
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  color: #808080;
  text-shadow: #fff 0px 1px 0px;
}

.hentry .post-tags a:hover{
  background-color: #222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333), to(#222));
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  text-decoration:none;
  color:#fff;
  text-shadow: none;
}

/* comments link */
.hentry .comments{
  background:transparent url(images/icons.png) no-repeat -55px -154px;
  position: absolute;
  top: 30px;
  right: 1px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  float:right;
}

.hentry .comments:hover{
  background-position: -55px -200px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0, 0.25);
}


/* this class should not have any graphic styles on it, because the element that has it could be empty */
.hentry .controls{
  display: none;
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 30px;
}

.single .hentry .controls{
  bottom: auto;
  top: 10px;
}


.hentry:hover > .controls{display:block;}

/*** COMMENTS/PINGS ***/

#comments,
#comments li,
#comments .navi{
  list-style-type:none;
  margin:0;
  padding:0;
}

#comments{margin:10px 0 20px 0;}

li .comment{
  margin:10px 0 0 0;
  position:relative;
  background: #f6f6f6;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

/* level 2+ */
li li .comment{margin:10px 0 0 40px;}



/* in moderation queue */
.comment.awaiting-moderation{background:#fefedf;}

.comment div.avatar{
  position:absolute;
  width: 58px;
  height: 58px;
  top:7px;
  left:7px;
  background:#fff;
  border-bottom:1px solid #ccc;
}

.comment .avatar img{padding:5px;}

.comment .avatar img{display:block;}
.comment.with-avatars .comment-head .ext{padding-left:90px;}
.comment.with-avatars .comment-body{margin-left:70px;}

.comment .comment-head{
  background:#5e5e5e url(images/comment.png) no-repeat left bottom;
  color:#ccc;
  font-size: 110%;
  text-shadow: 0px 1px 1px rgba(0,0,0, 0.25);
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

/* chrome text shadow antialias fix */
.browser-chrome .comment .comment-head{text-shadow:0 0 0 transparent, 0px 1px 1px rgba(0,0,0, 0.25);}

.comment.role-administrator > .comment-head,
.comment.bypostauthor > .comment-head{
  background-color: #46384A;
  background-position: -1000px bottom;
  color: #fff;
}

.comment .comment-head .ext{
  background:transparent url(images/comment.png) no-repeat -3000px bottom;
  padding:10px 10px 25px;
}


/* in moderation queue */
.comment.awaiting-moderation > .comment-head .ext{
  background-position: -2000px bottom;
}

.comment .comment-head a{
  color: #fff;
  font-weight: bold;
}

.comment .comment-head .d{
  text-transform: uppercase;
  font-style: italic;
  font-size: 85%;
  margin-left: 10px;
}


.comment .comment-content{
  position:relative;
  min-height:40px;
  height:68px;
  height:auto !important;
  padding: 0 10px;
}

.comment .controls{
  display:none;
  position:absolute;
  right:15px;
  bottom:15px;
  z-index: 15;
}

.comment:hover .controls{display:block;}

/*** SINGLE PAGES ***/

h1.title{
  margin:.25em 0 .5em 0;
  font-size:168%;
  text-shadow:#fff 1px 1px 1px;
  line-height: 120%;
  
}

h5.title{
  padding: 5px 10px;
  margin: 10px 0 20px 0;
  background: #eee;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow:#fff 1px 1px 1px;
}

/*** NEXT/PREV POST LINKS ***/

.post-links div{
  display:block;
  max-width:45%;
  line-height:normal;
  color:#ccc;
}

.post-links .alignright{text-align:right;}

.post-links a{
  font-size:85%;
  border:0;
  background-color:transparent;
  padding:2px 4px;
  color:#ccc;
  text-shadow:1px 1px 1px #fff;
  text-decoration:none;
}

.browser-chrome .post-links a{text-shadow:0 0 0 transparent, 1px 1px 1px #fff;}

.post-links a:hover{color:#ed1e24;}

/*** POST META ***/

/*  Публикация в конце страницы
.post-meta{
  margin:1em 0 0 0;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  border-top:1px solid #ddd;
  background-color:#f6f6f6;
  color:#999;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}  

.post-meta .details{
  font-size:85%;
  overflow: hidden;
}

.post-meta .details p{
  margin:0;
  padding: 0 0 0 10px;
  line-height:125%;
}  */

/*** PAGE/COMMENT NAVIGATION ***/

.page-navi{
  padding:5px 0px;
  color:#333;
  font-size:115%;
  font-weight:bold;
}

.page-navi a, .page-navi .current, .page-navi .dots, .page-navi .pages{
  padding:5px 10px;
  margin:2px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.page-navi a, .page-navi .pages{
  text-decoration:none;
  border:1px solid #ddd;
  background-color:#fff;
  font-weight:normal;
  color: #999;
}

.page-navi a:hover{
  border:1px solid #ed1e24;
  color:#fff;
  background-color:#ed1e24;
}

.page-navi .pages{color:#999;}

.page-navi .current{
  border:1px solid #000;
  color:#fff;
  background:#999 url(images/bg-nav-d.png) repeat-x center -2px;
}

.page-navi .loading{
  width: 16px;
  height: 16px;
  background:transparent url(images/lc16w.gif) no-repeat center center;
}

/* align to right on col-3-left layout, looks better */
.col-3-left .page-navi{float:right;}
.page-navi a, .page-navi .current, .page-navi .dots, .page-navi .pages{float:left;}

/*** FOOTER ***/

#footer{
  background: #ddd;
}

/* copyright & other info */
#footer #copyright{
  background: #cdcdcd;
  padding:1em 0;
  font-size: 110%;
  line-height:150%;
  text-align:center;
  text-shadow:0px 1px 1px #fff;
}

#footer a.rss{
  background:transparent url(images/icons.png) no-repeat -52px -115px;
  padding-left:30px;
}

/*** SEARCH FORM ***/

.search-form{
  overflow:hidden;
  margin: 0;
}

.search-form fieldset{
  background:transparent url(images/search.png) no-repeat left top;
  height: 34px;
  margin:0;
  padding: 0 0 0 34px;
  border:0;
  overflow:hidden;
  display:block;
}

.search-form input.text{
  border: 0;
  padding: 0;
  margin: 7px 0 0 0;
  width: 90%;
  background: none;
  outline:none;
  font-size:120%;
}

.search-form a.submit{
  background:transparent url(images/search.png) no-repeat right top;
  text-indent:-9999px;
  width: 55px;
  height: 34px;
  line-height: 22px;
  float:right;
}

.search-form a.submit:hover{background-position:right bottom;}

/*** TAG CLOUD ***/

.tagcloud{
  text-align:justify;
  line-height:150%;
  padding: 10px 0;
}

.tagcloud a{
  vertical-align:middle;
  text-decoration:none;
  padding:0 0.2em;
  letter-spacing:-0.02em;
  color:#666; /* options override this */
  text-shadow:0px 1px 1px #fff;
}

.tagcloud a:hover{
  background:#abd91d;
  color:#000 !important; /* to override the inline color styles */
  text-decoration: none;
}

.browser-chrome .tagcloud a{text-shadow:0 0 0 transparent, 0px 1px 1px #fff;}

/*** MISC ***/

/* rss */
a.rss-block{
  margin-top: 10px;
  background:#efefef url(images/icons.png) no-repeat -56px -110px;
  font-size:85%;
  color:#aaa;
  padding: 3px 5px 3px 24px;
  color: #5e5e5e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0 1px 1px #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #5e5e5e;
  cursor: pointer;
}

a.rss-block:hover{
  color:#fff;
  text-decoration:none;
  text-shadow: none;
  border-color:#565459;
  background-color:#565459;
}

/* buttons, used for various things... */
.controls > a{
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 2px;
  font-size:100%;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: #ddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -moz-linear-gradient(top, #eee, #ddd);
  background-image: -ms-linear-gradient(top, #eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #eee, #ddd);
  background-image: -o-linear-gradient(top, #eee, #ddd);
  background-image: linear-gradient(top, #eee, #ddd);
  text-decoration: none;
  text-shadow:#fff 0 1px 1px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  border-bottom: 1px solid rgba(0,0,0, 0.25);
  color: #808080;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.comment .controls a{
  font-size: 85%;
  font-weight: normal;
  padding: 3px 10px 4px;
}

input[type=submit]{z-index: 20;}

.controls a:hover{
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  color:#fff;
  text-decoration:none;
  text-shadow:#000 0 1px 1px;
}

.wide{width:100%;}
.hidden{display:none;}

.error{color:#ed1e24;}
.success{color:#a0c207;}

.error.box{
  border:1px solid #c00;
  background:#ffebe8;
  padding:5px 10px;
  font-size:115%;
  margin:0 auto;
  color:#c00;
  text-align:center;
  text-shadow:#fff 0px 1px 1px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

/* clearfix */
.clear-block:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.large{font-size:115%;}

.divider{
  padding:4px 0 0;
  margin:5px 0 15px;
  display:block;
  border-bottom:1px dotted #ccc;
  height:1px;
  min-height:1px;
}

span.alt{
  color:#abd91d;
  font-style:italic;
}

.highlight{background-color:#FFE4B5;}

img.alignleft,img.alignright{
  padding:3px;
  margin-top:5px;
  margin-bottom:5px;
}

.alignleft{
  float:left;
  margin-right:10px;
}

.alignright{
  float:right;
  margin-left:10px;
}

.aligncenter{
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* smiley adjustment */
img.wp-smiley{vertical-align:-15%;}

/* captions */
.wp-caption, .gallery-caption{
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
  margin-top:10px;
  margin-bottom:10px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.wp-caption-dd{
  font-size:11px;
  line-height:17px;
  padding:0 4px 5px;
  margin:0;
}

.wp-caption-text{
  font-size:xx-small;
  color:#999;
  vertical-align:top;
}

/* jump to top link */
a.go-top{
  display: none;
  position:fixed;
  right:10px;
  bottom:10px;
  cursor: pointer;
  z-index: 99;
  padding: 5px 10px;
  background: #eee;
  text-decoration: none;
}

a.go-top:hover{
  background: #333;
  color: #fff;
}

.no-js .hide-if-no-js{display: none;}

/*** MYSTIQUE LITE SPECIFIC STYLES  ширина блоков***/

.fixed.col-2-right #primary-content{width:610px;left:349px}
.fixed.col-2-right #sidebar{width:305px;left:385px}
.fixed.col-2-right #mask-1{right:320px}

.home.fixed.col-2-right #primary-content{padding-top: 20px;}


/* банер */
.baner {
float: right;
position: relative;
top: -125px;
right: 668px;
}

/* Топ комментаторов */

.top-comment {
     height:100%;
}

.top-comment table {
     min-height: 100%;
     height:100%;
     width:100%;
}

.top-comment table tr {
    text-align:center;
    vertical-align: top;
}

.top-comment table td {
     padding:0 5px 15px px;
}

.top-comment .avatar-top img {
     -webkit-box-shadow: #666 0px 2px 3px;
     -moz-box-shadow: #666 0px 2px 3px;
     box-shadow: #666 0px 2px 3px;
     padding: 3px;
     background: white;
     border-image: initial;
     border: 1px solid #D0D0BB;
     margin: 0 0 3px 0;
}

.top-comment .avatar-comment {
     font-size: 12px;
} 

/* замена ссылок на боки span */
.spanlink { color: blue; cursor:pointer; }
.spanlink :hover { color:blue; text-decoration:underline; }


.rubrika
{
text-align:  right;
}
.text11
{
text-align:  center;
background: #EDEDED;
}

/*постраничная навигация BB7B00  85B6C5*/
.wp-pagenavi {
height: 50px;
clear: both;
text-align:  center;
font: bold 14px Verdana,sans-serif;
color:#00269F;
}
.wp-pagenavi span.pages{
color: #00269F;
} 
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
padding: 6px 9px;
margin: 2px;
background:#cccccc;
font: bold 14px Verdana,sans-serif;
color: #00269F;
border-radius:5px ;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #BB7B00;
background:#00269F;
color:#ffffff;
}
.wp-pagenavi span.current {
color: #f5f5f5;
background:#7A88F4;
padding: 8px 9px;
}

/* это интересно */

.interes {
float: right;
position: relative;
top: 83px;
left: 400px;
}

/* выпадащ спойлер */
.spoiler {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-left: 2px solid #3965a8;
    box-shadow: 0 0 9px #dddddd inset;
}
 
.title_h3 {
    cursor:pointer;
    font-size: 14px;
    background: #dddddd;
    margin: 0 -10px 0 -10px;
    padding: 10px;
    padding-left: 30px;
    -moz-box-shadow: 0 0 9px #dddddd inset;
    box-shadow: 0 0 9px #dddddd inset;
}
 
.closed .contents { display:none; }
.closed h3 { background: #bbbbbb; }
.contents { padding: 10px; }


/* боковой виджет баннер*/
.floating {
margin: 0 auto;
padding: 1px 33px;
border: 1px solid #BAADAD;
border-radius: 10px;
 }
/* баннер */
.pozic1
{
margin:10px auto 2px;
float: right;
position: relative;

right: 70px;
}

/*---------- Feature pictures ----------*/
.text_picture_up {
	width: 285px;
	height: 5px;
	margin: 0 auto;
	background: #ffba00; }
.text_picture {
	width: 285px;
	padding: 2px 4 8px 3px;
	margin: 0 auto 10px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	border-top: none;
	box-shadow: 0 2px 6px #ababab; }

	.text_picture:after,
.picture_text:after,
ul.tabs:after,
.box:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		height: 0; }

.picture {
	float: left;
	width: 125px;
	padding: 0 0 2px;
	margin: 0 6px 3px 0;
	text-align: center;
	color: #0169D3; }

	.picture:hover {
		
		color: #ff7200; }

.picture_img1,
.picture_img2,
.picture_img3,
.picture_img4,
.picture_img5,
.picture_img6,
.picture_img7,
.picture_img8 {
	width: 137px;
	height: 110px;
	margin: 0 auto; }

.picture_img1 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -1px 0; }

.picture_img2 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -140px 0; }

.picture_img3 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -8px -123px; }

.picture_img4 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -139px -125px; }

.picture_img5 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -9px -248px; }

.picture_img6 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -137px -248px; }

.picture_img7 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -9px -383px; }

.picture_img8 { background: url(http://sgolder.com/wp-content/themes/mystique/images/best_bar.jpg) no-repeat -139px -383px; }

.picture_text { width: 148px; }

.picture_text {
	text-decoration: underline;
	font: normal 14px Arial, sans-serif; }

/*---------- Google search ----------*/
#cse-search-box {
	width: 295px;
	height: 35px;
	padding: 2px 0 0 2px;
	margin-bottom: 20px;
	background: #ffffff; }

.search_field {
	float: left;
	width: 195px;
	height: 28px;
	padding-left: 14px;
	background: #ededed;
	border: none;
	box-shadow: -1px -1px 1px #aaaaad;
	font: italic normal 12px Arial, sans-serif;
	color: #afafaf; }

	.search_field:focus { outline: 0; }

.search_submit {
	float: left;
	width: 75px;
	height: 36px;
	margin: -4px 0 -12 -2px;
	border: none;
	background: url(images/search.jpg) no-repeat 0 0;
	text-align: center;
	font: bold 14px Arial, sans-serif;
	color: #014A93;
	cursor: pointer; }

	.search_submit:hover {
		background: url(images/search.jpg) no-repeat 0 -37px;
		color: #ff7200; }

	.search_submit:active { background: url(images/search.jpg) no-repeat 0 -74px; }

/*---------- Tabber-tabs bar ----------*/
.box {
	width: 290px;
	padding: 8px 0;
	margin: 0 auto 5px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	border-top: 5px solid #ffba00;
	box-shadow: 0 2px 5px #ababab; }

.center { text-align: center; }

ul.category {
	position: relative;
	float: left;
	width: 250px;
        top:5px;
	padding-left: 1px;
	overflow: hidden; }

	ul.category li {
		width: 250px;
		padding: 5px 0;
		margin: 0 0 8px 0;
		cursor: pointer; }

		ul.category li a {
			font: bold 15px Arial, sans-serif;
			color: #0169D3;
line-height: 32px; }

		ul.category li:hover a { color: #ff7200; }

.cat_1, .cat_2, .cat_3, .cat_4, .cat_5, .cat_6 {
	float: left;
	width: 33px;
	height: 33px;
	margin: 0 10px 0 10px;
border: 1px solid #BAADAD;
border-radius: 10px; }

.cat_1 { background: url(images/cat_icons.png) no-repeat 0 0; }

ul.category li:hover .cat_1 { background: url(images/cat_icons.png) no-repeat -32 -35px; }

.cat_2 { background: url(images/cat_icons.png) no-repeat -35px -0px; }

ul.category li:hover .cat_2 { background: url(images/cat_icons.png) no-repeat -35px -35px; }

.cat_3 { background: url(images/cat_icons.png) no-repeat -73px 0; }

ul.category li:hover .cat_3 { background: url(images/cat_icons.png) no-repeat -73px -35px; }

.cat_4 { background: url(images/cat_icons.png) no-repeat -110px 0; }

ul.category li:hover .cat_4 { background: url(images/cat_icons.png) no-repeat -110px -35px; }

.cat_5 { background: url(images/cat_icons.png) no-repeat -143px 0; }

ul.category li:hover .cat_5 { background: url(images/cat_icons.png) no-repeat -143px -35px; }

.cat_6 { background: url(images/cat_icons.png) no-repeat -175px 0; }

ul.category li:hover .cat_6 { background: url(images/cat_icons.png) no-repeat -175px -35px; }


.bannerbropost
{ padding-left: 75px;
}

/*---------- Feedburner bar ----------*/
.feedburner4 {
	position: relative;
	width: 300px;
	height: 304px;
	padding-top: 158px;
	margin-bottom: 3px;
	background: url(images/feedburner4.jpg) no-repeat top right;
	overflow: hidden; }

.burner_form {
	width: 250px;
	height: 110px;
	padding: 13px 0 0px;
	margin: 0 0px 14px 30px;
	border-bottom: 1px dashed #8c8c8c;
	text-align: center; }

	.burner_form p {
		margin: 0 0 8px;
		text-align: left;
		font: italic normal 13px Arial, sans-serif;
		color: #353535; }

.burner_mail {
	width: 221px;
	height: 27px;
	padding-left: 5px;
	margin-bottom: 8px;
	background: #FFFFFF;
	border: none;
	box-shadow: -1px -1px 1px #aaaaad;
	color: #3F3F3F; }

	.burner_mail:focus { outline: 0; }

.burner_submit {
	width: 180px;
	height: 29px;
	margin: 0 auto;
	background: #cccccc url(images/burner_submit.jpg) no-repeat;
	border: 1px solid #fffffd;
	box-shadow: 1px 1px 5px #aaaaac;
	font: bold 14px Arial, sans-serif;
	color: #0169D3;
	cursor: pointer; }

	.burner_submit:hover { box-shadow: 0px 0px 3px #aaaaac; }

.burner_rss {
	float: left;
	width: 125px;
	height: 35px;
	padding-top: 5px;
	margin: 0 0 0 29px;
	font: bold 11px Arial, sans-serif;
	color: #ff5300; }

.burner_rss {
	margin-bottom: 40px; }

.burner_twit {
	float: left;
	width: 125px;
	height: 35px;
	padding-top: 5px;
	margin: 0 0 0 8px;
	font: bold 11px Arial, sans-serif;
	color: #0061b4; }

.burner_icon {
	float: left;
	width: 35px;
	height: 35px;
	margin: -5px 5px 0 0;
	box-shadow: 1px 1px 5px #444441; }

	.burner_icon:hover { box-shadow: 1px 1px 2px #444441; }

.grey_count {
	font: normal 11px Arial, sans-serif;
	color: #626262; }

.feedburner_info {
	position: absolute;
	width: 124px;
	height: 112px;
	padding: 0 22px 0 7px;
	bottom: 0;
	right: 0;
	background: url(images/fstar.jpg) no-repeat 0 3px;
	font: normal 11px Arial, sans-serif;
	color: #666665; }

/* feed single */
.single_feed {
	position: relative;
	width: 590px;
	height: 298px;
	padding-top: 65px;
	margin: 0 -2px 0 10px;
	background: url(images/single_feed.jpg) no-repeat; }

.feed_text {
	width: 298px;
	height: 100px;
	margin: 0 0 0 200px;
	letter-spacing: -1px;
	text-shadow: 0.1px 0.1px 0.1px #ed1c21;
	font: normal 23px/23px Arial, sans-serif;
	color: #ed1c24; }

.bold { font-weight: bold; }

.feed_friends {
	position: absolute;
	bottom: 10px;
	right: 52px;
	font: 17px Arial, sans-serif;
	color: #2d2e32; }

.feed_form {
	width: 300px;
	height: 35px;
	margin: 5px 0 0 195px; }

.feed_mail {
	float: left;
	width: 200px;
	height: 28px;
	padding-left: 5px;
	background: #ededed;
	border: none;
	box-shadow: 1px 1px 1px #aaaaad inset;
	font: italic normal 13px Arial, sans-serif;
	color: #666665; }

	.feed_mail:focus { outline: 0; }

.feed_submit {
	float: left;
	width: 155px;
	height: 37px;
	margin: 2px 0 0 32px;
	background: url(images/feed_submit.jpg) no-repeat 0 0;
	border: none;
	text-align: center;
	font: normal 14px/37px Arial, sans-serif;
	color: #0169D3;
	cursor: pointer; }

	.feed_submit:hover { background: url(images/feed_submit.jpg) no-repeat 0 -37px; }

	.feed_submit:active { background: url(images/feed_submit.jpg) no-repeat 0 -74px; }

/* РЕКЛАМНАЯ СТРОКА */

/* Блок в котором будет выводиться рекламная строчка */
.lb_link_block{
	width:94%;
	margin-left:35px;
	height:40px;
	border-bottom:1px solid silver;
}

/* Первый столбец (ссылка) */
#lb_link{
    float:left; 
    text-align:left; 
    display:block;
    width:70%;
    height:40px; 
    line-height:40px;  
	overflow:hidden;
}
#lb_link .lb_link{
    display:block;
    font-weight:normal; 
    font-size:22px; 
}
#lb_link .lb_link a{
    
}


/* Второй столбец (Добавить сюда свою рекламу) */
#lb_link_add {
    float:right; 
    width:30%; 
    text-align:right; 
    height:40px; 
    line-height:50px; 
}
#lb_link_add .lb_link { 
    display:block; 
    font-size:12px; 
    text-decoration:none; 
    font-weight:normal;  
}
#lb_link_add .lb_link a{
    
}

/* БЛОК ССЫЛОК */

/* Обнуляем стили для таблицы блока ссылок */
.lb_blockurl{
	width:100% !important;
	border:none !important;
	border-spacing:1px !important;	
	padding:5px !important;
	margin:0 !important; 
}
.lb_blockurl tr td{ 
	border:none !important;
	border-spacing:0 !important;	
	padding:4px 1px 4px 1px !important;
	margin:0 !important;
}

/* Первый столбец (картинки) */
.lb_blockurl tr td{ 
	width:20px !important;
}
.lb_blockurl tr td img{ 
	position:relative !important;
	top:1px !important;
}

/* Второй столбец (ссылки) */
.lb_blockurl tr td.lb_blockurl_link{
	font-size:14px !important;
}

/* Ячейка (цена) */	
.lb_blockurl tr td.lb_blockurl_price{
	font-size:12px !important;
	padding-top:5px !important;
	color:red !important;
}

/* Ячейка (добавить рекламу) */	
.lb_blockurl tr td.lb_blockurl_add{
	width:70% !important;
	font-size:12px !important;
	text-align:right !important;
	padding-top:5px !important;
}


/* ТИЗЕРЫ */
.lb_teaser{
	border:0px solid silver; /* Рамка */
	padding:5px; 			 /* Внутренние Отступы */   
}
.lb-clear{
	clear:both;
}

/* Добавить сюда свою рекламу */
#lb_teaser_add {
	float:right;
    text-align:center; 
    line-height:20px;
	padding:5px;	
}

/* ДОПОЛНИТЕЛЬНО */

/* Цвет ссылки */
span.lb-hidden {
	color:#0061c1; 
	cursor: pointer;
}
span.lb-hidden:hover {
	color:orange; 
	cursor: pointer;
}

/* Цвет добавить рекламу */	
span.lb-hidden-add {
	color:gray !important; 
	cursor: pointer; 
}