﻿/*
Theme Name: LosliDe
Author: beloweb.ru
Author URI: http://beloweb.ru/about
*/

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  color:#333;
  background: #f4f4f4;
  font-family: "Segoe UI", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:0.94em;
  line-height:135%;
  
}

ul {
	list-style:none;
}

h1 {
	font-size:30px;
	font-weight:normal;
	padding:0px 0 0px;
	line-height:100%;
        font-style:italic;
	
}

a {
	color: #7a9e0e;
	text-decoration:none;
        -moz-transition: all 0.3s 0.01s ease;
                        -o-transition: all 0.3s 0.01s ease;
                        -webkit-transition: all 0.3s 0.01s ease;
}

a:hover {
  color:#63800c;
  text-decoration: none;
}

aside, nav, footer, header, section { display: block }

/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#wrapper {
        
        margin-top:40px;
        border:0px solid #000;
	width: 1000px;
	margin: 0 auto;
	height: auto  !important;
        
	}

.header{
        border-bottom:0px solid #7a9e0e;
        width:100%;
        background: url(images/bgheader.png) 0px 0px repeat-x;
        height:120px;
	z-index: 4;
        position:relative;
        }

#headerInner {
        border: 0px solid #ededed;
        position:relative;
        width:1000px;
        height:100px;
	margin:0 auto;
        margin-top:0px;
	
	}

#content {
        
	margin-top:50px;
        border: 0px solid #1FA2E1; 
}

#content #colLeft {
        border: 0px solid #000;
        float:left;
	width:720px;
	margin-right:0px;
        
        }

#content #colRight {
        position:relative;
        margin-left:25px;
        float:right;
	width:240px;
        border: 0px solid #1FA2E1;
	}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.625em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.625em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

/* bottomMenu */

.bottomMenu {  
        
        position:absolute;
	right:0px;
	top:55px;
}

/* The Nav styling starts here, The above code is just to make the page look nice */
#dropdown_nav {
        z-index: 5;
        font-weight:bold;
	display:inline-block;
	list-style:none;
        border-bottom:0px solid #777;
	height: 46px;
        }

	#dropdown_nav li {
                
		padding:11px 0px 10px 0px;
		float:left;
		position:relative;
		display:inline-block;
	


}

		#dropdown_nav li a {
                        
                        font-weight:100;
                        font-size:16px;
                        color:#333;
                        margin-left:25px;
			padding-bottom:29px;
			border-bottom: 0px solid #ededed;
                        -moz-transition: all 0.3s 0.01s ease;
                        -o-transition: all 0.3s 0.01s ease;
                        -webkit-transition: all 0.3s 0.01s ease;
		}
		#dropdown_nav li a:hover {
                        text-decoration:underline;
                        color:#63800c;
			}
		

		#dropdown_nav li a.first {
			-moz-border-radius:5px 0px 0px 5px;
			-webkit-border-radius:5px 0px 0px 5px;
		}
		/*#dropdown_nav li a.last {
			-moz-border-radius:0px 5px 5px 0px;
			-webkit-border-radius:0px 5px 5px 0px;
		}*/

		/* Sub-Nav styling */
		#dropdown_nav ul li ul {
                        border-top:3px solid #e4e2da;
			width:180px;
			padding:0px;
			position:absolute;
			top:60px;
			left:25px;
                        z-index: 4;
                        
			background: #fff;
                       
		}

#dropdown_nav ul li ul li {
                                background:#efede6;
				width:180px;
				padding:0px;
			}

				#dropdown_nav ul li ul li a {
                                        margin-left:0px;
                                        background: none;
                                        font-weight: normal;
                                        font-size:15px;
					display:block;
					border-bottom:1px solid #e4e2da;
                                        padding:10px 20px 10px 20px;
                                        padding-left:10px;
                                        color:#444;
					font-size:14px;
				}
				#dropdown_nav ul li ul li a:hover {
                                        background:#7bc3f4;
					
                                        color:#fff;
					
				}
				


