/*
Theme Name: wowgurudis

*/

* {margin: 0; padding: 0}
header, nav, section, article, aside, footer {display: block}
body {
	    background: url("i/background.jpg") no-repeat scroll center top white;
    color: #444444;
    font: 15px/20px Verdana,Arial,Tahoma,sans-serif;
}
a {
	  color: #0094D6;
    outline: medium none;
    text-decoration: underline;
}
a:hover {
	  color: #FF7700;
    text-decoration: underline;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {


    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("i/blockico.png") no-repeat scroll 5px 50% #FFFFFF;
    border-color: #E6E6E6;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85) inset, 0 0 5px rgba(0, 0, 0, 0.04);
    margin: 10px 20px 20px 10px;
    padding: 5px 10px 5px 70px;
    position: relative;
}

blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.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;
}
table {
	width: 99%;
	margin: 0 0 20px 3px;
	border-collapse: collapse;
}
th, td {
  border: 1px solid #CCC;
	padding: 4px 8px;
}
th {
  text-align: left;
	background: #F3F3F3;
}
pre {
	margin: 0 0 20px;
}

#wrapper {
	width: 988px;
	margin: 0 auto;
/*	padding: 0 10px 10px;
	
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #FFF;
border-top: 5px solid #EEE; */
}


/* Header
-----------------------------------------------------------------------------*/

header {
    background-color: white;
    border: 1px solid #E6E6E6;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85) inset, 0 0 5px rgba(0, 0, 0, 0.04);
    height: 175px;
    margin-bottom: 15px;
    margin-top: 55px;
    position: relative;
}
/*
#logo {
	position: absolute;
	top: 23px;
	left: 25px;
	font: bold 33px/1 "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	text-shadow: 2px 2px 1px #DDD;
  text-decoration: none;
}
#logo span {
	display: block;
	margin: 5px 0 0;
	color: #808080;
	font: 13px/1 Verdana, Arial, Tahoma, sans-serif;
	text-shadow: none;
}
*/
#nav {
	  height: 31px;
    left: 0;
    line-height: 31px;
    position: absolute;
    top: 105px;
    width: 100%;
}
#nav li {
    display: inline;
    float: left;
    font-size: 13px;
    list-style: none outside none;
    margin: 0 12px 0 25px;
}

div.counters {
    float: right;
    margin-top: 15px;
}
.counters img {
    opacity: 0.4;
}
.counters img:hover {
    opacity: 1;
}

#nav li a {
    color: #808080;
    float: left;
    text-decoration: none;
}

#nav li a:hover {
    color: #444444;
}
#nav li.current_page_item a {
	background: url(i/arrow.gif) 0 14px no-repeat;
  padding-left: 10px;
}

#search {
	  left: 4px;
    position: absolute;
    top: 143px;
	
}

div.buttonup {
    color: #444444;
    font: 17px/1 "Trebuchet MS",Arial,Sans-Serif;
    margin: 0 0 0 149px;
    padding: 0 0 4px;
    text-shadow: 1px 2px 1px #DDDDDD;
    word-spacing: 1px;
}
div.buttonup a {
    color: #b16512;
    font: 17px/1 "Trebuchet MS",Arial,Sans-Serif;
    opacity: 0.6;
    text-decoration: none;
    text-shadow: 1px 2px 1px #DDDDDD;
}

div.buttonup a:hover {
    color: #808080;
    font: 17px/1 "Trebuchet MS",Arial,Sans-Serif;
    opacity: 1;
    text-decoration: none;
    text-shadow: 1px 2px 1px #DDDDDD;
}
#search input {
  font: 11px Verdana, Arial, Tahoma, sans-serif;
	float: left;
}
.search {
	width: 161px;
	padding: 4px 7px 5px;
	margin-right: 3px;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	background: #FFF;
}
.search:focus {
  border: 1px solid #999;
	color: #000;
}
#search input.go {
	background: #b16512;
	border: 0;
	padding: 0 12px 1px;
	color: #FFF;
	font-weight: bold !important;
	overflow: visible;
	height: 24px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#search input.go::-moz-focus-inner{border:0}
#search input.go:hover {
	background: #999;
}


