/* kingswoodstudios.com */

/*****Reset*****/
@import "reset.css";
/*****CSS3.0*****/
@font-face {
  font-family: "Delicious";
  src: url(http://www.kingswoodstudios.com/fonts/Delicious-Roman.otf) format("OpenType");
}
/*****Basic Elements*****/
body
{
    background: #101010 url("../images/background.png") repeat scroll center top;
    text-align: center;
    font-family: "Delicious" , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
    line-height: 160%;
    color: #fcfcfc;
}
#errorOldBrowser
{
    background: #0d0d0d url("../images/oldBrowser.jpg") no-repeat scroll center top;
    height:794px;
    text-align: center;
    font-family: "Delicious" , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
    line-height: 160%;
    color: #fcfcfc;
}
p
{
    margin-bottom: 10px;
    color: #B0B0AE;
    line-height: 160%;
    font-family: "Delicious" , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
    text-align: justify;
    font-size: 16px;
}
h1
{
    font-size: 28px;
    letter-spacing:-1px;
}
h2
{
    font-size: 24px;
    margin: 10px 0 10px 0;
    letter-spacing:-1px;
}
img
{
    border: 0;
}
a img
{
    border: 0.00 !important;
}
cite
{
    color: #fff;
}
blockquote p
{
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    padding: 10px;
    text-align: justify;
    font-size: 16px;
    font-style: italic;
    line-height: 160%;
    color: #101012;
    margin-bottom: 0px;
}
a
{
    color: #fff;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
input, textarea
{
    font-family: "Delicious" , "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
}
ul, ol
{
    color: #B0B0AE;
}
/*****Generic Classes*****/
.frameLandscape
{
    margin-top: 31px;
}
.framePortrait
{
    margin-top: 10px;
}
.separator1
{
    float: left;
    margin: 0;
    width: 967px;
    height: 1px;
    display: block;
    background: url("../images/separator1.png") bottom no-repeat;
}
.separator2
{
    float: left;
    margin: 1px 0 0 0;
    width: 967px;
    height: 1px;
    display: block;
    background: url("../images/separator2.png") top no-repeat;
}
.opacity, .opacity2
{
}
.textContent
{
    position: relative;
    clear: both;
    padding-top: 10px;
}
.textContentOldBrowser
{
    position: relative;
    clear: both;
    padding: 10px;
    margin-top:160px;
    margin-left:20px;
    margin-right:20px;
    background-color:#0d0d0d;
    border: 1px solid #474747;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
br.clear
{
    clear: both;
}
.spacerBlock
{
    margin-top: 130px;
}
img.imageRounded
{
    border: solid 1px #fff;
    background-color: #fff;
    padding: 5px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
p em.corporate
{
    color: #B34F01;
    font-size: 20px;
    font-variant: normal;
    font-style: normal;
}
p em.about
{
    color: #D60058;
    font-size: 20px;
    font-variant: normal;
    font-style: normal;
}
/*****Basic Layout*****/
#container
{
    margin: 0 auto;
    min-width: 967px;
    width: 967px;
    text-align: left;
    overflow: hidden;
    position: relative;
    clear: both;
}
.hide
{
    display: none;
}
.styledList li
{
    list-style-position: inside;
    list-style-type: lower-alpha;
    margin-left: 3em;
}
.unstyledList li
{
    list-style-position: inside;
    margin-left: 3em;
}
#contentLeft
{
    width: 49%;
    float: left;
    padding: 0 0 0 0;
}
#contentRight
{
    padding: 0 0 0 0px;
    width: 49%;
    float: right;
}
/*****Logo*****/
#logo
{
    float: left;
    margin: 20px 0 0 0;
}
#logo a
{
    float: left;
    width: 967px;
    height: 151px;
    text-indent: -9999px;
    background: url("../images/logo.png") no-repeat 0 0;
}
#logoHover
{
    display: none;
    float: left;
    width: 967px;
    height: 151px;
    text-indent: -9999px;
    background: url("../images/logoHover.png") no-repeat 0 0;
}
.logoPic
{
}
/*****Titles*****/
.titles
{
    float: left;
    display: block;
}
/*****Splash*****/
#splashContainer
{
    float: left;
    margin: 100px 0 0 0;
    padding: 0 0 0px 0;
}
html > body #splashContainer
{
    margin: 100px 0 1px 0;
}
.splash
{
    width: 968px;
    float: left;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}
.splash ul
{
    list-style: none;
}
.splash ul li
{
    display: inline;
    float: left;
    height: 140px;
    margin: 1px 1px 0 0;
    width: 241px;
}
.splash ul li a:hover
{
    cursor: pointer;
}
.splash ul li.splash01
{
    background: url("../images/rollovers/over_main.jpg");
}
.splash ul li.splash02
{
    background: url("../images/rollovers/over_intro.jpg");
}
.splash ul li.splash03
{
    background: url("../images/rollovers/over_about.jpg");
}
.splash ul li.splash04
{
    background: url("../images/rollovers/over_news.jpg");
}
.splash ul li.splash05
{
    background: url("../images/rollovers/over_events.jpg");
}
.splash ul li.splash06
{
    background: url("../images/rollovers/over_corp.jpg");
}
.splash ul li.splash07
{
    background: url("../images/rollovers/over_weddings.jpg");
}
.splash ul li.splash08
{
    background: url("../images/rollovers/over_portraits.jpg");
}
.splash ul li.splash09
{
    background: url("../images/rollovers/over_cherubs.jpg");
}
.splash ul li.splash10
{
    background: url("../images/rollovers/over_client.jpg");
}
.splash ul li.splash11
{
    background: url("../images/rollovers/over_contact.jpg");
}
.splash ul li.splash12
{
    background: url("../images/rollovers/over_privacy.jpg");
}
.splash01 IMG, .splash05 IMG, .splash09 IMG
{
    position: absolute;
    top: 20;
    left: 0;
    z-index: 8;
}
.splash01 IMG.active, .splash05 IMG.active, .splash09 IMG.active
{
    z-index: 10;
}
.splash01 IMG.last-active, .splash05 IMG.last-active, .splash09 IMG.last-active
{
    z-index: 9;
}
.splash02 IMG, .splash06 IMG, .splash10 IMG
{
    position: absolute;
    top: 20;
    left: 60;
    z-index: 8;
}
.splash02 IMG.active, .splash06 IMG.active, .splash10 IMG.active
{
    z-index: 10;
}
.splash02 IMG.last-active, .splash06 IMG.last-active, .splash10 IMG.last-active
{
    z-index: 9;
}
.splash03 IMG, .splash07 IMG, .splash11 IMG
{
    position: absolute;
    top: 20;
    left: 120;
    z-index: 8;
}
.splash03 IMG.active, .splash07 IMG.active, .splash11 IMG.active
{
    z-index: 10;
}
.splash03 IMG.last-active, .splash07 IMG.last-active, .splash11 IMG.last-active
{
    z-index: 9;
}
.splash04 IMG, .splash08 IMG, .splash12 IMG
{
    position: absolute;
    top: 20;
    left: 180;
    z-index: 8;
}
.splash04 IMG.active, .splash08 IMG.active, .splash12 IMG.active
{
    z-index: 10;
}
.splash04 IMG.last-active, .splash08 IMG.last-active, .splash12 IMG.last-active
{
    z-index: 9;
}
/*****Mini Splash*****/
#miniSplashContainer
{
    float: left;
    padding: 20px 0 0 0;
}
html > body #miniSplashContainer
{
    margin: 1px 0 0 0;
}
#miniSplash1 IMG
{
    position: absolute;
    top: 20;
    left: 0;
    z-index: 8;
}
#miniSplash1 IMG.active
{
    z-index: 10;
}
#miniSplash1 IMG.last-active
{
    z-index: 9;
}
#miniSplash2 IMG
{
    position: absolute;
    top: 20;
    left: 60;
    z-index: 8;
}
#miniSplash2 IMG.active
{
    z-index: 10;
}
#miniSplash2 IMG.last-active
{
    z-index: 9;
}
#miniSplash3 IMG
{
    position: absolute;
    top: 20;
    left: 120;
    z-index: 8;
}
#miniSplash3 IMG.active
{
    z-index: 10;
}
#miniSplash3 IMG.last-active
{
    z-index: 9;
}
#miniSplash4 IMG
{
    position: absolute;
    top: 20;
    left: 180;
    z-index: 8;
}
#miniSplash4 IMG.active
{
    z-index: 10;
}
#miniSplash4 IMG.last-active
{
    z-index: 9;
}
/*****Footer*****/
#footerRight a.feeds
{
    float: right;
    position: relative;
    margin-right: 30px;
    display: block;
    padding-top: 45px;
    width: 180px;
    height: 0;
    background: transparent url("../images/rss.png") no-repeat;
    overflow: hidden;
}
#footerRight a.feeds:hover
{
    background-position: 0 -45px;
    background-color: transparent;
}
#footer
{
    float: left;
    padding: 15px 0 0 17px;
    font-size: 10px;
    width: 967px;
    display: block;
    color: #ccc;
}
html > body #footer
{
    padding: 0 0 10px 17px;
}
#footerLeft
{
    width: 750px;
    float: left;
    padding-top: 15px;
    font-size: 12px;
    color: #555555;
    line-height: 180%;
}
#footerLeft a
{
    font-size: 12px;
    color: #FFF;
}
#footerRight
{
    width: 210px;
    float: right;
    padding-top: 15px;
    font-size: 12px;
    color: #555555;
    line-height: 180%;
}
#footerRight a
{
    font-size: 12px;
    color: #FFF;
}
/*****Gallery*****/
#galleryView
{
    margin-top: 20px;
}
.lightboxgallery
{
    text-align: center !important;
    padding: 0.00 !important;
    margin: 10px auto 0 !important;
    width: 880px !important;
}
.gallerythumb
{
    background-color: #191919 !important;
    border-style: solid !important;
    border-width: 2px !important;
    padding: 4px !important;
    margin: 0 auto !important;
    border-color: #000000 !important;
    color: inherit;
}
.frame
{
    background-color: #333333 !important;
    border-style: solid !important;
    border-width: 2px !important;
    width: 162px !important;
    position: relative !important;
    text-align: center !important;
    overflow: hidden !important;
    float: left !important;
    border-color: #000000 !important;
    margin: 0 5px 10px !important;
    height: 162px !important;
    color: inherit;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
/*****Testimonials*****/
#testimonials
{
    padding-left: 200px;
    clear: both;
    height: 200px;
}
.bubble
{
    margin-bottom: 30px;
}
div.bubble div.rounded
{
    margin-bottom: 2px;
    border: 3px solid #fff;
    background-color: #c0c0c0;
    width: 600px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
div.bubble div.rounded blockquote
{
    border: 0;
    background-color: transparent;
}
div.bubble cite.rounded
{
    position: relative;
    margin: 0px;
    padding-left: 15px;
    padding-top: 12px;
    top: 11px;
    font-style: normal;
}
.blockquote_bottom
{
    background-color: #c0c0c0;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: -5px;
    height: 14px;
    width: 29px;
}
/*****Navigation*****/
#menuContainer
{
    margin: 0 auto;
    position: relative;
    width: 975px;
    clear: both;
}
#navigation
{
    list-style: none;
}
#navigation li
{
    float: left;
}
#navigation a *
{
    display: none;
}
#navigation a, #navigation a .hover
{
    height: 50px;
    position: relative;
    display: block;
    background: url("../images/menu.png") 0 0 no-repeat;
    cursor:pointer;
}
#navigation a.home
{
    background-position: 0 0;
    width: 70px;
}
#navigation .highlight a.home:hover, #navigation a.home .hover
{
    background-position: 0 -50px;
    width: 70px;
}
#navigation a.testimonials
{
    background-position: -70px 0px;
    width: 99px;
}
#navigation .testimonials a.testimonials:hover, #navigation a.testimonials .hover
{
    background-position: -70px -50px;
}
#navigation a.about
{
    background-position: -169px 0;
    width: 68px;
}
#navigation .about a.about:hover, #navigation a.about .hover, #navigation .about .active
{
    background-position: -169px -50px;
}
#navigation a.news
{
    background-position: -237px 0;
    width: 64px;
}
#navigation .news a.news:hover, #navigation a.news .hover
{
    background-position: -237px -50px;
}
#navigation a.events
{
    background-position: -300px 0;
    width: 65px;
}
#navigation .events a.events:hover, #navigation a.events .hover
{
    background-position: -300px -50px;
}
#navigation a.corporate
{
    background-position: -365px 0;
    width: 101px;
}
#navigation .corporate a.corporate:hover, #navigation a.corporate .hover
{
    background-position: -365px -50px;
}
#navigation a.weddings
{
    background-position: -466px 0;
    width: 83px;
}
#navigation .weddings a.weddings:hover, #navigation a.weddings .hover
{
    background-position: -466px -50px;
}
#navigation a.portraits
{
    background-position: -549px 0;
    width: 89px;
}
#navigation .portraits a.portraits:hover, #navigation a.portraits .hover
{
    background-position: -549px -50px;
}
#navigation a.cherubs
{
    background-position: -637px 0;
    width: 84px;
}
#navigation .cherubs a.cherubs:hover, #navigation a.cherubs .hover
{
    background-position: -637px -50px;
}
#navigation a.clients
{
    background-position: -721px 0;
    width: 96px;
}
#navigation .clients a.clients:hover, #navigation a.clients .hover
{
    background-position: -721px -50px;
}
#navigation a.contact
{
    background-position: -816px 0;
    width: 85px;
}
#navigation .contact a.contact:hover, #navigation a.contact .hover
{
    background-position: -816px -50px;
}
#navigation a.privacy
{
    background-position: -900px 0;
    width: 67px;
}
#navigation .privacy a.privacy:hover, #navigation a.privacy .hover
{
    background-position: -900px -50px;
}
#menuHintContainer
{
    margin: 0 auto;
    min-width: 967px;
    width: 1150px;
    text-align: left;
    overflow: hidden;
}
.menuHint
{
    display: none;
    position: absolute;
    float: left;
    top: 10px;
    clear: none;
}
/*****Slider*****/
#slider
{
    width: auto;
    margin: 0 auto;
    position: relative;
}
.scroll
{
    height: auto;
    width: auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}
.scrollContainer div.panel
{
    height: 100%;
    width: 900px;
    float: left;
    position: relative;
}
#shade
{
    height: 50px;
}
ul.slideNavigation
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}
ul.slideNavigation li
{
    display: inline;
    margin-right: 10px;
}
ul.slideNavigation a
{
    padding: 10px;
    color: #555555;
    text-decoration: none;
}
ul.slideNavigation a:hover
{
    background-color: transparent;
}
ul.slideNavigation a.selected
{
    text-decoration: normal;
    color: #fff;
}
ul.slideNavigation a:focus
{
    outline: none;
}
.scrollButtons
{
    position: absolute;
    top: 365px;
    cursor: pointer;
    z-index: 20;
}
.scrollButtons.left
{
    left: -20px;
}
.scrollButtons.right
{
    right: -20px;
}
/*****Buttons*****/
.mailButton
{
    margin-left: 10px;
    padding: 0px 10px 3px 25px;
    border: solid 1px #6e8f00;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url("../images/bkg.png");
    background-repeat: repeat-x;
    font-size: 14px;
    height: 18px;
    text-decoration: none;
    color: #000;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.mailButton img
{
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.mailButton:hover
{
}
/*****Google Maps*****/
#googleMapContainer
{
    border: 1px solid #474747;
    padding: 2px;
}
#map
{
    width: 100%;
    height: 350px;
}
#mapMarker
{
    color: #000;
    width: 200px;
}
/*****Contact Form*****/
#contactForm
{
    width: 100%;
}

#contactFormMiddle
{
    padding-top: 20px;
    margin: 0 auto;
    width: 470px;
}
#contactForm input, #contactForm textarea
{
    font-size: 16px;
    background-color: #141414;
    border: solid 1px #6A6C6B;
    color: #e1e1e1;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    width: 350px;
}
#contactForm textarea
{
    height: 90px;
}
#contactForm textarea:focus, #contactForm input:focus
{
    border: 1px solid #006b85;
}
#contactForm input.submit-button
{
    width: 100px;
    margin-left: 95px;
}
#charlimitinfo
{
    margin-left: 95px;
}
#contactForm label
{
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 80px;
    padding-top: 5px;
}
#contactForm label, #contactForm input[type="text"]
{
    float: left;
    display: block;
}
#contactForm .field
{
    width: 100%;
    overflow: auto;
}
.telephoneContacts
{
    color: #B0B0AE;
}
.telephoneHighlight
{
    display: inline;
    color: #fff;
    font-size: 110%;
}
/*****Prodarkroom iFrame*****/
#proDarkiFrame
{
    border: solid 1px #474747;
    padding: 2px;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}
/*****Validation*****/
.emailSuccess
{
    position: relative;
    padding: 3px 10px;
    background: #FFFCDF;
    border: 2px solid #EFE795;
    color: #2e3436;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
}
.emailMessage
{
    margin-bottom: 1.5em;
    line-height: 170%;
    text-align: justify;
}
.errorMessage
{
    margin-left: 95px;
    margin-bottom: 1em;
    line-height: 170%;
    text-align: justify;
}
.emailNotValid, .emailError
{
    position: relative;
    padding: 3px 10px;
    background: #ffdfdf;
    border: 2px solid #df7d7d;
    color: #2e3436;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: justify;
}