/*
Theme Name: Альманах
Theme URI: 
Description: Дизайн лля турфирмы "Альманах"
Author: Slik
Author URI: http://slik.su
*/

/* Reset All Styles
-------------------------------------------------------------------- */
html {height: 100%; background:url(images/bg.jpg);}
* html body {height: 100%;}
body {
	min-height: 100%;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1;

}
* {
  margin: 0;
  padding: 0;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

.content_bg_center {
	background:#a2d4d3;
border-radius:15px;
border: 2px solid #84bebd;
	width:800px;
	margin:0 auto;
}

strong{
	font-weight: bold;
}

/* Links */

a:link,
a:visited{
	color: #bc8443;
	text-decoration: none;

}
a:hover,
a:active{
	color: #af742f;
	text-decoration: underline;
}

/* Headers */

h1{
	padding:7px 20px;
	font-weight: bold;
	color:#bc8443;
	text-transform:uppercase;
}

.menu {
	padding:30px 0;
}
h1 a{

}
h1 a:link,
h1 a:visited{
}
h1 a:hover,
h1 a:active{

}
h2{
	padding:7px 0px;
	font-weight: bold;
	color:#bc8443;
	text-transform:uppercase;
}
h3, h3 a:link {
	padding:10px 0 5px 0;
	text-decoration:underline;
	color:#bc8443;
	font-size:16px;
	font-weight:normal;
	
}

h3 a:hover,
h3 a:active{

	text-decoration:underline;
	color:#af742f;
	font-size:16px;

}

h4{

}
h5{

}


/* Form Elements */

input[type=text],
textarea{
	border: 1px solid #ddd;
	padding: 3px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input:focus,
textarea:focus{
	border-color: #999;
	color: #333;
}
input[type=submit]{
	padding: 3px 10px;
	color: #fff;
	font-size:15px;
	background: url(images/button.png) no-repeat;
	cursor: pointer;
	border:none;
	height:28px;
	width:100px;
}
input[type=submit]:hover,
input[type=submit]:focus{
	font-size:15px;
	text-decoration:underline;
	padding: 3px 10px;
	color: #fff;
	background: url(images/button2.png) no-repeat;
	cursor: pointer;
	border:none;
	height:28px;
	width:100px;
}

/* Structure */

#siteWrapper{
	margin: 0 auto;

	position: relative;
}
.header {
	background:url(images/header.jpg) no-repeat top center;
	margin:0 auto;
	height:250px;
}
.header_bg {
	background:url(images/header_bg.jpg) repeat-x top;
	margin:0 auto;
	height:250px;
}
.header a{
	text-decoration: underline;
}
.logo {
	text-align:center;
	padding:214px 0 0 0;
	margin:0 auto;
}

.clear {
	clear:both;
}
.date {
	font-size:10px;
}
#siteDescription{
	margin: 30px 0;
}

/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
	
	height:28px;
	text-align:center;
	margin: 0 auto;


}
#mainNav ul{
	margin: 0 auto;
	text-align: center;
	padding:6px 0;

}
#mainNav li{
	display: inline;
	padding:0px 7px 4px 14px;
}

#mainNav li:last-child{
	margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
	color: #696039;
text-decoration: underline;
}
#mainNav a:hover,
#mainNav a:active{
	
	color: #B89200;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
	color: #B89200;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
	color: #696039;
}

/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{

	width: 700px;
	margin: 0 auto;
	padding:15px 0 0 0;
}
.entry-content img {
float:left;
}

/* Posts
-------------------------------------------------------------------*/

.postContent{
	position: relative;
	font-size:14px;
	line-height:1.5;
}
.postContent h4{
	position: relative;
	top: 0;
	font-family: constantia, palatino, times new roman;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	font-style: italic;
	border-bottom: none;
}