/* Content
-----------------------------------------------------------------------------*/
section {
	    background-color: white;
    border: 1px solid #E6E6E6;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85) inset, 0 0 5px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    width: 100%;
}
* html section {height: 1%;}
section:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#crumbs {
	margin: 0 0 30px;
	padding: 7px 0 6px;
  border-bottom: 1px solid #E5E5E5;
	font: 16px/1 "Trebuchet MS", Arial, Sans-Serif;
}
#content {
    float: left;
    min-height: 800px;
    overflow: hidden;
    padding: 0 0 20px 35px;
    width: 695px;
}
#content .post {
	margin: 0 0 45px;
}
#content h2 {
	font: 23px/1 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 6px;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	text-shadow: 2px 2px 1px #DDD;
}
#content h3 {
	font: 20px/1 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 6px;
	margin-bottom: 18px;
	border-bottom: 1px solid #E5E5E5;
	text-shadow: 2px 2px 1px #DDD;
}
.pmeta {
	font-size: 11px;
  line-height: 16px;
	
	color: #888;
}
.pmeta a,
.ptags a {
	color: #888;
	text-decoration: underline;
}
.pmeta a:hover,
.ptags a:hover {
	color: #AA0001;
}
.entry img.alignleft,
.entry img.alignright,
.entry img.aligncenter {
	border: 3px solid #EEE;
	padding: 1px;
}
#content h1 {
     background-color: #938F8F;
   border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    float: left;
    font: 22px/1 "Trebuchet MS",Arial,Sans-Serif;
    margin-bottom: 20px;
    margin-left: -22px;
    padding: 15px 10px;
    width: 694px;
	text-shadow: 1px 1px #005DAB;
	
	
	
	
}
#content .entry h2,
#content .entry h3,
#content .entry h4,
#content .entry h5,
#content .entry h6 {
	font: normal 23px/1.4 "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 4px;
	margin: 25px 0 18px;
	text-shadow: 2px 2px 1px #DDD;
  
	border: none;
}
#content .entry h3 {font-size: 20px}
#content .entry h4 {font-size: 18px}
#content .entry h5 {font-size: 17px}
#content .entry h6 {font-size: 15px}
.ptags {
	font-size: 11px;
	color: #999;
	overflow: hidden;
	height: 1%;
}
.comments {
	float: right;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/dot.gif) repeat-x;
}

.post ul {
    clear: left;
    margin: -4px 0 18px 18px;
}

.post ul li {
    background: url("i/v1.png") no-repeat scroll 0 11px transparent;
    list-style: none outside none;
    padding: 6px 0 4px 18px;
}
.post li {
    clear: left;
    padding: 2px 0;
}
.post ol {
    margin: 0 0 6px 45px;
}
.entry ol {
    counter-reset: li;
    list-style: none outside none;
}
.entry ol > li:before { 
    background:  url("i/ol1.png") repeat-x scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 24px 24px 24px 24px;
    box-shadow: 0 0 0 1px #FFFFFF, 2px 2px 4px #DDDDDD;
    color: #000000;
    content: counter(li, decimal);
    counter-increment: li;
    font: 14px/23px Arial,sans-serif;
    height: 22px;
    left: -35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
    top: -1px;
    width: 22px;
}
.entry ol > li {
    position: relative;
}

.post li ul {
	margin: 4px 0 -5px;
  border-top: 1px solid #EEE;
}
.post li ol {
	margin: 4px 0 -5px 18px;
  border-top: 1px solid #EEE;
}

.other {
	margin: 20px 0;
}
.other ul,
#recent,
#childCats {
	margin: -5px 0 0;
}
.other li,
#recent li,
#childCats li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px 4px 4px 8px;
}
.other li a,
#recent li a,
#childCats li a {
	background: url(i/arrow.gif) 0 5px no-repeat;
	padding: 0 0 0 12px;
	color: #808080;
}
#childCats {
	margin: -18px 0 20px;
}
#childCats li ul {
	border-top: 1px solid #EEE;
	margin: 4px 0 -5px 12px;
}

#aboutAuthor {
	margin: 0 0 40px;
	overflow: hidden;
	height: 1%;
}
#aboutAuthor .avatar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 4px 10px 0 0;
}
.aboutAuthor {
	overflow: hidden;
	height: 1%;
}
.post #aboutAuthor {
	background: #F9F9F9;
  border: 1px solid #DDD;
	margin: 20px 0 0;
	padding: 5px 10px 6px;
}
.post #aboutAuthor .avatar {
	margin: 3px 10px 2px 0;
}
.post #aboutAuthor p {
	margin: 0 0 10px;
}

#order {
	text-align: right;
	margin: 20px 0 10px;
}
#order select {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	vertical-align: middle;
}

