/* 
Theme Name: Holly Chapple | The Full Buquet
Description: Gorgeous Custom Wordpress Theme "Holly Chapple | The Full Buquet" by Flosites
Author: Flosites | Eugen F.
Author URI: http://flosites.com
Version: 1.0
*/

/* Fonts
*******************************/
@font-face {
    font-family: 'PetrasScriptEFOPRegular';
    src: url('fonts/petrasscriptefop-webfont.eot');
    src: url('fonts/petrasscriptefop-webfont.eot?iefix') format('eot'),
        url('fonts/petrasscriptefop-webfont.woff') format('woff'),
        url('fonts/petrasscriptefop-webfont.ttf') format('truetype'),
        url('fonts/petrasscriptefop-webfont.svg#webfontIu6dm6Hj') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlantagenetCherokeeRegular';
    src: url('fonts/plantagenetcherokee-webfont.eot');
    src: url('fonts/plantagenetcherokee-webfont.eot?iefix') format('eot'),
        url('fonts/plantagenetcherokee-webfont.woff') format('woff'),
        url('fonts/plantagenetcherokee-webfont.ttf') format('truetype'),
        url('fonts/plantagenetcherokee-webfont.svg#webfontzR4ypY6e') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LilyWang';
    src: url('fonts/LilyWang.eot');
}
@font-face {
    font-family: 'LilyWang';
    src: url('fonts/LilyWang.woff') format('woff'),
    url('fonts/LilyWang.svg#LilyWang') format('svg');
}
@font-face {
    font-family: 'Baskervlle2-BT-Roman';
    src: url('fonts/baskervlle2_bt_roman-webfont.eot');
}

@font-face {
    font-family: 'Baskervlle2-BT-Roman';
    src: url('fonts/baskervlle2_bt_roman-webfont.woff') format('woff'),
    url('fonts/baskervlle2_bt_roman-webfont.svg#BaskervilleNo2BT-Roman') format('svg');
}

/* Reset styles
*******************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
:focus {outline: 0}
img {vertical-align:middle; outline:0}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
/* Body & forms
*******************************/
body{
    color:#020000;
    text-align: left;
    font:normal 12px Georgia, "Times New Roman", Times, serif;
}
input,
textarea {
    font:normal 12px Georgia, "Times New Roman", Times, serif;
    color:#020000;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {
    color:#020000;
    font:normal 1em 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 300;
}
h3 {
    font-size: 17px;

}
h4 {
    font-size:14px;
}
h5 {
    font-size:11px;
}
h6 {}


/* Text elements
*******************************/
p               {margin: 0 0 1.2em 0; text-align: left; line-height:1.5;}
p.last          {margin-bottom:0;}
/*ul, ol          {margin: 0 0 1em 2em; text-align: left; line-height:1.6;}*/
strong      	{font-weight: bold;}
em          	{font-style: italic;}
ins             {text-decoration:none;}
del             {text-decoration:line-through;}

.alignleft {
    float:left;
}
.alignright {
    float:right;
}

/* Quotes
*******************************/
blockquote {}
blockquote:before {}
blockquote:after {}

/* Links
*******************************/
a:link,
a:visited,
a:active{
	text-decoration: none;
	color: #020000;
}
a:hover {
	color: #c9c9c9;
}


/* Clearfix
*******************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* JScrollPane Styles
*******************************/
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: red;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}
.jspVerticalBar *,
.jspHorizontalBar *{
    margin: 0;
    padding: 0;
}
.jspCap{
    display: none;
}
.jspHorizontalBar .jspCap{
    float: left;
}
.jspTrack{
    background: #fff;
    position: relative;
}
.jspDrag {
    background: url(images/post-comments-scroll.png) 50% 0 no-repeat;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{
    height: 16px;
}
.jspHorizontalBar .jspArrow{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{
    outline: none;
}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
    margin: 0 -3px 0 0;
}






/* Header
*******************************/
#header-wrapper {
    background: transparent;
    position: static;
    z-index: -1;
}
#header {
    width: 1200px;
	height: 370px;
    margin: 20px auto 24px auto;
    position: relative;
}
#logo {
    position: relative;
    width: 1200px;
	height: 281px;
}

#logo h1 a {
    display: block;
    width:1200px;
    height: 300px;
    /*background: url(/wp-content/uploads/2017/11/logo_BW.png) 50% 0 no-repeat;
    text-indent: -9999px;*/
}

#logo a img {
    width: 100%;
    height: auto;
}

/* Navigation
*******************************/
#nav {
    /*position: relative;
    bottom: 0;
    left: 0;
    width:1200px;
    height: 42px;
    z-index: 999;*/
    position: relative;
	bottom: -35px;
}

#nav ul {
    margin-top: -1px;
}

#nav ul.left {
    float: left;
    margin-left: 300px;
	position: relative;
}

#nav ul li {
    margin-left: 80px;
	display: inline-block;
}

#nav ul.left li {
	position: relative;
	margin: 4px;

}

#nav ul li a {
    color: #020000;
    font: 18px/1 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#nav ul.right li a {
    padding-left: 40px;
    padding-right: 20px;
}

#nav ul a:hover,
#nav ul .active a:hover {
    font-weight: 300;
    color: #c9c9c9;
}

#nav ul .active a {
    color: #020000;
}

#nav ul ul {
    z-index: 999;
    display: none;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0px 0px 5px #a8a8a8;
    -moz-box-shadow: 0px 0px 5px #a8a8a8;
    box-shadow: 0px 0px 5px #a8a8a8;
    padding:0;
}

#nav ul.left ul li,
#nav ul.right ul li {
    margin:0;
}
#nav ul ul li {
    float: none;
    text-align: center;
    background: #fff;
}
#nav ul ul li a {
    width:150px;
    text-align: right;
    display: block;
    float: none;
    height: auto;
    font:normal 12px/1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
}
#nav ul ul li a:hover {
    color: #c9c9c9;
	font-style: italic;
    background: none;
}
#nav ul.left ul li.bottom {
    height: 5px;
    background: transparent url(images/nav-dropdown.png) 0 0 repeat-x;
}
#nav ul ul ul {
    z-index: 999;
    display: none;
    position: absolute;
    left:120px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 5px #a8a8a8;
    -moz-box-shadow: 0px 0px 5px #a8a8a8;
    box-shadow: 0px 0px 5px #a8a8a8;
    padding:0;
}

/* Social
*******************************/

#twitter {
    position: absolute;
    left: 132px;
    top: -3px;
    width:200px;
    height: 320px;
}
#twitter a {
    width:72px;
    height: 64px;
    position: absolute;
    background: url(images/social.png) 100% 0 no-repeat;
    bottom: 18px;
    left: 80px;
    text-indent: -9999px;
}

