/*
	Theme Name: AbraStyle
	Description: AbraStyle - дизайн, разработанный специально для сайта Абрамовича В.А.
	Author: Oleg Martemjanov <demogorgorn@gmail.com>
*/

/* LAYOUT */

html {
    background: url('images/background.png');
}

body {
    background: url('images/topback1.png') repeat-x center top;
}

/* fonts */
@font-face {
    font-family: 'HaginCapsMedium';
    src: url('fonts/Hagin_Caps_Medium.otf') format('opentype'),
    url('fonts/Hagin_Caps_Medium.eot?') format('eot'),
    url('fonts/Hagin_Caps_Medium.woff') format('woff'),
    url('fonts/Hagin_Caps_Medium.svg#HaginCapsMedium') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* Top Search */

#s {
    width: 95%;
    height: 20px;
    margin-left: 5px;
}

#search input[type="image"] {
    position: absolute;
    margin-left: -30px;
    margin-top: 1px;
    z-index: 100;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
}

#wrapper {
    padding: 0;
}

#contentwrap {
    background: #fff;
    border-top: 5px solid #fff;

}

/* HEADER */

#header {
    height: 90px !important;

}

/* NAVIGATION MENUS */

#pagemenucontainer {
    height: 30px;
    margin-top: 0px;
	background: #676464;
}

.shailan-dropdown-menu-widget {
    float: left;
}

/* CONTENT */

#aboutbar {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: justify;
    background: #E4E4E4 url(images/bg-footer-bottom.png) repeat-x top;
    height: 295px;
    padding: 15px;
    border-top: 1px solid #B9B9B9;
    border-bottom: 1px solid #DBDBDB;
}

#content {
    padding: 0 5px 15px 15px;
}

pre {
    overflow: auto;
    width: 470px;
}

.post {
    margin: 7px 0 7px;
    border: 0px solid #F9F9F9;
    position: relative;
}

.text {
    border: 1px solid #E1E1E1;
    padding: 5px 15px 15px;
    position: relative;
    height: 1%;
}

.post p {
    margin-bottom: 10px;
}

.text:hover {
    border: 1px solid #BBBBBB;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.title {
    margin: 0 0 8px 0;
    padding: 0px;
    line-height: 18px;
    font-size: 18px;
    font-family: Georgia, Times New Roman Times, Serif;
    color: #4a4848;
    font-weight: bold;
}

.title a {
    text-decoration: none;
    color: #4a4848;
}

.title a:hover {
    text-decoration: none;
    color: #0c607f;
}

.postdate {
    font-size: 12px;
    padding: 0 0 5px;
    color: #69C;
    border-bottom: 1px dashed #DDD;
    float: left;
    width:100%;
	margin-bottom: 10px;
}

.postdate a {
    float: right;
    color: #69C;
    text-decoration: none;
}

.postdate a:hover {
    text-decoration: underline;
}

.postmeta {
    margin: 7px 0 10px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background: #F4F4F4;
    color: #777;
    text-align: right;
    overflow: hidden;
    text-shadow: 1px 1px 0 #FFF;
    font: 11px/1 Tahoma, Arial, sans-serif;
}

.postmeta div {
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 6px 8px 8px;
    text-align: left;
}

.postmeta a {
    color: #777;
}

.postdate img, .postmeta img {
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.entry {
    text-align: justify;
    padding-top: 8px;
    color: #333;
}

/* for category bullets in stand-alone page*/
.mainlist {
	background: url(images/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
    margin-top: 6px;
}

.entry ul li {
	background: url(images/arrow-bullet.gif) no-repeat left top;
	list-style:none;
	padding-left:12px;
}

.navigation {
    padding: 10px 0;
}

blockquote {
    overflow: hidden;
    padding-left: 9px;
    font-style: italic;
    color: #666;
    border-left: 3px solid #CADAE7;
}

.post img {
    max-width: 680px;
    margin-right: 10px;
    margin-top: 5px;
}

img.wp-smiley {
    max-height: 12px;
    margin: 0;
    padding: 0;
    border: none;
}

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

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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;
}

/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #686868 !important;
    background: #dfdfdf !important;
    border: 1px solid #989898 !important;
    font-size: 15px !important;
    padding: 4px 8px !important;
}

