/*
Theme Name: Boldy
Author: Site5.com
Author URI: http://gk.site5.com/t/237
Description: Check <a href="http://wordpress.site5.net/boldy/doc/">Boldy Documentation</a> in case you need directions</a>.
*/

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	background:url(images/bk_body.jpg);
	line-height:150%;
	
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#1FA2E1;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}



h1, h2, h3 {
	font-size:32px;
	letter-spacing:-1px;
	line-height:100%;
	padding-bottom:15px;
}

h1 {
	font-weight:normal;
}

h1 a:hover {
	text-decoration:none;
	color:#333;
}

h2 {
	font-size:20px;
	padding-top:10px;
	font-weight:normal;
}

h3 {
	font-size:18px;
	padding-top:10px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
body#home #mainWrapper {
	background:url(images/bk_main_wrapper_home.jpg) top no-repeat;
	position:relative;
	top:-21px;
	
}

#mainWrapper {
	background:url(images/bk_main_wrapper.jpg) top no-repeat;
	position:relative;
	top:-21px;
}
#wrapper {
	margin:0 auto;
	width:990px;
}

#header {
	height:190px;
	position:relative;
	
}

#content {
	padding-bottom:20px;
	overflow:hidden;
	background:url(images/bk_vertline.jpg) 695px 0 repeat-y;
	margin-top:35px;
}

body#home #content{
	margin-top:20px;
}

body#home #content, body#portfolio #content {
	background:none;
	
}

#content #colLeft {
	float:left;
	width:670px;
	margin-right:50px;
	padding-top:10px;
}

#content #colRight {
	float:left;
	width:250px;
	
}

#footer {
	background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
	margin:10px 0 0;
	color:#666;
	position:relative;
	padding-top:3px;	
	font-size:12px;
}

#footerActionsInner{
	width:960px;
	margin:0 auto;
	padding:32px 0 0;
	overflow:hidden;
}

#footerWidgets {
	background:#000 url(images/bk_footer_widgets.png) 0 0 repeat-x;
	padding-top:32px;
}

#footerWidgetsInner {
	width:960px;
	margin:0 auto;
	padding:20px 0 0 0;
	overflow:hidden;
	padding-bottom:-20px;
}

/* HEADER ELEMENTS
-----------------------------------*/

/* -- logo --*/
#logo {
	position:relative;
	top:115px;
	float:left;
	left:15;
	height:90px;
	display:block
}

.m-cont {
	position:relative;
	left:620px;
	top:-50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4e4b49}

#logo a img{
	border:none;
	vertical-align:middle;
}

#mainMenu {
	position:absolute;
	left:-18px;
	top:0;
	font-family:'Philosopher';
	font-size:24px;
}

#mainMenu ul li{
	float:left;
}

#mainMenu ul li a {
	display:block;
	height:49px;
	color:#fff;
	padding:36px 18px 0;
	font-size:17px;
	background:url(images/bk_mainmenu.png) 0 -78px no-repeat;
}

#mainMenu ul li a span {
	font-size:10px;	
	color:#999;
	line-height:120%;
}

#mainMenu ul li a:hover {
	text-decoration:none;
	background:url(images/bk_mainmenu.png) 0 0 repeat-x;
	color:#96DDFC;
}


#mainMenu ul li ul li a:hover{
	background:#132325;
}

/* Side menu */


#menu-side-directions li a:hover, n#menu-side-directions li:hover > a, #menu-side-directions li.current-menu-item > a, #menu-side-directions li.current-menu-ancestor > a {
    font-weight: bold;
}

#menu-right-catalog li a:hover, n#menu-right-catalog li:hover > a, #menu-right-catalog li.current-menu-item > a, #menu-right-catalog li.current-menu-ancestor > a {
    font-weight: bold;
}

.sub-menu { display: none; }
.current_page_item .sub-menu, .current_page_parent .sub-menu { display: block;}

.sub-menu{
  padding-left: 10px;
}

.sub-menu li:last-child {
  border:none; 
  padding-bottom: 0px;
}

/* top social links */

#topSocial {
	position:absolute;
	right:0;
	top:150px;
}

#topSocial ul li {
	float:left;
	padding:0 5px;
	width:50px;
}

#topSocial ul li a {
	display:block;
	height:47px;
	width:47px;
	background:url(images/bk_topsocial.png) 0 0 no-repeat;
}

#topSocial ul li a img {
	border:none;
	margin-top:9px;
	margin-left:8px;
}