#facebook {
    position: absolute;
    /*left: 140px;*/
    left: 135px;
    bottom: 47px;
    z-index: 999;
}
#facebook a {
    width:61px;
    height: 47px;
    /*background: url(images/social.png) 0 0 no-repeat;*/
    background: url(images/facebookicon.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
}

#rss {
    position: absolute;
    left: 65px;
    bottom: 47px;
    z-index: 999;
}
#rss a {
    width:50px;
    height: 47px;
    /*background: url(images/rssicon.png) 0 0 no-repeat;*/
    background: url(images/rssicon1.png) 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
}


/* Wrappers
*******************************/
#wrapper {
    width:1200px;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
#content {
    margin-left: 0px;
    padding-top: 0px;
    overflow: hidden;
    zoom: 1;
}
#main {
    float: left;
    width:900px;
    overflow: hidden;
}
#sidebar {
    float: right;
    width:200px;
    margin-right: 24px;
}
#main-center {
    margin:0 auto;
    width:900px;
    overflow: hidden;
}
/* Main
*******************************/

#main h2.search {
    color: #020000;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
}
#main h2.search span {
    color: #020000;
    text-transform: uppercase;
}

.share-image {
    position: relative;
    margin:0;
    max-width: 100%;
}
.share-image div {
    position: absolute;
    right:10px;
    bottom:10px;
    font:normal 12px/18px 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    background: #ffffff;
    z-index: 99;
    display: block;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: scale(.7,.7);
}
.share-image:hover div {
    opacity: 1;
    display: block;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: scale(1,1);
}
.share-image div a {
    color: #020000;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.share-image div a:hover {
    color:#c9c9c9;
}
.share-image div p {
    display: none;
}

.post .collage-box {
    overflow: hidden;
    zoom:1; 
}
.post .collage-box .share-image {
    margin: 0;
    text-align: left;
}
.post .collage-box .share-image-odd {
    float: left;
}
.post .collage-box .share-image-even {
    float: right;
}

.post .view-full-post {
    font:normal 40px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
}
.post .view-full-post a {
    color: #54371C;
}

/* Sidebar
*******************************/
#sidebar .block {
    margin-bottom: 50px;
    font-family: 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #020000;
	font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 16px;
}

#sidebar .block hr {
    border: none;
    height: 1px;
    background: #020000;
    width: 80%;
    margin: 10px 0;
}

#sidebar .block h2 {
    margin-bottom: 10px;
}

#sidebar .block ul .visited a {
    color: #020000;
}

#sidebar .block ul a:hover,
#sidebar .block ul .active a:hover {
    color: #c9c9c9;
}

#sidebar .block ul.children {
    display: block;
    margin-left: 10px;
}


#sidebar .block .btn {
    display: inline-block;
    padding: 5px 20px;
    background: #c9c9c9;
    color: #fff;
    margin-right: 5px;
}

#sidebar .block .btn:hover {
    background: #020000;
}

#sidebar .block .text {
    padding: 3px;
}

#sidebar .block .submit {
    background: #c9c9c9;
    color: #fff;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}


#sidebar .top {
    background: url(images/sidebar-top1.png) 10px 0 no-repeat;
    height: 44px;
    padding-top: 209px;
}
#sidebar .top a.search,
#sidebar .top a.subscribe {
    height: 40px;
    background: transparent;
    text-indent: -9999px;
    margin-bottom: 6px;
    display: block;
}


#sidebar .login {
    position: relative;
}

#sidebar p.login-username,
#sidebar p.login-password {
    position: relative;
}

#sidebar label[for="user_login"],
#sidebar label[for="user_pass"] {
    position: absolute;
    cursor: text;
    text-transform: none;
    font: normal 12px Georgia, "Times New Roman", Times, serif;
    letter-spacing: normal;
    line-height: 15px;
    padding: 5px;
    top: 1px;
    left: 1px;
}

#sidebar #login_error {
    position: absolute;
    bottom:5px;
    color: #f00;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    width:200px;
}
#sidebar .login h2,
#sidebar .login .rememberme {
    display: none;
}

#sidebar #user_login,
#sidebar #user_pass {
    border: 1px solid #c9c9c9;
    padding: 5px;
    line-height: 15px;
    margin: 0;
}

#sidebar .logout {
    font-style: italic;
    text-transform: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-bottom: 1px solid;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
}

#sidebar .login > a {
    position: absolute;
    right:25px;
    top: 0;
    width:40px;
    text-indent: -9999px;
    height: 60px;
    display: block;
}

#sidebar #wp-submit {
    background: #c9c9c9;
    color: #fff;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}

#sidebar #wp-submit:hover {
    background: #020000;
}

#sidebar .logged {
    height: 85px;
    background: url(images/sidebar-logged1.png) 11px 0 no-repeat;
    position: relative;
}
#sidebar .logged .welcome {
    position: absolute;
    font-size: 13px;
    top:30px;
    left:35px;
    width:90px;
}
#sidebar .logged a.logout {
    position: absolute;
    text-indent: -9999px;
    width:50px;
    height:50px;
    right:20px;
    top:10px;
}
#sidebar .ib {

}
#sidebar .ib .header {
    height: 42px;
    background: url(images/sidebar-ib-header1.png) 11px 0 no-repeat;
}
#sidebar .ib .footer {
    height: 34px;
    background: url(images/sidebar-ib-footer1.png) 11px 0 no-repeat;
}
#sidebar .ib .content {
    background: url(images/sidebar-ib-content1.png) 11px 0 repeat-y;
    padding:0 0 0 23px;
}
#sidebar .ib ul {
    margin-bottom: 12px;
    padding-bottom: 1px;
    /*background: url(images/sidebar-ib-list.gif) 0 100% no-repeat;*/
}
#sidebar .ib ul li {
    margin:0;
    display: block;
}
#sidebar .ib ul li a {
    display: block;
    color: #55381e;
    padding: 4px 12px 5px 12px;
    /*background: #fff url(images/sidebar-ib-list.gif) 0 0 repeat-x;*/
    width:138px;
    font:normal 12px/1 Georgia, "Times New Roman", Times, serif;
}
#sidebar .ib ul li a:hover {
    background: #020000;
}

#sidebar a.create {
    display: inline-block;
    padding: 10px;
    background: #c9c9c9;
    color: #fff;
}
#sidebar a.create span {
    display: block;
}
#sidebar a.create:hover {
    background: #020000;
}

#sidebar .ib-preview {
    margin-bottom: 20px;
}
#sidebar .ib-preview .content {
    padding:10px 40px 0;
}
#sidebar .ib-preview a {
    display: block;
    font:normal 14px/1.2 Georgia, "Times New Roman", Times, serif;
    color: #c3c67f;
}
#sidebar .ib-preview a:hover {
    text-decoration: underline;
}

