/*
Theme Name:Clean Home
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

        "Clean Home" by http://midmodesign.com/

        This theme was designed and built by Bryan Helmig
        of Mid Mo Design: http://midmodesign.com/.

        The CSS, XHTML and design is released under the GPL.

*/


body {
    font-family:"Open Sans";
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5em;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}
a {

    text-decoration:none;
    color:#1780e6;

}
a:hover {
    /*color:#63b9f2;*/


}
hr{
    margin-top:35px;
    border:0;
    border-top:1px dotted #ccc;
    width:620px;
    color:#fff;
    clear:both;
}
.contr {
    width:980px;
    margin:0 auto;
}
#wrapper {width: 100%; margin: 0 auto;}
#header {
    float: left;
    margin: 0;
    padding: 0 11px;
    position: absolute;
    top: 38px;
    width: 954px;
}
.admin-bar #header {top: 72px;}
#sub-header {

    width: 980px;
}
#sub-header div#search{ padding: 0 12px; position: relative; top: 24px;}


#bc {width: 620px; float: left;}
#search {
    /*    width: 290px;*/
    float: right;}
#searchform #s { 
    left: 20px;
    padding: 10px 35px 10px 12px;
    position: relative;
    width: 241px;
    z-index: 0;
}
#searchsubmit {
    background: url("images/search-ico.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 16px;
    position: relative;
    right: 9px;
    top: 2px;
    width: 16px;
    z-index: 1;

}
#searchsubmit:hover {cursor: pointer;}
#bg-header {height: 102px;}
.bg-subheader {background: url(images/header-bg.png) repeat-x; height: 114px; width: 100%;}
.breadcrumb-list a{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border: none;
}
.wbg {
    background-color: #FFFFFF;

    height: 28px;
    position: relative;
    top: 86px;
}
.cbg{
    background: none repeat scroll 0 0 #F5F5F5;
    display: block;
    float: left;
    width: 100%;
}
.cont {
    display: table; 
    background: #ffffff;
    box-shadow: 0 0 5px  #ccc;
    -moz-box-shadow: 0 0 5px   #ccc;
    -webkit-box-shadow: 0 0 5px   #ccc;
}
.bottom-space {height: 45px; clear: both;background: none repeat scroll 0 0 #F5F5F5; }
.breadcrumb-list a:hover {background: none; text-decoration: none;}


#logo {
    float:left;
    width:auto;
    padding:0;
    position: relative;
/*    top:-24px;*/
    top:4px;
    left: 4px;
}
#logo a {
    color:#e96f03;
    font-size: 34px;
    font-weight:600;
    text-decoration:none;
    border-bottom:none;
    letter-spacing:-1px;
    background-color:#fff;
}
#logo h2 {
    font-size : 18px;
    font-weight : 200;
    padding : 12px 4px 0 0;
    letter-spacing : -1px;
}
#nav {
    float:right;
    width:auto;
    padding:0;
    position: relative;
    top: 8.5px;
}
#nav ul {
    height:28px;
    float:right;
    margin: 0;
    font-family: 'Open Sans';
}

#nav li:first-child{border-left:none;}
#nav li:last-child {padding-right: 0;}
#nav li {
    text-align:center;
    float:left;
    display:inline;
    width:auto;
    padding: 0 12px;
    border-left: 1px solid #EEEEEE;
}
#nav li a {
    color: #666666;
    font-size:18px;
    font-weight:400;
    display:block;
    padding:5px 0;
    border-bottom:none;
    font-family: 'Open Sans';
}