#coreContent p,
#coreContent li,
#coreContent dd{
	margin-bottom: 1.7em;
	line-height: 1.5;
	color: #333;
	text-align: left;
}
#coreContent p{
	text-align:left;
}
#coreContent li{
	list-style: square;
	margin-left: 17px;
}
#coreContent dt{
	font-size: 1.3em;
	color: #333;
}
.entry-content{
	margin-top: 5px;
	text-align: justify;
}
.entry-content br{
	padding:15px 0;
}
.entry-content a:link,
.entry-content a:visited{
	text-decoration: underline;
}
.hentry{
	position: relative;
	border-bottom: 1px dotted #ddd;
}
#coreContent .postMeta{
	margin: 15px auto 0;
	font-size: 1.3em;
	color: #999;
}
#coreContent .postMeta div{
	margin-bottom: 5px;
}
#coreContent .postMeta a:link,
#coreContent .postMeta a:visited{
	color: #666;
}
#coreContent .postMeta a:hover,
#coreContent .postMeta a:active{
	color: #666;
}
#coreContent .postMeta span{
	text-transform: uppercase;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	color: #333;
	border: none;
	padding: 0;
	font-family: constantia, palatino, times new roman;
	font-weight: bold;
	margin: 0 0 5px;
	font-style: normal;
	position: static;
}

.entry-content h1{
	font-size: 2em;
	letter-spacing: 0;
}
.entry-content h2{
	font-size: 1.8em;
}
.entry-content h3{
	font-size: 1.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6{
	font-size: 1.4em;
}
.entry-content strong{
	color: #000;
}
.entry-content pre{
	color: #666;
	font-size: 1.5em;
	line-height: 18px;
	margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol{
	margin: 0 0 20px 15px;
}
.entry-content ol li{
	list-style-type: decimal !important;
}
.entry-content li{
	margin-bottom: 5px !important;
}
.entry-content blockquote{
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	color: #7D7D7D;
	margin: 0 20px 20px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
#coreContent .entry-content blockquote p{
	font-size: 10px;
	line-height: 1.3em;
	color: #7D7D7D;
}
.entry-content .alignleft{
	float: left;
	margin: 4px 10px 10px 0;
}
.entry-content .alignright{
	float: right;
	margin: 4px 0 10px 10px;
}
.entry-content .wp-caption.alignnone{
	margin-bottom: 15px;
}
#coreContent .entry-content p.wp-caption-text{
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-bottom: 0;
}
.hentry img{
	margin: 0 auto;
	border: 1px solid #ccc;
}


/* Single Post Page
-------------------------------------------------------------------*/

.single h3{
	margin-top: 30px;
	margin-bottom: 5px;
}
.single h5{
	position: static;
	font-family: "helvetica neue", helvetica, arial;
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
	border-bottom: none;
	background: #fff;
}
.single.hentry{
	border-top: 1px solid #efefef;
	margin-top: -50px;
	border-bottom: none;
	padding-bottom: 0;
}
#coreContent .single .postMeta{
	margin: 20px 0 0;
	padding-top: 0;
	padding-bottom: 17px;
	text-align: left;
}