#sidebar .galleries {
    margin-bottom: 25px;
}
#sidebar .galleries h2 {
    text-indent: -9999px;
    height: 70px;
    background: url(images/sidebar-galleries.png) 25px 0 no-repeat;
    margin-bottom: 10px;
}
#sidebar .galleries ul li {
    padding-bottom: 10px;
    margin-left:30px;
}
#sidebar .galleries ul li a {
    color: #3c2313;
    font:normal 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
#sidebar .galleries ul li a:hover {
    color:#c9c9c9;
	font-style: italic;
}

#sidebar .archives {
    margin-bottom: 25px;
    overflow: hidden;
    zoom: 1;
    color: #55381e;
}
#sidebar .archives h2 {
    height: 87px;
    background: url(images/sidebar-archives.png) 25px 0 no-repeat;
    margin-bottom: 10px;
}
#sidebar .archives h2 a {
    display: block;
    height: 87px;
    text-indent: -9999px;
}
#sidebar .archives .toggle {
    display: none;
}
#sidebar .archives .years {
    float: left;
    width:55px;
    margin-left: 40px;
}
#sidebar .archives .years li {
    margin-bottom: 20px;
}
#sidebar .archives .years li a {
    color: #55381e;
}
#sidebar .archives .years .active a {
    color: #c3c67f;
}
#sidebar .archives .months {
    float: left;
    width:105px;
}
#sidebar .archives .months ul {
    display: none;
}
#sidebar .archives .months li {
    margin-bottom: 10px;
}

#sidebar .search {
    width:193px;
    margin-bottom: 14px;
}
#sidebar .search h3 {
    font:normal 30px/40px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    text-align: center;
}
#sidebar .search form {
    background: url(images/sidebar-search-form.gif) 0 0 no-repeat;
    width:193px;
    height: 22px;
}
#sidebar .search form input.text {
    float: left;
    width:140px;
    height: 13px;
    padding:4px 5px 5px;
    background: transparent;
    border: 0;
}
#sidebar .search form input.submit {
    float: right;
    width:30px;
    height: 22px;
    border: 0;
    cursor: pointer;
    background: transparent;
}

#sidebar .vendors {
    margin-bottom: 25px;
}
#sidebar .vendors h2 a {
    display: block;
    text-indent: -9999px;
    background: url(images/sidebar-vendors.png) 0 0 no-repeat;
    width: 165px;
    height: 170px;
    margin-left: 10px;
}

#sidebar .designers {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#sidebar .designers img {
    max-width: 170px;
    height: auto;
}

#sidebar .print {
    margin-bottom: 25px;
}
#sidebar .print h2 a {
    height: 85px;
    background: url(images/sidebar-print.png) 50% 0 no-repeat;
    margin-bottom: 10px;
    text-indent: -9999px;
    display: block;
}

#sidebar .links {
    margin-bottom: 25px;
}
#sidebar .links h2 {
    text-indent: -9999px;
    height: 70px;
    background: url(images/sidebar-links.png) 25px 0 no-repeat;
    margin-bottom: 10px;
}
#sidebar .links ul li {
	color: #020000;
    padding-bottom: 10px;
    margin-left:30px;
}
#sidebar .links ul li a {
    color: #020000;
    font:normal 12px/1.2 Georgia, "Times New Roman", Times, serif;
}
#sidebar .links ul li a:hover {
    color: #c9c9c9;
}

#sidebar .bookmarks {
    margin-bottom: 25px;
}
#sidebar .bookmarks a.button {
    display: block;
    background-position: 25px 0;
    background-repeat: no-repeat;
    height: 75px;
    margin-bottom: 5px;
    text-indent: -9999px;
}
#sidebar .bookmarks a.flowers {
    background-image: url(images/sidebar-flowers.png);
}
#sidebar .bookmarks a.reviews {
    background-image: url(images/sidebar-reviews.png);
}
#sidebar .bookmarks a.world {
    background-image: url(images/sidebar-world.png);
}
#sidebar .bookmarks a.antiques {
    background-image: url(images/sidebar-antiques.png);
}
#sidebar .bookmarks a.loudoun {
    background-image: url(images/sidebar-loudoun.png);
}
#sidebar .bookmarks a.city {
    background-image: url(images/sidebar-city.png);
}
#sidebar .bookmarks a.submit {
    background-image: url(images/sidebar-submit.png);
}
#sidebar .bookmarks a.designers {
    background-image: url(images/sidebar-designers.png);
}
#sidebar .bookmarks a.styled {
    background-image: url(images/sidebar-style-by-holly.png);
}

#sidebar .bookmarks .styled-birdy {
    width:85px;
    height: 42px;
    background: url(images/sidebar-styled-birdy.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    left:12px;
    top: -15px;
}

#sidebar .bookmarks .reviews-container {
    margin-bottom: 2em;
    display: none;
}

#sidebar .bookmarks ul li {
    position: relative;
}
#sidebar .bookmarks ul li .birdy-dark {
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    width:37px;
    height: 34px;
    background: url(images/birdy-dark.png) 0 0 no-repeat;
}
#sidebar .bookmarks ul li .birdy-light {
    position: absolute;
    right:52px;
    top: -18px;
    display: block;
    width:42px;
    height: 34px;
    background: url(images/birdy-light.png) 0 0 no-repeat;
}


.toggle-content {
    display: none;
}

/* Posts
*******************************/

#posts h2 {
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.post {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.post .toggle {
    display: block;
    height: 57px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/post-toggle.png) 50% 100% no-repeat;
    text-indent: -9999px;
}
.open-post .toggle {
    background-position: 50% 0;
}

.post .preview {}
.post .preview .title {
    overflow: hidden;
    zoom: 1;
}
.post .preview .title .date {
    color: #020000;
    font: 18px/1 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin-right: 5px;
}

.post .preview .title .meta {
    font-size: 9px;
    margin-top: 5px;
}

.post .preview .title h2 {
    float: left;
    padding-bottom: 20px;
}
.post .preview .title h2 a {
    color: #020000;
}
.post .preview .share-image {
    margin-bottom: 20px;
}
.post .preview .excerpt {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
}
.post .preview .excerpt div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
}

.post .preview .no-excerpt {
/*    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;*/
}

.post .share-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.post .more .collage-box .share-image img {
    max-width: none;
    max-height: none;
}


.post .more {
    display: none;
    padding-top: 2em;
}
#post .more {
    display: block;
}
.post .more .share-image {
    margin-bottom: 5px;
}
.post .more .share-image img {
	max-width: 100%;
    max-height: 100%;
    width: auto;
	height: auto;
}

