/*
Theme Name: F2
Theme URI: http://srinig.com/wordpress/themes/f2/
Description: F2 is a fast loading flexible width theme for WordPress. Customizable header, any of the two sidebars can be optionally turned off, and much more options in the settings page. Compatible with WordPress 2.8 and above. Valid XHTML, CSS.
Version: 1.0.10
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: blue, light, flexible-width, two-columns, three-columns, right-sidebar, left-sidebar, theme-options, custom-header, threaded-comments, translation-ready

 The CSS, XHTML and design is released under GPL:
 http://wordpress.org/about/gpl/

*/

/*
 You are encouraged to customize the theme any whichever way you want, but if
 you modify this and other template files directly, you will lose your
 customizations when you upgrade the theme to a newer version. For this
 reason, it is advised that you use the theme inheritence method to customize
 the theme. View readme.html for details.
*/ 

body {
 margin:0 auto;
 padding:20px;
/*background: #b80000  url('http://fcsm.by/wp-content/uploads/2012/04/gr.jpg')  no-repeat;*/
/*background: #b80000  url('http://fcsm.by/pic/fon.jpg')  no-repeat;*/
background: #000  url('http://fcsm.by/wp-content/uploads/2012/06/bg.jpg')  no-repeat;
background-position: top center;
/*background: #111;
background-attachment: fixed;*/
width:1220px;
/* max-width:1146px;*/
 max-width:1220px;
 color:#444;
 font-size: 62.5%; /* Resets 1em to 10px */
 font-family: 'Lucida Grande', Sans-Serif;
 text-align:left;
/*background-position: center top;
padding-top: 314px;*/
}

a { 
 color:gray;
 text-decoration:none;

}

a:hover {
 text-decoration:underline; 
}

h1, h2, h3, h4, h5, h6 {
 color:#555;
 font-family:'Times New Roman', Times, serif;
 text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2.4em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


img {
 border:0;
}

input, textarea {
 font-size:12px;
}

input[type=text], textarea{
 border:1px inset #aaa;
 background:#fff;
}
input[type=submit] {
 border:1px outset #aaa;
 background:#ddd;
}

pre {
 overflow:auto;
 border:0px solid #ccc;
 padding:5px 10px;
 background: #f8f8f8;
 font-size: 12px;
}
code {
 background-color:#f8f8f8;
 color:#111;
}
 


/* Layout */
#page {
 min-width:740px;
 max-width:1920px;
 margin:0 auto;
 padding-top:90px;
/* background: url(http://fcsm.by/wp-content/uploads/2012/02/112.png);*/
 background: url(http://fcsm.by/wp-content/uploads/2012/06/zasa.png);
 padding:15px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}
#container{
  margin:0;
  padding:0 240px 0 240px;

}
#wrapper{
  float:left;
  width:100%;
border-image: url(bord-im2.png) 10; 
  margin-left:-240px;
  margin-right:-240px;
margin-top:5px;
  
  display:inline;

}
.sidebar {
 padding:10px;
 ackground: #white;


}
#sidebar_left{

 float:left;
 width:200px;
 margin:0 0 0 -240px;
 position:relative;
}
#content{
 float:left;
 padding-top:15px;
 padding-bottom:15px;
 overflow:hidden;
 width:100%;

}

#contentr {
 float:left;
 padding-top:15px;
 padding-bottom:15px;
 overflow:hidden;
 width:100%;
 background:white;
}

#content a {

}

#content a:hover{
color:silver;
text-decoration:none;
}


#sidebar_right{
 float:right;
 width:200px;
 margin:0 -240px 0 0;
 position:relative;

}
#footer {
 clear:both;
 padding:10px;
}

/* Header */

#header {
 margin:0;
 height:0px;
 border:0px solid #aaa; 
 background:#6d97b7;
}

#headerlogo {
 position:relative;
 top:50%;
 left:20px;
}
#headerlogo h1, #headerlogo div.description {
 position:relative;
 bottom:26px;
}
#headerlogo h1 {
 margin:0;
 font-size:3em;
}
#headerlogo h1 a {
 background:transparent;
 color:#d0e0f0;
}
#headerlogo h1 a:hover {
 text-decoration:none;
}