#nav li a:hover, 
#nav li.current-menu-item a:first-child,
#menu-item-3524 a
{
    border-bottom: 3px solid #13e211 !important; 
    background: none;
    color: #666666;
}
#blurb {

    text-align:center;
    height:auto;

    width:100%;
    float:left;
    padding:12px 0;
    font-size:20px;
    font-weight:normal;
    line-height:120%;
}
#blurb:hover {
    color:#e96f03;
}
#content {
    width:600px;
    float:left;

    padding: 10px 30px 40px 30px;
    min-height:420px;
}
#content li {
    font-size: 14px;
}
.post:first-child{margin-top: 0;}
.post {
    padding:0 15px 0 0;
    margin-top: 20px;
}
.post p {
    margin:14px 0 14px 0;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: lighter;
    line-height: 24px;
}
.post em{
    font-style:italic;
}
.post h2 {

    font-size:18px;
    margin:25px 0 10px 0;
    font-weight:normal;
}
.post h1, .post h1 a{
    border: none;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: lighter !important;
    line-height: 36px;
    margin: 10px 0;
}
.post h3, .post h4 {

    font-size:16px;
    margin:15px 0 10px 0;
    font-weight:normal;
}
.post h4 {
    font-size:14px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
    /*color:#63b9f2;*/
}
.post .indent {
    padding-left:10px;
}
.post .indent p {
    padding-left:10px;
}
.post small {
    font-size: 12px;
}
.post small a {
    color: #333333;
    font-family: 'Open Sans';
    font-weight: normal;
    text-decoration: underline;
    font-weight: lighter;
}
.post small a:hover {color: #333333; text-decoration: none;}
.post .alignright {
    float:right;
    margin-left:10px;
}
.post .alignleft {
    float:left;
    margin-right:10px;
}
.post .aligncenter {
    margin:0 auto;
    display:block;
}
.post abbr {
    font-weight:normal;
}
.post ul{
    list-style:circle;
    margin:0 0 0 25px;
}
.post ol{
    list-style:decimal;
    margin:0 0 0 30px;
}
.post .wp-caption {
    background:#f7f7f7;
    border:1px solid #ccc;
    margin:10px;
    text-align:center;
    padding:5px 0 0;
}
.post .wp-caption-text {
    margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
    border-bottom:0;
}
.post blockquote {
    color:#777;
    border-left:5px solid #ccc;
    margin:15px 30px 0 10px;
    padding-left:20px;
}
.post pre {
    font-family:courier;
    font-size:12px;
    letter-spacing:-1px;
    margin:14px 0 14px 0;
}
.post .message ul {
    margin:12px 0 0;
}
.post .message {
    display:none;
    background:#0F67A1;
    margin-top:10px;
    padding:20px;
    color:#fff;
}
.navigation {clear: both; margin-top: 45px;}
.navigation a{
    color: #333333;
    font-size: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e1e1e1);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e1e1e1);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e1e1e1);
    background-image: -o-linear-gradient(top, #f2f2f2, #e1e1e1);
    background-image: linear-gradient(top, #f2f2f2, #e1e1e1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;

}
#comments h3, #comments h4{
    font-size:24px;
    margin:35px 0 5px;
    line-height: 35px;
    font-weight:normal;
}
#comments h4{
    font-size:28px;
}
#comments h4.center{text-align: left; font-size: 27px; font-family: 'Open Sans'!Important; color: #333333;}

#comments cite{
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
    border-bottom:1px dotted #ccc;
}
#comments em {
    font-style:italic;
    text-align:right;
}
#comments ol.commentlist li {
    margin-top:20px;
    border:1px dotted #ccc;
    border-right:0;
    padding:10px 5px 20px 10px;
    min-height:110px;
}
#comments p {
    margin:10px 0 0 10px;
    width:auto;
}
#comments span {
    display:block;
    color:#eee;
    font-family:Georgia;
    font-size:120px;
    font-weight:normal;
    float:right;
    padding-top:25px;
}
#comments ul.formlist {
    margin:20px auto;
}
#comments ul.formlist li {
    display:block;
    margin:10px 0 0;
    padding: 12px 0 0 0;
    display: block;
    height: 35px;
}
#comments ul.formlist li label {    
    display: block;
    width: 90px;
    clear: both;height: 35px;line-height: 35px;
}
#comments ul.formlist li input {
    padding: 10px 12px;width: 274px;
    -moz-box-shadow: 0 2px  2px #cccccc inset; /* Для Firefox */
    -webkit-box-shadow: 0 2px  2px #cccccc inset; /* Для Safari и Chrome */
    box-shadow:  0 2px 2px #cccccc inset; /* Параметры тени */
}
#comments ul.formlist li span {
    font-size: 12px;
    padding:0 0 0 15px;
    height: 35px; 
    line-height: 35px;
    font-family: 'Open Sans';
    color: #333333;
}
#comments ul.formlist li input,
#comments ul.formlist li span,
#comments ul.formlist li label{float: left; font-size: 14px; font-family: 'Open Sans'; }
#comments ul.formlist p{
    margin:10px 0 0;
    text-align:center;
}