/*----------------------------
          тень
------------------------------*/

.shadowup {
        z-index: -2;
        width:1012px;
        height:94px;
	position:absolute;
	left:0px;
	top:40px;
        background:url(images/shadowup.png) 0px 0px no-repeat;
}


/*----------------------------
          Слайдер
------------------------------*/

#slider {
        z-index: 1;
        position:relative;
        border:8px solid #e7e7e7 !important;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1); /* Для Firefox */
       -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); /* Для Safari и Chrome */
        box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.3); /* Параметры тени */
        }

.fromsl{
        padding-top: 30px;
        position:relative;
        margin-top: -5px;
        border-bottom:8px solid #e7e7e7;
        width:100%;
        background: url(images/fromsl.png) 0px 0px repeat;
        height: 150px;
	text-align: center;
        }

#fromslInner {
        
        border: 0px solid #ededed;
        position:relative;
        width:1000px;
        height:500px;
	margin:0 auto;
        margin-top:0px;
	
}

#fromslInnerShadow {
        position:absolute;
	left:15px;
	bottom:-74px;
        z-index: 0;
        width:1018px;
        height:93px;
	background:url(images/fromslInnershad.png) 0px 0px no-repeat;
}

/*----------------------------
          Логотип
------------------------------*/

.logo {
        
	text-align: center;
}

.logotext {
        font-size:20px;
        position:absolute;
	left:0px;
	top:30px;
        
        
}

.logotext a {
        font-size:30px;
        color:#96b551;
        
        }

/* Верхнее правое меню */

.topMenuRight {
        position:absolute;
	right:0px;
	top:8px;
        border: 0px solid #1FA2E1;
	
	}

.topMenuRight ul li {
        
	float:left;
}

.topMenuRight li a{
        text-shadow: none;
        font-weight:100;
        color:#ccc;
	text-decoration:none;
	font-size:13px;
	margin-left:0px;
        padding:10px 12px 13px 12px;
        
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
        
        }

.topMenuRight li a:hover {
        color:#fff;
        background:#7a9e0e;
        
}

/*----------------------------
       Основной контент
------------------------------*/

/*----------------------------
       Инфо панель
------------------------------*/
.info {
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
        float:left;
        padding-top:15px;
        padding-bottom:10px;
        padding-left:0px;
        float:left;
        margin-bottom:10px;
        margin-top:10px;
        width:440px;
        font-size:12px;
	line-height:100%;
	color:#999;
        }

.info a {
        
	color:#777;
        }

.info a:hover {
        
	color:#4991bb;
        }

.avtor {
        font-weight:100;
        height:18px;
        float:left;
        background:url(images/avtor.png) 0px 0px no-repeat;
	padding-left:15px;
        }

.metki {
        margin-left:10px;
        font-weight:100;
        height:18px;
        float:left;
        background:url(images/metki.png) 0px 0px no-repeat;
	padding-left:15px;
        }

.data {
        margin-left:10px;
        font-weight:100;
        height:18px;
        float:left;
        background:url(images/data.png) 0px 0px no-repeat;
	padding-left:15px;
        }

.commentar {
        margin-left:10px;
        font-weight:100;
        height:18px;
        float:left;
        background:url(images/comment.png) 0px 0px no-repeat;
	padding-left:20px;
        }

/*----------------------------
       Конец Инфо панель
------------------------------*/