.post .more .w p:before
/*.post .more .w p:after*/ {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #c9c9c9;
    content: "";
}
.post .more .w p:before {
    margin-bottom: 20px;
}
.post .more .w p:after {
    margin-top: 20px;
}
.post .more .w p {
    position: relative;
    margin:20px 0;   
}

.post .more .signature {
    height: 47px;
    background: url(images/post-signature.png) 50% 0 no-repeat;
    margin-bottom: 1em;
    display: block;
    text-indent: -9999px;
}

.post .tags {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 2em;
    font-size: 13px;
}
.post .tags div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
}

.post .share {
    border-top: 1px solid #c9c9c9;
    padding:1px 12px 0 25px;
    overflow: hidden;
    zoom: 1;
    line-height: 38px;
    font: normal 1em/36px 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.post .share ul li {
    float: right;
    margin-left: 54px;
}
.post .share ul .count {
    float: left;
    margin-left: 0;
}

.post .share ul .count span {
    margin-left: 4px;
}

.post .share ul .email a {

}

.post .share ul li a {
    color: #020000;
}
.post .share ul li a:hover {
    color:#020000;
}
.post .share ul .links span {
    float: left;
    margin-right: 5px;
}
.post .share ul .links a.fb,
.post .share ul .links a.twi {
    float: left;
    margin: 9px 5px;
    display: block;
    font-size: 18px;
}

/* Post Comments
*******************************/
.post .comments {
    border-top: 1px solid #c9c9c9;
}
.post .comments ul li {
    padding:18px 25px 19px;
    border-bottom: 1px solid #c9c9c9;
}
.post .comments ul li .author {
    display: block;
    font-weight: bold;
}
.post .comments ul li .author strong {
    color: #020000;
	text-decoration: underline;
}
.post .comments ul li p {
    margin:0;
}
.post .comments h5 {
    color: #020000;
    padding-top: 20px;
    font:bold 14px/1 Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

.post .comments ul li.depth-2 {
    padding-left:60px;
}
.post .comments ul li.depth-3 {
    padding-left:100px;
}
.post .comments ul li.depth-4 {
    padding-left:140px;
}
.post .comments ul li.depth-5 {
    padding-left:180px;
}


/* Post Send to Friend
*******************************/
.post .send-area {
    border-top: 1px solid #c9c9c9;
    padding:18px 25px 25px;
    display: none;
}
.post .send-area h3 {
    color: #3b2313;
    font:normal 30px/1 "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    margin-bottom: 10px;
}
.post .send-area .sendmessages {
    text-align: center;
    font-size: 14px;
    padding-bottom: 16px;
    display: none;
}
.post .send-area {
    overflow: hidden;
    zoom: 1;
}
.post .send-form .inputs {
    float: left;
    width:219px;
}
.post .send-form .area {
    float: left;
    width: 348px;
}
.post .send-form .say {
    float: right;
    width:64px;
}
.post .send-form .inputs input,
.post .send-form .area textarea {
    padding:6px;
    margin:0 0 5px 0;
    border: 0;
}
.post .send-form .inputs input {
    background: url(images/comment-input.png) 0 0 no-repeat;
    width:197px;
    height: 13px;
}
.post .send-form .area textarea {
    background: url(images/send-textarea.png) 0 0 no-repeat;
    width:336px;
    height: 44px;
}
.post .send-form .say {
    padding-top: 32px;
}
.post .send-form .say input {
    width:64px;
    height: 24px;
    border: 0;
    padding: 0;
    background: url(images/send-say.png) 0 0 no-repeat;
    cursor: pointer;
}




/* Post Add Comment
*******************************/
.post .comment-area {
    border-bottom: 1px solid #c9c9c9;
    padding:18px 25px 25px;
}
.post .comment-area h3 {
    color: #020000;
    font: normal 24px/1 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.post .comment-area .messages {
    text-align: center;
    font-size: 14px;
    padding-bottom: 16px;
    display: none;
}

.post .comment-area {
    overflow: hidden;
    zoom: 1;
}
.post .comment-form .inputs {
    float: left;
    width:219px;
}
.post .comment-form .area {
    float: left;
    width: 348px;
}
.post .comment-form .say {
    float: right;
    width:64px;
}
.post .comment-form .inputs input,
.post .comment-form .area textarea {
    padding:6px;
    margin:0 0 5px 0;
    border: 0;
}
.post .comment-form .inputs input {
    border: 1px solid #c9c9c9;
    width:197px;
    height: 13px;
}
.post .comment-form .area textarea {
    border: 1px solid #c9c9c9;
    width:336px;
    height: 74px;
}
.post .comment-form .say {
    padding-top: 62px;
}
.post .comment-form .say input {
    width:64px;
    height: 24px;
    border: 0;
    padding: 0;
    background: #c9c9c9;
    color: #fff;
    cursor: pointer;
}

.post .comment-form .say input:hover {
    background: #020000;
}

/* Paginator
*******************************/
#paginator {
    color: #020000;
    margin-bottom: 50px;
    font: 12px/1 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#flo_page_numbers {
    padding:10px 20px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
    zoom: 1;
}
#flo_page_numbers a.next,
#flo_page_numbers a.prev {
    color: #020000;
    width: 90px;
    text-transform: uppercase;
}
#flo_page_numbers a.next {
    float: right;
    text-align: right;
}
#flo_page_numbers a.prev {
    float: left;
}
#flo_page_numbers .pages {
    float: left;
    width:360px;
    text-align: center;
}
#flo_page_numbers .pages a {
    padding:0 2px;
    color: #020000;
}
#flo_page_numbers a.next:hover,
#flo_page_numbers a.prev:hover,
#flo_page_numbers .pages a.active {
	color:#c9c9c9;
}



/* Footer
*******************************/
#footer-wrapper {
    background: #fff;
}
#footer {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    zoom: 1;
    padding:25px 0 25px;
    color: #afa59f;
}
#copyright {
    float: left;
}
#developed {
    float: right;
}

/* Vendors
*******************************/
#vendors {
    padding: 25px 0 50px;
}
#vendors h2 {
    color: #c3c67f;
    font:normal 16px/50px "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#vendors h2 span {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #54371c;
    text-transform: none;
}
#vendors .type {
    margin-bottom: 1em;
}
#vendors h3 {
    text-align: center;
    font:normal 14px/1 Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    padding-bottom: 1em;
    color: #c3c67f;
}

#vendors ul {
    overflow: hidden;
    zoom: 1;
}
#vendors ul li {
    float: left;
    width:225px;
    height: 170px;
    margin: 0 10px 10px 0;
}
#vendors ul li.last {
    margin-right: 0;
}
#vendors ul li a {
    display: block;
    color: #3c2415;
    font:normal 14px/1 Georgia, "Times New Roman", Times, serif;
}
#vendors ul li a:hover {
    color:#c9c9c9;
	font-style: italic;
}
#vendors ul li a .image {
    overflow: hidden;
    display: block;
    height: 120px;
    margin-bottom: 10px;
}
#vendors ul li a .title {
    display: block;
    line-height: 1.2;
}