#topSocial ul li a:hover {
	/*background:url(images/bk_topsocial_hover.png) 0 0 no-repeat;*/
	background:none;
}

/* Top Search */

#topSearch {
	position:absolute;
	right:5px;
	top:25px;
}

/* CONTENT ELEMENTS
-------------------------------------------*/

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

/* homeboxes */

#homeBoxes {
	overflow:hidden;
}

#homeBoxes .homeBox {
	width:290px;
	float:left;
	margin-right:40px;
/*	background:url(images/bk_dotted_thick.png) 0 0 repeat-x;*/
}

#homeBoxes .homeBox img {
	border:6px solid #E2E2E2;
	background:#fff;
	padding:1px;
}

#homeBoxes .homeBox img:hover {
	border-color:#F9F9F9;
}


#homeBoxes .last{
	margin-right:0;
}

#homeBoxes .homeBox h2 {
	padding:10px 0 15px;
	color:#333;
	font-weight:normal;
	font-size:24px;
}

.more-link {
	padding:20px 0 0 0;
}

/* home blurb */

#blurb {
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	padding:15px 20px 25px;  
	text-shadow:1px 1px #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-size:14px;
	line-height:20px;
	margin-bottom:25px;
	margin-top:25px;
}

#blurb p {
	margin:0 0 1.5em;
}

.textwidget ul, .textwidget ol {  
	line-height: 1.3em;
	list-style: disc outside none;
	margin-bottom: 1.5em;
	margin-left: 3em; 
}
.textwidget ul li, .textwidget ol li { margin-bottom: .2em; }

#blurb img {
	float:right;
	border:none;
	margin-top:5px;
}

#archive-title {
	padding:5px 0 7px 25px;
	margin:0 0 15px;
	display:block;
	background:url(images/ico_archive.png) 2px 50% no-repeat;
	border-bottom:1px solid #ddd;
}

#content #colLeft img {
	border-top:1px solid #BBB; 
	border-left:1px solid #BBB; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
}

/* BLOG ITEMS */

.postItem {
	margin:0 0 30px;
	padding:0 0 15px;
	border-bottom:1px dotted #bbb;
	overflow:hidden;
}

.postItemCert {
	text-align: center;
	margin:0 0 30px;
	padding:0 0 15px;
	border-bottom:1px dotted #bbb;
	overflow:hidden;
}

.post_thumb_reference {
	float: left;
	margin-right: 5px;
}

.postItemQuestion{
	margin-bottom: 10px;
   border-bottom: 1px solid #ddd;
   padding-bottom: 10px;
}

.postItemReference{
	margin-bottom: 10px;
   border-bottom: 1px solid #ddd;
   padding-bottom: 10px;
}

.postItem .meta {
	font-size:11px;
	color:#666;
	text-shadow:1px 1px #fff;
	margin-top:-12px;
	margin-bottom:18px;
}

.postItemAnswer{
    background: white;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 0;
}

blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.png) 0 15px no-repeat;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#content #colLeft ul li, #content #colLeft ol li  {
	padding:5px 0 5px 25px;
	background:url(images/bullet_list.png) 0 8px no-repeat;
}

#content #colLeft ul {
	margin:0 0 15px 15px;
}

#content #colLeft ol li {
	background:none;
	padding-left:0;
}

#content #colLeft ol {
	margin:0 0 15px 35px;
}

#shareLinks {
	height:30px;
	background:url(images/bk_social.jpg) 0 0 repeat-x;
	font-size:12px;
	line-height:32px;
	padding:0 10px;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	border:1px solid #008FF5; 
	/*border-left:1px solid #008FF5; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;*/
	margin:20px 0;
	width:130px;
}

#shareLinks a {
	color:#fff;
}

#shareLinks #icons {
	display:none;
	padding-left:15px;
}

#shareLinks #icons a {
	margin:0 10px;
	font-weight:bold;
	text-transform:uppercase;
}

.headings{
	    font-size: 20px;
    font-weight: normal;
		padding:10px 0;
		width: 100%;
		float: left;
}

.menu-directions-container {
   margin-top: 10px;
   display: table;   /* Allow the centering to work */
	margin: 0 auto;
}


/* PAGINATION */

.emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
/*.emm-paginate a {background:url(images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; 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:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* SLIDER
---------------------------------------*/

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 40%;
	height:370px; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}

/* PORTFOLIO PAGE 
---------------------------------------*/

.portfolioCategs {
	float:left;
	height:50px;
	width:960px;
	border-bottom:1px solid #ccc;
	display:block
	
}