.opispost {
        text-shadow: 1px 1px 0px #d9d9d9;
        color:#333;
        padding: 5px 0px 10px 40px;
        margin-top:10px;
        margin-bottom:0px;
        background:url(http://icons.iconarchive.com/icons/fatcow/farm-fresh/32/category-icon.png) 0px 0px no-repeat;
        font-weight: 100;
        font-size:33px;
	}

.postBox {
        position:relative;
        border:1px solid #dedede;
        padding-right:20px;
        padding-left:20px;
        padding-top:20px;
        background: #fff;
        width:690px;
        height:275px;
        margin-top:0px;
        margin-left:0px;
	margin-bottom:50px;
        }

.boxshadowdown {
        z-index: -1;
        width:666px;
        height:19px;
	position:absolute;
	left:0px;
	bottom:-19px;
        background:url(images/boxshadowdown.png) 0px 0px no-repeat;
}

.boxshadowleft {
        z-index: -1;
        width:16px;
        height:267px;
	position:absolute;
	left:-16px;
	bottom:0px;
        background:url(images/boxshadowleft.png) 0px 0px no-repeat;
}

.boxshadowright {
        z-index: -1;
        width:16px;
        height:267px;
	position:absolute;
	right:-16px;
	bottom:0px;
        background:url(images/boxshadowright.png) 0px 0px no-repeat;
}

.postBox h2 a {
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
        color:#555;
        font-weight:1000;
	font-size:22px;
        line-height:28px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
        
}

.postBox h2 a:hover {
        color:#63800c;
	
       }

.postBox .textPreview {
	font-size:20px;
	margin-top:0px;

}

.postBox .textPreview p{
	margin-top:0;
	
}	

.postBox .postThumb{
        background: #f3f3f3;
        float:left;
        margin:0px 20px 0px 0;
	overflow:hidden;
        padding:10px;
        height: 210px;
        width: 210px;
        text-align: center;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
       
}

.postBox .postThumb a img{
	width: 100%;
	height: 100%;
}

.postBox .postThumb:hover{
        background: #bbd56e;
       
}

.postBox .postMeta {
	
	padding-bottom:15px;
	clear:left;
	overflow:hidden;
}

.more-link a {
        width:88px;
        height:30px;
        background:url(images/more-link.png) 0px  no-repeat;
        float:right;
        
        color:#999;
        font-size:13px;
        margin-top:5px;
	padding:5px 0px 0px 14px;
        -moz-transition: all 0.3s 0.01s ease;
        -o-transition: all 0.3s 0.01s ease;
        -webkit-transition: all 0.3s 0.01s ease;
	}

.more-link a:hover {
        opacity:0.7;
        color:#000;
        
        }

#authorDetails {
        
        line-height:25px;
        border-radius: 5px;
        background-color:#f7f7f7;
	clear:both;
	margin-top:25px;
        padding:10px;
	overflow:hidden;
        -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2); /* Для Firefox */
       -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2); /* Для Safari и Chrome */
        box-shadow: 0 0 8px rgba(0,0,0,0.2); /* Параметры тени */
	}

#authorDetailstext {
	float:left;
	width:520px;
	
}

#authorDetails p {
        
        margin-top:55px;
        padding:0px;
	
	}

#authorDetails h2 {
        color: #444;
        float:left;
        margin-top:5px;
        margin-bottom:10px;
        font-size:20px;
	font-weight:normal;
	padding:0px 0 10px;
	border-bottom: 1px solid #ddd;
}

#authorDetails img {
        float:left;
	margin-top:10px;
        margin-right:15px;
        margin-left:10px;
        border:1px solid #ccc;
	
       -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3); /* Для Firefox */
       -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3); /* Для Safari и Chrome */
        box-shadow: 0 0 8px rgba(0,0,0,0.3); /* Параметры тени */

      
}

/* --------------------------------
            Сайдбар
-----------------------------------*/

/* --------------------------------
           Блоки с миниатюрами
-----------------------------------*/

.rightBoxtumb {
        margin-top:30px;
        margin-left:0px;
        width:300px;
        margin-bottom:30px;
        
        }

.rightBoxtumb p {
        margin-top:3px;
        font-size:11px;
        color:#7a9e0e;
        }

.rightBoxtumbline {
        background: url(images/rightBoxline.png) 0px 0px no-repeat;
        margin-top:0px;
        margin-left:0px;
        width:300px;
        height:2px;
        margin-bottom:5px;
        
        }