/* Single Vendor
*******************************/
#vendor {
    padding: 25px 0 50px;
}
#vendor h2 {
    color: #c3c67f;
    font:normal 16px/50px "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#vendor h2 span {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #54371c;
    text-transform: none;
}
#vendor .images li {
    margin-bottom: 20px;
}

#vendor .meta {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}
#vendor .meta .m {}
#vendor .meta .sep {
    padding:0 10px;
    color: #c3c67f;
}
#vendor .meta .m span {
    color: #c3c67f;
}
#vendor .meta .m a:hover {
    color:#c9c9c9;
    text-decoration: underline;
}
#vendor .content {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 20px;
}
#vendor .content div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
}

#vendor .footer {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 20px;
}
#vendor .footer div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:0 25px 1px;
    overflow: hidden;
    zoom: 1;
    font:normal 14px/1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
}
#vendor a.back {
    float: left;
    color: #3c2415;
    padding:2px 0;
    line-height: 37px;
}
#vendor a.back:hover {
    text-decoration: underline;
	color: #c9c9c9;
}
#vendor .share {
    float: right;
    color: #c3c67f;
    padding:2px 0;
}
#vendor .share span {
    float: left;
    line-height: 37px;
}
#vendor .share a.fb,
#vendor .share a.twi {
    height: 37px;
    background: url(images/post-share-social.png) 0 0 no-repeat;
    text-indent: -9999px;
    float: left;
    margin-left: 12px;
}
#vendor .share a.fb {
    width:43px;
}
#vendor .share a.twi {
    width:40px;
    background-position:100% 0;
}

/* Vendors Sidebar
*******************************/
#sidebar .vendors-types {
    margin-bottom: 20px;
}
#sidebar .vendors-types h2 {
    height: 70px;
    background: url(images/sidebar-vendorstypes.png) 0 0 no-repeat;
    margin-bottom: 10px;
    text-indent: -9999px;
}
#sidebar .vendors-regions {
    margin-bottom: 20px;
}
#sidebar .vendors-regions h2 {
    height: 70px;
    background: url(images/sidebar-vendorsregions.png) 0 0 no-repeat;
    margin-bottom: 10px;
    text-indent: -9999px;
}
#sidebar .vendors-regions ul li,
#sidebar .vendors-types ul li {
    margin-bottom: 10px;
}
#sidebar .vendors-regions ul li a,
#sidebar .vendors-types ul li a {
    color: #3c2313;
}
#sidebar .vendors-regions ul li a:hover,
#sidebar .vendors-types ul li a:hover,
#sidebar .vendors-regions ul .active a,
#sidebar .vendors-types ul .active a {
    color: #c9c9c9;
}






/* Designers
*******************************/
#designers {
    padding: 25px 0 50px;
}
#designers h2 {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #54371c;
    padding-bottom: 20px;
}
#designers ul {
    overflow: hidden;
    zoom: 1;
}
#designers ul li {
    float: left;
    width:225px;
    height: 170px;
    margin: 0 10px 10px 0;
}
#designers ul li.last {
    margin-right: 0;
}
#designers ul li a {
    display: block;
    color: #3c2415;
    font:normal 14px/1 Georgia, "Times New Roman", Times, serif;
}
#designers ul li a:hover {
    color:#c9c9c9;
	font-style: italic;
}
#designers ul li a .image {
    overflow: hidden;
    display: block;
    height: 120px;
    margin-bottom: 10px;
}
#designers ul li a .title {
    display: block;
    line-height: 1.2;
}

/* Single Designer
*******************************/
#designer {
    padding: 25px 0 50px;
}
#designer h2 {
    color: #c3c67f;
    font:normal 16px/50px "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#designer h2 span {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #54371c;
    text-transform: none;
}
#designer .images li {
    margin-bottom: 20px;
}
#designer .meta {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
}
#designer .meta .m {}
#designer .meta .sep {
    padding:0 10px;
    color: #c3c67f;
}
#designer .meta .m span {
    color: #c3c67f;
}
#designer .meta .m a:hover {
    color: #c9c9c9;
    text-decoration: underline;
}
#designer .content {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 20px;
}
#designer .content div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
}
#designer .footer {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 20px;
}
#designer .footer div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:0 25px 1px;
    overflow: hidden;
    zoom: 1;
    font:normal 14px/1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
}
#designer a.back {
    float: left;
    color: #3c2415;
    padding:2px 0;
    line-height: 37px;
}
#designer a.back:hover {
    text-decoration: underline;
}
#designer .share {
    float: right;
    color: #c3c67f;
    padding:2px 0;
}
#designer .share span {
    float: left;
    line-height: 37px;
}
#designer .share a.fb,
#designer .share a.twi {
    height: 37px;
    background: url(images/post-share-social.png) 0 0 no-repeat;
    text-indent: -9999px;
    float: left;
    margin-left: 12px;
}
#designer .share a.fb {
    width:43px;
}
#designer .share a.twi {
    width:40px;
    background-position:100% 0;
}

/* Designers Sidebar
*******************************/
#sidebar .designers-regions {
    margin-bottom: 20px;
}
#sidebar .designers-regions h2 {
    height: 70px;
    background: url(images/sidebar-vendorsregions.png) 0 0 no-repeat;
    margin-bottom: 10px;
    text-indent: -9999px;
}
#sidebar .designers-regions ul li {
    margin-bottom: 10px;
}
#sidebar .designers-regions ul li a {
    color: #3c2313;
}
#sidebar .designers-regions ul li a:hover,
#sidebar .designers-regions ul .active a {
    color: #02000;
}




/* Contact
*******************************/
#contact {
    overflow: hidden;
    zoom: 1;
}
#contact .image {
    float: left;
    width:225px;
    height: 225px;
    margin:0 35px 25px 25px;
}
#contact .content {
    float: left;
    width:610px;
    margin-bottom: 25px;
}
#contact .form {
    clear: both;
}
#contact .form p {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}
#contact .form p em {
    font-style: normal;
    float: left;
    font-size: 13px;
    line-height: 25px;
    width:270px;
    text-align: right;
    margin-right: 16px;
}

#contact .form p input,
#contact .form p textarea {
    width:262px;
    padding:6px;
    height: 13px;
    font-size: 12px;
    border: 0;
    margin:0;
    background: url(images/contact-input.png) 0 0 no-repeat;
}
#contact .form p textarea {
    height: 123px;
    background: url(images/contact-textarea.png) 0 0 no-repeat;
}

