﻿@font-face
{
    font-family: 'SlingNormal';
    src: url('../Fonts/Sling/sling-webfont.eot');
    src: local('☺'), 
        url('../Fonts/Sling/sling-webfont.woff') format('woff'), 
        url('../Fonts/Sling/sling-webfont.ttf') format('truetype'), 
        url('../Fonts/Sling/sling-webfont.svg#webfontObBg4Vvf') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
    font-family: Helvitica, Verdana, Arial;
    font-size: 10px;
    font-size: 10px;
    height: 100%;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
h1
{
    color: #a71e23;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "SlingNormal",  Helvitica, Verdana, Arial
}
h2
{
    color: #a71e23;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
}
h3
{
    color: #a71e23;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h3 a
{
    border: none;
    color: #a71e23;
}
h3.Blue a
{
    border: none;
    color: #0288ac;
}
p
{
    font-size: 1.3em;
    color: #a71e23;
    line-height: 1.8em;
    margin-bottom: 20px;
}
p a
{
    color: #a71e23;
}
ul
{
    color: #a71e23;
    list-style-type: none;
    font-size: 1.3em;
    margin: 0 0 20px 3px;
}
ul li
{
    background-image: url('../Images/Bullet.gif');
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left 9px;
    padding: 0 0 0 10px;
    line-height: 1.8em;
}
ul ul
{
    color: #a71e23;
    list-style-type: none;
    font-size: 1em;
    margin: 0px 0 0 2px;
}
ul ul li
{
    background-image: url('../Images/Dash.gif');
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left 12px;
    padding: 0 0 0 10px;
}
a
{
    color: inherit;
    border-bottom: dotted 1px #a71e23;
    text-decoration: none;
    outline: none;
}
a:hover
{
    border-bottom: solid 1px #a71e23;
}
a.NoLine
{
    border-bottom: none;
}
a.NoLine:hover
{
    border-bottom: none;
}

.Control
{
    margin-bottom: 23px;
}
.TextBox, #recaptcha_response_field
{
    height: 30px;
    width: 475px;
    background-color: #f3e7e2;
    border-top: solid 1px #941a1d;
    border-right: solid 1px #b64246;
    border-bottom: solid 1px #b64246;
    border-left: solid 1px #941a1d;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 1.4em;
    color: #0288ac;
    line-height: 1.4em;
    font-family: Helvitica, Verdana, Arial;
    color: #a71e23;
}
.WaterMark
{
    font-size: 1em;
    color: #d29695;
    line-height: 1.4em;
}
.Button
{
    font-size: 1em;
    border: none;
    display: block;
    background-color: #fbf4ef;
    height: 25px;
    line-height: 25px;
    color: #a71e23;
    padding: 0 5px;
    border: solid 1px #a71e23;
    cursor: pointer;
    outline: none;
}
.Button:hover
{
    background-color: #a71e23;
    color: #fbf4ef;
}
p.Breadcrumb
{
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: bold;
}
p.Breadcrumb a
{
    border-bottom: none;
    font-weight: normal !important;
}
p.Breadcrumb a:hover
{
    border-bottom: none;
    border-bottom: solid 1px #a71e23;
}
p.Breadcrumb img
{
    padding: 0 5px;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

.InlineHeader
{
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
}
.RightImage
{
    float: right;
    margin: 10px 0 15px 15px;
}
.LeftImage
{
    float: left;
    margin: 0px 10px 5px 0;
}
.Brown
{
    color: #a71e23;
}
.Blue
{
    color: #0288ac;
}
.Red
{
    color: #a71e23;
}

/***** Portfolio Content *****/
#Thumbnails
{
}
#Thumbnails ul
{
    margin-left: 35px;
    z-index: 10000;
    list-style-type: none;
    background-image: none;
}
#Thumbnails ul li
{
    width: 140px;
    height: 145px;
    float: left;
    margin: 0 30px 35px 0;
    padding: 0;
    list-style-type: none;
    background-image: none;
}
#Thumbnails ul li a
{
    width: 100%;
    height: 100%;
    display: block;
    background-position: 0 bottom;
    border: none;
}
#Thumbnails ul li span
{
    color: #a71e23;
    font-size: 10px !important;
    margin: 0;
    padding: 0;
    margin-top: -2px;
    display: block;
    visibility: hidden;
}
#Thumbnails ul li a:hover
{
    background-position: 0 top;
    border: none;
}
.Sidebar
{
    background-color: #f3e7e2;
    padding: 5px;
}
.Sidebar p
{
    font-size: 1.2em;
}

/***** Modal *****/
.Popup
{
    width: 874px;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
}
.Popup img
{
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.PopupContent
{
    text-align: left;
    margin: 0 55px;
}
.PopupContent h2
{
    font-size: 1.2em;
    font-weight: bold;
    color: #a71e23;
    margin: 5px 0;
}
.PopupContent p
{
    color: #a71e23;
    font-size: 1.2em;
    line-height: 1.2em;
}

/*
ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper
{
    position: absolute;
    top: 87px !important;
    left: 0;
    z-index: 9999;
}
#cboxOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
}
#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent
{
    height: 657px !important;
}
#cboxMiddleLeft, #cboxBottomLeft
{
    clear: left;
}
#cboxContent
{
    position: relative;
    overflow: hidden;
}
#cboxLoadedContent
{
    overflow: auto;
}
#cboxLoadedContent iframe
{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
#cboxTitle
{
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow
{
    cursor: pointer;
}

/* 
Example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
*/
/* #cboxOverlay{background:url(../Images/ColorBox/overlay.png) 0 0 repeat;} */
#colorbox
{
}
#cboxContent
{
    background: #fff;
    border: solid 1px #951619;
}
#cboxLoadedContent
{
    margin-bottom: 38px;
}
#cboxTitle
{
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: left;
    width: 100%;
    color: #72483c;
    margin-top: 5px;
}
#cboxCurrent
{
    position: absolute;
    bottom: 3px;
    left: 58px;
    color: #949494;
}
#cboxSlideshow
{
    position: absolute;
    bottom: 3px;
    right: 30px;
    color: #0092ef;
}
#cboxPrevious.hover
{
    background-position: -75px -25px;
}
#cboxNext.hover
{
    background-position: -50px -25px;
}
#cboxLoadingOverlay
{
    background: url(../Images/ColorBox/loading_background.png) center center no-repeat;
}
#cboxLoadingGraphic
{
    background: url(../Images/ColorBox/loading.gif) center center no-repeat;
}
#cboxClose
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #a71e23;
    background: url(../Images/ColorBox/controls1.png) -25px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -35px;
    line-height: 25px;
}
#cboxClose.hover
{
    background-position: -25px -25px;
    color: #72483c;
}

/***** ClientsInBloom Content *****/
#TestimonialSliders
{
    font-size: 10px;
}
#TestimonialSliders ul
{
    background-image: none;
}
#TestimonialSliders ul li
{
    background-image: none;
    font-size: 10px;
}
.TestimonialSidebar
{
    float: left;
    border-right: solid 1px #0a8cae;
    width: 125px;
    text-align: right;
    padding: 3px 10px 10px 0;
}
.TestimonialSidebar p
{
    margin-bottom: 0px;
    font-size: 1.2em;
}
.TestimonialContent
{
    margin-left: 145px;
    padding-bottom: 50px;
    position: relative;
}
.TestimonialContent ul
{
    color: #a71e23 !important;
    list-style-type: none !important;
    font-size: 1.4em !important;
    margin: 0 0 20px 3px !important;
}
.TestimonialContent ul li
{
    background-image: url('../Images/Bullet.gif') !important;
    list-style-type: none !important;
    background-repeat: no-repeat !important;
    background-position: left 11px !important;
    padding: 0 0 0 10px !important;
    line-height: 1.8em !important;
    font-size: 1em !important;
}
a.TestimonialImage,
.TestimonialImage
{
    float: right;
    padding: 0 0 10px 10px;
    margin-right: -10px;
    border: none;
}
a:hover.TestimonialImage
{
    border: none;
}
#TestimonialSlidersControl
{
    margin: 15px 0 15px 0;
    display: block;
    padding: 0;
}
#TestimonialSlidersControl h3
{
    color: #DE8E8C !important;
    margin-bottom: 3px;
    padding: 0;
    font-size: 1.1em;
}
#TestimonialSlidersControl ul
{
    margin: 0;
    padding: 0;
    background-image: none;
}
#TestimonialSlidersControl ul li
{
    margin: 0 2px 5px 0;
    padding: 0 2px 0 0;
    background-image: none;
    float: left;
    width: 16px;
    text-align: right;
}
#TestimonialSlidersControl ul li#Prev
{
    text-align: left;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}
#TestimonialSlidersControl ul li#Next
{
    margin: 0;
    padding: 0;
    width: 40%;
    float: right;
}
#TestimonialSlidersControl ul li a
{
    margin: 0 0 0 0px;
    padding: 0 1px 0 0;
    border: none;
    color: #a71e23;
    border: solid 1px #fff9f5;
    font-size: .8em;
    line-height: 1.4em;
    width: 100%;
    display: block;
}
#TestimonialSlidersControl ul li#Prev a
{
    margin: 0;
    padding: 0;
}
#TestimonialSlidersControl ul li#Next a
{
    margin: 0;
    padding: 0;
}
#TestimonialSlidersControl ul li.Active a
{
    background-color: #a71e23;
    color: #fff9f5;
    border: solid 1px #a71e23;
}
#TestimonialSlidersControl ul li a:hover
{
    border: solid 1px #a71e23;
}

.field-validation-error
{
    color: #f00;
    vertical-align: top;
    font-size: 1.2em;
    line-height: 2.5em;
}
#recaptcha_response_field
{
    width: 296px !important;
}