.wp-pagenavi span.current {
    color: #434343 !important;
    background: #fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding: 4px 8px !important;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    color: #494949 !important;
    background: #dfdfdf !important;
    border: 1px solid #626262 !important;

}

.wp-pagenavi span.pages {
    color: #676767 !important;
    background: #fff !important;
    border: 1px solid #b6b5b5 !important;
    font-size: 15px !important;
    padding: 4px 8px !important;
}

.wp-pagenavi span.extend {
    background: transparent !important;
    font-size: 15px !important;
    padding: 4px 8px !important;
    color: #676767 !important;
    background: #fff !important;
    border: 1px solid #b6b5b5 !important;
    font-weight: bold;
}

/* SIDEBAR(S) */

.sidebar {
    margin: 0 10px 10px 0;
}

.sidebar .textwidget {
    font: 11px/1 Tahoma, Arial, sans-serif;
}

/* FOOTER */

#footer {
    text-align: center;
	align: center;
	border-left: 1px solid #999999;
    border-right: 1px solid #999999;

    background: #E4E4E4 url(images/bg-footer-bottom.png) repeat-x top;
	padding: 10px;
	border-bottom: 1px solid #B9B9B9;
	border-top: 1px solid #DBDBDB;
	
	color: #626262;
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.62em;
}

#footer2 {
    color: #000;
    font-size: 11px;
    text-align: center;
    padding: 10px;

}

#footer2 a {
    color: #000;
    text-decoration: none;
}

.phead {
    margin: 0 -14px 8px;
    padding: 3px 0 0;
    overflow: hidden;
    position: relative;
}

.phead h1 {
    font: 25px/1 Georgia, "Times New Roman", Times;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 1px #DDD;
    padding: 10px 90px 15px 29px;
    margin: 0 -15px 0;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: inset 0 -1px 0 #FFF, inset 0 -15px 35px #EEE;
    -moz-box-shadow: inset 0 -1px 0 #FFF, inset 0 -15px 35px #EEE;
    box-shadow: inset 0 -1px 0 #FFF, inset 0 -15px 35px #EEE;
}

.phead h2,
.phead h3 {
    font: 18px/1 Georgia, "Times New Roman", Times;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 1px #DDD;
    padding: 10px 90px 15px 29px;
    margin: -10px -15px 0;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: inset 0 -1px 0 #FFF, inset 0 -15px 35px #EEE;
    -moz-box-shadow: inset 0 -1px 0 #FFF, inset 0 -15px 35px #EEE;
    box-shadow: inset 0 -1px 0 #FFF, inset 0 -15px 35px #EEE;
}

/* search highlight */

.search-excerpt {
    background: #FF9
}

/* sidebar */

.sidebar h2 {
    margin: 10px 0 10px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background: #F4F4F4;
    color: #777;
    text-align: right;
    overflow: hidden;
    text-shadow: 1px 1px 0 #FFF;
    font: 11px/1 Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.sidebar h2 div {
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 6px 8px 8px;
    text-align: left;
}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

ul.xoxo.categories .cat-item {
    background: #FFFFFF url(images/arrow-bullet.gif) no-repeat top left;
	list-style:none;
    padding-left:12px;
    margin-top: 6px;
}

.cat-item {
    padding-bottom: 5px;
}
 
/* Links */
.sidebar a, .sidebar a:visited {
    text-decoration: none;
    color: #5c7a99;
    font: 11px/1 Tahoma, Arial, sans-serif;
}

.sidebar a:hover {
    text-decoration: underline;
}


/* caption */
#daos2 {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    background: #F4F4F4;
    margin: 7px 0px 10px;
    box-shadow: 0 0 2px #DDD;
}

#daos2 #daos {
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 10px 55px 16px 14px;
    margin: 0;
    text-align: left;
    font: 29px/1 Georgia, "Times New Roman", Times;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 1px #DDD;
    text-decoration: none;
    color: #4a4848;
}

#daos2 #daos a {
    font: 27px/30px Times;
    color: #555;
    margin: 0;
    border-bottom: 1px solid;
}

#daos2 #daos img {
    padding-right: 5px;
    padding-top: 5px;
}