.commentlist {
	margin: 20px 0 5px;
	overflow: hidden;
}
.commentlist li {
	list-style: none;
}
.commentlist li .comment {
	margin: 0 0 28px;
}
.commentlist ul.children {
	margin: 0 0 0 18px;
}
.cauthor {
	background: #F2F2F2;
	border: 1px solid #E9E9E9;
	padding: 3px 4px;
	height: 18px;
}
.bypostauthor .cauthor {
	background: #F7EDED;
	border: 1px solid #F2E1E1;
}
.fn {
	 font-style: normal;
    font-weight: bold;
    position: absolute;
    width: 670px;
}
.avatar {
	border: 1px solid #DDD;
	padding: 2px;
	float: left;
	background: #FFF;
	margin: 0 5px -25px 0;
	-webkit-box-shadow: 0 0 5px #CCC;
	-moz-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	position: relative;
}
.bypostauthor .avatar {
	border: 1px solid #ECD2D2;
	-webkit-box-shadow: 0 0 5px #E0B8B8;
	-moz-box-shadow: 0 0 5px #E0B8B8;
	box-shadow: 0 0 5px #E0B8B8;
}
.cdata {
	font-size: 11px;
	color: #888;
	margin: 3px 0 0 54px;
}
.cdata a {
	color: #888;
  text-decoration: none;
}
.cdata a:hover {
	color: #AA0001;
  text-decoration: underline;
}
.ctext {
	padding: 14px 7px 0;
}
.reply {
	width: 100%;
	overflow: hidden;
	text-transform: lowercase;
	margin: -4px 0 0 7px;
}
.reply a {
	float: left;
	background: #F4F4F4;
	color: #AA0001;
	text-decoration: none;
	padding: 0 6px;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 17px;
	height: 18px;
}
.reply a:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
#respond h3 {
	margin: 30px 0 16px;
}
#cancel-comment-reply {
	float: right;
	margin-top: -40px;
}
#cancel-comment-reply small {
	font-size: 13px;
}

#commentform {
	padding: 0 0 15px;
}
#commentform p {
	margin: 0 0 8px;
}
#author, #email, #url, #comment {
  font: 13px Arial, Tahoma, sans-serif;
	width: 200px;
	padding: 5px 10px 6px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #777;
}
#author, #email, #url {
  margin-right: 5px;
}
#comment {
	width: 95%;
	height: 170px;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #submit:focus {
  border: 1px solid #999;
	color: #000;
}
#submit {
	height: 30px;
	padding: 0 15px;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font: bold 13px Arial, Tahoma, sans-serif;
	-webkit-box-shadow: 2px 2px 0 #EEE;
	-moz-box-shadow: 2px 2px 0 #EEE;
	box-shadow: 2px 2px 0 #EEE;
}
#submit::-moz-focus-inner{border:0}
#submit:hover {
	background: #E60000;
	color: #FFF;
	border: 1px solid #E60000;
}
.red {color: #F00}

.navigation {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}
.navigation a,
.navigation span {
	display: inline-block;
	width: 24px;
  text-align: center;
	padding: 1px 0 2px;
	margin: 0 2px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FAEBEB;
}
.navigation a:hover {
	background: #b16512;
	color: #FFF;
}
.navigation span.current {
  font-weight: bold;
	background: #CCC;
	color: #FFF;
	text-shadow: -1px -1px 0px #BBB;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 0;
}
.navigation.comm a {
	display: inline;
	background: none;
}
.navigation.comm a:hover {
	color: #AA0001;
  text-decoration: underline;
}


/* Sidebars
-----------------------------------------------------------------------------*/
aside {
   float: right;
    font-size: 11px;
    line-height: 16px;
    padding: 11px 4px 0;
    width: 245px;
}
#izbr {}
#izbr1{   float: right;
    font-size: 14px;
    margin-top: 6px;
    position: relative;}
* html aside {height: 1%;}
aside:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.section1 {
    border-radius: 10px 10px 10px 10px;
     background-color: #F1F1F1;
	  margin-bottom: 10px;
}
#forWebmasters {
    color: #888888;
}
div.box.visible {
    display: block;
}
div.box {
    border: 1px solid #E1E1E1;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 0 0 4px #F9F9F9;
    
    padding: 5px;
}
#leftSidebar {
	float: left;
	width: 228px;
	padding: 0 10px;
}
#rightSidebar {
	float: left;
	width: 168px;
	padding: 0 0 0 11px;
}

.section {
	margin: 0 0 30px;
}

aside ul {
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
}

aside li {
    list-style: none outside none;
    padding: 2px 8px 9px;
}
aside li a {
    border-bottom: 1px solid #D4D4D4;
    color: #555555;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}


#authoriz {
	margin: 0 15px 20px;
	width: 198px;
}
#authoriz div {
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px;
}
#authoriz label {
	float: left;
	padding: 2px 0 0;
}
#authoriz input#login,
#authoriz input#pass {
	float: right;
  font: 11px Verdana, Arial, Tahoma, sans-serif;
	width: 115px;
  border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px 4px;
	color: #777;
}
#authoriz input#login:focus,
#authoriz input#pass:focus {
  border: 1px solid #999;
	color: #000;
}
#remember {
	float: left;
	padding: 3px 0 0;
}
#remember input {
	margin: 0 4px 0 0;
}
#enter {
	float: right;
	background: #E60000;
	border: 0;
	padding: 0 12px 1px;
	color: #FFF;
  font: bold 11px Verdana, Arial, Tahoma, sans-serif;
	overflow: visible;
	height: 24px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#enter::-moz-focus-inner{border:0}