.rightBoxtumb h2 {
        background: url(images/rightBoxmark.png) 0px 6px no-repeat;
        border-bottom: 0px solid #7a7a7a;
        margin-bottom:15px;
        font-size:20px;
	font-weight:100;
	font-family: "Segoe UI", Tahoma, Helvetica, Sans-Serif;
	color:#777;
	display:block;
	padding:0px 0px 0px 20px;
}

.rightBoxtumb ul li{
        position:relative;
        height:95px;
	padding:7px 0px;
	border-bottom:0px solid #dad9ca;
        font-size:14px;
        line-height: 16px;
        
}

.rightBoxtumb ul li img{
        width:70px;
        height:70px;
        position:relative;
        float:left;
	padding:7px;
	border: 1px solid #c5dba4;
        background: #fff;
        margin-right:10px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        }

.rightBoxtumb ul li img:hover{
        border: 1px solid #5a740a;
        background: #7a9e0e;
        }

.rightBoxtumb ul li .rightBoxshadowleft{
        background: url(images/rightBoxshadowleft.png) 0px 0px no-repeat;
        width:13px;
        height:88px;
        position:absolute;
	left:-12px;
	top:4px;
        }

.rightBoxtumb ul li .rightBoxshadowright{
        background: url(images/rightBoxshadowright.png) 0px 0px no-repeat;
        width:13px;
        height:88px;
        position:absolute;
	left:85px;
	top:6px;
        }

.rightBoxtumb a {
	color:#333;
                
}

.rightBoxtumb a:hover {
	color: #47ace0;
        
        }

/* --------------------------------
     Конец Блоки с миниатюрами
-----------------------------------*/

.rightBox {
        margin-top:10px;
        margin-left:0px;
        width:300px;
        margin-bottom:30px;
        
        }

.rightBox h2 {
        
        background: url(images/rightBoxmark.png) 0px 6px no-repeat;
        border-bottom: 0px solid #7a7a7a;
        margin-bottom:15px;
        font-size:20px;
	font-weight:100;
	font-family: "Segoe UI", Tahoma, Helvetica, Sans-Serif;
	color:#777;
	display:block;
	padding:0px 0px 0px 20px;
}

.rightBox ul li{
        
	padding:10px 0px;
	border-bottom:1px solid #dad9ca;
        font-size:14px;
        line-height: 16px;
        
}

.rightBox a {
	color:#333;
        }

.rightBox a:hover {
	color: #47ace0;
        
        }

/*----------------------------
FOOTER ELEMENTS
------------------------------*/

#footernav {
         position:absolute;
	 left:400px;
	 top:17px;
         width:400px;
         
        }

#footernav li a {
        background: url(images/footernavmark.png) 0px 6px no-repeat;
        border-right:0px solid #333;
        float:left;
        font-weight:100;
        color:#f4d7cd;
	text-decoration:none;
	font-size:14px;
	padding-right:12px;
        padding-left:10px;
        -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#footernav li a:hover {
        
        color:#999;
	
        }

#footer {
        margin-top:20px;
        border-top:8px solid #fff;
        min-height:100px;
        min-width:1000px;
	background: url(images/footer.png) 0px 0px repeat;
       
	}

#footerdown {
        background: url(images/Footerdown.png) 0px 0px repeat;
        min-height:50px;
        min-width:1000px;
	
       }

#footerdownInner {
        position:relative;
        border: 0px solid #1FA2E1;
	width:1000px;
        min-height:50px;
	margin:0 auto;
	color:#ccc;
        overflow:hidden;
	padding-bottom:5px;
}

#footerInner {
	width:1000px;
	margin:0 auto;
	color:#ccc;
        overflow:hidden;
	padding-bottom:20px;
}

#footerInner .boxFooter {
        float:left;
	width:200px;
        margin-top:20px;
        margin-right:50px;
        -moz-transition: all 0.3s 0.05s ease;
        -o-transition: all 0.3s 0.05s ease;
        -webkit-transition: all 0.3s 0.05s ease;
        
}