#contact .form p.submit {
    margin-left: 286px;
}
#contact .form p.submit input {
    width:auto;
    height: auto;
    background: transparent;
    padding: 0;
    margin:0;
    cursor: pointer;
    font:normal 30px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
}

#contact .wpcf7-not-valid-tip {
    color: #f00;
    padding-left: 10px;
    vertical-align: middle;
}
#contact .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
}

/* Page
*******************************/
#page {
    padding:25px;
}
#page h2 {
    font:normal 40px/50px;
    padding-bottom: 10px;
}

#page404 {
    min-height: 300px;
}
#page404 h2 {
    text-align: center;
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    padding-bottom: 10px;
}


.page-description {
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 2em;
}
.page-description div {
    padding:17px 25px 18px 0;
}
.page-description div p {
    margin-bottom: 0;
}

/* About
*******************************/
#about {
    padding-bottom: 40px;
}
#about li {
    position: relative;
}
#about h2 {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
}
#about .content p {
    line-height: 1.3;
    margin-bottom: 0;
}
#about .text {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
}
#about .text div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
}

#about li.holly-chapple {
    min-height: 220px;
    height: auto!important;
    height: 220px;
}
#about li.holly-chapple .image {
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 200;
}
#about li.holly-chapple .content {
/*
    position: absolute;
    right:25px;
    top: 0;
    z-index: 10;
*/
	margin-right: 25px;
	float: right;
    width:680px;
    padding:25px 0 0 30px;
}
#about li.holly-chapple .content h2 {
    line-height: .5;
    padding-left: 25px;
}

#about li.the-studio {
    min-height: 313px;
    height: auto!important;
    height: 313px;
}
#about li.the-studio .image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}
#about li.the-studio .content {
    width:600px;
    float: left;
    margin-left: 25px;
/*
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 10;
*/
    padding-top: 40px;

}
#about li.the-studio .content .text div {
    padding-right: 50px;
}
#about li.the-studio .content h2 {
    line-height: .7;
    text-align: right;
    padding-right: 50px;
}


#about li.the-designers {
    min-height: 280px;
    height: auto!important;
    height: 280px;
    overflow: hidden;
    zoom: 1;
}
#about li.the-designers .image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}
#about li.the-designers .content {
/*
    position: absolute;
    right: 25px;
    top:0;
    z-index: 10;
*/
	float: right;
	margin-right: 25px;
    width:590px;
}
#about li.the-designers .content h2 {
    padding-left: 50px;
    line-height: .7;
    padding-top: 30px;
}
#about li.the-designers .content .text div {
    padding-left: 45px;
}


#about li.the-family {
    min-height: 275px;
    height: auto!important;
    height: 275px;
}
#about li.the-family .image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
}
#about li.the-family .content {
    width:640px;
    float: left;
    margin-left: 25px;
/*
    position: absolute;
    left: 25px;
    top: 0;
    z-index: 10;
*/
    padding-top: 40px;

}
#about li.the-family .content .text div {
    padding-right: 50px;
}
#about li.the-family .content h2 {
    line-height: .7;
    text-align: right;
    padding-right: 50px;
}


/* Petals
*******************************/

#petals {
    padding-top: 25px;
    margin-bottom: 25px;
}
#petals h2 {
    padding-left:25px;
}
#petals .content {
    background: url(images/content-line.png) 0 0 repeat-x;
    padding:25px;
}
#petals .content p {
    margin-bottom: 0;
}

#petals .bgbg {
    background: #ffffff url(images/content-line.png) 0 100% repeat-x;
    padding:0 0 18px;
}
#petals ul.petals {
    background:#fff url(images/content-line.png) 0 0 repeat-x;
}
#petals h2 {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    padding-bottom: 10px;
}
#petals ul.petals li {
    overflow: hidden;
    zoom:1;
    padding:24px 25px 24px 25px;
    background: url(images/content-line.png) 0 100% repeat-x;  
}
#petals ul.petals li .block {
    float: left;
    width:440px;
    overflow: hidden;
    margin-bottom: 1em;
}
#petals ul.petals li .block-left {
    clear: both;
    margin-right:1em;
}
#petals ul.petals li .block-right {
    margin-right:0;
}
#petals ul.petals li img {
    max-width:440px;
    height: auto;
}
#petals ul.petals li .block p {
    margin-bottom: 0;
}

#petals li h3 {
    color: #c3c67f;
    font:normal 16px/1.2 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    margin-bottom: 1em;
}


#petals .badges {
    padding:40px 20px;
    overflow: hidden;
    zoom:1;
}
#petals .badges ul {
    text-align: center;
}
#petals .badges ul li {
    display: inline;
    padding:0 10px;
}

/* Galleries
*******************************/
#galleries {
    overflow: hidden;
    zoom: 1;
    padding:25px 0 50px 0;
}
#galleries h2 {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #54371c;
    padding-bottom: 20px;
}
#galleries h2 span {
    color: #c3c67f;
    font:normal 16px/50px "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
}
#galleries .list {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 40px;
}
#galleries a.gallery {
    width:225px;
    height: 200px;
    margin-bottom: 10px;
    padding:0 4px;
    color: #3c2415;
    float: left;
}
#galleries a.gallery:hover {
    color:#020000;
	font-style: italic;
}
#galleries a.gallery .image {
    width:225px;
    height: 150px;
    overflow: hidden;
    text-align: center;
    display: block;
}
#galleries a.gallery .image img {
    width:225px;
    height: auto;
}
#galleries a.gallery .title {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}
#galleries a.back {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    float: left;
    color: #3c2415;
    font-size: 14px;
}
#galleries a.back:hover {
    color:#020000;
	font-style: italic;
}
#galleries a.back span {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:11px 25px 12px;
    width:120px;
    display: block;
    text-align: center;
}

/* Single Gallery
*******************************/
#gallery {
    padding: 25px 0 50px;
    min-height: 500px;
}

/* Gallery Preview
*******************************/
#gallery-preview {
    
}
#gallery-preview h2 {
    font:normal 40px/50px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #54371c;
    padding-bottom: 20px;
}
#gallery-preview h2 span {
    color: #c3c67f;
    font:normal 16px/1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    display: block;
}
#gallery-preview .image {
    margin-bottom: 20px;
    text-align: center;
}
#gallery-preview .content {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 20px;
}
#gallery-preview .content .w {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
    overflow: hidden;
}
#gallery-preview .content .w div {
    width:650px;
    overflow: hidden;
}
#gallery-preview .content .w div p {
    margin-bottom: 0;
}
#gallery-preview a.back {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    float: left;
    color: #3c2415;
    font-size: 14px;
}
#gallery-preview a.back:hover {
    color:#020000;
	font-style: italic;
}
#gallery-preview a.back span {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:11px 25px 12px;
    width:150px;
    display: block;
    text-align: center;
}

