/*
Theme Name: PoshSpace
Theme URI: http://www.poshspace.ru/
Description: WordPress theme for PoshSpace.ru based on ModXBlog 1.0 by JustDreamweaver
Version: 1.4
Author: PoshSpace
Author URI: http://www.poshspace.ru/
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

body {
	margin:0;
	padding:0;
	background: #D2D2C6;
	/*	background:url(images/bgPattern.jpg); */
}

ul, li {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	text-decoration:none;
	color: #14458D;
	-moz-outline-style:none;
}

a:hover, a:active {
	text-decoration: none;
	color:  #14458D;
	-moz-outline-style:none;
}

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

h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2.pagetitle {
	padding: 0px;
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #6D6D56;
	margin: 10px 0px 15px;
}

img {
	border:none;
	margin:0;
	padding:0;
}

img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
	float:left;
}

img.alignright {
	margin-bottom:5px;
	margin-left:10px;
	float:right;
}

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

hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}

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

* html blockquote {
	height:1%;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}

#wrap {
	width:1006px;
	position:relative;
	margin:0 auto;
	padding:0;
	background: url(images/body-bg.gif) repeat-y left;
}

#header a {
	color:#FFF;
	border: 0;
}

#header {
	clear:left;
	height: 170px;
	width:1006px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background: url(images/header-bg.png) no-repeat left top;
}

p.tagline {
	position:absolute;
	width:425px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	font: normal 15px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header .badges {
	width: 270px;
	position: absolute;
	top: 50px;
	right: 60px;
}

#header .logo {
	padding-top: 110px;
	margin-left: 45px;
	width: 603px;
	height: 84px;
	display: block;
	background: url(images/logo.png) no-repeat center;
}

/*-- Header search settings --*/
#header .search {
	position:absolute;
	top:122px;
	width:170px;
	left: 765px;
	margin: 0px;
	padding: 0px;
}

#header .search form {
	margin:0px;
	padding: 0px;
}

#header .search input {
	color:#000;
	font-size:11px;
	width:170px;
	background-color:#FFF;
	border: 0;
	margin: 0px;
	padding: 0px;
	height: 15px;
	line-height: 13px;
}
#content .pageintro {
	float: left;
	width: 605px;
	position: relative;
	left: 35px;
}

a.opacity img {
     filter:alpha(opacity=75);
     -moz-opacity: 0.7; 
     opacity: 0.7;
     -khtml-opacity: 0.7;
}

a.opacity:hover img {
     filter:alpha(opacity=100);   
     -moz-opacity: 1.0;   
     opacity: 1.0;
     -khtml-opacity: 1.0; 
}

/*-- Begin page content CSS --*/
#content {
	width:650px;
	position:relative;
	float:left;
	padding:0;
	font: 13px/18px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post {
	padding: 0 12px;
}

.postwrap h1 {
	margin:0;
	padding:0px 0px 10px;
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
.postwrap {
	float:left;
	width:605px;
	padding:10px;
	position: relative;
	left: 25px;
	background: #FFFFFF;
	border: 1px solid #D2D2C6;
	margin-bottom: 12px;
}
.postwrap ul {
	margin-left: 30px;
}
.postwrap ol {
	margin-left: 35px;
	padding-left: 0px;
}
.breadcrumb {
	margin-bottom: 10px;
	float: left;
	width: 605px;
	position: relative;
	left: 35px;
}

.posthead {
	position:relative;
	clear:left;
	padding-top: 8px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .posthead h1 a {
	color:#000;
}

#content .posthead h1 a:hover {
	color: #14458D;
}

.authorbox {
	border-top: 1px dotted #BDBDB3;
	border-bottom: 1px dotted #BDBDB3;
	width: 580px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 10px;
	font: normal 12px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	height: 23px;
}

.postdate {
	float:	left;
	background: url(images/icon-postdate.gif) no-repeat left center;
	padding-left: 33px;
	margin-top: 4px;
}

.postauthor {
	float:	left;
	background: url(images/icon-author.gif) no-repeat left center;
	padding-left: 27px;
	margin-left: 10px;
	margin-top: 4px;
}

.postcounter {
	float:	left;
	background: url(images/counter.gif) no-repeat left center;
	padding-left: 27px;
	margin-left: 10px;
	margin-top: 4px;
}

.addthis {
	float: right;
	margin-top: 2px;
}

.addthis_toolbox {
	float: left !important;
	margin-top: 1px;
}

.addthis_button_facebook_like {
}

.addthis_button_google_plusone {
	margin-left: -2px;
}

.vkbutton {	
	float: left !important;	
	margin-top: 1px;
	margin-left: -10px;
}

.odnoklassniki {
	float: left !important;
	margin-top: 1px;
	margin-left: 15px;
}

.addthis a:active,
.addthis a:hover {
	text-decoration: underline;
}

.postcomments {
}

.postcontent {
	margin-top: 15px;
	line-height:17px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#content .postcontent a,
#content .posttags a,
#content .postcontent a:visited,
#content .posttags a:visited {
	border-bottom:1px dotted #14458D;
}

#content .postcontent a:hover,
#content .posttags a:hover,
#content .postcontent a:active,
#content .posttags a:active {
	border-bottom: 1px solid #14458D;
}