/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
	margin-left: 0;
}
#coreContent .entry-content #linkList li{
	list-style-type: none;
	margin-left: 0;
}
#coreContent .entry-content #linkList li li{
	font-size: .9em;
	list-style-type: square;
	margin-bottom: 20px !important;
	margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
	margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.commentEntry{
	padding: 15px 0 0 0;

}
#coreContent .commentEntry p{
	color: #666;
}
.avatar{
	float: left;
	margin-top: 4px;
}
.commentContent{
	float: left;
	width: 900px;
	margin-left: 22px;
}
.commentMeta{
	color: #999;
	font-size: 12px;
	text-align: left;
	padding:10px 0;
}
.commentMeta a:link,
.commentMeta a:visited{
	font-weight: bold;
}
.nocomments{
	font-size: 1.2em;
	padding: 25px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Comment Form */

fieldset{

	padding:0px 0 0 10px;
}
legend{
	position: relative;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 4px 0;
}
legend span{
	position: relative;
	top: -15px;
	display: block;
	width: 900px;
	background-color: #fff;
}
#comments h4,
legend span{
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.leaveComment{
	margin-top: 14px;
	padding-bottom: 19px;
}
.commentForm{
	font-size: 16px;
	text-align: left;
	margin: 0 10px;
}
.commentForm em{
	text-transform: lowercase;
	font-style: italic;
	color: #999;
	font-size: 1em;
}
.commentForm input[type=text]{
	display: block;
	margin-bottom: 15px;
	width: 400px;
	font-size: 1.4em;
}
.commentForm textarea{
	width: 400px;
	max-width: 400px; /* Restricts the resizing capability in webkit bases browsers */
	height: 150px;
	font-size: 14px;
}
.commentForm input[type=submit]{
	margin-top: 8px;
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
	padding:0 0 20px 0;
}
.pageNav a:link,
.pageNav a:visited {

}
.pageNav a:hover,
.pageNav a:active {


}
.pageNav .prev,
.pageNav .next{
	display: inline;
}
.pageNav .prev{
	margin-right: 2px;
}
.pageNav .next{
	margin-left: 2px;
}

/* Archives
-------------------------------------------------------------------- */

#archives{
	margin-top: -50px;
}
h2.archiveTitle{
	margin: -30px 0 70px;
	color: #666;
}
h2.archiveTitle strong{
	color: #000;
}
#archives h3,
#coreContent li h3{
	font-family: constantia, palatino, times new roman;
	font-size: 1.6em;
	text-align: left;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#coreContent li h3{
	font-size: 1.2em;
}
#archives label{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
#archives #date{
	float: left;
	width: 150px;
}
#archives #categoryTags{
	float: left;
	width: 320px;
	margin-left: 30px;
}
#archives ul{
	margin: 5px 0 60px;
	text-align: left;
}
#archives ul li{
	display: inline-block;
	margin: 0 5px 5px 0;
	color: #999;
	font-size: 1.3em;
	line-height: 1.5em;
	white-space: nowrap;
}
#archives li a{
	margin-right: 5px;
}
#archives #date ul li{
	display: block;
	list-style-type: none;
	margin: 0 10px 0 0;
}
.tagArchives li{
	float: left;
	margin-right: 10px;
}
.categories li{
	margin-bottom: 5px;
	font-size: 2.3em;
}

/* Recent Posts (on the 404 page)
-------------------------------------------------------------------- */

#recentPosts{
	border-top: 2px solid #ccc;
}
#recentPosts li{
	list-style: none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
#recentPosts a{
	float: left;
}
#recentPosts .postDate{
	float: right;
}

/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
	margin-top: -35px;
}
.searchresults .postMeta{
	text-align: left;
}
.searchpanel{
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 40px;
	padding: 10px 0;
}
.searchpanel input[type=text]{
	width: 250px;
	font-size: 1.7em;
}
.searchpanel input[type=submit]{
	font-weight: normal;
	-webkit-border-radius: 12px;
	-moz-border-radius: 16px;
	background-position: left 5px;
	font-size: 1.4em;
	
}

/* Footer
-------------------------------------------------------------------- */
.footer_bg{
	  background:url(images/shell.png) no-repeat bottom;
	  height:197px;
	  width:950px;
	  margin:0 auto;

}

#footer{
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
	text-align: center;
	font-size:10pt;
}
.info {
	padding:20px 0;
}

#footer p{
  line-height: 1.4em;
}
#footer #search{
  padding: 15px 0 30px;
  height:30px;
}

#footer #search input[type=text]{
  font-size: 18px;
  border-color: #ccc;
  width:200px;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

/* Google Ad
-------------------------------------------------------------------- */

.googleAd{
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
#coreContent p.loggedin{
	display: inline-block;
	margin-bottom: 35px;
	padding: 10px;
	background: #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.weather{
	line-height:1;
	padding:15px 0 0 0px;
}
a.vot:link, .st1, a.vot:visited {
	display:none;
}

.inf {
	width:220px;
}
.entry-content img { padding: 0; max-width: 100%; }
.entry-content img.centered { display: block; margin-left: auto; margin-right: auto; padding: 1px; border: solid 1px #9b9792;}
.entry-content img.alignright { margin: 10px 0 0px 15px; display: inline; border: solid 3px #C7A783; padding: 1px; }
.entry-content img.alignleft { margin: 10px 15px 0px 0; display: inline; border: solid 3px #C7A783; padding: 1px;}
.entry-content img.alignnone {  margin: 10px 15px 0px 0; display: inline; border: solid 3px #C7A783; padding: 1px; }
.samo {
	padding:0 15px; 
}

.autor {
	padding:10px 0;
	color:#bc8443;
}
.cform input.sendbutton {
	float:right;
}
.earth {
	background:url(images/earth.jpg) no-repeat;
	float:left;
	height:115px;
	width:115px;
	padding:0 0 0 15px;
}
