/*
Theme Name: The Laurels
Author: designbycream
Author URI: http://designbycream.com/
Version: 1.0
*/


body{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: url('images/bg.PNG');
    color: #808285;
    font-family: 'Open Sans';
    font-size: 14px;
}

h1, h2{
    font-family: 'lora'; 
    font-weight: 300 !important;
}

a{
    color: #808285;
    text-decoration: none;
}

a:hover{
    color: black;
}

a:visited, a:active{
    text-decoration: none;
}

.p5px{
    padding: 0px 10px 0px;
}

.container{
    width: 960px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;

}

.header{
    padding-top: 30px;
}

.mini-header{
    text-align: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear: both;
}

.large-font{
font-size: 24px;
}

h1{
    font-size: 30px;
}

.lora{
    font-family: 'lora';
    font-weight: 300;
}


.menu ul{
    list-style: none;
    margin: 0px;
    padding: 37px 0px 0px 0px;
    overflow: visible;
    position: relative;
}

.menu ul li{
    display: inline-block;
    border-right: 1px solid #808285;
    padding: 0px 12px 0px
}

.menu ul li:last-child{
    border-right: 0;
    padding-right: 0px;
}

.menu ul li a{
    font-size: 14px;
    font-family: 'Open Sans';
}

.menu{
    position: relative;
    z-index: 9999;
}


.menu .sub-menu{
    display: none;
    position: absolute !important;
    background: #ffffff;
    padding: 10px 0px 0px 0px;
    width: 120px;
    margin-left: -10px;
}



.menu .sub-menu li{
    display: block;
    border: 0px;
    text-align: left;
    padding: 0px 0px 10px 10px;

}
.menu .sub-menu li a{
    padding: 10px 0px 10px;
}


.top-image{
    padding-top: 20px;
    width: 100%;
    position: relative;
}

.top-image img{
    width: 100%;
    height: auto;
}

.content{
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

p{
    font-family: "open sans";
}

.three-boxes{
    background: url('images/blue-line.jpg') no-repeat 0% 50%;
    min-height: 172px;
    height: 172px;
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.three-boxes .box{
    float: left;
    width: 33%;
}

.three-boxes .box .text{
    height: 200px;
    margin: 0 auto;
    width: 220px;
    font-size: 14px;
}

.three-boxes .box .text h2{
    font-weight: normal;
    font-size: 28px;
}

.three-boxes .box .text h2.special{
    text-decoration: underline;
    font-weight: normal;
    font-size: 28px;
}

.footer{
    background: url('images/footer-bg.jpg') repeat;
    height: 249px;

}



.footer .boxes{
    width: 100%;
    position: relative;
    padding: 30px 10px 0px 30px;
}

.footer .boxes .box{
    float: left;
    width: 20%;
}


.copyrights{
    background: url('images/footer-bg.jpg') repeat;
    margin-top: 1px;
    padding: 10px 30px 10px;
    font-size: 14px;
    color: #ffffff;
}

.copyrights .copyright{
    padding-top: 17px;
}

.copyrights a{
    color: white;
}

.contact-form{
    width: 300px;
    margin-right: 10px;
    margin-top: 15px;
    background-color: #8eb9be;
    text-align: left;
    padding: 5px;
    color: white;
    position: relative;
    padding-bottom: 0px;
}

.contact-form h1{
    margin-top: 3px;
    color: white;
}

.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"]{
    width: 98%;
    border: 0px;
    min-height: 30px;
}



.contact-form .text{
    background: url('images/contact-bg.png') no-repeat;
    font-size: 13px;
    min-height: 94px;
}

.big-contact-form p{
  font-weight: bold;
}

.big-contact-form input[type="text"], input[type="email"]{
    height: 30px;
    border: 1px solid #808080;
}

.big-contact-form textarea{
    width: 99%;
    border: 1px solid #808080;
}

input[type="submit"]{
    border: 1px solid #808080;
    background: white;
    padding: 10px 30px 10px;
    text-transform: uppercase;
}

.noulpadding ul{
    margin: 0px;
    padding: 0px 0px 0px 15px;
    font-size: 13px;
}