.gallery {
	padding-bottom: 10px;
}

#content .gallery a,
#content .gallery a:visited,
#content .gallery a:hover,
#content .gallery a:active {
	border: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

.postinfo {
	font: 12px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #F7F7F4;
	border: 1px solid #E6E6DF;
	padding: 6px 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	height: 25px;
	line-height: 23px;
}

.postinfo a {
	color: #000;
	border: 0;
}

.postinfo a:hover,
.postinfo a:active {
	color: #14458D;
}

.posttags {
	background: url(images/icon-tags.gif) no-repeat left top;
	padding-left: 27px;
	padding-bottom: 10px;
	margin-top: 7px;
	line-height: 17px;
}

.postcat {
	float: left;
	background:url(images/icon-category.gif) no-repeat left top;
	width: 355px;
	padding-left: 27px;
}

.postcomments {
	background:url(images/icon-comment.gif) no-repeat right center;
	float: right;
	width: 140px;
	text-align: right;
	padding-right: 38px;
	font-weight: 700;
}

#content a.more-link,
#content a:visited.more-link,
#content a:active.more-link,
#content a:hover.more-link {
	font: 13px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

ul.note {
	margin-left: 0px;
	margin-bottom: 15px;
}

.note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 12px;
}
.noterss {
	background:url(images/noterss.png) no-repeat left top;
}
.notetrackback {
	background:url(images/notetrackback.png) no-repeat left top;
}

#content .note a {
	color: #333333;
	border-bottom: 1px dotted #333333;
}

#content .note a:hover,
#content .note a:active {
	border-bottom: 1px solid #333333;
}

/*-- Related Posts plugin settings --*/
.rel-posts {
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom: 1px dotted #BDBDB3;
}
.rel-posts ul {
	margin-left: 0px;
}

.rel-posts li {
	list-style-type:none;
	font-size:12px;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
	position: relative;
	line-height: 13px;
}

#content .rel-posts a {
	color: #333333;
	border-bottom: 1px dotted #333333;
}

#content .rel-posts a:hover,
#content .rel-posts a:active {
	border-bottom: 1px solid #333333;
}

#respond {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

#comments b {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	letter-spacing: -1px;
}

#commentform label {
	font-size: 12px;
	font-weight:bold;
}

#commentform label small {
	font-weight:normal;
}

#commentblock a,
#commentblock a:visited {
	border-bottom:1px dotted #14458D;
}

#commentblock a:hover,
#commentblock a:active {
	border-bottom: 1px solid #14458D;
}

#commentblock ol.commentlist {
	margin-left: 25px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	list-style: decimal;
	color: #666666;
	letter-spacing: -1px;
}

.commenttext {
	width: 560px;
	border-left: 5px solid #F0F0EC;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 8px;
	color: #333333;
	letter-spacing: normal;
	font: normal 12px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.commenttext p {
	margin-top: 8px;
	margin-bottom: 8px;
}

#commentform #submit {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	background: #D2D2C6;
	letter-spacing: -1px;
	border: 2px solid #939375;
	padding: 5px 8px;
}

.commentrules {
	font: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F7F7F4;
	border: 1px solid #E6E6DF;
	padding: 0px 8px;
}

#sidebar {
	width:300px;
	color:#000;
	margin-top:0px;
	position:relative;
	right: 44px;
	float: right;
	font: 13px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

