/* 
    Created on : Aug 21, 2015, 9:50:14 AM
    Author     : Charlie
*/
/* @ selectors*/

@font-face {
    font-family: 'WillowStdRegular';
    src: url('/content/css/fonts/willowstd-webfont.eot');
    src: local('?~X?'), url('/content/css/fonts/willowstd-webfont.woff') format('woff'), url('/content/css/fonts/willowstd-webfont.ttf') format('truetype'), url('/content/css/fonts/willowstd-webfont.svg#webfontXDyx5W8o') format('svg');
    font-weight: normal;
    font-style: normal;
}
@keyframes show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/*Elements*/

body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    background: url(/content/css/images/grey_wood_brown_header.jpg) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80.5%;
    color: #48515e;
}
nav {
    text-align: center;
    height: 40px;
    font-size: 30px;
    font: inherit;
    vertical-align: baseline;
    font-family: 'WillowStdRegular';
    position: relative;
    left: 100px;
}
nav a:hover {
    color: white;
}
nav ul {
    list-style: none;
    position: relative;
}
nav ul li {
    float: left;
    text-align: left;
    width: 120px;
    text-align: center;
}
nav ul ul {
    position: absolute;
    top: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgb(49, 45, 46);
    z-index: 50;
    display: none;
    padding: 10px;
}
nav ul ul li {
    float: none;
    position: relative;
    text-align: left;
}
nav ul li a {
    display: block;
    font-size: 25px;
    padding-left: 0px;
    padding-right: 15px;
    color: white;
}
nav ul ul li:hover {
    display: block;
}
nav ul li:hover>ul {
    display: block;
}
nav ul li:active>ul {
    display: block;
}
nav ul:after {
    content: "";
    clear: none;
    display: block;
}
a span {
    display: none;
}
a:hover span {
    display: block;
    animation-name: show;
    animation-duration: 2s;
}
a span {
    position: absolute;
    text-align: left;
    background-color: #F5EDD0;
    border: 3px solid #4F5C1C;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    bottom: 40px;
    color: black;
    font-size: 20px;
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 2px;
    text-transform: none !important;
    max-height: 45px;
}
a span:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: 100%;
    border: 25px solid;
    border-color: #4F5C1C transparent transparent #4F5C1C;
}
a span:after {
    content: ' ';
    position: absolute;
    top: 100px;
    width: 0;
    height: 0;
    left: 33px;
    top: 100%;
    border: 21px solid;
    border-color: #4F5C1C transparent transparent #4F5C1C;
}
h1 {
    font-family: 'WillowStdRegular';
}
a {
    color: #ed1921;
    text-decoration: none;
}
p {
    font-size: 14px;
}
.bannerContent {
    height: 236px;
    background: url(/content/css/images/paintbrush.png) no-repeat;
}
h1.willow_home {
    font-family: 'WillowStdRegular';
    color: #48515e;
    font-size: 150%;
    line-height: 85%;
}
h1.willow_home a {
    color: #48515e;
}
img.left_solid,
img.left_none {
    margin: 5px;
    float: left;
}
table,
th,
td {
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}
td {
    width: 20%;
    padding: 10px;
}
th {
    background-color: #C2D3E7;
}
td {
    text-align: center;
    vertical-align: text-top;
}
td ul {
    text-align: left;
    padding-left: 25px;
    padding-right: 15px;
}
/*Classes*/

.address_footer_element {
    display: inline-block;
}
.fourCol {
    float: left;
    margin: 10px;
    width: 190px;
    margin-right: 12px;
}
.headerimg {
    margin-top: 10px;
}
.hide {
    display: none;
}
.logo_link {
    height: 40px;
}
.logo_link a {
    text-decoration: none;
}
.logo_link p {
    margin: 0px;
    float: left;
    width: 217px;
}
.name {
    font-weight: bold;
    margin-top: 10px;
}
.name * {
    text-decoration: none;
}
.time {
    text-indent: 10px;
    font-size: 14px;
    text-align: left;
}
/*Ids*/