.portfolioitem a {
	font-size:18px;
	color:#404040}

.portfolioCategs li {
	float:left;
	margin-right:4px;
}

.portfolioCategs li a{
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	border-top:1px solid #ddd; 
	border-left:1px solid #ddd; 
	border-bottom:1px solid #fefefe; 
	border-right:1px solid #fefefe;
	padding:6px 8px;  
	text-shadow:1px 1px #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	font-weight:bold;
	display:block;
	
}

.gallery {
	margin-top:10px;
	padding-left:22px;
	margin-left:-22px;
	margin-bottom:20px;
	width:982px;
}

.gallery .portfolioItem {
	float:left;
	width:300px;
	height:260px;
	overflow:hidden;
	margin-right:25px;
	overflow:hidden;
	margin-bottom:10px;
	text-align: center;
}


.gallery .portfolioItem img {
	border:none;
	margin-top: 10px;
}



/* COLRIGHT ELEMENTS 
-------------------------------------*/

.rightBox  {
	margin-bottom:17px;
}

.rightBox h2 {
	padding:10px 0;
}

.rightBox ul li{
	padding:6px 0;
	border-bottom:1px solid #ddd;
}

.rightBox ul {
	border-top:1px solid #ddd;
}

/* COMMENTS
-----------------------------------*/


#content #colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:0 0 20px;
	border-top:3px solid #D2D8DB;
	border-bottom:4px solid #D2D8DB;
	padding:0;
	padding-bottom:10px;
}

#content #colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

#content #colLeft ul.commentlist li {
	padding:20px 0 10px 50px;
	position:relative;
	margin-top:0;
	background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
}

#content #colLeft ul.commentlist li img {
	border:none;
}

#content #colLeft ul.commentlist li p{
	font-size:13px;
	margin:10px 0;
}

#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:16px;
}


#content #colLeft ul.commentlist li .gravatar {
	position:absolute;
	width:50px;
	height:50px;
	top:20px;
	left:0;
}

#content #colLeft ul.commentlist li .gravatar .gravatar_mask {
	position:absolute;
	left:0;
	top:0;
	background:url(images/bk_gravatar_mask.png) 0 0 no-repeat;
	width:50px;
	height:50px;
}

#content #colLeft ul.commentlist .reply {
	position:absolute;
	right:0;
	top:25px;
	width:46px;
	height:21px;
	text-align:center;
	font-size:12px;
}

#content #colLeft ul.commentlist .reply a {
	display:block;
	width:46px;
	height:21px;
	font-style:italic;
}

#content #colLeft ul.commentlist .reply a:hover {
	text-decoration:none;
	color:#333;
}


#content #colLeft ul.commentlist li .children li {
	margin-top:15px;
	padding-top:25px;
	border-bottom:none;
	overflow:hidden;
	padding-bottom:5px;
}

#content #colLeft ul.commentlist li .children li .gravatar {
	top:20px;
}

#content #colLeft ul.commentlist li .children li .reply {
	top:30px;
}

/* FOOTER ELEMENTS
-------------------------------------------*/

#twitter #twitter_update_list li {
list-style-type:none;
line-height:140%;
}

#showHide {
	display:block;
	position:absolute;
	width:48px;
	height:16px;
	right:4px;
	top:-5px;
	background:url(images/but_show_hide.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#footerActionsInner #twitter {
	float:left;
	overflow:hidden;
	width:315px;
	background:url(images/twitter_ill.png) 0 0 no-repeat;
	padding-left:85px;
	position:relative;
}

#footerActionsInner #twitter #latest {
	width:293px;
}

#footerActionsInner #twitter #latest #tweet {
	background:url(images/bk_latest_tweet.png) 0 0 no-repeat;
	padding:10px 10px 0 20px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:125%;
	height:65px;
	
}

#footerActionsInner #twitter #latest #tweetBottom{
	height:26px;
	background:url(images/bl_latesttweet_bottom.png) 0 0 no-repeat;
}

#footerActionsInner #twitter a.action {
	position:absolute;
	display:block;
	width:81px;
	height:23px;
	background:url(images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:2px;
}

#footerActionsInner #twitter a.action:hover {
	background:url(images/but_actions.png) 0 -25px no-repeat;
}

#footerActionsInner #twitter a.action {
	left:0;
	top:76px;
}

#footerActionsInner #quickContact {
	float:right;
	overflow:hidden;
	width:435px;
	background:url(images/quick_contact_ill.png) 0 0 no-repeat;
	padding-left:85px;
	position:relative;
	margin-left:30px;
}