#comments textarea {
    font-family: 'Open Sans';
    width:481px;
    font-size:14px;
    float: left;
    padding: 10px 12px;
    font-weight: lighter;

}

#comments .center {
    text-align:center;
}
#sidebar {
    float: right;
    margin: 0 10px 0 0;
    width: 290px;
}
#sidebar h3 {
    padding:25px 0 3px 0;
    font-size:18px;
    font-family: "Open Sans";
    font-weight: normal;
}
#sidebar .block ul {
    border-bottom:1px dotted #ccc;
}
#sidebar .block ul .children{
    border:0;
    padding: 0 0 0 8px;
}
#sidebar .block li {
    border-top:1px dotted #ccc;
}


#sidebar .widget_search label {
    display:block;
    padding:25px 0 3px 0;
    font-size:18px;
    border-bottom:1px dotted #ccc;
    margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
    background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
    padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
    background:none;
    border-bottom:1px dotted #000;
    text-decoration:none;
    color:#000;
    font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
    color:#e12000;
    border-bottom:1px dashed #e12000;
    background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
    margin:0 0 8px;

}
#sidebar .widget_text h3 , #sidebar .calendar h3{

}
#subscribe-field {
    float: left;
    margin-right: 5px;
    padding: 10px 12px !important;
    width: 164px !important;
    border: 1px #ccc solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.widget-archive .select-contr {
    padding: 0 !important;
    border: 1px #ccc solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 188px !important; 
    margin-bottom: 50px;
    background: url(images/arrow.png) no-repeat 168px #ffffff;
    overflow: hidden; 
}
.widget-archive select#arch-sel{ 
    background: transparent;
    padding: 9px 7px;
    width: 212px;
    font-size: 14px;
    line-height: 1;
    border: none;
    height: 39px;
    -webkit-appearance: none;

}
.widget-archive select#arch-sel option{}
.widget-archive h3{padding: 31px 0 15px !important;}
.widget_meta {clear: both;}
#subscribe-blog-blog_subscription-3 input[name="jetpack_subscriptions_widget"],
#comments li.submitbutton input
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0098F9), to(#0975E2));
    background-image: -webkit-linear-gradient(top, #0098F9, #0975E2);
    background-image: -moz-linear-gradient(top, #0098F9, #0975E2);
    background-image: -ms-linear-gradient(top, #0098F9, #0975E2);
    background-image: -o-linear-gradient(top, #0098F9, #0975E2);
    background-image: linear-gradient(top, #0098F9, #0975E2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    padding:10px;
    background-color: transparent;
    border: none;
    font-family: 'Open Sans Semibold' !Important;
    font-size: 14px;
}
#comments li.submitbutton input {    float: right !important;
                                     margin: 10px 5px;
                                     width: auto !Important;
                                     box-shadow:none!Important;
                                     -moz-box-shadow: none!Important; /* Для Firefox */
                                     -webkit-box-shadow: none!Important; /* Для Safari и Chrome */
}
#comments li.submitbutton input:hover{cursor: pointer;}
#subscribe-blog-blog_subscription-3 input[name="jetpack_subscriptions_widget"]:hover {cursor: pointer;}
#sidebar .calendar h3{
    display:none;
}
#sidebar #wp-calendar {
    width:95%;
    text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
    text-align:center;
}
#sidebar #wp-calendar caption {
    font-size:18px;
    padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
    font-weight: bold; 

}
#sidebar #wp-calendar tfoot td{
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
}
#footer {
    margin: 45px auto 0;
    text-align: center;
    width: 980px;
}
.cptch_block {
    direction: ltr;
    text-align: left !important;
    float: left;
    clear: both;
}
#gasp_p {float: left; text-align: left !important;clear: both;}
#gasp_p input{padding: 0; width: 13px !important;}
.logged-in #subsription{top: 0;}
#subsription {float: right; text-align: left !Important; width: 278px;position: relative; top: -31px;}
#subsription p {text-align: left !Important;}
.tagcloud a{line-height: 36px;}
.jetpack_subscription_widget h3{
    padding: 35px 0 18px !important;
}
#subscribe-blog-blog_subscription-3 input{clear: both; margin-top: 20px; }
#sidebar .meta ul, #sidebar .meta ul li{border: 0; list-style: none; margin: 0;padding: 7px 0;}
#sidebar .meta ul, #sidebar .meta ul li a{font-size: 18px;}

