/*
Theme Name: Cabinets

Theme URI:

Description:

Version: 3.2.6

Author: Fahrenheit

License: Licensed under the terms of GPL.

*/

/* Get Reset CSS */
@import url('core/css/reset.css');

/* Get Core CSS */
@import url('core/css/wp_core.css');

/* Get Theme CSS */
@import url('css/theme.css');

/* Your custom styling can go in: custom.css ** Just don't replace this file on Updates */
@import url('css/custom.css');

/* For WP.org theme repository checklist */
.alignright {}
.alignleft {}
.alignnone {}
.aligncenter { margin-bottom: 30px;}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

.headline a {
    margin: 0 auto;
    width: 154px;
    height: 100px;
    display: block;
}
.home .headline a {
    height: 130px;
}

body {
    background: #000 url('images/headerbg.jpg') top center repeat-x;
}
body.home {
    background: #000 url('images/headerbghome.jpg') top center repeat-x;
}
#footer h4 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    background: url('images/copybg.jpg') top right mo-repeat;
    float: left;
}
#footer #copy {
    font-size: 10px;
    line-height: 19px;
    font-family: "Lucida Fax", "Georgia";
    float: left;
    color: #fff;
    clear: right;
    margin-left: 12px;
}
#footer .footer_info {
    float: left;
}
#footer .footer_info p {
    clear: both;
}
#footer ul.footer_nav {
    float: right;
    width: 500px;
    margin-top: -6px;
    font-family: "Lucida Fax", "Georgia";
    font-weight: bold;
}
#footer ul.footer_nav li {
    float: right;
    display: inline;
    text-transform: uppercase;
    padding: 0 10px 0 10px;
}
#footer ul.footer_nav li#menu-item-43 {
    text-indent: -10000px;
}
#footer ul.footer_nav li#menu-item-43 a {
    background: url('images/footermenubg.jpg') no-repeat center right;
    font-size: 0px;
    width: 41px;
    height: 25px;
    display: block;
}
#fullwidth_bottom_widgets {
    border: 1px solid #272727;
    background: url('images/widgetsbg.jpg') repeat-x;
}
#fullwidth_bottom_widgets a:hover, #fullwidth_bottom_widgets a:hover p {
    text-decoration: none;
    color: #fff;
}
#fullwidth_bottom_widgets #text-3 {
    border-left: none;
}
#fullwidth_bottom_widgets .widget {
    float: left;
    width: 318px;
    border: none;
    border-left: 1px solid #111;
    border-right: 1px solid #272727;
    overflow: hidden;
}
#fullwidth_bottom_widgets .widget div {
    margin: 23px 30px 13px 30px;
}
#fullwidth_bottom_widgets #text-5 {
    border-right: none;
}
#fullwidth_bottom_widgets h3 {
    font-family: "Georgia";
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 0px;
}
#fullwidth_bottom_widgets img {
    margin: 20px 0 10px 0;
}
#fullwidth_bottom_widgets p {
    margin-bottom: 0px;
    color: #BBBBBB;
}
#contactmap {
    float: left;
    width: 560px;
    margin-top: 15px;
}
#contactmap p {
    margin-bottom: 28px;
}
#contactmap h4 {
   text-transform: uppercase;
   font-size: 13px;
}
#contactside h6 {
    margin-bottom: 20px;
}
#contactside {
    float: right;
    width: 330px;
    margin-top: 25px;
}
#contactside input, #contactside textarea {
    width: 280px;
}
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */
#slider {
    width: 958px;
    height: 481px;
    overflow: hidden;
    border: 1px solid #272727;
}
body.page div#shWaitBar {
    font-size: 1px;
    color: #000;
    height: 1px;
}
#slider p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
/* The Nivo Slider styles */
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    width: 960px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
#caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#101010;
    color:#fff;
    opacity:0.8;
    width:100%;
    z-index:8;
}
#caption p {
    padding: 25px 50px;
    margin:0;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-family: "Lucida Fax", "Georgia";
    font-weight: bold;
    font-style: italic;
    color: #9f9780;
}
#caption p small {
    font-size: 14px;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:34%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:16px;
    text-indent: -10000px;
    background: url('images/left.png') center center no-repeat;
    width: 40px;
    height: 40px;
}
.nivo-nextNav {
    right:16px;
    text-indent: -10000px;
    background: url('images/right.png') center center no-repeat;
    width: 40px;
    height: 40px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
    display: none;
}
#nav h5 {
    line-height: 27px;
    font-style: italic;
    float: left;
    padding-left: 15px;
    font-size: 13px;
    font-family: "Lucida Fax", "Georgia";
    font-weight: bold;
    text-transform: none;
}
.post {
    border-bottom: 1px solid #202020;
    clear: both;
    overflow: hidden;
}
.post #slider {
    border: none;
    margin-left: -30px;
    height: auto;
    margin-bottom: 30px;
}
.post #slider .nivo-caption {
    display: none;
    visibility: hidden;
}
.post #slider .nivo-directionNav a {
    top: 44%;
}
.post img {
    margin: 30px;
    float: left;
}
.post h2 {
    text-transform: uppercase;
    font-family: Georgia;
    font-weight: bold;
    float: left;
    font-size: 19px;
    clear: both;
    margin: 30px 0 5px 0;
}
.post h6 {
    background: #333333;
    border-left: 3px solid #222222;
    border-right: 3px solid #222222;
    list-style-type: none;
    color: #bbbbbb;
    font-size: 12px;
    padding: 7px 12px;
    font-family: "Trebuchet MS";
    margin: 0 0 25px 0;
    display: inline;
    clear: both;
    float: left;
    font-weight: normal;
}
.post p {
    color: #bbbbbb;
    clear: both;
    line-height: 18px;
    font-size: 13px;
    font-family: "Trebuchet MS";
}
.post .post-footer {
    clear: both;
    border-top: none;
    border-bottom: 1px solid #000000;
    background: #1C1C1C;
}
.post .con {
    float: right;
    width: 480px;
}
.page-id-13 #maincontent {
    width: 100%;
}
.wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    top: -7px;
    left: 410px;
    z-index: 100;
    background: #000;
    border: 1px solid red;
    font-size: 10pt;
    width: 280px;
    padding: 2px;
}
div.wpcf7 img.ajax-loader {
    display: none;
}
.wpcf7 div.wpcf7-validation-errors {
    width: 280px;
}