#footerActionsInner #quickContact .leftSide {
	float:left;
	width:155px;
}

#footerActionsInner #quickContact .rightSide {
	float:left;
	width:268px;
	overflow:hidden;
	margin-left:10px;
}

/* Footer Widgets */

#footerWidgetsInner .boxFooter {
	float:left;
	width:210px;
	padding-right:30px;
	overflow:hidden;
	margin-bottom:40px;
}


#footerWidgetsInner h2 {
	font-size:20px;
	border-bottom:1px solid #292929;
	padding:7px 0 12px;
	margin-bottom:2px;
	color:#ccc;
}

#footerWidgetsInner .boxFooter ul li {
	padding:7px 0;
	border-bottom:1px solid #292929;
	color:#986123;
	font-size:10px;
	font-style:italic;
}

#footerWidgetsInner .boxFooter ul li a {
	text-decoration:none;
	color:#515151;
	font-size:13px;
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
	color:#ccc;
}

/* Copyright */

#footerWidgetsInner #copyright {
	clear:both;
	
	
	position:relative;
}

#site5bottom {
	position:absolute;
	right:0;
	top:17px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	/*width:344px;
	height:26px;
	background:url(images/site5bottom.png) 100% 0 no-repeat;
	text-indent:-9999px;*/
}


/* FORMS
------------------------------------*/

/* Quick Contact Form */

#quickContact form input[type="text"], #quickContact form textarea, #quickContact form input[type="email"]{
	width:138px;
	margin-bottom:5px;
	-moz-border-radius:6px; 
	-webkit-border-radius:6px;
	border-top:1px solid #BDBDBD; 
	border-left:1px solid #BDBDBD; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
	background:url(images/bk_blurb.jpg) 0 100% repeat-x;
	padding:7px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#quickContact form textarea {
	width:250px;
	height:90px;
	padding-top:5px;
}

#quickContact form input[type="submit"] {
	display:block;
	float:left;
	width:81px;
	height:24px;
	background:url(images/but_actions.png) 0 0 no-repeat;
	text-align:center;
	font-size:12px;
	color:#fff;
	padding-top:0px;
	border:none;
	line-height:80%;
	margin-top:3px;

}

/* Form for questions and answers */
.questionInput{
    width: 300px;
    margin-bottom: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 7px;
    color: #666;
    font-size: 12px;
}

.questionText{
    width: 300px;
    height: 80px;
    margin-bottom: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 7px;
    color: #666;
    font-size: 12px;
}

.questionBlock{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.questionLabel{
	float: left;
	width: 100%;
}

/* Form for references */
.referenceInput{
    width: 300px;
    margin-bottom: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 7px;
    color: #666;
    font-size: 12px;
}

.referenceText{
    width: 300px;
    height: 80px;
    margin-bottom: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-top: 1px solid #BDBDBD;
    border-left: 1px solid #BDBDBD;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 7px;
    color: #666;
    font-size: 12px;
}

.referenceBlock{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.referenceLabel{
	float: left;
	width: 100%;
}


/* Top Search */

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width:100px;
	background:#2a5490;
	padding:9px 10px 10px;
	border:1px solid #777;
	color:#fff;
	font-style:italic;
	margin-right:10px;
	position:relative;
}

#topSearch input[type="submit"] {
	position:absolute;
	right:0;
	z-index:100;
	width:43px;
	height:44px;
	background:url(images/but_search.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}	

/* COMMENTS F0RM */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:8px;
	width:300px;
	margin-bottom:10px;
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
}

#commentform input:focus, #commentform textarea:focus {
	border:1px solid #0099FF;
}


#commentform textarea {
	width:560px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