#footer .social-icons {
    list-style: none;
    line-height: normal;
    margin: 0;
    text-align: right;
}
#footer .wordpress-icon,
#footer .yelp-icon,
#footer .vimeo-icon, 
#footer .youtube-icon, 
#footer .plancast-icon, 
#footer .twitter-icon,
#footer .facebook-icon, 
#footer .linkedin-icon, 
#footer .rss-feed-icon, 
#footer .instagram-icon,
#footer .pinterest-icon, 
#footer .foursquare-icon,
#footer .google-plus-icon, 
#footer .stumble-upon-icon, 
#footer .email-icon
{
    display: inline;
    margin: 1px;
    padding-left: 15px;
}

.footer-left {
    float: left;
    margin: 0;
    padding: 6px 0 0;
    width: 600px;
}
#footer .right {float: right;}
#wpstats {display: none;}
.footer-space {height: 45px; clear: both;}

input[type="text"], input[type="checkbox"], select, textarea {    
    border-top: inset;
    border: 1px;
    border-bottom: 1px solid #eeeeee;
    -moz-box-shadow: 0 2px  1px #cccccc inset; /* Для Firefox */
    -webkit-box-shadow: 0 2px  1px #cccccc inset; /* Для Safari и Chrome */
    box-shadow:  0 2px 1px #cccccc inset; /* Параметры тени */
    font-family: 'Open Sans';
    font-weight: lighter;
    font-size: 14px;
}
input[type="checkbox"]{    border-radius: 4px;
                           -moz-border-radius: 4px;
                           -webkit-border-radius: 4px;}


/*Login buttons*/
#top-menu {display: block; position: relative; float: right; padding-right: 12px;}
#menu-sign-up-login-menu {  margin: -3px 0 0 0;}
#menu-sign-up-login-menu li {float: left; padding-left: 10px; list-style: none;}
#menu-sign-up-login-menu li a{
    padding: 8px 12px;
    text-transform: uppercase;
    -moz-user-select: none;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px -1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    text-align: center;
    /*      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);*/
    top: -1px;
    font-family: "Open Sans";
}


li.signup a{
    background: #0088EE;
    background: -moz-linear-gradient(top, #0098f9, #0975e2);
    background: -webkit-gradient(linear, left top, left bottom, from(#0098f9), to(#0975e2));
    background: linear-gradient(top, #0098f9, #0975e2);
    color: white;
    font-weight: normal;

}
li.signup a:hover {
    background: -moz-linear-gradient(top, #33adfa, #3a91e8);
    background: -webkit-gradient(linear, left top, left bottom, from(#33adfa), to(#3a91e8));
    background: linear-gradient(top, #33adfa, #3a91e8);
}


li.login a{
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #f2f2f2, #e1e1e1);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e1e1e1));
    background: linear-gradient(top, #f2f2f2, #e1e1e1);
    color: #333333 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
     font-weight: normal;
}
li.login a:hover {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #dcdcdc, #d4d4d4);
    background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#d4d4d4));
    background: linear-gradient(top, #dcdcdc, #d4d4d4);
}
img#wpstats {display: none;}


.top-menus-ctr {
    height: 42px;
    margin: 0 auto;
    width: 974px;
}
#top-left-menu {
    float: right;

}
ul#menu-top-left-menu {
    position: relative;
    top: 5px;
    margin-right: 12px;
}
ul#menu-top-left-menu li {
    display: inline;
    list-style: none outside none;
    padding: 2px 10px;
}
ul#menu-top-left-menu li:last-child{
    padding-left: 6.5px;
}

ul#menu-top-left-menu li a {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
}

ul#menu-top-left-menu  li.current-menu-item a,
ul#menu-top-left-menu  li:last-child a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #13e211;
}

.alignleft {
float:left;
}
.alignright{
float: right;
}