#footerInner .boxFooter p{
        line-height:18px;
        color: #ccc;
	font-size:13px;
        }

#footerInner .last {
	margin-right:0;
}

#footerInner h2 {
        
        font-weight:normal;
        color: #eacdbd;
	font-size:17px;
	padding:10px 0 5px 10px;
	margin-bottom:0px;
}

#footerInner .boxFooter ul li  {
	padding:10px 0px 10px 0px;
	border-bottom:1px dashed #61544c;
	color:#fff;
	font-size:10px;
	font-style:italic;
}

#footerInner .boxFooter ul li img{
        padding:3px;
        border:1px solid #555;
        margin:2px 8px 7px 0px;
        display:block;
        height:45px;
        width:45px;
        float:left;
        }

#footerInner .boxFooter ul li br {
	line-height:5px;
}

#footerInner .boxFooter ul li a {
        padding-left:17px;
        background: url(images/boxFootermark.png) 0px 2px no-repeat;
	text-decoration:none;
	color:#ccc;
	font-size:13px;
	font-style:normal;
}

#footerInner .boxFooter ul li a:hover {
	color:#777;
}

.relatedPosts li  {
	display:block;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
	width:660px;
	float:left;
	font-size:20px;
       
}

#copyright {
        font-size:14px;
	
}

#copyright img {
        float:left;
        margin-top:11px;
        margin-right:9px;
	}

#copyright p {
        line-height:16px;
        font-size:11px;
        float:left;
        margin-top:12px;
	color:#8e746a;
}

/*----------------------------
         популярные посты
------------------------------*/

.relatedPosts  {
	height: auto;
        list-style: none;
	overflow: hidden;
}

.relatedPosts h2{
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
	margin-top:30px;
        color:#555;
        padding: 0px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;

       }

.relatedPosts li  {
	display:block;
	border-bottom:1px dotted #ccc;
	padding:20px 0;
	width:660px;
	float:left;
	font-size:20px;
       
}

.relatedPosts li  {
	background-image: none;
        padding: 0px;
        border:0px solid #333;
        width:655px;
        list-style:none;
	margin-bottom:20px;
        
	float:left;
	font-size:20px;
}

.relatedPosts li img {
        border:1px solid #ccc;
        background:#fff;
        padding:2px;
        float:left;
	margin:0 10px 0 0px;
        width: 210px; 
       height: 210px; 
        -moz-transition: border 0.3s 0.05s ease;
        -o-transition: border 0.3s 0.05s ease;
        -webkit-transition: border 0.3s 0.05s ease;
        
       }

/* --------------------------------
Формы
-----------------------------------*/

#form-query {
        position:relative;
        background: url(images/search.png) 0px 0px repeat;
	border:1px solid #dcdcdc;
	width:225px;
        height:27px;
	padding:8px 17px 7px;
	font-weight:100;
	font-size:14px;
	color:#999;
	
}

#form-querysub {
        z-index: 4;
        position:absolute;
	right:-83px;
	top:13px;
	width:50px;
	height:30px;
	background:url(images/searchico.png) 0px 0px no-repeat;
	border:0px dashed #333;
	
	}

#form-querysub:hover {
	cursor: pointer;
}

.sharenewfooter { 
        z-index: 4;
        position:absolute;
	right:0px;
	top:10px;
         
          
}

.sharenewfooter a { display:inline-block; width: 24px; height: 24px; margin: 2px 0px 2px 0; 
-moz-transition: all 0.3s 0.01s ease;
                        -o-transition: all 0.3s 0.01s ease;
                        -webkit-transition: all 0.3s 0.01s ease;}

.sharenewfooter a:hover {  
      opacity: 0.5;
}
      
      
      .sharenewfooter .icon-facebook { 

                 background: url(images/facebook-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 
}
      .sharenewfooter .icon-twitter { 
                 background: url(images/twitter-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: 0px;
       
}

      .sharenewfooter .icon-Google { 
                 background: url(images/gplus-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -10px;
                 
       
}

.sharenewfooter .icon-rss { 
                 background: url(images/rss-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -5px;
       
}

.sharenewfooter .icon-vk { 

                 background: url(images/vk-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -6px;
}

.sharenew { 
        z-index: 4;
        position:absolute;
	left:0px;
	top:4px;
         
          
}


      .sharenew a { display:inline-block; width: 24px; height: 24px; margin: 2px 0px 2px 0; -moz-transition: all 0.3s 0.01s ease;
                        -o-transition: all 0.3s 0.01s ease;
                        -webkit-transition: all 0.3s 0.01s ease;}

.sharenew a:hover {  
      opacity: 0.5;
}
      
      
      .sharenew .icon-facebook { 

                 background: url(images/facebook-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 
}
      .sharenew .icon-twitter { 
                 background: url(images/twitter-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: 0px;
       
}

      .sharenew .icon-Google { 
                 background: url(images/gplus-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -10px;
                 
       
}

.sharenew .icon-rss { 
                 background: url(images/rss-variation.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -5px;
       
}

.sharenew .icon-vk { 

                 background: url(images/vk-icon.png) 0 center no-repeat; 
                 padding:4px 0px 0px 5px;
                 font-size:17px;
                 margin-right: -6px;
}

/*----------------------------
       Сингл контент
------------------------------*/

.singlecont {
        background: #fff;
        color:#444;
        font-size:20px;
        line-height:23px;
        display: block;
        padding: 20px;
        border:1px solid #dedede;
        width:690px;
        position:relative;
	margin-bottom:40px;
        }

.singleboxshadowdown {
        z-index: -1;
        width:611px;
        height:19px;
	position:absolute;
	left:23px;
	bottom:-19px;
        background:url(images/singleboxshadowdown.png) 0px 0px no-repeat;
}

.singleboxshadowleft {
        z-index: -1;
        width:25px;
        height:600px;
	position:absolute;
	left:-20px;
	top:0px;
        background:url(images/singleboxsh.png) 0px 0px no-repeat;
}

.singlecont h1 {
        color:#555;
        font-size:27px;
	font-style:normal;
	font-weight:700;
	padding:0px 0 0px;
	line-height:100%;
        margin-bottom:20px;
        
        }

.singlecont .hrdown {
        width:655px;
	height:16px;
        background: url(images/post.png) 0px 0px repeat-x;
        margin-bottom:25px;
        margin-top:27px;
        
        }

.singlecont .infocont {
        margin-bottom:10px;
        margin-top:15px;
        font-size:11px;
	line-height:100%;
	color:#888;
        }
 

.singlecont .infocont a {
        color:#333;
        border-bottom:1px solid #ddd;
        }

.singlecont .infocont a:hover {
        color:#999;
        }

.singlecont a {
        
        border-bottom:1px solid #ddd;
        }

.singlecont a:hover {
        border-bottom:1px solid #63800c;
        }


.singlecont .textPr {
	margin-top:20px;
	
	}

.singlecont ul {
        margin-top:10px;
        margin-bottom:10px;
	
        }

.cont ul li {
        width:660px;
        background: url(images/list.png) 0px 6px no-repeat;
        padding:5px 0 5px 18px;
        color:#000;
        font-weight:normal;
	line-height:18px;
        }

.cont ol li {
        width:660px;
        padding:5px 0 5px 5px;
        color:#000;
        margin-left:25px;
        font-weight:normal;
	line-height:18px;
        }

.cont h1 {
        background: none;
        border-bottom: 1px solid #ccc;
        color:#777;
        font-size:30px;
	font-weight:normal;
	margin-top:20px;
	line-height:100%;
        margin-bottom:20px;
        padding-bottom:7px;
        
        }

.cont h2,h3,h4 {
        width:100%;
        border-top: 1px solid #ccc;
        color:#7a9e0e;
        font-size:25px;
	font-weight:normal;
	margin-top:20px;
	line-height:100%;
        margin-bottom:20px;
        padding-top:10px;
        
        }

.singlecont p {
        margin-bottom:15px;
	
        }

/* Комментарии
-----------------------------------*/

.h2comments {
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
	color:#555;
        padding: 0px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;
	
	}

.h2comments a.addComment {
        border:none;
        width:152px;
	height:55px;
        background: url(images/addcomm.png) no-repeat 100% 0;
        margin-top:-12px;
        margin-right:-25px;
	display:block;
	float:right;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
	
	}

.h2comments a.addComment:hover {
	background: url(images/addcommhov.png) no-repeat 100% 0;
        
        }

h2#commentsForm {
	margin:0;
	padding-top:0;
}

#content #colLeft ul.commentlist {
        width:620px;
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0;
	border-top:1px dotted #7a9e0e;
	border-bottom:2px dotted #7a9e0e;
	padding:0;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:0 0 20px 40px;
	position:relative;
	border-bottom:1px solid #E5E8EA;
	margin-top:25px;
        background:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
        margin-left:10px;
}

#content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#content #colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

#content #colLeft ul.commentlist li .comment-meta {
	font-size:18px;
        margin-left:30px;
}


#content #colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:2px;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	top:5px;
}

#content #colLeft ul.commentlist .reply {
        
        
	position:absolute;
	right:10px;
	top:0px;
	text-align:center;
	font-size:12px;
	
}

#content #colLeft ul.commentlist .reply a {
        border:;
	display:block;
	
	
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
}

#content #colLeft ul.commentlist li .children li {
	margin-top:20px;
        padding-top:20px;
	border-top:1px solid #E5E8EA;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:0;
}

#content #colLeft ul.commentlist li .children li .avatar {
	top:25px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:15px;
}

/* Формы комментариев */

.commenth {
        font-family: "Segoe UI Regular", Tahoma, Helvetica, Sans-Serif;
        color:#555;
        padding: 55px 20px 25px 20px;
        margin-left:35px;
        border:0px solid #333;
        font-weight: 100;
        font-size:22px;
	}

#commentform p {
	margin:0;
}