/* 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[type="submit"]{
	border:none;
	width:151px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.jpg) 0 100% repeat-x;
	color:#FFF;
	font-size:12px;
	padding:0;
}

.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;
}

?#header{z-index:1001 !important;}
#content{z-index:100 !important;}

.under-slider {
	width:400px;
	float:left;
	border-right: 1px dashed #CCC}
	
.intro {
	width: auto;
	font-size:15px;
	margin-top:15px;}
	
.wp-tag-cloud {
	margin-left:20px;
	list-style:disc}
	
#menu-directions {
	list-style:disc
	}
	
.directions {
	display:block;
	margin:10px 0 25px 0;
	position:relative;
	z-index:99}	

#menu-directions li {
	display: inline;
	margin: 18px 0 0 0;
}
	
#menu-directions a {
	 margin: 4px;
    font-size: 14px;
    line-height: 40px;
    padding: 5px 5px;
    display: inline;
    background: url(images/bttn_bg.png) repeat-x 0 -5px;
    width: auto;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #fff;
    box-shadow: 1px 3px 5px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
	
	}
	
#menu-directions  a:hover {
	
	
	box-shadow:none;
	}
	
.advanced-recent-posts a {
	font-size:14px;}
	
.sidebar-directions h2 {
	font-size:24px;
	color:#2a5490}
	
#pdf-cat {
padding:8px 10px 6px 30px;
border:1px solid #bbb;
background:#fff url(//fasaddekor.com.ua/wp-content/themes/boldy/images/pdf.png) no-repeat 5px 6px;
float:left;
margin-right:10px;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px; }
	
.post_tumb {
	float:left;
	margin: 3px 10px 15px 0}
	
.back-to-gal {
	background:none;
	border:none;
	text-decoration: none;
	color: #1FA2E1;
	font-size:16px;
	font-weight:bold;
	cursor:pointer
}
	
.callback_architechtor-form{
  background: none repeat scroll 0 0 #222222;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: none;
  height: 275px;
  left: 50%;
  margin-left: -200px;
  opacity: 1;
  padding: 25px;
  position: fixed;
  top: 150px;
  width: 400px;
  z-index: 11000;
}	
	
	
.callback_form {
  background: none repeat scroll 0 0 #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.callback_div {
  background: none repeat scroll 0 0 #222222;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: none;
  height: 275px;
  left: 50%;
  margin-left: -200px;
  opacity: 1;
  padding: 25px;
  position: fixed;
  top: 150px;
  width: 400px;
  z-index: 11000;
}
.callback_div .close {
  position: absolute;
  right: 3px;
  top: 0;
}
.callback_div .send {
  background: none repeat scroll 0 0 #AAAAAA;
  border: 1px solid #BBBBBB;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  padding: 0px 0px 2px;
  margin-left: 100px;
}

.callback_div label {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 15px;
  width: 100px;
}

.callback_architechtor-form .close {
  position: absolute;
  right: 3px;
  top: 0;
}
.callback_architechtor-form .send-architechtor {
  background: none repeat scroll 0 0 #AAAAAA;
  border: 1px solid #BBBBBB;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  padding: 0px 0px 2px;
  margin-left: 100px;
}

.callback_architechtor-form label {
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 15px;
  width: 100px;
}


.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: inline-block !important;
}
#shWrap > div {
  background-color: rgba(0, 0, 0, 0.63);
  height: 40px;
}
#shPrev > a {
  font-size: 35px !important;
}
#shNext > a {
  font-size: 35px !important;
}
body#gallery div#content {
  background: none repeat scroll 0 0 transparent;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: inline-block !important;
}
.cb_cont {
  text-align: center;
}
.ngg-gallery-thumbnail-box {
  margin: 0 5px;
}

p#breadcrumbs {
	clear:both;
	margin-top:15px;
	font-size:12px;}
	
#breadcrumbs {
	display:inline}
	
.cont-email {
	margin-top:-16px;}
	
#quickContact form input[type="submit"] {
	
	cursor:pointer}
	
#footer {
	margin-top:-30px !important}
	
	
.advanced-recent-posts  a {
	font-size:12px !important}

/* Стили для хлебных крошек */










/* Стили для Почему мы */
    #why-fasad-wrap {
        width: 960px;
        height: 345px;
        margin: 0 auto;
    }
    #why-fasad-text {
        width: 960px;
        height: 93px;
        line-height: 93px;
        font-size: 33px;
        text-align: center;
        font-family: tahoma;
    }
    #why-fasad-circle-wrap-one {
        width: 960px;
        height: 96px;
        float: left;
    }
    #td-fasad-img img {
        float: left;
    }
    #td-fasad-img {
        font-family: tahoma;
        font-size: 13px;
    }
    #td-fasad-img span {
        color: #2c5da4;
        font-weight: bold;
    }
    #td-fasad-img p {
        font-weight: normal;
        display: table-cell;
        vertical-align: middle;
        height: 96px;
        padding-left: 10px;
        box-sizing: border-box;
    }
/* Стили для Почему мы ЕНД*/

/* Catalog styles */
.download-btn{
    width: 30%;
    text-align: center;
    padding: 5px;
    background-color: #32588C;
    color: white;
    float: left;
    height: 45px;
    margin-left: 1%;
		cursor:pointer;
}