#enter:hover {
	background: #999;
}
div#lost {
	width: auto;
	margin: 0 -15px;
  text-align: center;
}
#lost a {
	margin: 0 2px;
}

aside h4 {
	font: 16px/1 "Trebuchet MS", Arial, Sans-Serif;
	margin: 13px 0 12px;
	   text-align: center;
}

#recentArticles .pmeta {
	margin: -6px 0 10px;
  line-height: 16px;
}


/* Footer
-----------------------------------------------------------------------------*/
footer {
	  border: 1px solid #E6E6E6;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85) inset, 0 0 5px rgba(0, 0, 0, 0.04);
    color: #808080;
    font-size: 11px;
    height: 75px;
    line-height: 16px;
    padding: 7px 10px;
}
#breadcrumb {
    position: relative;
    text-align: center;
	  font-size: 10px;	
}
#rss {
	float: right;
  background: url(i/rss.png) no-repeat;
	padding: 0 0 0 21px;
	color: #808080;
  text-decoration: underline;
}
#rss:hover {
	color: #AA0001;
}


/* Categories
-----------------------------------------------------------------------------*/

.section_c {
    display: block;
    margin-bottom: 35px;
   min-height: 150px;
    min-width: 695px;
}
.rubrik {float: none !important;}
.section_text {
   
    padding-top: 5px;
}
.section_c .thumbnail {
    border: 1px solid #995B17;
    border-radius: 12px 12px 12px 12px;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}

.section_title {
    color: #7F4C14;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1 !important;
    margin-bottom: 20px;
}

.section_title a {
    color: #7F4C14;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.1 !important;
    margin-top: 20px;
    text-decoration: underline;
}
#categories {
	width: 546px;
	margin: 22px -6px 22px 0;
}
* html #categories {height: 1%;}
#categories:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#categories .column {
	float: left;
	width: 175px;
	margin-right: 7px;
}
#categories li {
	list-style: none;
	line-height: 17px;
}
#categories li ul {
	margin: 2px 0 10px;
}
#categories li li {
	font-size: 11px;
	background: url(i/arrow.gif) 9px 7px no-repeat;
	padding: 0 0 0 19px;
}
#categories li div {
	padding: 3px 5px;
	text-transform: uppercase;
	border: 2px solid #E9E9E9;
}
#categories li div a {
	font-weight: bold;
}
#categories li li ul {
	margin: 2px 0 2px -7px;
}
#categories li li a {
	color: #808080;
}
#categories li li a:hover {
	color: #AA0001;
}

#getArticleSource {
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
}
#getArticleCode label {
	display: block;
	padding: 0 0 3px;
  font-weight: bold;
	position: relative;
}
#getArticleCode input,
#getArticleCode textarea {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 5px 6px 6px;
  margin: 0 0 18px;
  font: 13px Arial, Tahoma, sans-serif;
	color: #777;
	width: 97%;
}
#getArticleCode input:focus,
#getArticleCode textarea:focus {
  border: 1px solid #999;
	color: #000;
}


/* Author Panel
-----------------------------------------------------------------------------*/
#authorNav {
	width: 100%;
	overflow: hidden;
	margin: -10px 0 25px;
	padding: 0 0 12px;
  border-bottom: 1px solid #EEE;
  font-size: 13px;
}
#authorNav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 2px 20px 2px 22px;
  border-left: 1px solid #EEE;
  margin-left: -11px;
  line-height: 12px;
	background: url(i/arrow.gif) 10px 6px no-repeat;
}
#authorNav li a {
  font-weight: normal;
}
#authorNav li.current a {
	color: #444;
  font-weight: bold;
}

.success,
.error,
#publishTerms {
	background: #DFFAD3 url(i/ico_success.png) 3px 60% no-repeat;
  border: 1px solid #72CB67;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 12px 9px 42px;
	margin: 25px 0;
}
.error {
	background: #FFEBE8 url(i/ico_error.png) 3px 60% no-repeat;
  border: 1px solid #C00;
}