#daos2 #daos.color1 a {
    color: #A00;
}

#daos2 #daos.color2 a {
    color: #390;
}

/* SLIDER */
#slider {
	width:918px !important;
	height:295px !important;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}


.widgettitle {
    margin: 10px 0 10px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background: #F4F4F4;
    color: #777;
    text-align: right;
    overflow: hidden;
    text-shadow: 1px 1px 0 #FFF;
    font: 11px/1 Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.widgettitle div {
    border: 1px solid #FFF;
    border-radius: 4px;
    padding: 6px 8px 8px;
    text-align: left;
}

/* wide */
#sidebar-wide,
#sidebar-footer-wide {
    padding:20px 3.1%;
    background:#eee;
    border-bottom:#e0e0e0 1px solid;
    font-weight:300;
}

#sidebar-wide,
#sidebar-footer-wide {
    text-align:center;
}

#sidebar-wide .widget-title,
#sidebar-footer-wide .widget-title {
    margin:0;
    font-family:"Open Sans", sans-serif;
    font-size:32px;
    font-style:italic;
    font-weight:300;
    letter-spacing:normal;
}

.phone {
    font-size:32px;
    font-style:italic;
}

.phone img {
    padding-left: 10px;
}

#sidebar-wide .widget,
#sidebar-footer-wide .widget {
    margin:0;
}

#sidebar-wide {
        border-top: #E0E0E0 1px solid;
}

#better-text-2 {
	float:left;
}

#better-text-4 {
	float:right;
}

.tamojnia-btn {
	display: inline-block;
	padding: 14px 12px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff !important;
	background-color: #d9534f;
	border-color: #d43f3a;

	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.tamojnia-btn.active.focus,.tamojnia-btn.active:focus,.tamojnia-btn.focus,.tamojnia-btn:active.focus,.tamojnia-btn:active:focus,.tamojnia-btn:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.tamojnia-btn.focus,.tamojnia-btn:focus,.tamojnia-btn:hover {
	color:#333;
	text-decoration:none
}
.tamojnia-btn.active,.tamojnia-btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.tamojnia-btn.focus,.tamojnia-btn:focus {
	color:#fff;
	background-color:#c9302c;
	border-color:#761c19
}
.tamojnia-btn:hover {
	color:#fff;
	background-color:#c9302c;
	border-color:#ac2925
}
.tamojnia-btn.active,.tamojnia-btn:active,.open>.dropdown-toggle.tamojnia-btn {
	color:#fff;
	background-color:#c9302c;
	border-color:#ac2925
}
.tamojnia-btn.active.focus,.tamojnia-btn.active:focus,.tamojnia-btn.active:hover,.tamojnia-btn:active.focus,.tamojnia-btn:active:focus,.tamojnia-btn:active:hover {
	color:#fff;
	background-color:#ac2925;
	border-color:#761c19
}
.tamojnia-btn.active,.tamojnia-btn:active {
	background-image:none
}
	
.imgshadow {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

#share42 {display: inline-block; padding: 6px 0 0 6px; background: #FFF; border: 1px solid #E9E9E9; }
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.su-box-content,
.su-divider a {
    background: #fafafa !important;
}

.su-box .su-spoiler-style-1 {
	margin: 0;
}

.su-note-shell h2,
.su-box-title {
    text-align: left;
    font: 29px/1 Georgia, "Times New Roman", Times !important;
    text-shadow: 1px 1px 0 #FFF, 2px 2px 1px #DDD !important;
    text-decoration: none !important;
    color: #4a4848 !important;
    margin-bottom: 0;
}

.su-spoiler-content,
.entry,
#aboutslogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.62em;
    color: #626262;
}

.entry h2 {
	font-size: 16px;
}

#aboutslogan  h3 {
    color: #4a4848;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0 0 5px 0 !important;
    margin: 0 0 8px 0 !important;
    font-weight: bold;
    text-shadow: 0 1px 0 #e9e5e5;
}

.su-spoiler-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.62em;
}

a, a:visited {
    text-decoration: none;
    color: #5c7a99;
}

a:hover {
    text-decoration: underline;
}

.nivo-caption {
    color: #ffffff !important;
}


