/*GENERAL RESET*/
html{font-size:100.1%;}
body{
    margin:0;
    color:#000;
    font:64% arial,sans-serif;
    background:#e5e5e5 url(/static/images/content-bg.jpg) repeat-x 0 114px;
}
img{border-style:none;}
a{color:#684e9f;}
a:hover{color:#d13959;}
input{
    font:100% arial,sans-serif;
    vertical-align:middle;
}
form,fieldset{
    margin:0;
    padding:0;
    border:none;
}
/*GENERAL SETTINGS*/
/*PAGE HOLDER*/
.page-holder{
    /* background:url(/static/images/content-bg-add.jpg) no-repeat 50% 114px; */
    background: none;
    min-width:993px;
}
.main{
    margin:0 auto;
    width:993px;
    position:relative;
    padding-top:114px;
}
/*HEADER*/
.header-holder{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    clear:both;
    z-index:1;
}
.header-bg{
    background:url(/static/images/header-bg.png) repeat-x;
    min-width:993px;
    height:1%;
}
#header{
    width:993px;
    height:118px;
    margin:0 auto;
}
/*LOGO*/
.logo{
    margin:0;
    position:absolute;
    top:9px;
    left:50%;
    margin:0 0 0 -488px;
    width:269px;
    height:78px;
    text-indent:-9999px;
    z-index:999;
    clear:both;
}
.logo a{
    background:url(/static/images/logo.gif) no-repeat;
    position:relative;
    display:block;
    overflow:hidden;
    height:100%;
}
/*SEARCH FORM*/
.form-holder{
    overflow:hidden;
    width:100%;
    margin-bottom:17px;
}
.form-holder fieldset{
    float:right;
    width:234px;
    overflow:hidden;
    background:url(/static/images/form-bg.gif) no-repeat;
    margin:22px 35px 0 0;
    padding:20px 30px 10px 35px;
}
.form-holder label{
    padding:4px 7px 0 0;
    color:#fff;
    font-weight:bold;
    font-size:140%;
    float:left;
}
/*SEARCH INPUT TEXT*/
.form-holder div{
    float:left;
    overflow:hidden;
    width:129px;
    height:14px;
    padding:5px 7px;
    font-size:120%;
    margin-right:6px;
    background:url(/static/images/inp-txt1.gif) no-repeat;
}
.form-holder div input{
    float:left;
    width:129px;
    height:14px;
    padding:0;
    background:none;
    border:0;
}
/*BUTTON GO*/
.form-holder fieldset a{
    float:left;
    background:url(/static/images/btn1.gif) no-repeat;
    height:24px;
    width:24px;
    text-indent:-9999px;
    overflow:hidden;
}
.form-holder a:hover{background-position:0 100%;}
/*MAIN NAVIGATION*/
.nav-holder{
    display:table;
    width:100%;
}
.nav{
    float:right;
    margin:0;
    padding:0 67px 0 0;
    list-style:none;
    font-size:120%;
}
.nav li{
    float:left;
    font-weight:bold;
    padding-left:17px;
    position:relative;
}
.nav li.hover a{color:#d13959;}
.nav a{
    padding:0 5px 3px;
    float:left;
    text-decoration:none;
    line-height:15px;
    border-bottom:3px solid #b3a6cf;
}
.nav a.active{border-color:#d13959;}
/*FIRST LEVEL DROPDOWN*/
.nav .drop{
    display:none;
    position:absolute;
    top:21px;
    left:0;
    width:213px;
}
.nav .top{
    background:url(/static/images/drop-top.png) no-repeat;
    overflow:hidden;
    height:8px;
    width:100%;
}
.nav .bottom{
    background:url(/static/images/drop-bottom.png) no-repeat;
    height:17px;
    width:100%;
    overflow:hidden;
}
.nav .bg{
    background:url(/static/images/drop-bg.png) repeat-y;
    height:1%;
    position:relative;
    z-index:1;
}
.nav ul{
    margin:0;
    padding:3px 0 5px;
    list-style:none;
}
.nav li li{
    float:none;
    height:1%;
    vertical-align:top;
    font-weight:normal;
    margin:6px 7px 0 1px;
    padding:0;
    border-left:3px solid #fff;
    border-right:4px solid #fff;
}
.nav li li:first-child{margin-top:0;}
.nav li li a{
    height:1%;
    line-height:14px;
    float:none;
    display:block;
    border-bottom:none;
    background:url(/static/images/bullet2.gif) no-repeat 189px 3px;
    padding:3px 0 4px 18px;
}
.nav li li a.none {
    background: none;    
}

.nav li li:hover, .nav li li.hover{background:#eae9f7;}
.nav li:hover li a, .nav li.hover li a{color:#684e9f;}
.nav li li a:hover{color:#d13959;}
/*SECOND LEVEL DROPDOWN*/
.nav .drop .drop-second{
    display:none;
    position:absolute;
    top:-6px;
    right:-217px;
    width:213px;
}
.nav .drop .drop-second .bg:after{
    display:block;
    content:"";
    clear:both;
}
.nav .drop .drop-second .bg ul{
    margin:-9px 0 2px;
    float:left;
    width:100%;
}
.nav .drop-second .top{
    background:url(/static/images/drop-top2.png) no-repeat;
    overflow:hidden;
    height:13px;
    width:100%;
}
.nav li li li a{background:none;}
.nav li li:hover .drop-second, .nav li li.hover .drop-second{z-index:5;}
/*CONTENT*/
#content{
    overflow:hidden;
    height:1%;
    position: relative;
}
/*MAIN COLUMN*/
.main-column{
    width:448px;
    float:left;
    padding:15px 0 0 41px;
}
.main-column h2{
    font-size:180%;
    color:#684e9f;
    margin:0 0 4px;
    font-weight:normal;
}
.main-column p{
    line-height:18px;
    font-size:120%;
    margin:0 0 11px;
}
.btn-holder{
    overflow:hidden;
    height:1%;
    padding-right:10px;
}
.btn-holder a{
    float:right;
    width:175px;
    color:#fff;
    font-size:140%;
    font-weight:bold;
    text-decoration:none;
    overflow:hidden;
    background:url(/static/images/btn2.gif) no-repeat;
    text-align:center;
    line-height:14px;
    margin-left:6px;
    padding-top:14px;
    height:28px;
}
.btn-holder a.btn2{
    padding-top:7px;
    height:35px;
}
.btn-holder a:hover{
    background-position:0 100%;
    color:#fff;
}
/*SIDEBAR*/
.widget{
    width:434px;
    padding:15px 70px 0 0;
    float: right;
}
.info-box{
    float:left;
    width:205px;
    background:#f2f2f2;
    margin-left:12px;
    display:inline;
}
.info-box strong{
    background:#fff url(/static/images/sidebar-bg.gif) no-repeat;
    border-bottom:2px solid #e5e5e5;
    color:#d13959;
    font-size:140%;
    display:block;
    padding:5px 15px 7px;
}
.info-box div{
    padding:9px 16px;
    font-size:120%;
    min-height:80px;
}
.info-box ul{
    line-height:18px;
    margin:0;
    padding:0;
    list-style:none;
}
.info-box li{
    background:url(/static/images/bullet1.gif) no-repeat 0 8px;
    padding-left:11px;
}
.info-box p{
    margin:2px 0;
    line-height:14px;
    font-weight:bold;
}
/*FOOTER*/
#footer{
    width:960px;
    overflow:hidden;
    font-size:110%;
    margin:47px 0 0 1px;
    padding-bottom:20px;
}
/*FOOTER NAVIGATION*/
.footer-nav{
    background:#fff url(/static/images/footer-bg.gif) no-repeat;
    border-bottom:4px solid #9a90ad;
    overflow:hidden;
    height:1%;
    color: #795092;
    padding:8px 33px 7px 41px;
    margin-bottom:2px;
}
.footer-nav a{
    color: #795092;
    text-decoration:none;
}
.footer-nav a:hover{
    text-decoration:underline;
    color:#D13959;
}
#footer address{
    float:left;
    width:144px;
    font-style:normal;
}
#footer address span{
    display:block;
}
#footer ul{
    float:right;
    margin:27px 0 0;
    padding:0;
    list-style:none;
}
#footer li{
    display:inline;
    background:url(/static/images/separator1.gif) no-repeat 0 3px;
    padding:0 4px 0 10px;
}
#footer li:first-child{background:none;}
#footer p{
    margin:0 0 0 40px;
    color:#684e9f;
}
#footer .btn{
    float:right;
    width:100px;
    height:15px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(/static/images/btn3.jpg) no-repeat;
    margin:3px 38px 0 0;
}
#footer .btn:hover{background-position:0 -15px;}
/*INTERNAL PAGE*/
.inner{background:#e5e5e5 url(/static/images/content-bg2.jpg) repeat-x 0 114px;}
.inner #content{margin-top:-22px;}
/*HEADINGS STYLE*/
.inner .main-column h2{margin-bottom:18px;}
.inner .main-column h3{
    margin:0 0 18px;
    font-size:160%;
    color:#684e9f;
}
.inner .main-column h4{
    margin:0 0 19px;
    font-size:140%;
    color:#684e9f;
}
.inner .main-column h5{
    margin:0 0 19px;
    font-size:140%;
    color:#684e9f;
    font-weight:normal;
}
.inner .main-column h6{
    margin:0 0 18px;
    font-size:120%;
    color:#684e9f;
    font-weight:normal;
}
.inner .main-column p{margin-bottom:16px;}
/*BLOCKQUOTE SETTINGS*/
.inner .main-column blockquote{
    margin:-2px 0 19px -3px;
    padding:9px 6px 10px 13px;
    font-size:120%;
    border:1px solid #bdbde7;
    background:#ebeaf2;
    line-height:18px;
}
.inner .main-column q{
    font-style:italic;
    quotes:none;
}
.inner .main-column q:before{content:"";}
.inner .main-column q:after{content:"";}
.inner .main-column cite{font-weight:bold;}
/*TABLE SETTINGS*/
.inner .main-column table{
    margin:0 0 26px 1px;
    padding:0;
    border-collapse:collapse;
    background:#d7d7e9;
    font-size:120%;
    width:397px;
}
.inner .main-column table td{
    margin:0;
    padding:5px 24px;
    border:1px solid #bdbde7;
}
.first-column{
    width:135px;
    font-weight:bold;
}
.odd-row{background:#ebeaf2;}
/*IMAGE RIGHT-ALIGNED*/
.right-image{
    float:right;
    border:1px solid #bdbde7;
    background:#fff;
    padding:4px;
    margin-top:-3px;
}
/*LISTS STYLE*/
.inner .main-column ul{
    margin:0 0 19px 9px;
    padding:0;
    list-style:none;
    font-size:12px;
    line-height:18px;
}
.inner .main-column ul li{
    background:url(/static/images/bullet4.gif)  no-repeat 0 8px;
    padding-left:14px;
}
.inner .main-column ol{
    margin:0 0 20px 6px;
    padding:0;
    font-size:12px;
    line-height:18px;
    list-style-position:inside;
}
/*BREADCRUMBS LIST*/
.inner .main-column .breadcrumbs{
    margin:0 0 24px -6px;
    padding:0;
    list-style:none;
    font-size:120%;
    position:relative;
    line-height:normal;
}
.inner .main-column .breadcrumbs li{
    display:inline;
    padding-left:6px;
    margin-right:-5px;
    background:none;
}
.breadcrumbs li a{
    background:url(/static/images/bullet3.gif) no-repeat 100% 5px;
    padding-right:10px;
}
/*MAIN COLUMN*/
.inner .main-column{
    width:628px;
    padding-top:0;
}
/*SIDEBAR*/
.inner .widget{
    width:205px;
    padding-top:41px;
}
.inner .info-box{margin:13px 0 0;}
.inner .info-box div{
    min-height:inherit;
    padding-bottom:17px;
}
.inner .info-box p{
    line-height:18px;
    margin:0;
}
/*EMAIL AND PRINT LINKS*/
.print-link, .email-link{
    font-size:100%;
    text-decoration:none;
    white-space:nowrap;
}
.print-link:hover, .email-link:hover{text-decoration:underline;}
.print-link{
    background:url(/static/images/ico1.gif) no-repeat;
    margin-left:7px;
    padding-left:24px;
}
.email-link{
    background:url(/static/images/ico2.gif) no-repeat 0 1px;
    padding-left:21px;
    margin-left:12px;
}
/*FOOTER*/
.inner #footer{margin-top:5px;}
/*ALBUM PAGE*/
/*ALBUM LIST*/
.inner .main-column .album-list{
    margin:-15px 0 0;
    padding:0 0 4px;
    list-style:none;
    overflow:hidden;
    height:1%;
}
.inner .main-column .album-list li{
    background:none;
    margin:0;
    float:left;
    width:150px;
    padding:0 49px 27px 0;
}
.inner .main-column .album-list h3{
    font-size:100%;
    margin:0 0 6px;
}
.inner .main-column .album-list img{
    display:block;
    border:1px solid #3d3d3d;
}
/*PHOTO PAGE*/
/*TEXT PART*/
.text-info{
    padding:0 190px 12px 0;
    margin-top:-8px;
}
.inner .main-column .text-info p{line-height:14px;}
/*GALLERY BOX*/
.gallery{
    font-size:120%;
    padding-bottom:22px;
}
.inner .main-column .gallery ul{
    margin:15px 0 7px -2px;
    padding:0;
    list-style:none;
}
.inner .main-column .gallery li{
    background:none;
    width:648px;
    height:438px;
    border:1px solid #3d3d3d;
    padding:0;
}
.gallery li img{display:block;}



/*PREV - NEXT LINKS*/
.gallery-nav{
    overflow:hidden;
    color:#684e9f;
    width:647px;
}
.gallery-nav span{float:right;}
.prev-link{
    background:url(/static/images/prev-bg.gif) no-repeat 0 6px;
    padding-left:13px;
    margin-right:6px;
}
.next-link{
    background:url(/static/images/next-bg.gif) no-repeat 100% 6px;
    padding-right:14px;
    margin-left:8px;
}
/*GALLERY PAGE*/
.inner .main-column .album-alt-head{
    margin:-11px 0 10px;
    padding:0;
}
.inner .main-column .album-alt-head h3{font-size:120%;}
.inner .main-column .album-alt-head li{
    width:160px;
    padding:0 41px 22px 0;
}
.inner .main-column .album-alt-head .gallery-nav{width:550px;}


/*
==========================
    contact form
--------------------------
*/

#contact_form,
#contact_form td {
    background-color: transparent;        
    width: 500px;
    border: none;
}

#contact_form th.column1 {
    width: 300px;
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
}

.contact-form-crumbs { 
    font-size:120%;
    line-height:normal;
    list-style:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 24px -6px;
    padding:0;
    position:relative;
}

.contact-form-crumbs li {
    background:transparent none repeat scroll 0 0;
    display:inline;
    margin-right:-5px;
    padding-left:6px;
}

.contact-form-crumbs li a {
    background:transparent url(/static/images/bullet3.gif) no-repeat scroll 100% 5px;
    padding-right:10px;
}

.info-box {
    margin:13px 0 0;
}

.errorlist {
    color: red;
}

.page-holder .info-box {
    margin: 0 10px 0 0;
}

body #content h3.gallery-date {
    font-size: 12px;
    font-weight: normal;
    margin: -10px 0 50px 0;
}

#content #gallery-landing ul.album-list {
    float: left;
    clear: none;
    width: 310px;
}

#content #gallery-landing ul.album-list li {
    width: 310px;
    display: block;
}

/*
==========================
    search results
--------------------------
*/

#google-results ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

#google-results p {
    font-size: 12px;
}

#google-results ul h3 {
    margin: 30px 0 0 0;
    font-size: 12px;
}