/* Open Gallery
*******************************/
#gallery-open {
    overflow: hidden;
    zoom: 1;
    clear: both;
    display: none;
}
#gallery-open .image-wrap,
#gallery-open .image {
    width:700px;
    height: 600px;
    overflow: hidden;
}
#gallery-open .fw-image-wrap,
#gallery-open .fw-image {
    height: 500px;
}
#gallery-open .image img {
    max-width: 700px;
    height: auto;
}
#gallery-open .image-wrap {
    margin-bottom: 20px;
}
#gallery-open .image ul li {
    display: none;
}
#gallery-open .image .share-image {
    height:500px;
    overflow: hidden;
    margin-bottom:20px;
}
#gallery-open .image p {
    margin-bottom: 0;
}
#gallery-open .image .text {
    height: 65px;
    padding:10px 20px 0;
    background: #fff url(images/content-line.png) 0 100% no-repeat;
}
#gallery-open .navigation {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
    margin-bottom: 20px;
}
#gallery-open .navigation div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
    font-size: 14px;
    text-align: center;
}
#gallery-open .navigation a.prev,
#gallery-open .navigation a.next {
    color: #3c2415;
}
#gallery-open .navigation a.prev {
    float: left;
}
#gallery-open .navigation a.next {
    float: right;
}

/* Gallery Thumbnails
*******************************/
#gallery-thumbnails {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 20px;
    width:710px;
}
#gallery-thumbnails h3 {
    color: #020000;
    font: normal 16px 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#gallery-thumbnails ul li {
    float: left;
    width:95px;
    height: 65px;
    overflow: hidden;
    margin: 0 6px 6px 0;
}
#gallery-thumbnails ul li img {
    width:95px;
    height: auto;
}

/* Galleries Sidebar
*******************************/
#sidebar .galleries-cats h2 {
    height: 70px;
    background: url(images/sidebar-galleriescats.png) 25px 0 no-repeat;
    margin-bottom: 10px;
    text-indent: -9999px;
}
#sidebar .galleries-cats ul li {
    margin: 0 0 10px 30px;
}
#sidebar .galleries-cats ul li a {
    color: #3c2313;
}
#sidebar .galleries-cats ul li a:hover,
#sidebar .galleries-cats ul .active a {
    color: #020000;
}


/* Homepage
*******************************/
#homepage {
    background: #fff;
}
#homepage #header {
    height: 117px;
    width:900px;
    margin:0 auto;
}
#homepage #header h1 a {
    position: relative;
    display: block;
    height: 117px;
    width:auto;
    background: url(/wp-content/uploads/2017/10/fullbouquet_logo_BW_large.jpg) 20% 0 no-repeat;
    text-indent: -9999px;
}

#homepage #content-wrapper {
    background: url(images/bg.png) 0 0 repeat;
}
#homepage #content {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    zoom: 1;
    padding:80px 0;
}

#homepage a.toblog,
#homepage a.towebsite {
    color:#634e42;
    font:normal 15px/1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
}
#homepage a.toblog span,
#homepage a.towebsite span {
    display: block;
}
#homepage a.toblog .image,
#homepage a.towebsite .image {
    margin-bottom: 20px;
}
#homepage a.toblog .image {
    width:297px;
}
#homepage a.towebsite .image {
    width:437px;
}
#homepage a.toblog {
    float: right;
    margin-right: 50px;
}
#homepage a.towebsite {
    float: left;
}

#homepage a.toblog .title,
#homepage a.towebsite .title {
    text-align: center;
    padding:10px 0;
}
#homepage a.toblog:hover .title,
#homepage a.towebsite:hover .title {
    background: url(images/homepage-hover.png) 50% 50% no-repeat;
}


/* Inspiration board page
*******************************/
#inspiration-board {
    padding:25px 0 50px;
    position: relative;
}

#inspiration-board .meta {
    display: block;
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 1.5em;
}

#inspiration-board a.remove-board {
    position: absolute;
    right:0;
    top:45px;
    color: #f00;
    font-size: 13px;
    font-style: italic;
    float: left;
    border-bottom: 1px solid;
}
#inspiration-board .images {
    margin-bottom: 2em;
}
#inspiration-board .images .row {
    overflow: hidden;
    zoom:1;
}
#inspiration-board .images .row .image-left {
    float: left;
    width: 50%;
}
#inspiration-board .images .row .image-right {
    float: right;
    width: 50%;
}

#inspiration-board .images .row .image-left img,
#inspiration-board .images .row .image-right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#inspiration-board .images .image {
    margin-bottom: 6px;
    text-align: center;
    position: relative;
    overflow: hidden;
    zoom:1;
}

#inspiration-board .images .row-single .image {
    float: left;
}


#inspiration-board .images .image span {
    position: absolute;
    right:10px;
    top:10px;
    font:normal 12px/18px 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 15px;
    background: #ffffff;
    z-index: 99;
    display: block;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: scale(.7,.7);
}
#inspiration-board .images .image:hover span {
    opacity: 1;
    display: block;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: scale(1,1);
}
#inspiration-board .images .image span a {
    color: #020000;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#inspiration-board .images .image span a:hover {
    color: #020000;
}

#inspiration-board .inspiration-share {
    padding-top: 10px;
    border-top: 1px solid #c9c9c9;
}
#inspiration-board .title {
    line-height: 30px;
}
#inspiration-board .share {
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
    zoom:1;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}
#inspiration-board .share a.fb,
#inspiration-board .share a.twi {
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 5px;
    font-size: 18px;
}
#inspiration-board .share a.fb {
    right:5px;
}
#inspiration-board .share a.twi {
    right: 35px;
}

#inspiration-board .friend {
    overflow: hidden;
    zoom:1;
    padding-bottom: 25px;
    border-bottom: 1px solid #c9c9c9;
}
#inspiration-board .friend-holly {
    padding-top: 25px;
    border-bottom: none;
}
#inspiration-board .friend .messages {
    font-size: 13px;
    padding-bottom: 1em;
    display: none;
}

#inspiration-board .friend .form input.text,
#inspiration-board .friend .form textarea {
    margin-bottom: 5px;
    width: 100%;
    line-height: 20px;
    color: #020000;
    font-size: 13px;
    padding:5px;
    border: 1px solid #020000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#inspiration-board .friend .form textarea {
    height: 100px;
}
#inspiration-board .friend .form input.submit {
    float: right;
    padding: 10px 40px;
    cursor: pointer;
    border:0;
    background: #c9c9c9;
    color: #fff;
    margin-top: 10px;
    font-family: 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#inspiration-board .friend .form input.submit:hover {
    background: #020000;
}