#sidebar h2 {
	font-size: 16px;
	color: #000000;
	letter-spacing: -1px;
}

#sidebar ul li {
	margin-left: 3px;
	list-style: none;
	background: url(images/lidot.gif) no-repeat left 6px;
	margin-top: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #CCCCC6;
	padding-top: 0px;
	line-height: 16px;
}

#sidebar ul a {
	color: #000;
	font-weight: normal;
	border: 0;

}
#sidebar ul a:hover {
	color: #14458D;
	text-decoration: none;
	font-weight: normal;
}

#sidebar ul.children li  {
	border-bottom-style: none;
	background: url(images/subcat.gif) no-repeat left top;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;

}


#sidebar-top {
	width:300px;
	float: left;
}

#sidebar-top h2,
#sidebar-bottom h2 {
	background: url(images/side-h2-bg.png) repeat-x left top;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-bottom: 8px;
	margin-top: 0px;
	border: 1px solid #B8B8AE;
}

#sidebar-bottom h2 a.rsswidget   {
	color: #FFFFFF;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#sidebar-bottom .rsswidget img {
	display: none;
}

#sidebar-top .textwidget {
	padding-left: 6px;
	line-height: 16px;
}

#sidebar-top   ul {
	margin-bottom: 10px;
}

#sidebar-top   ul   ul  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar-top #searchform {
	background: #D2D2C6;
	padding: 4px;
	border: 1px solid #BBBBB1;
	margin-top: 15px;
	margin-bottom: 10px;
}

#sidebar-top  #s {
	width: 285px;
	margin-bottom: 4px;
}

#sidebar-top #wp-calendar {
	width: 280px;
	margin-left: 8px;
}

#sidebar-top #wp-calendar caption {
	margin-left: 8px;
}

#sidebar-bottom {
	width:300px;
	float: left;
}

#sidebar-bottom h2 {
	margin-top: 10px;
}

#wp-calendar {
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
}

#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #F0F0EC;
	line-height:15px;
}

#wp-calendar th {
	background-color: #D2D2C6;
	border: 1px solid #D2D2C6;
}

#wp-calendar tbody {
}

#wp-calendar tbody a {
	font-weight:bold;
	color:#000000;
	background-color:#D2D2C6;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
}

#wp-calendar tbody a:hover {
	font-weight:700;
	color:#FFF;
	background-color:#2A2A2A;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}

#wp-calendar tfoot a:hover {
	background-color:#D2D2C6;
	text-decoration:none;
	color: #000000;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
}

#sidebar-left {
	float:left;
	width:145px;
	padding:0;
	margin-top: 0px;
}

#sidebar-left h2, #sidebar-right h2 {
	background: url(images/side-h2-bg.png) repeat-x left top;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-bottom: 8px;
	margin-top: 8px;
	border: 1px solid #B8B8AE;
}

#sidebar-right {
	float:right;
	width:145px;
	padding:0;
	margin-top: 0px;
}

.banner {
	margin-top: 10px;
}

.pagenavi {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	position: relative;
	left: 30px;
	text-align: center;
	width: 605px;
}

.pagenavi a {
	color: #000;
}

.pagenavi a:hover,
.pagenavi a:active {
	color: #14458D;
}

#footer {
	clear: both;
	width: 990px;
	font: 12px "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/footer.png) no-repeat left top;
	height: 51px;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	border: 0;
}

#footer .about-links a:hover,
#footer .about-links a:active {
	border-bottom: 1px dotted #CCCCCC;
}

#footer .counters {
	float: right;
	margin-right: 33px;
	margin-top: 2px;
}

#footer .about-links {
	float: left;
	margin-left: 33px;
}

/* Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* Foto Link */

a.foto:link, a.foto:visited {
	color:#000;
	border-bottom: 1px solid;
	background: url(images/foto.gif) no-repeat right;
	padding-right: 12px;
}

a.foto:hover,
a.foto:active {
	color:#AA2244;
	border-bottom: 1px solid #AA2244;
}

/* ZRX CAPTCHA */
#zrx_captcha {
	font-size: 12px;
	font-weight: bold;
}

#zrx_captcha a,
#zrx_captcha a:hover,
#zrx_captcha a:active,
#zrx_captcha a:visited {
	border: 0;
}