#commentform label {
        color:#777;
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:400px;
	margin-bottom:10px;
        border-radius:4px;
       -moz-border-radius:4px;
       -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
        background: url(images/commsub.png) no-repeat 100% 0;
        border:none;
	width:152px;
        height:55px;
	margin-top:10px;
        margin-left:-3px;
	cursor:pointer;
	-moz-transition: all 0.2s 0.01s ease-in;
        -o-transition: all 0.2s 0.01s ease-in;
        -webkit-transition: all 0.2s 0.01s ease-in;
	
}

#commentform input#submit:hover {
        
	background: url(images/commsubhov.png) no-repeat 100% 0;
        
       }

blockquote {
        width:550px;
	border-left:5px solid #ccc;
	padding-left:20px;
	margin:15px 0 15px 25px;
	font-size:14px;
        color:#777;
}

/* Навигация */

.emm-paginate { margin-bottom:20px; clear:both; }
.emm-paginate a { border: 1px solid #ccc; background: #ebebeb; border-radius: 3px; color:#333; margin-right:7px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current { color:#fff; background:#7a9e0e; border: 1px solid #63800c; border-radius: 3px; margin-right:7px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

/*----------------------------
          Архивы
------------------------------*/

.fromarchive{
        padding-top: 30px;
        position:relative;
        margin-top: -5px;
        border-bottom:8px solid #e7e7e7;
        width:100%;
        background: url(images/fromsl.png) 0px 0px repeat;
        height:150px;
	
        }

.fromarchive h3 a{
        color:#fff;
        border-bottom: 1px solid #ddd;
        }

.fromarchive h3 a:hover{
        color:#0b4c50;
        border-bottom: 1px solid #333;
        }

.fromarchive h3{
        font-family: "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-top: none;
        color:#fff;
        padding: 5px 0px 10px 0px;
        margin-top:3px;
        margin-bottom:0px;
        font-weight: 100;
        font-size:28px;
	
        }

#fromarchiveInner {
        border: 0px solid #ededed;
        position:relative;
        width:1000px;
        height:130px;
	margin:0 auto;
        margin-top:0px;
	
}

 #fromarchiveInnerShadow {
        position:absolute;
	left:15px;
	bottom:-65px;
        z-index: 0;
        width:1018px;
        height:93px;
	background:url(images/fromslInnershad.png) 0px 0px no-repeat;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}


#contact textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:152px;
	height:55px;
	margin-top:10px;
        margin-left:-3px;
	cursor:pointer;
	background:url(images/commsub.png) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding:0;
}

#contact input.submit:hover{
	background:url(images/commsubhov.png) 0 0 no-repeat;
	}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

/* стрелка вверх */
.scrollTop{
    opacity: 0.5;  
    background:url(images/arrowup.png) 0 0 no-repeat;  
    display:block; width:88px; height:88px;  
    position:fixed; bottom:10px; right:0%;  
    z-index:2000;
    -moz-transition: all 0.5s 0.05s ease;
    -o-transition: all 0.5s 0.05s ease;
    -webkit-transition: all 0.5s 0.05s ease;  
 } 

.scrollTop:hover{
    opacity: 1.0;  
     
 }

/* -------------------------------
След. и пред. записи
----------------------------------*/

.nextpostlink a {
        z-index:2000;
        position:absolute;
	right:15px;
	top:350px;
        height:50px;
        width:29px;
        background: url(images/nextpostlink.png) no-repeat;
        opacity: 0.5;
	position: fixed;
        -moz-transition: all 0.5s 0.05s ease;
        -o-transition: all 0.5s 0.05s ease;
        -webkit-transition: all 0.5s 0.05s ease;
	}

.nextpostlink a:hover {
        opacity: 1;
	-webkit-transform: translate(10px,0);
        -moz-transform: translate(10px,0);
        -o-transform: translate(10px,0);
	}

.prepostlink a {
        z-index:2000;
        position:absolute;
	left:15px;
	top:350px;
        height:50px;
        width:29px;
        background: url(images/prepostlink.png) no-repeat;
        opacity: 0.5;
	position: fixed;
        -moz-transition: all 0.5s 0.05s ease;
        -o-transition: all 0.5s 0.05s ease;
        -webkit-transition: all 0.5s 0.05s ease;
	}

.prepostlink a:hover {
        opacity: 1;
	-webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
	}

/* settings special for Dusea */

.fb-page {
	margin-top: 10px; 
	width: 300px;
}

ul.vertical li{
	width: 50px;
}
.cont p img {
	width: 690px;
}

li.cat-item a{
	font-weight: 600;
}

div.rightBoxMid h2{
	font-weight: 700;
}

.relatedPosts li a{
	color: #555;
    	font-size: 27px;
    	font-style: normal;
    	font-weight: 700;
}

.relatedPosts li a:hover{
	color: #7a9e0e;
}

/*pop-up*/

#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup { 
      background: #FFFFFF;
    max-width: 520px;
    width: 100%;
    margin: 10% auto;
	    padding: 18px;
		    text-align: center;
	border: 10px solid #ddd;
	position: relative;
	/*--CSS3 CSS3 Тени для Блока--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Закругленные углы--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#popup h1{
    font:28px Monotype Corsiva, Arial;
    font-weight: bold;
	text-align: center;
	color: #008000;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
#popup h2{
    font:24px Monotype Corsiva, Arial;      
	color: #008000;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
.close {
    background-color: rgba(0, 0, 0, 0.8);
	border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(255, 69, 0, 0.8);
}

#popup .fb-page {
	width: 500px;
}

/*навигация поста*/
.page-link{
	margin: 10px 0 30px;
	font-size: 21px;
	font-weight: bold;
    	color: red;
}