table.form-table {
  border: 1px solid #DDD;
	margin: 0 0 15px;
	border-collapse: collapse;
}
table.form-table th {
  text-align: left;
  padding: 10px;
	vertical-align: top;
	background: #F9F9F9;
	border: none;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
	white-space: nowrap;
}
table.form-table td {
  padding: 10px;
	vertical-align: top;
	background: #F9F9F9;
	border: none;
  border-bottom: 1px solid #EEE;
}
table.form-table input,
table.form-table textarea {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 5px 6px 6px;
  margin-right: 5px;
  font: 13px Arial, Tahoma, sans-serif;
	color: #777;
	width: 96%;
}
table.form-table input:focus,
table.form-table textarea:focus {
  border: 1px solid #999;
	color: #000;
}
table.form-table input.disabled {
	background: #F0F0F0;
}
.description {
  font-style: italic;
  font-weight: normal;
	color: #666;
}
#cats .description,
#tags .description {
	margin: 0 0 5px;
}
#password th,
#password td {
  border-bottom: none;
}
#pass2 {
	margin: 10px 0 0;
}
#pass-strength-result {
	border: 1px solid #DDD;
	background: #EEE;
	padding: 5px 6px;
	margin: 10px 0;
  font-weight: bold;
	width: 96%;
  text-align: center;
}
#pass-strength-result.bad {
	background: #FFB78C;
	border-color: #FF853C;
}
#pass-strength-result.good {
	background: #FFEC8B;
	border-color: #FC0;
}
#pass-strength-result.short {
	background: #FFA0A0;
	border-color: #f04040;
}
#pass-strength-result.strong {
	background: #C3FF88;
	border-color: #8DFF1C;
}
#updateProfile #submit {
	width: auto;
	margin: 0;
}

#publishTerms {
  border: 1px solid #D3C200;
	background: #FFFAC6 url(i/ico_attention.png) 3px 55% no-repeat;
	margin: 3px 0 25px;
	padding: 11px 12px 12px 42px;
}
#publishTerms ul,
#publishTerms ol {
	margin: 0 0 0 25px;
}

#post_title,
#post_content,
#cats,
#tags,
#tags select {
	margin: 0 0 15px;
}
#post_title input,
#post_content textarea,
#newtags input {
	width: 518px;
  border: 1px solid #CCC;
	padding: 5px 10px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font: 13px Arial, Tahoma, sans-serif;
	color: #777;
}
#editorcontainer textarea#post {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#post_title input:focus,
#post_content textarea:focus,
#newtags input:focus {
  border: 1px solid #999;
	color: #000;
}
#articleSubmit label {
	display: block;
	padding: 0 0 3px;
  font-weight: bold;
}
#cats select,
#tags select {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font: 13px Arial, Tahoma, sans-serif;
}
#articleSubmit #submit {
	width: 100px;
	height: 30px;
}
.zerosize{
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	overflow: hidden;
}
#editor-toolbar {
	overflow: hidden;
	padding: 0 10px 1px 0;
	margin: 0 0 -1px;
}
#edButtonPreview, #edButtonHTML {
  border: 1px solid #CCC;
  border-width: 1px 1px 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	float: right;
	height: 18px;
	margin: 0 0 0 5px;
	padding: 3px 8px;
	background: #F1F1F1;
	color: #999;
  text-decoration: none;
	cursor: pointer;
}
#edButtonPreview.active, #edButtonHTML.active {
	color: #333;
	background: #E9E9E9;
  margin-bottom: -1px;
  padding-bottom: 4px;
}
#post_tbl {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#post_tbl .mceToolbar {
	background: #E9E9E9;
	padding: 2px 1px 1px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#post_tbl .mceToolbar a {
	color: #B2B2B2;
}
#post_tbl .mceIframeContainer {
  border-top: 1px solid #CCC;
}
#post_tbl .mceStatusbar {
  border-top: 1px solid #CCC;
	background: #E9E9E9;
	padding: 0 0 0 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#post_tbl .mceStatusbar a {
	color: #333;
}
#post_path_row {
	width: 510px;
	overflow: hidden;
}
.wp_themeSkin {
	background: #FFF;
}
#ed_toolbar {
	clear: both;
	background: #E9E9E9;
	padding: 4px 4px 0;
  border: 1px solid #CCC;
  border-bottom-width: 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#ed_toolbar input {
  border: 1px solid #C3C3C3;
  margin: 0 4px 4px 0;
	padding: 2px 5px 3px;
	font: 12px "Lucida Grande", "Verdana", "Arial", "Bitstream Vera Sans", sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F1F1F1;
	cursor: pointer;
	color: #464646;
	min-width: 24px;
}
#ed_toolbar input:hover {
  border: 1px solid #AAA;
	background: #DDD;
	color: #000;
}
input#ed_strong {font-weight: bold}
input#ed_em {font-style: italic}
input#ed_link {color: #00F !important}
input#ed_spell,
input#ed_del,
input#ed_ins,
input#ed_more {display: none}
/*guru*/
#site-logo {
      font: 36px/100% Oswald,"Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin: 20px 25px 0.4em;
    position: absolute;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

#site-logo a {
    color: #444444;
    text-decoration: none;
}


#site-description {
    color: #666666;
    font: italic 86%/120% "Times New Roman",Times,serif;
    margin: 20px 22px 0.4em;
    position: absolute;
    text-shadow: none;
    text-transform: none;
    top: 46px;
    width: 202px;
}


#nav-bar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C1C1C1;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
    height: 45px;
    position: fixed;
    top: 0;
    width: 986px;
    z-index: 92;
}
/* навигация */
#main-nav {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 14px;

	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