#address_footer {
    text-align: center;
    height: 55px;
    font-size: 100%;
    font-weight: normal;
    cursor: default;
    color: white;
    background-color: #4f4c4b;
    font-style: italic;
    padding-top: 35px;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 1000px;
}
#basic {
    height: 600px;
    width: 855px;
    padding-left: 70px;
    padding-top: 80px;
    padding-right: 75px;
    color: #2A221F;
    background: url(/content/css/images/parchment.png) no-repeat;
}
#basic_long {
    height: 880px;
    width: 880px;
    padding-left: 70px;
    padding-top: 120px;
    padding-right: 50px;
    color: #2A221F;
    position: relative;
    background: url(/content/css/images/parchment_long.png) no-repeat;
}
#basic_medium {
    height: 800px;
    width: 840px;
    padding-left: 100px;
    padding-top: 120px;
    padding-right: 75px;
    color: #2A221F;
    position: relative;
    background: url(/content/css/images/parchment_long.png) no-repeat;
    padding-bottom: 80px;
}
#callToday {
    position: relative;
    left: 300px;
    bottom: 3px;
    font-size: 140%;
    font-family: 'MV Boli', 'Whitehall';
    color: #ed1921;
}
#contact_address {
    float: left;
    font-weight: 900;
    margin-right: 50px;
}
#contact_message {
    float: left;
    margin-right: 50px;
}
#contact_phone_left {
    float: left;
    clear: left;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    font-family: 'MV Boli', 'Whitehall';
    font-weight: 900;
    color: #ed1921;
    font-size: 140%;
}
#contact_phone_right {
    float: right;
    margin-right: 60px;
    font-family: 'MV Boli', 'Whitehall';
    font-weight: 900;
    color: #ed1921;
    font-size: 140%;
    margin-top: 20px;
}
#ct {
    width: 40px;
    float: left;
}
#ct_name {
    font-size: 20px;
    text-align: center;
}
#feed {
    color: #441b0c;
    width: 375px;
    height: 700px;
    padding-left: 45px;
    padding-top: 50px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: left;
    background: url(/content/css/images/sidebar.png) no-repeat;
}
#feed img {
    margin-bottom: 10px;
}
#formcontainer {
    float: left;
    display: none;
}
#home {
    color: black;
    float: left;
    width: 595px;
    margin-left: 20px;
}
#home_all {
    width: 1070px;
    height: 750px;
    position: relative;
}
#home_bubble_one,
#home_bubble_two,
#home_bubble_three {
    color: #48515e;
    font-family: 'MV Boli', fantasy, 'serif';
    height: 175px;
    padding-top: 55px;
    text-align: center;
    float: left;
}
#home_bubble_one {
    width: 160px;
    padding-right: 10px;
    margin-right: 25px;
    padding-top: 50px;
    padding-left: 10px;
    background: url(/content/css/images/square_1.png) no-repeat;
}
#home_bubble_two {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    padding-top: 50px;
    background: url(/content/css/images/square_2.png) no-repeat;
}
#home_bubble_three {
    width: 150px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 10px;
    background: url(/content/css/images/square_3.png) no-repeat;
}
#homeleft {
    float: left;
    width: 635px;
}
#home_sidebar {
    clear: left;
    float: left;
    width: 685px;
    height: 175px;
    margin-left: 20px;
    margin-top: 20px;
}
#internal_feed {
    width: 290px;
    height: 450px;
    overflow-y: scroll;
}
#portfolio_slideshow {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#shareHome {
    position: relative;
    left: 160px;
}
#shareHome .twitter-follow-button {
    position: relative !important;
    top: 3px;
    left: 10px;
}
#social_img,
#marketing_img {
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
}
#tipi {
    position: relative;
    top: 95px;
    left: 50px;
}