/*
Theme Name: Jane Stewart
Theme URI: http://wordpress.org/
Description: 
Author: Imajery Inc.
*/


/* =Global
-------------------------------------------------- */
html {
    background: #f7f7f7;
    height: 100%;
}
body {
    font-size: 18px;
}

a:focus {
    outline: none;
}

hr {
    border: none;
    border-top: 1px solid #AEAEAE;
    margin: 20px 0;
}

/* =Layout
-------------------------------------------------- */
.header {
    border-bottom: 1px solid #aeaeae;
    height: 136px;
    margin: 40px 0 0 0;
}

.footer {
    border-top: 1px solid #aeaeae;
    height: 80px;
}


.site-container {
    margin: 0 auto;
    width: 905px;
}

.site-title,
.site-description {
    display: block;
}

.main-content-container {
    background: white;
    margin: 10px 0;
    padding: 48px 53px 30px;
    box-shadow: 0 0 10px #aaa;
    position: relative;
}

.logo {
    width: 290px;
}

.site-title,
.site-description {
    display: block;
    font-weight: 100;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.site-title {
    color: #000;
    font-size: 48px;
    line-height: 48px;
}
.site-description {
    color: #aeaeae;
    font-size: 18px;
    letter-spacing: 10px;
    margin-right: 0px;
    text-align: right;
    text-transform: uppercase;
}
.primary-menu-container {
    text-align: right;
}
.primary-menu-container a {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    height: 60px;
    padding-bottom: 5px;
}

.primary-menu-container .menu-item {
    display: inline-block;
    *display: inline;
    text-align: left;
    
    margin-left: 10px;
}
.primary-menu-container .current-menu-item {
    background: url('./images/menu-selector.png') bottom center no-repeat;
    height: 64px;
}
.current-menu-item a,
.secondary-menu-container .current-menu-item a {
    color: #97367a;
}

.wp-caption {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 800px !important;
}



.secondary-menu-container {
    float: left;
    width: 216px;
}
.secondary-menu-container .menu-item {
    display: block;
}
.secondary-menu-container a {
    color: black;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    text-align: justify;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.secondary-menu-container .Interiors {
    letter-spacing: 5px;
}
.secondary-menu-container .Landscapes {
    letter-spacing: 0.9px;
}
.secondary-menu-container .Mindfields {
    letter-spacing: 2px;
}
.secondary-menu-container .People {
    letter-spacing: 17px;
}
.secondary-menu-container .les-etres {
    letter-spacing: 5px;
}

.wp-caption-dd {
    color: #666;
    font-size: 11px;
    
}

.page-portfolio {
    float: right;
    padding: 14px 0px 5px 14px;
    width: 657px;
    z-index: 1;
}
.page-portfolio .main-content {

}

.ngg-gallery-thumbnail-box {
    float: left;
    margin: 0 15px 10px 1px;
}

#colorbox {
    background: #fff;
    box-shadow: 0 0 15px #555;
    z-index: 900;
}
#colorbox img {
    margin: 50px 80px 83px;
    box-shadow: 0 0 10px #aaa;
}

#cboxOverlay {
    background: #000;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    opacity: 0.9;
    z-index: 800;
}
#cboxPrevious,
#cboxNext {
    position: absolute;
    bottom: 20px;
    height: 46px;
    width: 51px;
    text-indent: -9999px;
    cursor: pointer;
}
#cboxPrevious {
    background: url('./images/arrow-previous.png');
    left: 0;
}
#cboxNext {
    background: url('./images/arrow-next.png');
    right: 0;
}
#cboxTitle {
    position: absolute;
    right: 0; bottom: 14px; left: 0;
    width: 100%:
    margin: 0 80px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 0 1px #ddd;
}
#cboxClose, #cboxCurrent { display: none !important; }
#cboxTitle .size,
#cboxTitle .type {
    color: #909090;
    font-size: 14px;
    text-transform: none;
}

.gform_heading {
    display: none;
}

.gform_body label {
    margin-top: 5px;    
}
.gform_footer input[type="submit"] {
}

.gform_fields, .gform_fields li {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.soldnote {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 9px;
    line-height:9px;
    text-align: right;
    margin: 0 !important;
    padding: 0;
}