/* main level link */
#main-nav a {
	color: #707679;
	display: block;
	padding: 5px 15px;
	margin: 0 0 0 5px;
	text-decoration: none;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	color: #000;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	border-bottom: solid 4px #a3d39c;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #000;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
	color: black;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
/**класс меню **/
#menukl {
      right: 8px; 
  
      float: right;
    position: relative;
    
    z-index: 100;
}

#menukl li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right: 22px;
	
	border:none;
	margin-left: 0 ;
}

#menukl li:hover {

}

#menukl a {    
color: #0094D6;
font-size: 120%;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
display:block;
outline:0;
text-decoration:none;
}

#menukl li:hover a {
color:#FF7700;
}
.dropdk,.droprogue,.dropsham,.droppal,.dropwar,.dropз_prist,.dropз_lok,.dropз_mag,.dropз_hunt,.dropз_drul,.dropз_munk{ height: 39px;
    position: absolute;
    width: 39px;
	    background-size: cover !important;}
#menukl li .dropdk {background: url("i/topckasmenu.jpg") repeat scroll 0 0 transparent;
   }
#menukl li .droprogue {
    background: url("i/topckasmenu.jpg") repeat scroll -45px 0 transparent;
   }
	
#menukl li .dropsham	{
  background: url("i/topckasmenu.jpg") repeat scroll -89px 0 transparent;
  }

#menukl li .droppal {background: url("i/topckasmenu.jpg") repeat scroll -133px 0 transparent;}
#menukl li .dropwar {background: url("i/topckasmenu.jpg") repeat scroll -177px 0 transparent;}
#menukl li .dropз_prist {background: url("i/topckasmenu.jpg") repeat scroll -221px 0 transparent;}
#menukl li .dropз_lok{background: url("i/topckasmenu.jpg") repeat scroll -265px 0 transparent;}
#menukl li .dropз_mag {background: url("i/topckasmenu.jpg") repeat scroll -309px 0 transparent;}
#menukl li .dropз_hunt{background: url("i/topckasmenu.jpg") repeat scroll -353px 0 transparent;}
#menukl li .dropз_drul{background: url("i/topckasmenu.jpg") repeat scroll -397px 0 transparent;}
#menukl li .dropз_munk {background: url("i/topckasmenu.jpg") repeat scroll -441px 0 transparent;}
.dropdown_2columnsdk, 
.dropdown_2columns,
.dropdown_2columnssham,
.dropdown_2columnspal,
.dropdown_2columsnwar,
.dropdown_2colums_prist,
.dropdown_2colums_lok,
.dropdown_2colums_mag,
.dropdown_2colums_hunt,
.dropdown_2colums_drul,
.dropdown_2colums_munk 
{	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Скрываем выпадающие пункты */
	text-align:left;
	padding:10px 5px 10px 5px;
	border-color: #000000 #404040 #404040 #000000;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 20px black;
   }


.simple {
     display: block;
    height: 171px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}
.dropdown_2columnsdk,.dropdown_2columns,.dropdown_2columnssham,.dropdown_2columnspal,.dropdown_2columsnwar,.dropdown_2colums_prist,.dropdown_2colums_lok,.dropdown_2colums_mag,.dropdown_2colums_hunt,.dropdown_2colums_drul,.dropdown_2colums_munk{  margin-top: 38px;height: 226px;}

.dropdown_2columnsdk  {
width: 787px;
background: url("i/menuclass.jpg") repeat scroll 0 -753px transparent;
color: #B70101;
}
.dropdown_2columns {
    background: url("i/menuclass.jpg") repeat scroll 0 -253px transparent;
    color: #ECDC28;
	}
.dropdown_2columnssham  {
	background: url("i/menuclass.jpg") repeat scroll 0 -504px transparent;
    color: #2359FF;
	}
.dropdown_2columnspal {
    background: url("i/menuclass.jpg") repeat scroll 0 -1753px transparent;
    color: #F48CBA;
	}
.dropdown_2columsnwar{
    background: url("i/menuclass.jpg") repeat scroll 0 0 transparent;
    color: #C69B6D;
	}
.dropdown_2colums_prist{
    background: url("i/menuclass.jpg") repeat scroll 0 -2002px transparent;
    color: #F0EBE0;
	}
.dropdown_2colums_lok{
    background: url("i/menuclass.jpg") repeat scroll 0 -2255px transparent;
    color: #9382C9;
	
} 
.dropdown_2colums_mag {
    background: url("i/menuclass.jpg") repeat scroll 0 -1501px transparent;
    color: #68CCEF;

}
.dropdown_2colums_hunt{
    background: url("i/menuclass.jpg") repeat scroll 0 -1252px transparent;
    color: #AAD372;
}
.dropdown_2colums_drul{
    background: url("i/menuclass.jpg") repeat scroll 0 -1002px transparent;
    color: #FF7C0A;
	
}
.dropdown_2colums_munk{
    background: url("i/menuclass.jpg") repeat scroll 0 -2504px transparent;
    color: #008467;
	
}
#menukl li:hover .dropdown_2columnsdk {
	left:-330px;
	top:auto;}
