/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #1E1E1E;
	
 	/*
 	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
 	*/
	font-family: Georgia, serif; 
}


html {
	background: #FDFBCD url(../images/bg/bg1.jpg) no-repeat top left;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
/*	text-align: left;
	font-weight: normal;
*/
}
a{
	outline: none;
}

.clear{
	clear:both;
}
.clear1, .br{
	clear:both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 0;
	margin: 0;
}
.clear20{
	clear:both;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.br15,
br.br15{
	clear: both;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
}

/* CONTAINER
----------------------------------------- */
table#MainTable{
	width: 1225px;
	margin-left: 0px;
}
#LeftColl{
	width: 305px;
	vertical-align: top;
}
#MainColl{
	vertical-align: top;
	/*
	background: transparent url(../images/flag.jpg) no-repeat top right; */
}


/* mainBl Table
----------------------------------------- */
.pageText{
	padding: 0 55px 0 55px;
}

table.mainCollw{
	width: 920px;
}
.mainBlTop{
	height: 26px;
	overflow: hidden;
	background: transparent url(../images/mainBl/top.png) no-repeat top left;
}
.mainBlMidle{
	background: transparent url(../images/mainBl/midle.png) repeat-y top left;
}
.mainBlBot{
	height: 26px;
	overflow: hidden;
	background: transparent url(../images/mainBl/bot.png) no-repeat top left;
}
img.imgCenter{
	margin: 0 auto 0 auto;
}
.HomeIntroBl{
	width: 875px; margin: 0 auto;
}
.HomeIntroBl img,
.homePgLink img{
	border: none;
}


.HeadNavBl{
/*height: 26px;*/
clear: both;
background: transparent url(../images/tell.png) no-repeat bottom left;
}

.HeadNav{
	padding: 20px 25px 0 0;
	text-align: right;
	font-size: 12px;
}
.HeadNav a{
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Lucida, Arial, sans-serif;
	text-decoration: none;
}
.HeadNav a.sell{
	text-decoration: underline;
}
.HeadNav a:hover{
	color: #333333;
}

/*
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
}
#Container { 
	width: 800px;
	padding-bottom: 15px;
	background: #fff url(../images/containerbg.gif) repeat-y;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}
*/
/* HEADER
----------------------------------------- */

/* MAIN NAVIGATION - TABS
----------------------------------------- */
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */


/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 13px;}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */
#Footer{
display: block;
	padding:  5px 30px 10px 20px;
}

/*My
--------------------*/
table.middleBan{
	width: 100%;
	margin: 0 auto;
	border: none;
}
table.middleBan td{
	text-align: center;
	width: 50%;
}

blockquote.LBlockquote{
	font-size: 18px;
	line-height: 27px;
	color: #666;
	font-style: italic;
	padding: 0 5px 10px 20px;
}
blockquote .citata{
	color: #333;
}
blockquote .pidpis{
	text-align: right;
	line-height: 20px;
	font-size: 16px;
	font-style: normal;
}


.LeftMenuBox{
	padding: 10px 0 0 20px;
}
ul#LMenu{
	margin: 0 0 0 0;
	list-style: none;
}
ul#LMenu li{
	margin: 0 0 0 0px;
}
ul#LSubMenu{
	margin: 0 0 0 8px;
	list-style: none;
}
a.levela, a.levela:visited{
	display: block;
	margin: 7px 0 5px 0;
	font-size: 18px;
	color: #003145;
}
a.levela:hover{
	text-decoration: underline;
	color: #666;
}

	ul#LMenu a.current,
	ul#LMenu a.section{
		color: #0081C9;
		text-decoration: underline;
	}

a.levelb, a.levelb:visited{
	display: block;
	margin: 3px 0 5px 0;
	font-size: 14px;
	color: #003145;
}

a.levelb:hover{
	text-decoration: underline;
}
table.Block1{
	width: 910px;
	margin: 0 auto 5px auto;
}
table.Block1 td.Block1Top{
	background: transparent url(../images/block1/block1TopBg.png) no-repeat top left;
}
table.Block1 td.Block1Bot{
	background: transparent url(../images/block1/block1BotBg.png) no-repeat top left;
}
table.Block1 tr.Block1Midl{
	background: transparent url(../images/block1/block1MidlBg.png) repeat-y top left;
}
table.Block1 td.Block1MidlR{
	background: transparent url(../images/block1/block1Midl.png) repeat-y top right;
	padding: 0 25px 0 25px;

}
table.Block1 td.FotosTd{
	padding-right: 0px;
	overflow-x: hidden;
}
table.HomeNews{
	width: 100%;
}
table.HomeNews td{
	vertical-align: top;
}
a.blH3{
	color: #999999;
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
}
td .HomeNewsAn{
	width: 40%;
	padding-left: 20px;
}
.HomeNewsAn ul{
	margin: 0;
	padding: 0;
}

.HomeNewsAn ul li{
	list-style: none;
	font-size: 12px;
	color: #999999;
	background: transparent url("../images/askbg.gif") repeat-x bottom left;
	padding: 5px 0 8px 0;
}
.HomeNewsAn ul li.nobg{
	background-image: none;
}
.HomeNewsAn ul li a{
	text-decoration: none;
	color: #0081C9;
}
.HomeNewsAn ul li a:hover{
	text-decoration: underline;
}
a.FotoIt{
	display: block;
	float: left;
	width: 220px;
	text-align: left;
	color: #0081C9;
	font-size: 13px;
	text-decoration: none;
}
a.FotoIt:hover{
	text-decoration: underline;
}
a.FotoIt div{
	clear: both;
	display: block;
	width: 200px;
}
a.FotoIt img{
	border: 1px solid #999999;
}
.paddR30{padding-right: 30px;}


ul.soc{
padding: 0;
margin: 0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
ul#soc1 li a{
background:transparent url(../images/social.jpg) no-repeat scroll 0 0;	
}
ul#soc2 li a{
background:transparent url(../images/blogs.jpg) no-repeat scroll 0 0;	
}

ul.soc li{
float: left;
width: auto;
}

ul.soc li a{
float:left;
height:60px;
/*margin-right:25px;*/
overflow:hidden;
text-indent:-1000em;
display: inline-block;
}

ul#soc1 li.youtube a{
	width: 145px;
	background-position: 0 0;
}
ul#soc1 li.youtube a:hover{
	background-position: 0 -60px;
}

ul#soc1 li.odnoklasniki a{
	width: 145px;
	background-position: -145px 0;
}
ul#soc1 li.odnoklasniki a:hover{
	background-position: -145px -60px;
}

ul#soc1 li.vkontakte a{
	width: 180px;
	background-position: -290px 0;
}
ul#soc1 li.vkontakte a:hover{
	background-position: -290px -60px;
}

ul#soc1 li.twitter a{
	width: 180px;
	background-position: -470px 0px;
}
ul#soc1 li.twitter a:hover{
	background-position: -470px -60px;
}


ul#soc1 li.facebook a{
	width: 170px;
	background-position: -650px 0px;
}
ul#soc1 li.facebook a:hover{
	background-position: -650px -60px;
}


ul#soc2 li.pravda a{
	width: 225px;
	background-position: 0 0;
}
ul#soc2 li.pravda a:hover{
	background-position: 0 -60px;
}

ul#soc2 li.korrespondent a{
	width: 290px;
	background-position: -225px 0;
}
ul#soc2 li.korrespondent a:hover{
	background-position: -225px -60px;
}

ul#soc2 li.liga a{
	width: 125px;
	background-position: -515px 0;
}
ul#soc2 li.liga a:hover{
	background-position: -515px -60px;
}