#headerlogo div.description {
 margin:0;
 background:transparent;
 color:#fff;
 font-size:1.2em;
}


/* Top navigation */
#hmenu {
 float:right;
 width:auto;
 border:0;
 padding:0;
 position:relative;
 bottom:25px;
 right:0px;
 height:0;
 margin-bottom:-23px;
 -webkit-border-radius:5px;
 

}
#hmenu ul {
 width:auto;
 float:right;
 list-style:none;
 padding:0;
 margin:0;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;

}
#hmenu ul li {
 display:inline;
 float:left;
 width:auto;
 padding:0;
 margin:0;
padding-left:5px;
}
#hmenu ul li a {
 display:block;
 background:url("http://fcsm.by/pic/hl.jpg") repeat-x;
 color:#c6c8c9;
 padding:4px 20px;
 margin:0 1px;
 text-decoration:none;
 text-transform:uppercase;
 font-weight:bold;
 font-size:1.2em;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;

}

#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
 background-color: #black;
 color: #fff;
}
#hmenu ul li ul {
 padding:0.5px 0 0 0;
 position:absolute;
 display:block;
 visibility:hidden;
 z-index:599;
}
#hmenu ul li.hmenu_rss ul {
 right:0;
}
#hmenu ul li:hover ul {
 visibility:visible;
}
#hmenu ul ul li {
 display:block;
 float:none;
 width:auto;
}
#hmenu ul ul a {
 margin:1px;
}
#hmenu ul li.hmenu_rss a {
 background:#27567a url('images/feed.png') no-repeat 95% 50%;
 padding:4px 30px 4px 20px;
}
/* Sidebar */

.sidebar {
 color:#222;

}
h2.widgettitle {
display: block;
background: url("http://fcsm.by/pic/hl.jpg") repeat-x;
text-transform: uppercase;
font-weight: normal;
background-color: #black;
color: white;
text-align: center;
margin-left:-10px;
margin-right:-10px;
margin-top:-10px;
}

.sidebar ul {
 padding:0;
 margin:0;
 list-style: none;
 font-size:1.2em;
}
.sidebar ul ul {
 font-size:1em;
}

.sidebar ul li {
 margin:0 0 2em 0;
}

.sidebar ul ul {
 margin:0;
 padding:0;
}

.sidebar li li {
 margin:0.1em 0;
}

.sidebar li li:before {
/* content: "\203A \0020";*/
 font-size:1.2em;
}

.sidebar li li li {
 padding-left:10px;
}

.sidebar ul h2 {
 font-size:1.0em;
 text-transform:uppercase;
 font-family: arial;
font-weight:bold;
padding:5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


.sidebar a.rsswidget img {
 border:0;
 float:right;
}


/* Footer */
#footer { 
 text-align:center;
 font-size:1em;
 background:black;
 color:#eee;
 border:0px solid #999;
}

#footer a {
 color:#aac;
}

/* Post */

.post, .page {
 clear:both;
}

.blog .post, .archive .post, .search-results .post, .search-results .page {
 margin:0 0 3em 0;
}



.postentry {
 font-size:1.4em;
 line-height:1.4em;
 padding-left:10px;
 padding-right:10px;
 background:white;
 margin-top:-12px;
 border-right: 5px solid silver;
 border-left: 5px solid silver;
 padding-top:10px;
 padding-bottom:11px;
}
.postentry p, .postentry blockquote, .postentry ul, .postentry ol {
 text-align:justify;
}
.postentry blockquote {
 margin:10px 20px;
 padding:0 0 0 10px;
 border-left:0.4em solid #ddd;
 font-size:0.8em;
 line-height:1.2em;
}
.postentry blockquote blockquote {
 margin-left:0;
 font-size:1em;
}

.postentry a {

 border-bottom:1px solid #258;

}
.postentry a:hover {
 border-bottom:1px solid #258;
 text-decoration:none;
}


div.navigation {
 font-size:1.1em;
 margin-top:-30px;
}

div.navigation2 {
 font-size:1.1em;
}


.postentry table {
 border-width:0 1px 1px 0;
 border-style:solid;
 border-color:#ccc;
 font-size:0.9em;
margin-bottom:5px;
}


.postentry table tr td {
 padding:2px 5px;
 border-width:1px 0 0 1px;
 border-style:solid;
 border-color:#ccc;
 width:0.9em;
}

.postentry table tr th {
 border-width:1px 0 0 1px;
 border-style:solid;
 border-color:#ccc;
 padding:5px 10px;
 background:#f4f4f4;
 color:#666;
 font-weight:bold;
 text-transform:uppercase;
 text-align:center;
 width:0.9em;
}
h2.posttitle {
 display: block;
background: url("http://fcsm.by/pic/hl.jpg") repeat-x;
text-transform: uppercase;
font-weight: normal;
font: 1.2em arial ;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
background-color: #black;
color: white;
text-align: center;

margin-top:-15px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

}

.posttitle a {color:white;}

.postmetadata {
 clear:both;
 font-size:1.1em;
 background-color:#fff;
 color:#888;
 text-align:left;
 padding:8px;
 margin-top:-12px;
 border-bottom: 5px solid silver;
 border-right: 5px solid silver;
 border-left: 5px solid silver;
}

.postmetadata2 {
 clear:both;
 
 font-size:1.1em;
 background-color:#fff;
 color:#888;
 text-align:left;
 padding:8px;
 margin-top:-11px;
 border-right: 5px solid silver;
 border-left: 5px solid silver;
 padding-bottom:28px;
}

.posttagscat {
 margin:0 0 10px 0;
}
.postcat {
 margin:0 10px 0 0;
}
.postcomment {
 font-size:1.1em;
}
.postedit:before {
 content:' | ';
}
.poststicky {
 margin:0 0 0 10px;
}
.poststicky:before {
 content:'\2022 \0020';
}
div.archive-desc {
 border:1px solid #ccc;
 background-color:#f8f8f8;
 padding:5px 10px;
 margin:0 0 10px 0;
 font-size:1.4em;
 display:none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin-bottom:10px;
}
.wp-caption a, .wp-caption a:hover, .gallery a, .gallery a:hover, .attachment a, .attachment a:hover {
 border:none;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 0.8em;
   margin:4px 0 0 0;
   padding:0 4px;
   text-align:center;
}
.gallery {
 border:1px solid #ddd;
 background-color: #f3f3f3;
}
.gallery-item {

}
.gallery-caption {
 font-size:0.8em;
}
.attachment img {
 border:1px solid #ddd;
 background-color:#f3f3f3;
 padding:4px;
}
/* Comments */

textarea#comment {
 width:100%;

}
.commentlist {
 margin:0;
 padding:0;
}
.children {
 margin: 0 -21px -21px 0;
 padding:0;
}
li.comment, li.trackback, li.pingback {
 list-style:none;
 border:1px solid #eee;
 padding:20px;
 margin:10px 0;
}
ul.children li.comment {
 margin: 10px 0 -11px 0;
}
 
.comment-body {
 overflow:auto;
}
.commentlist li.even {
 background-color:#fafafa;
}

.commentlist li.odd {
 background-color:#f6f6f6;
}
.commentlist li.bypostauthor {
 background-color:#fffff8;
}
.commentlist li.bypostauthor > .comment-body > .comment-author > cite {
 border-bottom:1px solid #aaa;
}
.comment-body p {
 font-size:1.3em;
}
.comment-body blockquote {
 margin:5px 10px;
 padding:0 0 0 5px;
 border-left:0.4em solid #ddd;
 font-size:0.9em;
}
.comment-body blockquote blockquote {
 font-size:1em;
}
.comment-body img.avatar {
 float:right;
 border:1px solid #eee;
 margin:0;
 background:#fff;
}

.comment-author cite {
 font-style:normal;
 font-weight:bold;
 color:#555;
 font-size:1.4em;
}
.comment-meta {
 margin:4px 0 0 0;
}
.reply {
 margin:5px 0;
 padding:0;
 font-size:1.1em;
}

/* Comment ends */


/* Calendar */
#wp-calendar {
 text-align:center;
 width:100%;
}
#wp-calendar caption, #wp-calendar thead th{
 font-weight:bold;
 text-transform:uppercase;
 color:#555;
}
#wp-calendar tbody td {
 border:1px solid #ccc;
 background:#f2f2f2;
}
#wp-calendar tbody td a {
 font-weight:bold;
}
#wp-calendar td#today {
 background:#e4e4e4;
}
#wp-calendar tbody td.pad {
 border:none;
 background:transparent;
}
/* Calendar ends */

#searchform {
 margin: 10px auto;
 padding: 5px 3px;
 }

.sidebar #searchform #s {
 width: 120px;
 padding: 2px;
 }

.sidebar #searchsubmit {
 padding: 1px;
 }
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


abbr {
 cursor:help;
 border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 0 0;
   width:100%;
   background:black;
   padding: 2px 0px 2px 4px;
}

.alignright {
   float: right;
   width:auto;
   margin: 0 0 0 10px;
   margin-top: -16px;
   padding-right:3px;
}




#logom {
position:relative;
float:left;
height:130px;
width:130px;
background:url("http://fcsm.by/pic/logo2.png") no-repeat;
/*height:183px;
width:170px;
background:url("http://fcsm.by/wp-content/uploads/2011/12/2a.png") no-repeat;*/
/*margin-top:-10px;*/
margin-top:1px;
padding-bottom:15px;
z-index:2;
margin-left:20px;
}

#logobar1 {
-webkit-border-radius:5px;
width:1190px;
margin-left:15px;
margin-top:-132px;
float:left;
height:100px;
background:#000;
position:relative;
z-index:1;
}

#name1 {
position:relative;
float:1left;
margin-left:0;
margin-top:20px;
}

img#dess {
margin-top:-7px;
}

#test1 {
position:absolute;
width:100%;
background:#FFF;
height:50px;
opacity:0.1;
border-radius: 3px 3px 0px 0px;
}

#rsid {position:absolute; margin-right:100%;width:300px; height:100%; background:yellow;float:right;z-index:99999;}
.textwidget {


background:white; padding:7px; margin-top:-10px;margin-left:-10px;margin-right:-10px;color:#444;
font-size: 1em;
text-align:justify;
border-right: silver solid 1px ;
border-left: silver solid 1px ;
border-bottom: silver solid 1px ;
}




/* 
 By default, the horizontal navigation menu displays inside the header area.
 If for some reason you don't like this behaviour, you can make it display
 below the header area by including the code below into your custom.css.
*/
/*

#hmenu {
 background-color:#27567a;
 float:none;
 position:static;
 height:24px;
 border:1px solid #aaa;
 border-top:none;
 margin:0;
}
#hmenu ul {
 float:none;
}


*/
#sq {
width:143px;
height:160px;
float:left;
padding-right:20px;
padding-bottom:20px;
background:url(http://fcsm.by/pic/bg.gif) no-repeat;
}

#sqf {
width:140px;
height:132px;
border-left:1px solid #silver;;

}

#sqnb {
postion:relative;
width:32px;
height:23px;
background:#FFF;
color:black;
float:left;
font-size:1.7em;
font-family:arial;
border-left:1px silver solid;
padding-top:9px;
}

#sqn {
width:102px;
height:30px;
float:right;
text-align:left;
font:bold 80% Arial,Helvetica,sans-serif;
color:black;
margin-top:2px;
}

#sqt {
width:140px;
height:42px;
margin-top:0;
}

#posit {
font:80% Arial,Helvetica,sans-serif;
color:#7D7D7D;
text-align:left;
position:absolute;
margin-left:41px;
padding-top:5px;
}

#allbio {float:left;padding-right:30px;padding-bottom:50px;}
#bio {width:200px; height:400px; float:left; background:gray;}
#bgg {width:200px;vertical-align:bottom;float:left;}
#biopic {width:200px;margin-left:px;}
#namebig {margin-top:-135px;margin-left:8px;font-size:1.4em;font-weight:bold;font-family:arial;color:black;}
#namep {margin-top:8px;margin-left:8px;font-size:80%;font-family:arial;color:black;line-height:1.1em;}
#tbi {position:absolute;float:left;padding-left:220px;margin-bottom:50px;}
td#stat {background:#ebebeb;font-family:arial;font-size:70%;text-align:center;padding:0px;
 border-width:0px;
 border-style:solid;
 border-color:#ccc;
 font-size:0.9em;
 line-height:1.3em;
}
table#biogr {
 border-width:0;
 border-style:solid;
 border-color:#ccc;
 font-size:0.9em;
  line-height:1.3em;
}
#liker {margin-top:-14px;}

#allowthis {width:290px; height:180px; border: 1px solid black;background:black;margin-left:-4px;margin-bottom:-3px;margin-top:-2px;}
#verybiganons {width:250px;height:180px;overflow:hidden; border-right: 1px dotted silver;
               background:DarkRed;float:left; margin-right:6px;position:relative;z-index:40;}
#1tur {width:860px; height:180px; margin-top:10px; padding-bottom:10px;border-top:300px solid black;}
#2tur {width:860px; height:180px; margin-top:10px; padding-bottom:10px;border-top:300px solid black;}
#3tur {width:860px; height:180px; margin-top:10px; padding-bottom:10px;border-top:300px solid black;}
#4tur {width:860px; height:180px; margin-top:10px; padding-bottom:10px;border-top:300px solid black;}
#blocker {width:260px; height:180px; background:WhiteSmoke;}
#turzaturom {line-height:1.15em;font-family:arial;font-size:0.9em;float:left;color:white;}
#turzaturom a {font-weight:bold;text-decoration: none;color:white;}
#turzaturom a:href {font-weight:bold;text-decoration: none;color:white;}
#turzaturom a:visited {font-weight:bold;text-decoration: none; color:white;}
#schot {width:30px;height:40px;background:;text-align: center;position:relative; z-index:50;color:white; font-family:arial; font-size:1.8em;margin-left:90px;margin-top:-128px;}
#schot2 {width:30px;height:40px;text-align: center;position:relative; z-index:51;color:white; font-family:arial; font-size:1.8em;margin-left:130px;margin-top:-40px;}
#jjj {position:relative;z-index:99999999999999;}
#ff2 {position:relative;z-index:9;}
#vk_comments {width:100% !important; background: white url('http://fcsm.by/wp-content/uploads/2011/10/brdr21.gif') repeat-y right !important;  border-bottom: 5px solid silver; border-left: 5px solid silver;}
.ieee7 {padding-top:2px !important;}
.page .sbb2 {margin-top:5px !important;}
#countbox1 {position:relative;top:20px;margin-right:28px;float:right;z-index:20;color:#d1d1d1;}
.sidebar ul ul {padding: 5px 10px ;width: 295px;margin-left: -10px;margin-top: -11px;background:#fff;}
.sidebar li li {padding-bottom:5px; border-bottom: 1px solid #d3d3d3;}
.sidebar li li a {font-weight:bold;}

/* calendar2012 */
span.cald {color:#bb0000;font-weight:bold;}
span.hider{display:block;}
div.cald {width:200px;}
.toast {margin-left:200px;margin-top:-20px;}
.turnumber {padding:3px;}
#butsla, #butall{cursor:pointer;font-weight:bold;color:white; background:black;padding:3px 7px;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:5px;
box-shadow:1px 2px 2px 0 #555555;-webkit-box-shadow:1px 2px 2px 0 #555555;-moz-box-shadow:1px 2px 2px 0 #555555;}
#allcall {margin-top:10px;cursor:context-menu;}
.page-id-21 br {display:none;}
.page-id-21 .postentry {font-size: 1.3em; line-height: 1.6em;padding-top:1px;}
/* calendar2012 */
.clearfix {clear:both;}




/*turzaturom*/

ul, ol {
    margin-left 0;
}







.oneItemPreview {color: #6e6c6c;font-family:arial;background: url(http://fcsm.by/turzaturom/img/bg-bg.png) no-repeat;width:299px;height:151px;margin-top:-8px;}
	.previewEstadio {font-size:12px; text-align:center;height:9px;padding-top:3px;font-weight:bold;}
	.previewBegin {font-size:11px; text-align:center;width:296px;height:5px;}
	.previewScore {color:#fff;font-size:45px;letter-spacing: -1px;font-weight:bold;text-align:center;padding-top:7px;margin-top:0px;height:10px;}
	.previewTur {font-size:11px; text-align:center;width:296px;height:20px;}
	.previewInfo {font-size:10px; text-align:center;width:296px;height:5px;}
	.previewInfo a {color:#6e6c6c;}
	.slaviyaHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/slaviya2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:2px;}
	.slaviyaAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/slaviya2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:202px;}
	.nemanHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/neman2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:8px;}
	.nemanAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/neman2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:215px;}
	.torpedoHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/torpedo2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.torpedoAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/torpedo2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:200px;}
	.bateHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/bate2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
/*	.bateHome {width:94px;height:110px;background: url(http://fcsm.by/wp-content/uploads/2012/05/ldn.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}*/
	.bateAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/bate2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:211px;}
	.minskHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/minsk2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.minskAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/minsk2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:207px;}
	.brestHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/brest2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.brestAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/brest2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:194px;}
	.dinamoHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/dinamo2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.dinamoAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/dinamo2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:200px;}
	.shahterHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/shahter2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.shahterAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/shahter2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:206px;}
	.belshinaHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/belshina2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.belshinaAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/belshina2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:204px;}
	.naftanHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/naftan2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:3px;}
	.naftanAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/naftan2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:205px;}
	.gomelHome {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/gomel2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:6px;}
	.gomelAway {width:94px;height:110px;background: url(http://fcsm.by/turzaturom/img/gomel2.png) no-repeat;position:absolute;margin-top:-115px;margin-left:211px;}

.blackFoo {width:296px;height:30px;background:#000;margin: 175px 0px 0px 0px;}

/* slider*/
.jcarousel-skin-tango .jcarousel-container {  background: #F0F6F9;}
.jcarousel-skin-tango .jcarousel-direction-rtl {	direction: rtl;}
.jcarousel-skin-tango .jcarousel-container-vertical {    width: 290px;    height: 150px;    padding: 0px;}
.jcarousel-skin-tango .jcarousel-clip {    overflow: hidden;}
.jcarousel-skin-tango .jcarousel-clip-vertical {    width:  299px;    height: 324px;}
.jcarousel-skin-tango .jcarousel-item {    width: 299px;    height: 150px;}
.jcarousel-skin-tango .jcarousel-item-vertical {    margin-bottom: 6px;}
.jcarousel-skin-tango .jcarousel-item-placeholder {    background: #fff;    color: #000;}
/**
 *  Horizontal Buttons
 */

.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {    background-position: -32px 0;}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {    background-position: -64px 0;}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {    cursor: default;    background-position: -96px 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal {    position: absolute;    top: 43px;    left: 5px;    width: 32px;    height: 32px;    cursor: pointer;    background: transparent url(prev-horizontal.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {    left: auto;    right: 5px;    background-image: url(http://fscm.by/turzaturom/next-horizontal.png);}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {    background-position: -32px 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {    background-position: -64px 0;}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {    cursor: default;    background-position: -96px 0;}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {    position: absolute;    left: 263px;    width: 32px;    height: 32px;    cursor: pointer;    background: transparent url(next-vertical.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {    background-position: 0 -32px;}
.jcarousel-skin-tango .jcarousel-next-vertical:active {    background-position: 0 -64px;}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {    cursor: default;    background-position: 0 -96px;}
.jcarousel-skin-tango .jcarousel-prev-vertical {    position: absolute;    left: 236px;    width: 32px;    height: 32px;    cursor: pointer;    background: transparent url(prev-vertical.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {    background-position: 0 -32px;}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {    background-position: 0 -64px;}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {    cursor: default;    background-position: 0 -96px;}

/* /slider */




.sidebar ul li#text-16 ul {width:299px;}
.wide_wall_module .wall_text, .wide_wall_module .wall_post_text {max-width:730px !important;}
#now_playing {margin-top: -26px;margin-bottom: 13px;color: white;width:290px;height:15px;overflow:hidden;text-align:center;font-weight:bold;}
.sidebar ul li#text-18 h2.widgettitle {color:#000;}
.page-id-17 .postmetadata {clear:none;}


/*table*/

#tabls {font-size:11px;font-weight:bold;font-family:arial;line-height:1.2em;}
#tabls .postio {float:left;margin-right:5px;background:#000;width:20px;height:19px;line-height:18px;color:#fff;text-align:center;}
#tabls .bate {background:yellow;padding:3px;color:blue;margin-bottom:3px;}
#tabls .shahta {background:yellow;padding:3px;color:#000;margin-bottom:3px;}
#tabls .gome {background:#03a259;padding:3px;color:#fff;margin-bottom:3px;}
#tabls .diminsk {background:#0485e0;padding:3px;color:#fff;margin-bottom:3px;}
#tabls .fcminsk {background:#01528b;padding:3px;color:#fff;margin-bottom:3px;}
#tabls .naft {background:#0178cb;padding:3px;color:#f9f600;margin-bottom:3px;}
#tabls .bobr {background:#000;padding:3px;color:red;margin-bottom:3px;}
#tabls .brst {background:#2d34cc;padding:3px;color:#fff;margin-bottom:3px;}
#tabls .smoz {background:#af0000;padding:3px;color:#fff;margin-bottom:3px;}
#tabls .grodn {background:#099a32;padding:3px;color:#e8e502;margin-bottom:3px;}
#tabls .tzh {background:#000;padding:3px;color:#fff;margin-bottom:3px;min-width:95px;}

/*rss*/
.rss{margin:0px;  padding-bottom: 3px;}
.rss_container{padding:0px; background: #fff;}
.media{background-color:#f0f0f0; background-image:url(http://www.rss-script.ru/img/skrepka.gif); background-repeat:no-repeat; padding-top: 5px;padding-bottom: 5px;padding-left: 13px}
.media a{color:#000000;font-size:0.7em}
.media a img{height:16px; border:0px; vertical-align: middle; text-decoration: none; margin:3px;}
.rss h3 {font-size:12px !important;font-family: arial;color: black;padding: 0px;margin: 0px;}
.rssdate{font-size:0.7em; color:#c0c0c0; margin:2px;line-height: 3px; }
.rssdate a{color:#c0c0c0;}
.rsslink a {color:#fff;}
.rss table td {padding-left:0px !important;}

/*disquss*/
#dsq-content {background: #fff; padding:10px;}
.dsq-comment-text p {font-size:12px;}
#logo_for_vk {position:absolute;margin-left: 20px;z-index: 501;top:22px;}
#disqus_thread {border: 6px solid silver; border-tp: ;border-top: none;background: #fff; padding:10px;}




/*ggal*/
.jqGSContainer{position:relative;width:810px;height:550px;margin-top:-40px;}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{border:1px solid #fff;}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{background:#000;position:absolute;right:0px;top:0px; padding:3px;color:#fff;width:300px}
.jqGSContainer .jqGSPagination{position:relative;width:100%;height:20px;top:5px;padding: 5px 0;}
.jqGSContainer .jqGSPagination ul{padding:0;margin:0;list-style:none;position:relative;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:5px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:2px 0px;background:#000;border:1px solid #fff; color: #fff;text-decoration:none;display:block;width:20px;font:10px Verdana, Arial, Helvetica, sans-serif;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#fff;color:#f03;border: 1px solid #eaeaea;}
.jqGSContainer .jqGSPagination ul li a:hover{background:#fff;color:#000;border:1px solid #fff;}

/*dinamo_foto*/
.postid-2491 #container {padding:0 !important;}
.postid-2491 #sidebar_right {display:none;}
.postid-2491 #container img {width:100%;}

.postid-2497 #container {padding:0 !important;}
.postid-2497 #sidebar_right {display:none;}