#menukl li:hover .dropdown_2columns{
  left: -372px;
	top:auto;}
#menukl li:hover .dropdown_2columnssham{
  left: -414px;
	top:auto;}
#menukl li:hover .dropdown_2columnspal{
  left: -456px;
	top:auto;}
#menukl li:hover .dropdown_2columsnwar{
left: -497px;
	top:auto;}
#menukl li:hover .dropdown_2colums_prist{
left: -540px;
	top:auto;}
#menukl li:hover .dropdown_2colums_lok{
left: -582px;
top:auto;}
#menukl li:hover .dropdown_2colums_mag{
left: -623px;
top:auto;}
#menukl li:hover .dropdown_2colums_hunt{
left: -665px;
top:auto;}
#menukl li:hover .dropdown_2colums_drul{
left: -707px;
top:auto;}
#menukl li:hover .dropdown_2colums_munk{
left: -748px;
top:auto;}
.col_2{
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_2 { width: 777px;}

#menukl p, #menukl h3, #menukl ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size: 180%;
	text-align:center;
}
#col_tit {font-family: "Arial Black",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
    letter-spacing: -0.04em;
    line-height: 110%;
    margin: 0.5em 0 0.2em;
    font-weight:400;
	letter-spacing:-1px;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
	font-size: 180%;
	text-align:center;}
#menukl h2 {
    font-family: "Arial Black",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
    letter-spacing: -0.04em;
    line-height: 110%;
    margin: 0.5em 0 0.2em;
    font-weight:400;
	letter-spacing:-1px;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menukl h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menukl p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menukl li:hover div a {
	color: #0094D6;
font-size: 120%;
text-decoration: none;
}
#menukl li:hover div a:hover {
	color:#FF7700;
}

#menukl li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menukl li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:796px;
}
#menukl li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
.rekl1 {
    display: block;
    height: 90px;
    margin-left: 254px;
    position: absolute;
    top: 6px;
    width: 728px;
}

aside h3, .tabs li.current {
    background: linear-gradient(to bottom, #F4F4F4, #E7E7E7) repeat scroll 0 0 transparent;
    border-color: #E1E1E1;
    box-shadow: 0 1px #FFFFFF inset, 1px 0 #F7F7F7 inset, -1px 0 #F7F7F7 inset;
    color: #333333;
}
aside h3 {
    cursor: default;
    display: inline-block;
    float: none;
    font-weight: normal;
    margin: 0 0 1px;
}
aside h3, .tabs li {
       border-color: #FFFFFF #FFFFFF -moz-use-text-color;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px 0 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 86%;
    z-index: 1;
}
.section2 {
    border-radius: 10px 10px 10px 10px;
    margin: 0 0 22px;
}
.tort-fm1 th, td { border: medium none;padding: 4px;}

#widget_floatbanner.fixed {
    position: fixed;
    top: 50px;
}

#s-twitter { float: left!important;}
.sosial-share {    float: right;
    margin-right: 145px}
.commen{
   border-top: 1px solid #E6E6E6;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85) inset, 0 0 5px rgba(0, 0, 0, 0.04);
    color: #808080;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 10px;
}
#sidebar {float: right;
    font-size: 11px;
    line-height: 16px;
    padding: 11px 4px 0;
    width: 245px;}

.rispost {
    display: block;
    margin: 0 auto;
}
#rusmenu {margin: 0 0 10px;
    padding: 0 12px;}
	
#rusmenu  li {
    border-bottom: 1px dotted #FFFFFF;
    display: block;
   padding: 0;
    width: 93%;
}
#rusmenu li a {
    color: #BD8100;
    display: block;
    font-size: 120%;
     padding: 2px 8px 9px;
    text-decoration: none;
    text-transform: uppercase;
	border: medium none;
}
#rusmenu a:hover {
    color: #FFFFFF;
}
#rusmenu li *:hover {
    background-color: #2B1507;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 104%;
    z-index: -1;
}
.context {
   
    margin: 15px 7px 0px 0px;
    text-align: center;
}
.context a {
    color: #0094D6;
}
.context a:hover {
    color: #FF7700;
}
.context-gl { margin: 15px 7px 25px -20px;
    text-align: center;	}
#ya_direct-gl {     padding: 5px 0 0 20px;}

.context-bot { float: right;
    width: 280px;}
.vkcomme { float: left;
    position: relative;}
/* дИРЕК СТИЛЬ 
#ya_direct, #ya_direct2 {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 10px 0;
}
#ya_direct #ya_partner_0 .ya-partner__item, #ya_direct #ya_partner_1 .ya-partner__item, #ya_direct #ya_partner_2 .ya-partner__item, #ya_direct2 #ya_partner_0 .ya-partner__item, #ya_direct2 #ya_partner_1 .ya-partner__item, #ya_direct2 #ya_partner_2 .ya-partner__item {
    border-radius: 8px 8px 8px 8px !important;
    margin: 6px 0 10px !important;
    padding: 6px 12px 9px !important;
	 background: none repeat scroll 0 0 #FFFFFF !important;
}
#ya_direct .ya-partner__item:hover, #ya_direct2 .ya-partner__item:hover {
    border: 1px solid #D4D4D4 !important;
}
#ya_direct .ya-partner__title-link, #ya_direct2 .ya-partner__title-link, #yd1 .ya-partner__title-link, #yd2 .ya-partner__title-link, #yd3 .ya-partner__title-link {
    display: block !important;
}
#ya_direct .ya-partner__title-link-text, #ya_direct2 .ya-partner__title-link-text, #yd1 .ya-partner__title-link-text, #yd2 .ya-partner__title-link-text, #yd3 .ya-partner__title-link-text {
    font-size: 21px !important;
    font-weight: bold !important;
}
#yd1, #yd2, #yd3 {
    padding: 10px 7px;
}
#yd1 #ya_partner_0 .ya-partner__title-link-text, #yd2 #ya_partner_0 .ya-partner__title-link-text, #yd3 #ya_partner_0 .ya-partner__title-link-text, #yd1 #ya_partner_1 .ya-partner__title-link-text, #yd2 #ya_partner_1 .ya-partner__title-link-text, #yd3 #ya_partner_1 .ya-partner__title-link-text, #yd1 #ya_partner_2 .ya-partner__title-link-text, #yd2 #ya_partner_2 .ya-partner__title-link-text, #yd3 #ya_partner_2 .ya-partner__title-link-text, #yd1 #ya_partner_4 .ya-partner__title-link-text, #yd2 #ya_partner_4 .ya-partner__title-link-text, #yd3 #ya_partner_4 .ya-partner__title-link-text {
    border-bottom: 1px solid;
    font-size: 27px !important;
    font-weight: normal !important;
    margin: -5px 0 10px !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFFFFF, 2px 2px 2px #DDDDDD;
}
#ya_partner_0 .ya-partner__title-link-text:hover, #ya_partner_1 .ya-partner__title-link-text:hover, #ya_partner_2 .ya-partner__title-link-text:hover, #ya_partner_4 .ya-partner__title-link-text:hover {
    color: #FF7700 !important;
}
кОНЕЦ ДИРЕК СТИЛ */
#prre-gl, #prre { height: 164px;  margin-left: -21px;}
#prre { background: url("i/prre-fon.jpg") no-repeat scroll 0 0 transparent; }
#prre-gl { background: url("i/prre-fon-glcat.jpg") no-repeat scroll 0 0 transparent; }
#prre-b1 {
   
}
#prre-b1 table {
    left: 119px !important;
    position: relative !important;
    top: 19px !important;
    z-index: 1 !important;
}
#prre-b2 {margin-left: 122px;
    margin-top: 19px;}
	
	
	
a.wowhead-link-pic {
    background-repeat: no-repeat;
    padding-left: 20px;
}
.q4, .q4 a, .color-q4, .wowhead-tooltip .q4 a {
    color: #A335EE !important;
}
.q4 {
    color: #B048F8;}
a.wowhead-link.qo, a.wowhead-link-pic.qo {
    color: inherit;
}
a.wowhead-link.qo, a.wowhead-link-pic.qo {
    color: inherit;
}
a.wowhead-link.q1, a.wowhead-link-pic.q1 {
    color: silver !important;
}
.q1, .q1 a, .color-q1, .wowhead-tooltip .q1 a {
    color: #FFFFFF !important;
}
.q1 {
    color: #FFFFFF;
}
a.wowhead-link.qo, a.wowhead-link-pic.qo {
    color: inherit;
}

.q3, .q3 a, .color-q3, .wowhead-tooltip .q3 a {
    color: #0070DD !important;
}
.q3 {
    color: #0080FF;
}
.q5, .q5 a, .color-q5, .wowhead-tooltip .q5 a {
    color: #FF8000 !important;
}
.q5 {
    color: #FF8000;
}

.rekl1 { z-index: 1 !important;} 
.imgsitebar {border-radius: 10px 10px 10px 10px;}
.imgsitebar_title {}
.imgsitebar_title a {  color: #555555;
    font-size: 14px;
    line-height: 20px;
}

.imgsitebar_title  a:hover {
    color: #FF7700;
    text-decoration: underline;
}
.tort-fm1 {margin-bottom: 5px;
   }
 .ads_top {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: auto;
}