#inspiration-board .credit {
    
}
#inspiration-board .credit h3 {
    color:#c3c67f;
    font:normal 12px/1.1 "PlantagenetCherokeeRegular", Georgia, "Times New Roman", Times, serif;
    display: block;
    margin-bottom: .5em;
    text-transform: uppercase;
}
#inspiration-board .credit p {
    margin-bottom: 0;
}
#inspiration-board .credit .w {
    background: url(images/content-line.png) 0 0 no-repeat;
    padding-top: 1px;
}
#inspiration-board .credit .w div {
    background: #ffffff url(images/content-line.png) 0 100% no-repeat;
    padding:17px 25px 18px;
}

/* Add to board
*******************************/
#floib-add-to-board {
    padding:7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#floib-add-to-board .line {
    display: block;
    width:344px;
    background: url(images/floib-add-to-board-line.png) 0 0 repeat-x;
    height:2px;
}
#floib-add-to-board .content {
    background: url(images/floib-add-to-board-content.png) 0 0 repeat-y;
    padding:10px 0;
    overflow: hidden;
    zoom:1;
    height:162px;
}
#floib-add-to-board .content h3 {
    color: #c3c67f;
    font:normal 14px/1.2 Georgia, "Times New Roman", Times, serif;
    margin-bottom: 10px;
}
#floib-add-to-board .folders {
    float: left;
    padding-left: 7px;
    width:160px;
}
#floib-add-to-board .folders a {
    color: #55381e;
}
#floib-add-to-board .folders .list {
    height:142px;
}
#floib-add-to-board .folders ul {
    padding-bottom: 1px;
    background: url(images/content-line.png) 0 100% no-repeat;
}
#floib-add-to-board .folders ul li {
    margin:0;
    display: block;
}
#floib-add-to-board .folders a {
    display: block;
    color: #55381e;
    padding: 4px 12px 5px 12px;
    background: #fff url(images/sidebar-ib-list.gif) 0 0 repeat-x;
    font:normal 12px/1 Georgia, "Times New Roman", Times, serif;
}
#floib-add-to-board .folders a:hover {
    background: #bdc073;
}
#floib-add-to-board .new {
    float: right;
    padding-right:19px;
    width:140px;
}
#floib-add-to-board-name {
    width:130px;
    height: 11px;
    padding:4px;
    background: url(images/floib-create-board-input.gif) 0 0 no-repeat;
    color:#634e42;
    font-size: 11px;
    margin-bottom:10px;
    border:0;
}
#floib-add-to-board-submit {
    text-indent: -9999px;
    width:30px;
    height: 18px;
    background: url(images/floib-create-board-submit.gif) 0 0 no-repeat;
    float:right;
}
/* Create board
*******************************/
#floib-create-board {
    
}

#floib-create-board .content {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
#floib-create-board .content h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
#floib-create-board-name {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 20px;
    padding: 5px;
    background: #fff;
    color:#020000;
    font-size: 14px;
    margin-bottom:10px;
    border: 1px solid #020000;
}
#floib-create-board-submit {
    width: 100%;
    height: 30px;
    background: #c9c9c9;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#floib-create-board-submit:hover {
    background: #020000;
    color: #fff;
}

#floib-create-board-error {
    color:#f00;
    float: left;
    width:100px;
    font-size: 11px;
    line-height: 1.1;
}

#floib-credit {
    margin-top: 5px;
    border-top: 1px solid #c9c9c9;
    padding-top: 15px;
}

#floib-credit h3 {
    font:normal 12px/1.2 Georgia, "Times New Roman", Times, serif;;
    margin-bottom: 15px;
    font-style: italic;
}
#floib-credit textarea {
    width: 100%;
    height: 100px;
    color: #020000;
    font-size: 13px;
    padding:5px;
    border: 1px solid #020000;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#floib-credit-save {
    float: right;
    background: #c9c9c9;
    color: #fff;
    cursor: pointer;
    border:0;
    padding: 10px 40px;
    text-align: center;
    margin-top: 10px;
    font-family: 'Alegreya Sans SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#floib-credit-save:hover {
    background: #020000;
}


/* Registration page
*******************************/
#theme-my-login {
    font-size: 14px;
}
#theme-my-login p.message {
    text-transform: uppercase;    
}
#theme-my-login p.error {
    color: #f00;
    font-size: 12px;
    line-height: 1.2;
}
#theme-my-login #user_login,
#theme-my-login #user_email,
#theme-my-login #user_pass,
#theme-my-login #pass1,
#theme-my-login #pass2 {
    position: static;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #020000;
    padding: 5px;
    line-height: 20px;
    font-size: 14px;
    margin:0;
}
#theme-my-login form {
    overflow: hidden;
    zoom:1;
    width: 300px;
}
#theme-my-login form p {
    overflow: hidden;
    zoom:1;
    margin-bottom: 12px;
}
#theme-my-login form label {
    display: block;
    position: absolute;
    cursor: text;
    line-height: 20px;
    padding: 5px;
    color: #c9c9c9;
}

#theme-my-login form .forgetmenot {
    float: left;
    width:120px;
    padding-top: 10px;
}
#theme-my-login form .forgetmenot label {
    display: inline-block;
    position: relative;
    line-height: 15px;
    padding: 2px;
    color: #020000;
    font-size: 12px;
    font-style: italic;
}
#theme-my-login form input.input {
    float: left;
}
#theme-my-login #reg_passmail {
    font-size: 12px;
}

#theme-my-login .tml-action-links {
    overflow: hidden;
    zoom:1;
}
#theme-my-login .tml-action-links li {
    float: left;
    margin-right:10px;
    font-size: 13px;
}
#theme-my-login p.submit {
    float: right;
    text-align: right;
}
#theme-my-login input#wp-submit {
    background: #c9c9c9;
    color: #fff;
    border: none;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 5px;
    cursor: pointer;
}

#theme-my-login input#wp-submit:hover {
    color:#020000;
	font-style: italic;
}


/* JScrollPane Styles
*******************************/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: red;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #fff;
	position: relative;
}
.jspDrag {
	background: #c3c781;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}

/** WP Bannerize */
.bannerize h2,
.bannerize h2 a {
    font: normal 30px/40px "PetrasScriptEFOPRegular", Georgia, "Times New Roman", Times, serif;
    color: #55381e;
    text-align: center;
}
.bannerize h2 {
    margin-bottom: 15px;
}
.wp_bannerize {
    margin-bottom: 25px;
}
div.wp_bannerize div img {
    max-width: 165px;
    height: auto;
}
div.wp_bannerize div {
    text-align: center;
    margin-bottom: 15px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

#fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }