/*
Theme Name: HoneyMoon
Theme URI: http://catcoder.ru/
Description: Theme for web-site honeymoon.ru created by <a href="http://catcoder.ru/">catcoder</a>.
Version: 1.0
Author: catcoder
Author URI: http://catcoder.ru/
Tags:
Text Domain: catcoder

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Times New Roman", Times, serif;
	background: #ffffff;
	color: #000;
	}
a{color:#98989c; text-decoration:none}
a:hover{text-decoration:underline}	
a:focus{outline:none}
	
#page {
	background-color: white;
	text-align: left;
	}
	
#banner_lastentry{
	background-color:#000000;
}

#header {
	background: #ffffff url('images/hmlogo.jpg') no-repeat left top;
	}

#headerimg 	{
	margin: 0;
	height: 120px;
	width:100%;text-align:left;
	}
	
#headerimg h1, #headerimg h1 a{
	float:left;
	height:90px;
	width:250px;
	text-align:left;
	padding:0!important;
}	

#content {
	font-size: 1.2em;
	min-height:500px;
	}
	
.hor_menu, .hor_menu a{
	color:#ffffff;
	font-size:1.25em;
	text-transform:lowercase;
}

.hor_menu_bottom, .hor_menu_bottom a{
	color:#98989C;
	font-size:1em;
	text-transform:uppercase;
}

.hor_menu a:hover, .hor_menu_bottom a:hover{
	color:#98989C;
	text-decoration:none;
}

.hor_menu_bottom ul{
	margin:0;
	padding:0;
	margin-bottom:2em;
	}
	
.hor_menu_bottom li{
	display:inline;
	list-style:none;
	margin-right:20px;
}

.hor_menu li{
	line-height:17px;
	margin-right:50px;
}

.page-item-8{
	margin-right:0!important;
}

.cat-item a:hover{
	color:#333333!important;
}

.widecolumn .entry p {
	font-size: 1.1em;
	}
	
.narrowcolumn .entry p {
	font-size: 1.1em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}
	
.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family:"Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h1.pagetitle {
	font-size: 1.6em;
	margin: 15px 0 20px;
	text-align: center;
	font-style:italic;
	text-transform:uppercase;
	}

#sidebar h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

	
	a.more-link{
		color:#98989C;
		font-style:italic;
		text-align:right;
		display:block;
		width:100%;
		margin-top:3px;
	}

/*.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}




code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}
	
#banner_lastentry{
	height:20px;
	width:100%;
	background-color:#000000;
}

/*HORIZONTAL MENU*/

.hor_menu{
	height:21px;
	padding-left:25px;
	background-color:#000000;
}

.hor_menu a{
	float:left;
	height:21px;
	
}

#hormenu_item1{padding-left:5px;
	width:204px;
	background-position:left top;
}

#hormenu_item2{
	width:239px;
	background-position:-183px top ;
}

#hormenu_item3{
	width:133px;
	background-position:-407px top ;
}

#hormenu_item4{
	width:235px;
	background-position:-520px top ;
}

#hormenu_item5{
	width:150px;
	background-position:-747px top ;
}


/*HORIZONTAL MENU*/


#banner_lastentry{
	text-align:right;
}

.hor_menu_bottom{
	height:20px;
	width:940px;
	padding:0 30px;
	border-bottom:#000000 1px dotted;
	margin-bottom:20px;
	text-align:center;
	line-height:20px;
}

#header {
	margin-bottom: 25px;
	padding: 15px 0 0;
	height: 130px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 104px;
	}
	

#left_sidebar{
	float: left;
	width:160px;
	text-align:center;
	margin:0 35px 25px 25px;
}

#left_sidebar ul{
	margin:0 0 25px 0;
	padding:0 0 20px 0;
	background:#ffffff url('images/dotted_line.jpg') no-repeat bottom center;
}

#left_sidebar li, #left_sidebar li a{
	color:#98989C;
	font-size:1.2em;
	padding-top:19px;
	margin-top:19px;
	text-transform:uppercase;	
}
#left_sidebar li a:hover{
	text-decoration:none;
}

#left_sidebar li{ list-style:none;
	background:#ffffff url('images/li_bottom.jpg') no-repeat top center;
}
#left_sidebar li, #left_sidebar li a {
    color: #98989C;
    font-size: 1.2em;
    margin-top: 19px;
    padding-top: 19px;
    text-transform: uppercase;
}
#facebook_content li, #facebook_content li a {
    color: #98989C;
    font-size: 1.1em;
    margin-top: 10px;
    padding-top: 10px;
	text-transform: none;
}
/*#left_sidebar li.cat-item-1{
	margin-top:0;
	padding-top:0;
	background:none;
}*/
#facebook_content ul{
    background:scroll center bottom #FFFFFF;
    margin: 0 0 25px;
    padding: 0 0 20px;
}
#facebook_content ul li{
    background:  scroll center top #FFFFFF;
    list-style: none outside none;
}
#facebook_content  a.more-link{
 color: #98989C;
    display: block;
    font-style: italic;
    margin-top: -13px;
    text-align: right;
    width: 100%;
	font-size:1.1em;

}
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0px 0 0;
	width: 380px;
	}

.widecolumn {
	padding: 0 30px 20px 0;
	margin: 5px 0 0 220px;
	
	}

.post {
	margin: 0 0 30px;
		}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0 0 25px 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 5px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 20px 0 0;
	border-top:1px dotted #000000;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	}

#footer p {
	margin: 0 0 0 25px;
	padding:0;
	float:left;
width:500px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

.first h2, .first h1 {
	margin: 0;
	font-size:2.75em;
	text-align:center;
	line-height:1em;
	font-weight:bold;
	}
	
	
 h2,h1 {
	margin: 0;
	font-size:2em;
	text-align:left;
	line-height:1em;
	}

h1.pagetitle span{
	font-size:1.1em;
	margin:0 auto;
	border-bottom:1px dotted #333333;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

.first  h3, .hentry h3 {
	padding: 0;
	margin: 0;
	font-size:1.5em;
	text-align:center;
	line-height:1em;
	font-weight:bold;
	}
	
.post_ord h3{
	text-align:left;
}
 h3.post_zag, h2.post_zag, h1.post_zag{
	width:450px;
	font-size:2.7em;
	margin:0 auto;
	text-align:center;
    line-height:1em;
	font-weight:bold;
} 

 h3.post_zag_cat, h1.post_zag_cat{
	width:450px;
	font-size:2em;
	margin:0 auto;
	text-align:center;
    line-height:1em;
	font-weight:bold;
} 

h3.post_zag{
	font-size:1.5em;
}

.widecolumn h2{
	margin:-5px auto10px!important;
}

.widecolumn h3{
	margin-bottom:20px;
}
 h3 {
	padding: 0;
	margin: 0;
	}
h5{   border-bottom: medium none;
    font-size: 1.7em;
    font-style: normal;
    line-height: 1em;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#sidebar h2.widgettitle{
	text-align:center;
	font-size:2.2em;
	margin-bottom:15px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
img.attachment-post-thumbnail{
	width:106px;
	height:106px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	

li.page_item, li.cat-item{
	list-style:none;
}

li.page_item{
	display:inline;
}

li.cat-item{
	font-weight:bold;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}

#commentform input {
	font-size:1em;
	width: 150px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:#97979c 1px solid;
	}
#commentform input:hover{cursor:pointer}
#commentform {
	margin: 0 auto;
	width:380px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:#97979c 1px solid;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond{
	text-align:center;
}
#respond h3{
	margin-bottom:0!important;
}
#commentform #submit {
	width:150px;
	margin: 0 auto 5px;
	}
	
#dcaptcha input{
	width:10px!important;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin-left: 635px;
	width: 345px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar	 h3, .widget_stags_cloud h2{
	margin:0 auto 15px;
	font-style:italic;
	font-size:12px!important;
	text-align:center;
}

#sidebar	 h3 span, .widget_stags_cloud h2{
	border-bottom:#000000 1px dotted;
}

#sidebar_2columns{
	margin-bottom:25px;	
	text-align:center;
	font-style:italic;
}

#sidebar_2columns a{
	font-size:1.4em;
	color:#98989C;
	line-height:1.1em;
}

#sidebar_2columns a:hover{
	color:#333333;
}
	
#sidebar_video, #video-2{
	text-align:center;
	padding-bottom:15px;
	margin-bottom:25px;
	background:#ffffff url('images/dotted_line.jpg') no-repeat bottom center;
}

#video-2 h3 span{
	font-size: 1.7em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
	font-style:normal;
	border-bottom:none;
}

#sidebar_video ul li#widget_sp_image-3.widget h3.widgettitle span{
	font-size: 1.7em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
	font-style:normal;
	border-bottom:none;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/*Begin companyblock*/

.company_block{
	float:right;
	text-align:right;
	width:430px;
	height:84px;
	margin-right:30px;
}

#comp_links{
	margin-bottom:10px;
}

#comp_links a, #eng_link a{
	color:#98989C;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:bold;
}

#comp_links a:hover, #eng_link a:hover{
	color:#333333;
}

.requisits{
	font-size:1.1em;
	line-height:1.2em;
}

.requisits img{
	margin-top:-2px;
}

/*End companyblock*/

#seoarticle h2{
	font-size:2.7em;
	margin:0;
	padding:0;
	text-align:center;
}

#seoarticle h4{
	font-size:2.2em;
	margin:0;
	padding:0;
	text-align:center;
}

#seoarticle p{
	font-size:1.3em;
	line-height:1.2em;
}

.seo_author{
	font-weight:bold;
	font-style:italic;
	font-size:1.15em;
}

.seo_quote{
	margin-left:20px;
	font-weight:bold;
	font-size:1.2em!important;
	line-height:0.95em;
}

.thumbnail {
float: left;
padding: 0 10px 5px 0;
}

.post_ord img{
	margin-top:4px;
}

.post_ord h2, .post_ord h3{
	font-size:1.5em;
	line-height:1.1em;
}

.post_ord p{
	margin-top:10px;
}

.search_field{
	float:left;
	width:100px;
	border:#98989c 1px solid;
	margin:0 0 0 20px;
	font-size:1em;
}

.art-button{
	display:block;
	float:left;
	width:22px;
	height:15px;
	border:0;
	background:#ffffff url('images/search.jpg') no-repeat bottom center;
	margin-top:1px;
	}
	
.art-button:hover{
	cursor:pointer;
	}


#counter div{
 float:left;
margin-right:10px;
}

#category-description{
	margin-bottom:30px;
}

#search_page h3{
	text-align:left;
	margin:30px 0 -10px 0;
}

#search_page img{
	display:none;
}

.hentry .navigation div{
	width:230px;
}

.navigation div{
	width:180px;
}

.navigation div.alignleft{
	text-align:left;
}

.navigation div.alignright{
	text-align:right;
}

#crumbs{
	margin-bottom:10px;
	border-bottom:#CCCCCC 1px dotted;
}

.article_end{
	clear:both;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:#cccccc 1px dotted;
}

#facebook_link{
	display:block;
	padding-top:20px;
	background:#ffffff url('images/facebook_logo_16x16.jpg') no-repeat;
	background-position:9px 19px;
	clear:both;
}

#facebook_link a{
	font-size:1.5em;
}

#livejournal{
	display:block;
	padding-top:10px;
	background:#ffffff url('images/livejournal.png') no-repeat;
	background-position:9px 10px;
	clear:both;
}
#livejournal a{
	font-size:1.5em;
}
#left_sidebar div#except_post li {
    background: none;
	margin-top: 0px;
    padding-top: 0px;
    list-style: none outside none;
	text-transform: none;
    text-align: center;
	font-size: 13px;
}
#except_post li#sideblog--3.widget ul li p {margin: 0px; }
#except_post {padding-top: 10px;}
#except_post li#sideblog--3.widget h3.widgettitle {padding: 5px 0;}

