@font-face {
    font-family: 'museo-slab';
    src: url('../fonts/museo_slab_500-webfont.eot?') format('eot'),
        url('../fonts/museo_slab_500-webfont.woff') format('woff'),
        url('../fonts/museo_slab_500-webfont.ttf') format('truetype'),
        url('../fonts/museo_slab_500-webfont.svg') format('svg');
}
@font-face {
    font-family: 'museo-slab-italic';
    src: url('../fonts/museo_slab_500italic-webfont.eot?') format('eot'),
        url('../fonts/museo_slab_500italic-webfont.woff') format('woff'),
        url('../fonts/museo_slab_500italic-webfont.ttf') format('truetype'),
        url('../fonts/museo_slab_500italic-webfont.svg') format('svg');
}
@font-face {
    font-family: 'pacifico';
    src: url('../fonts/7d4ee7c7a0a4ff895908fe3c0b235995-pacifico-webfont.eot?') format('eot'),
        url('../fonts/7d4ee7c7a0a4ff895908fe3c0b235995-pacifico-webfont.woff') format('woff'),
        url('../fonts/7d4ee7c7a0a4ff895908fe3c0b235995-pacifico-webfont.ttf') format('truetype'),
        url('../fonts/7d4ee7c7a0a4ff895908fe3c0b235995-pacifico-webfont.svg') format('svg');
}
body {
    font:14px/18px Arial, Verdana, Helvetica, sans-serif;
    color:#484036;
    background:#f0ede6 url(../images/bg-body.jpg);
    margin: 0;
    min-width:996px;
}
img{
    border:none;
}
.main a{
    text-decoration:none;
    color:#484036;
}
a:hover{
    text-decoration:underline;
}
a:active {background:none;}
input,
textarea,
select{
    font:100% arial,sans-serif;
    vertical-align:middle;
    color:#484036;
}
form,
fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
#wrapper{
    width:100%;
    /*background:url(../images/bg-wrapper.gif) repeat-x;*/
}
#main{
    width:1006px;
    margin:0 auto;
    padding:20px 0 57px;
    overflow:hidden;
}
#content{
    float:right;
    width:758px;
}
#main h1{
    font:30px/32px 'museo-slab', Verdana, Helvetica, sans-serif;
    margin:-3px 0 22px;
    color:#201100;
}
#main .row h1{
    float:left;
    margin:-4px 0 0;
}
#main #content h1{
    font-size:21px;
    line-height:23px;
}
.row{
    width: 100%;
    font-size:11px;
    padding:0 0 18px;
}
.row:after {
    clear: both;
    content:"";
    display: block;
}
#content .row{
    padding:0 0 22px;
}
.hidden{
    display:none;
}
.row .buttons{
    float:left;
}
.row .buttons.right{
    float:right;
    margin:0 0 0 8px;
}
.row .buttons a{
    float:left;
    background:url(../images/sprite.gif) no-repeat 0 -321px;
    height:21px;
    padding:5px 17px 0;
    font-size:12px;
    line-height:14px;
    font-weight:bold;
    color:#5f594a;
}
.row .buttons a.albums{
    background-position:100% -26px;
}
.row .buttons a.active{
    background-position:0 0;
    color:#fff;
}
.row .buttons a.active.albums{
    background-position:100% -295px;    
}
.pagination{
    float:right;
    margin-left:14px;
    padding-top:4px;
}
.pagination strong{
    float:left;
    margin:3px 4px 0 0;
}
.pagination ul{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}
.pagination ul li{
    float:left;
    margin-right:5px;
    line-height:13px;
}
.pagination ul a,
.pagination ul em{
    display:block;
    background:url(../images/sprite.gif) no-repeat 0 -205px;
    height:18px;
    text-align:center;
    font-weight:bold;
}
.pagination ul span{
    display:block;
    background:url(../images/sprite.gif) no-repeat 100% -223px;
    padding:3px 6px 0px
}
.pagination ul li.active span,
.pagination ul li:hover span{
    background-position:100% -259px;
}
.pagination ul em,
.pagination ul li:hover a{
    background-position:0 -241px;
    text-decoration:none;
    color:#fff;
}
.link-prev,
.link-next{
    float:left;
    padding:3px 8px 0;
    text-transform:uppercase;
    font-weight:bold;
    outline: none;
}
.link-next{
    padding:3px 0 3px 13px;
    background:url(../images/separator.gif) no-repeat 0 2px;
}
.link-prev a{
    background:url(../images/bg-links.png) no-repeat 0 1px;
    padding-left:14px;
}
.link-next a{
    background:url(../images/bg-links.png) no-repeat 100% -23px;
    padding-right:13px;
}
.results-form{
    float:right;
    padding-right:10px;
}
.results-form label{
    font-weight:bold;
    float:left;
    margin:6px 7px 0 0;
}
.results-form  select{
    float:left;
    width:128px;
}
.sort-form {
    padding-right: 43px;
}
.item-list{
    margin:0 0 4px -24px;
    padding:7px 0 0;
    list-style:none;
    *display: inline-block; /* IE7 */
}
#content .item-list{
    margin:0 0 4px -22px;
    padding:0;
}
.item-list:after {
    clear: both;
    content:"";
    display: block;
}
.item-list li{
    float:left;
    margin:0 0 18px 24px;
    width:180px;
    padding:0 0 4px;
    background:url(../images/bg-item-list3.png) no-repeat 50% 100%;
}
#content .item-list li{
    margin:0 0 18px 14px;
    width:180px;
    padding:0 0 4px;
    background:url(../images/bg-item-list.png) no-repeat 50% 100%;
}
.item-list li img{
    display:block;
}
.item-list .holder{
    border:1px solid #cac4bf;
    background:#fff;
    padding:4px;
    position:relative;
}
.item-list .text{
    position:absolute;
    left:4px;
    bottom:4px;
    width:152px;
    color:#fff;
    font-size:11px;
    line-height:14px;
    background:url(../images/bg-text.png);
    padding:10px 9px 10px;
    display:none;
    overflow: hidden;
}
#content .item-list .text{
    width:152px;
}
.item-list li:hover .text{
    display:block;
}
.item-list .text strong{
    font-size:12px;
    display:block;
    margin:0 0 4px;
}
.banner{
    width:728px;
    margin:18px auto 0;
}
.banner img{
    display:block;
}
#sidebar{
    float:left;
    width:196px;
    border:1px solid #d2cbc6;
    background:#f8f8f2;
    padding:15px 9px 10px;
    overflow:hidden;
}
.heading{
    overflow:hidden;
    padding:0 5px 11px;
}
#sidebar h2{
    color:#4d7000;
    font:16px/18px 'museo-slab', Arial, Helvetica, sans-serif;
    margin:5px 0 0;
    float:left;
}
.update{
    float:left;
    color:#fefefe;
    font-size:12px;
    background:url(../images/sprite.gif) no-repeat 0 -128px!important;
    margin:18px 0 2px;
}
.heading .update{
    float:right;
    margin:0;
}
.update strong{
    float:left;
    background:url(../images/sprite.gif) no-repeat 100% -154px;
    cursor:pointer;
    height:20px;
    padding:4px 13px 0;
}
#sidebar .holder{
    overflow:hidden;
    margin:0 0 9px;
}
.search-form{
    margin-bottom:-18px;
}
.search-form .block{
    background:url(../images/divider.gif) repeat-x 0 100%;
    padding:0 3px 12px;
    margin:0 0 5px;
    overflow:hidden;
    position:relative;
}
a.show{
    position:absolute;
    top:3px;
    right:4px;
    font-size:11px;
    line-height:13px;
    background:url(../images/sprite.gif) no-repeat 0 -277px;
    padding-left:10px;
    color:#51700c;
}
.open-close.active a.show{
    background-position:-196px -277px;
}
.search-form label{
    font-size:11px;
    display:block;
    margin:0 0 1px 3px;
}
.search-form select{
    width:188px;
}
.search-form h3{
    font-size:11px;
    margin:0 0 6px 3px;
}
.search-form .area{
    background:url(../images/sprite.gif) no-repeat 0 -179px;
    width:188px;
    height:26px;
}
.search-form .area input{
    border:0;
    background:none;
    padding:4px 7px;
    width:175px;
    font-size:12px;
    line-height:15px;
    outline: none;
}
.col-holder{
    overflow:hidden;
    margin-bottom:-9px;
}
.col-holder .col{
    float:left;
    width:47px;
}
.col-holder .col input[type="checkbox"]{
    float:left;
}
.col-holder label{
    font-size:12px;
}
.lightbox{
    width: 998px;
    position:relative;
}
.lightbox-holder{
    background:url(../images/bg-lightbox-t.png) no-repeat;
    padding-top:7px;
    width: 998px;
}
.lightbox-frame{
    background:url(../images/bg-lightbox-b.png) no-repeat 0 100%;
    padding-bottom:22px;
    width: 998px;
}
.container{
    background:url(../images/bg-lightbox.png) repeat-y;
    overflow:hidden;
    width:973px;
    padding:0 16px 0 9px;
    color:#d4cdc5;
}
.left-column {
    display: table;
    float:left;
    width:649px;
    height: 487px;
}
.gallery-block{
    position:relative;
    margin:0 0 20px;
}
.lightbox .gallery-block{
    margin:0 0 14px;
}
.gallery{
    position:relative;
}
.gallery img{
    display:block;
    margin:auto;
}
.gallery-holder{
    overflow:hidden;
}
.gallery-holder ul{
    margin:0;
    padding:0;
    list-style:none;
    overflow:visible;	
}
.gallery-holder ul li{
    float:left;
    position:relative;
    width: 100%;
    min-width: 649px;
}
.gallery .link-prev,
.gallery .link-next{
    position:absolute;
    left:0;
    top:222px;
    width:54px;
    height:54px;
    background:url(../images/btn-links.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    padding:0;
    display:none;
    z-index:20;
}
.gallery .link-next{
    background-position:0 -54px;
    left:auto;
    right:0;
}
.gallery-block.hover .link-prev,
.gallery-block.hover .link-next{
    display:block;
}
.gallery-block .top{
    position:absolute;
    top:0;
    left:0;
    width:646px;
    background:url(../images/bg-text.png);
    z-index:10;
    font-size:11px;
    color:#fefefe;
    padding:5px 3px 9px 15px;
    display:none;
}
.lightbox .gallery-block .top{
    width:631px;
}
.gallery-block.hover .top{
    display:block;
}
.gallery-block .top span{
    float:left;
    padding:2px 0 0;
}
.gallery-block .top em {
    font-style: normal;
}
.social{
    float:right;
    margin:0;
    padding:0;
    list-style:none
}
.social li{
    float:left;
    margin-right:5px;
}
.social li a{
    display:block;
    width:20px!important;
    height:20px;
    background:url(../images/icons.gif) no-repeat 0 -20px;
    text-indent:-9999px;
    overflow:hidden;
}
.social li.facebook a{
    background-position: 0 0;
}
.social li.add a{
    background-position: 0 -40px;
}
.social li a span{ 
    visibility: hidden;    
}
.popup-holder{
    position:absolute;
    top:220px;
    left:224px;
    z-index:10;
    visibility: hidden;
    color: #484036;
    margin-left: -25px;
    margin-top: -25px;
}
.popup-holder.hover {
    z-index: 11;
    visibility: visible;
}
.popup-holder.hover .popup {
    visibility: visible;
    display: block;
}
.popup1{
    top:160px;
    left:407px;
}
.popup2{
    top:45px;
    left:1px;
}
.popup3{
    top:45px;
    right:5px;
    left:auto;
}
.popup4{
    left:1px;
    top:auto;
    bottom:0;
}
.popup5{
    top:auto;
    left:auto;
    right:-3px;
    bottom:0;
}
.popup6{
    top:65px;
    left:180px;
}
.popup7{
    top:4px;
    left:0;
}
.popup8{
    top:4px;
    left:auto;
    right:1px;
}
.popup9{
    top:auto;
    bottom:11px;
    left:0;
}
.popup10{
    top:auto;
    bottom:11px;
    left:auto;
    right:1px;
}
.gallery-holder li.hover .popup-holder,
.tag-block .image-holder.hover .popup-holder{
    visibility: visible;
}
.popup-holder a.open{
    background:url(../images/btn-open.png) no-repeat;
    width: 51px;
    height: 50px;
    display:block;
    position: relative;
    z-index: 2;
}
.popup{
    position:absolute;
    border:1px solid #000;
    background:#fff;
    width:250px;
    padding:17px 20px 16px 19px;
    font-size:11px;
    display:none;
    z-index: 1;
}
.popup-holder.hover .popup,
.tag-block .popup-holder.hover .popup{
    display:block;
}
.popup a.closeTooltip {
    overflow: hidden;
    right: 3px;
    top: 3px;
}
.popup a.close{
    background-position:-13px -80px;
    top:3px;
    right:3px;
}
.popup img{
    float:left;
    margin:2px 17px 0 0;
}
.popup .frame{
    overflow:hidden;
}
.popup h3{
    color:#201100;
    font:14px/17px 'museo-slab';
    margin:0 0 11px;
}
.popup ul{
    margin:0;
    padding:0;
    list-style:none;
}
.gallery-holder .popup ul li{
    padding-left:9px;
    background:url(../images/bullet2.gif) no-repeat 0 50%;
    float:none;
}
.popup ul a{
    color:#517c00;
}
.left-column .item {
    padding:0 6px 0 17px;
    font-size:12px;
    width: 641px;
}
.lightbox .left-column .item {
    padding:0 0 0 11px;
    width: 638px;
}
.lightbox .left-column p {
    margin:0 0 9px;
}
.left-column p {
    margin:0 0 4px;
}
.left-column .item #img_desc {
    word-break: keep-all;
    word-wrap: break-word;
}
.flag{
    display:block;
    text-align:right;
    font-size:11px;
    line-height:19px;
    margin:0 0 13px;
}
.lightbox .flag{
    margin:0 0 18px;
}
.flag a, #contGralPpal .flag a{
    color:#93908a;
    padding-left:18px;
    background:url(../images/bullet.png) no-repeat;
}
.comment-block{
    overflow:hidden;
}
.comment-block h3{
    font: 18px 'museo-slab';
    margin:0 0 8px;
    color:#517c00;
}
.lightbox .comment-block{
    margin:0;
}
.comment-block .number{
    background: url("../images/icons4.gif") no-repeat scroll 0 -3px transparent;
    padding-left: 22px;
    float:left;
    color:#fffffe;
    font: 14px/18px 'museo-slab';
    margin:8px 5px 0 0;
}
.comment-block .number-large {
    float: left;
    height: 28px;
    margin: 1px 5px 0 9px;
    padding-top: 5px;
    padding-left: 46px;
    background: url("../images/overlay-comment-icon-lrg.png") no-repeat scroll 0 0 transparent;
    font: 16px/18px 'museo-slab';
    color: #FFFFFE;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.comment-block .number img{
    vertical-align:top;
}
.comment-block .holder{
    background:url(../images/bg-area-c.gif) repeat-y;
    width: 673px;
    margin:0 0 12px;
}
.comment-block  .frame{
    background:url(../images/bg-area-t.gif) no-repeat;
    width: 673px;
}
.comment-block  .textarea{
    background:url(../images/bg-area-b.gif) no-repeat 0 100%;
    width: 673px;
}
.lightbox .comment-block form{
    background:url(../images/bg-area.gif) no-repeat 0 -56px;
    background-size: 632px 92px;
    width: 540px;
    height: 26px;
    padding:5px 2px 5px 16px;
    float:right;
}
.comment-block form textarea{
    color:#6d655c;
    background:none;
    border:0;
    overflow:auto;
    width:643px;
    min-width:643px;
    max-width:643px;
    min-height:54px;
    padding:15px 13px 15px 15px;
    margin-left: 1px;
}
.lightbox .comment-block form textarea{
    min-height:22px;
    height:22px;
    max-height:22px;
    font: 18px 'museo-slab-italic';
    float:left;
    width:480px;
    min-width:480px;
    max-width:480px;
    margin-bottom:-6px;
    position:relative;
    padding:0;
}
.lightbox .comment-block form textarea {
    resize: none;
    max-width: 445px;
    min-width: 445px;
    width: 445px;
}
.lightbox #image-dialog-view-comment-buttons {
    float: right;
    width: 535px;
    height: 33px;
}
.lightbox #read-all-comments-btn-link {
    float: left;
    background: url(../images/overlay-readallcomments.png) no-repeat scroll 0px 0px transparent;
    width: 217px;
    height: 33px;
    cursor: pointer;
}
.lightbox #leave-a-comment-btn {
    float: left;
    background: url(../images/overlay-leaveacomment.png) no-repeat scroll 0px 0px transparent;
    width: 217px;
    height: 33px;
    cursor: pointer;
    margin-left: 23px;
}
.lightbox .comment-block form textarea#form_comment:invalid {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-block input[type="submit"]{
    background:url(../images/sprite.gif) no-repeat 0 -52px;
    width:81px;
    height:26px;
    padding-bottom:4px;
    font-size:12px;
    line-height:24px;
    border:0;
    color:#fefefe;
    font-weight:bold;
    display:block;
    margin:0 0 0 auto;
}
.lightbox .comment-block input[type="submit"]{
    float:right;
}
.comment-block input[type="submit"]:hover{
    cursor:pointer;
}
.right-column{
    float:right;
    width:310px;
    font-size:11px;
    padding:21px 0 0;
}
#twocolumns .right-column{
    padding:0;
}
.right-column img{
    display:block;
}
.lightbox .right-column img{
    margin:0;
}
.right-column a{
    color:#d4cdc5;
}
.lightbox .right-column a.standalone_page_link {
    word-wrap: break-word;
}
.right-column .createalbum { 
    margin-bottom:10px; 
}
.tag-block .close{
    position:absolute;
    top:12px;
    right:15px;
    background:url(../images/sprite.gif) no-repeat 0 -80px;
    width:10px;
    height:10px;
    text-indent:-9999px;
    overflow:hidden;
}
.tag-block .close{
    background-position:-28px -80px;
    top:22px;
    right:22px;
}
.section h2{
    font:18px/22px 'museo-slab', Arial, Helvetica, sans-serif;
    color:#fff;
    margin:0;
}
.section .holder{
    width:276px;
}
#twocolumns .section .holder{
    width:auto;
}
.lightbox .section .holder{
    padding-bottom:20px;
    width:294px;
}
.section .info{
    background:url(../images/divider2.gif) repeat-x 0 100%;
    overflow:hidden;
    margin:0 0 12px;
    color:#797166;
    padding-bottom:8px;
}
.section .info a{
    color:#797166;
}
.lightbox .section .info{
    color:#bdb8b2;
}
#twocolumns .section .info{
    background:url(../images/divider3.gif) repeat-x 0 100%;
}
.section .info span{
    display:block;
    margin: 0 0 3px;
}
.section .info span.alt{
    margin: 0 0 6px;
}
.section .info span.photosimg{
    background: url("../images/icons4.gif") no-repeat scroll 0 -38px transparent;
    margin: 0 0 3px;
    padding-left: 20px;
}
.section .info span.photosdialog{
    background: url("../images/icons4.gif") no-repeat scroll 0 -21px transparent;
    margin: 0 0 3px;
    padding-left: 20px;
}
.section .info span.locationimg{
    background: url("../images/icons4.gif") no-repeat scroll 0 -75px transparent;
    margin: 0 0 3px;
    padding-left: 20px;
}
.section .info span.locationdialog{
    background: url("../images/icons4.gif") no-repeat scroll 0 -54px transparent;
    margin: 0 0 3px;
    padding-left: 20px;
}
.section .info img{
    display:inline;
    vertical-align:top;
    margin:0 6px 0 0;
}
.section dl{
    overflow:hidden;
    margin:0;
    color:#c8c2ba;
}
.section dt{
    float:left;
    clear:left;
    width:88px;
    padding:0 4px 6px 0;
}
.section dd{
    font-size:12px;
    color:#a0cb59;
    overflow:hidden;
    padding:0 0 6px;
    display:block;
    min-height:18px;
}
.lightbox .section dd a,
#contGralPpal .lightbox .section dd a{
    color:#a0cb59;
}
.section  .link,
.tag-block .link,
.section  .linkPlant,
.tag-block .linkPlant{
   float:left;
    color:#fff;
    margin:0 3px 4px 0;
    background:url(../images/bg-link.png) no-repeat 100% -20px;
    font-size:11px;
    padding-right:8px;
}
.section .link span,
.tag-block  .link span,
.section .linkPlant span,
.tag-block  .linkPlant span{
    float:left;
    background:url(../images/bg-link.png) no-repeat ;
    height:20px;
    padding:0 0 0 8px;
    display: block;
    white-space: nowrap;
}
 #taglistover{
  background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #517C00;
    display: block;
    float: left;
    height: 100%;
    margin: 0 3px 4px 0;
    padding: 0 0 0 8px;
    white-space: normal;
    width: 164px;
}
#listover{
 background: none repeat scroll 0 0 transparent;   
}
.section .link em,
.tag-block  .link em,
.section .linkPlant em,
.tag-block  .linkPlant em{
    font-style:normal;
    display:none;
}
.section .link strong,
.tag-block .link strong,
.section .linkPlant strong,
.tag-block .linkPlant strong{
    font-weight:normal;
}
.section .link:hover em,
.tag-block .link:hover em,
.section .linkPlant:hover em,
.tag-block .linkPlant:hover em{
    display:block;
    float:left;
}
.section .link:hover strong,
.tag-block .link:hover strong,
.section .linkPlant:hover strong,
.tag-block .linkPlant:hover strong{
    display:none;
}
.section{
    margin:0 0 0 2px;
    height:271px;
    overflow:auto;
    width:310px;
}
.container-holder{
    overflow:hidden; 
    margin:0 0 18px;
}
.container-holder .left-column{
    background:#fff;
    border:1px solid #cac4bf;
    width:664px;
    padding:4px 4px 0;
    margin:0 0 20px;
}
.container-holder .right-column{
    padding:0 0 0 22px;
}
.container-holder .section{
    height:auto;
    width:275px;
    padding:19px 23px 10px 22px;
    margin:0 0 25px -21px;
    border:1px solid #cac4bf;
    border-left:0;
    background:#f8f8f2 url(../images/bg-section.gif) repeat-x;
}
.ui-dialog{
    height:auto;
    width:275px;
    padding:0px;
    margin:0 0 25px -21px;
    border:1px solid #cac4bf;
    border-left:0;
    background:#f8f8f2 url(../images/bg-section.gif) repeat-x;  

}

.ui-dialog .ui-dialog-content {
    background: url("../images/tag-block.png") repeat-y scroll -2px 0 transparent;
    height: auto!important;
}  
.ui-dialog .ui-dialog-titlebar-close{
    background: url("../images/icon_close.gif") no-repeat scroll 0px 0px transparent!important;
    height: 10px!important;
    overflow: hidden!important;
    position: absolute!important;
    right: 15px!important;
    text-indent: -9999px!important;
    top: 18px!important;
    width: 10px!important;
    padding:0px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
/*
.ui-dialog .ui-dialog-buttonpane .okButton{
    background: url("../images/bg-top-button.png") no-repeat scroll 100% -26px transparent;
    color: #FFFFFF;
    float: right;
    margin-right: 4px;
    padding-right: 12px;
}
.ui-dialog .ui-dialog-buttonpane button .ui-button-text{
    background: url("../images/bg-top-button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 22px;
    padding: 4px 0 0 12px;
}*/
.ui-dialog .ui-dialog-buttonpane .okButton{
    background: url("../images/bg-input.gif") no-repeat scroll 0 -26px transparent;
    border: 0 none;
    color: #484036;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    margin-left: 7px;
    padding-bottom: 0px;
    width: 63px;
    padding-left: 4px;
    border-right: 1px solid #CCC!important;
}
.okButton .ui-button-text {
/*    background: url("../images/bg-input.gif") no-repeat scroll -61px -26px transparent;
    padding: 5px 12px;
    width: 36px;*/
}/*
.ui-dialog .ui-dialog-buttonpane button{
    background: url("../images/bg-input.gif") no-repeat scroll 0 -26px transparent;
    border: 0 none;
    color: #484036;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    margin-left: 7px;
    padding-bottom: 2px;
    width: 121px;    
}*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
    float: none;
    margin: auto; 
    text-align: center;
}
.ui-dialog .ui-dialog-title{
    float: left;
    font: 24px/26px 'museo-slab';
    margin: 0px;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 14px 17px 12px;
    position: relative;
}
.ui-dialog .ui-dialog-titlebar-close span{
    background: none;
    display: block;
    margin: 1px; 
}
.ui-widget-header{
    background: url("../images/tag-block.png") repeat-y scroll -2px 0 transparent;
    color: #942001;
    margin: 0px;
    overflow: hidden;
    padding: 14px 17px 12px;
    font: 24px/26px 'museo-slab';
}
.ui-widget { font-family: Arial, Verdana, Helvetica, sans-serif;}

/* UI Dialog Fixes */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 0px!important;
}

.ui-dialog .ui-dialog-content .warning-icon{
    background: url("../images/icon_warning.png") repeat-y scroll 0 0 transparent;
    display: block;
    float: left;
    height: 46px;
    width: 51px;
}
.ui-dialog .ui-dialog-content .warning-text{
    float: left;
    font-size: 13px;
    margin-left: 15px;
    position: relative;
    top: 6px;
    width: 190px;
    height: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    background: url("../images/tag-block.png") repeat-y scroll -2px 0 transparent;
    border: none!important;
    margin: 5px 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}

.container-holder .section h2, .container-holder .section h2 a{
    color:#201100;
}
.container-holder .section dl{
    width:284px;
}
#twocolumns  .section dl{
    width:282px;
    margin-left:-6px;
}
.container-holder .section dt,
#twocolumns .section dt{
    color:#484036;
}
.container-holder .section dd, .section dd a,
#twocolumns .section dd{
    color:#517c00;
}
#twocolumns .section dt{
    width:88px;
    padding:0 2px 6px 0;
}
.post-holder{
    width:674px;
}
.post-holder h2{
    color:#201100;
    font: 24px/28px 'museo-slab';
    padding-bottom:6px;
    margin:0 0 21px;
    border-bottom:1px solid #c0beb8;
}
.post{
    margin:0 0 21px;
    background:url(../images/divider3.gif) repeat-x 0 100%;
    overflow:hidden;
}
.post p{
    margin:0 0 21px;
}
.post p.cmm_comment_text {
    word-wrap: break-word;
}
.post .date{
    margin:0 0 11px;
    overflow:hidden;
    font:12px 'museo-slab';
}
.post .date a{
    float:left;
    color:#517c00;
    margin:0 10px 0 0;
}
.post .date  span{
    float:left;
    padding:0 0 0 10px;
    background:url(../images/separator.gif) no-repeat;
}
/* hide original element */
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}
.chk-area {
    background:url(../images/sprite.gif) no-repeat 0 -109px;
    margin: 0 7px 0 0;
    float: left;
    width: 18px;
    height: 18px;
}
.chk-checked {
    background-position:-20px -109px;
}
.select-area {
    position: relative;
    cursor: default;
    height: 26px;
    float: left;
    background:url(../images/sprite.gif) no-repeat -41px -82px;
}
.select-area.select-sel{
    width:197px !important;
    background:url(../images/bg-input.gif) no-repeat 0 -130px;
}
.select-area.select-sel2{
    width:188px !important;
    margin-right:10px;
    background:url(../images/bg-input.gif) no-repeat 0 -182px;
}
.select-area.select-sel3{
    width:131px !important;
    margin-right:10px;
}
.select-area.select-sel4{
    width:104px !important;
    margin-right:10px;
    background:url(../images/bg-input.gif) no-repeat 0 -208px;
}
.select-area.select-sel5{
    width:150px !important;
    background:url(../images/bg-input.gif) no-repeat 0 -234px;
}
.select-area.select-sel6{
    width:178px !important;
    background:url(../images/bg-input.gif) no-repeat 0 -260px;
}
.select-area.select-disable{
    background:url(../images/bg-input.gif) no-repeat 0 -156px;
}
.select-area.select-sel3 .center{
    color:#b4aea7;
}
.search-form .select-area{
    background-position:0 -179px;
}
.select-area .center {
    float: left;
    padding: 4px 7px;
    font-size:12px;
    white-space: nowrap;    
    overflow: hidden;
}
.select-area .select-opener {
    position: relative;
    float: right;
    height: 18px;
    width: 18px;
    background:url(../images/sprite.gif) no-repeat -169px -105px;
    margin:4px 4px 0 0;
}
.select-area.select-disable .select-opener{
    background-position:-190px -105px;
}
.select-active .select-opener{
    background-position: -184px -82px;
}
.select-options {
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index:100104;
}
.select-options .drop-holder {
    border: 1px solid #d4cdc8;
    overflow: hidden;
    height: 1%;
}
.select-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:11px;
    overflow:hidden;
}
.select-options ul li {
    width: 100%;
    float: left;
}
.select-options ul a {
    text-decoration: none;
    padding: 2px 7px;
    display: block;
    cursor: default;    
}
.select-options .item-selected a {
    text-decoration: none;
    background: #fff;
}
.select-options .item-selected a:hover{
    background:#c8c1bc;
}
.select-options .optgroup {
    clear: both;
}
.select-options .optgroup strong {
    display: block;
    padding: 5px;
}
.select-options .optgroup ul a {
    padding-left: 30px;
}
.scrollable-area-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin:0 0 18px;
    text-align: left;
}
.details-block .scrollable-area-wrapper{
    margin:0 !important;
}
.scrollable-area-wrapper .vscrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 60px;
}
.details-block .scrollable-area-wrapper .vscrollbar{
    width:11px;
    height:102px;
}
.scrollable-area-wrapper .vscroll-line {
    background:url(../images/bg-scrolline.gif) no-repeat;
    width: 11px;
    float: left;
}
.details-block .scrollable-area-wrapper .vscroll-line{
    background-position:-11px 0;
}
.scrollable-area-wrapper .vscroll-slider {
    background:url(../images/bg-scrolbar.gif) no-repeat;
    width: 11px;
    height:60px !important;
    overflow:hidden;
}
.details-block .scrollable-area-wrapper .vscroll-slider{
    background-position:-11px 0;
    height:27px !important;
}
.lightboxes-holder {
    overflow: hidden;
    height: 0;
    position: relative;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 100104;
    display: none;
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../images/fancybox.png);
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100100;
    display: none;
    min-width: 1000px;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap, #fancybox-wrap-tmp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100101;
    outline: none;
    display: none;
}
#fancybox-wrap-tmp {
    position: fixed;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow:visible;
    z-index: 100102;
    border: 0px solid transparent;
    text-align: left;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 100101;
}
#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, .fancybox-bg, #fancybox-close {
    display: none !important;
}
#twocolumns{
    overflow:hidden;
}
#twocolumns #content{
    float:left;
    width:696px;
}
#twocolumns .item-list{
    margin:0;
}
#twocolumns .item-list li{
    margin:0 22px 18px 0;
    background:url(../images/bg-item-list2.png) no-repeat 50% 100%;
    width: 210px;
    height: 211px;
}
#twocolumns .item-list .text{
    width:182px;
}
#main  h1.title{
    font-size:26px;
    line-height:28px;
    margin:0 0 -2px;
}
.back-button{
    overflow:hidden;
    margin:0 0 16px;
}
.back-button a{
    float:left;
    background:url(../images/btn-back.png) no-repeat 100% -24px;
    padding-right:9px;
    font-size:11px;
    line-height:12px;
    color:#201100;
}
.back-button a span{
    float:left;
    background:url(../images/btn-back.png) no-repeat;
    padding:6px 0 6px 15px;
    cursor:pointer;
}
a.top-button{
    float:right;
    background:url(../images/bg-top-button.png) no-repeat 100% -26px;
    color:#fff;
    padding-right:10px;
    margin-right:4px;
    display:none;
}
.top-button:hover,
.top-button:active{
    background:url(../images/bg-top-button.png) no-repeat 100% -78px;
}
.top-button span{
    float:left;
    background:url(../images/bg-top-button.png) no-repeat;
    cursor:pointer;
    height:22px;
    padding:4px 0 0 12px;
}
.top-button:hover span{
    background-position:0 -52px;
}
.top-button strong{
    background:url(../images/bullet3.gif) no-repeat;
    padding-left:22px;
}
.top-button.create{
    display:block;
}
.top-button.create strong{
    background-position:0 -40px;
}
.top-button.save{
    display:block;
}
.top-button.save strong{
    background-position:0 -80px;
}
.top-button.edit{
    display:block;
}
.top-button.edit strong{
    background-position:0px -80px;
}
.row-holder{
    float:left;
    padding:7px 0 0;
}
.row-holder span{
    float:left;
    padding:0 14px 0 0;
    margin:0 9px 0 0;
    color:#797166;
    font-size:13px;
    background:url(../images/separator.gif) no-repeat 100% 50%;
}
.row-holder span a{
    color:#517c00;
}
.row-holder span.comments a{
    background:url(../images/bullet4.gif) no-repeat 0 3px;
    padding-left:19px;
}
.row-holder .social{
    float:left;
    margin:2px 0 0 ;
}
.row-holder .social a{
    width:16px;
    height:16px;
    background:url(../images/bg-social.gif) no-repeat;
}
.row-holder .social li.facebook a{
    background-position:0 -16px;
}
.row-holder .social li.add a{
    background-position:0 -32px;
    width:17px;
}
.row-holder .social li.twitter a{
    background:url(../images/btn-twitter.gif) no-repeat!important;
    width: 16px!important;
    height: 16px!important;
}
.social li.twitter a{
    background:url(../images/btn-twitter.gif) no-repeat!important;
}
.visual{
    background:url(../images/item-list-b.png) no-repeat;
    width: 675px;
    height:36px;
    padding:24px 0 0;
    text-align:center;
    margin:-15px 0 8px;
}
.visual a{
    font:12px 'museo-slab';
    color:#517c00;
}
.visual a:hover{
    text-decoration:none;
}
.visual .loader {
    width: 16px;
    height: 16px;
    background: url(../images/ajax-loader.gif) no-repeat;
    display: none;
    margin: 0 auto;
}
.loaded-state .visual .btn-contentmore {
    display: none;
}
.loaded-state .visual .loader {
    display: block;
}
#twocolumns .section{
    margin:0 0 25px;
    border:1px solid #cac4bf;
    background:#f8f8f2 url(../images/bg-section.gif) repeat-x;
    width:276px;
    padding:19px 4px 14px 18px;
    height:auto;
}
.row a.view{
    color:#517c00;
    font: 15px 'museo-slab-italic';
    float:left;
    margin:10px 0 0 6px;
}
.banner-holder{
    margin:18px 0 50px;
}
.banner-holder.top{
    margin:-20px 0 50px;
}
.banner-holder img{
    display:block;
    margin:0 auto;
}
.block-list{
    overflow:hidden;
    width:1020px;
    margin:0 -24px 0 0;
    padding:7px 0 20px;
    list-style:none;
    font-size:12px;
}
.block-list li{
    float:left;
    margin:0 24px 22px 0;
    width:203px;
    border:1px solid #ccc;
    background:#f8f8f2;
    padding:14px 13px 15px;
    height: 266px;
    position: relative;
    overflow: hidden;
}
.block-list li .frame{
    background:#fff url(../images/bg-block-list.gif) no-repeat;
    width:193px;
    height:193px;
    padding:5px 5px 9px 5px;
    margin-bottom:5px;
}
.block-list li img{
    display:block;
}
.block-list li .photos,
.block-list li .comments,
.block-list li .edit{
    display:block;
    font-size:11px;
    margin:5px 0 0;
    background:url(../images/icons4.gif) no-repeat 0 -38px;
    padding-left:21px;
    color:#797166;
}
.block-list li .comments{
    background:url(../images/bullet5.gif) no-repeat 0 1px;
}
.block-list li .edit{
    background:url(../images/icons4.gif) no-repeat 0 -91px;
    float:right;
    padding-left:19px;
}
.block-list li span a{
    color:#797166;
}
.block-list li span a:hover{
    text-decoration:none;
}
.block-list li .photos-description {
    display: block;
    height: 3em;
    overflow: hidden;
    width: 203px;
    word-break: keep-all;
    word-wrap: break-word;
}
.row-box{
    border:1px solid #d2cbc6;
    padding:0 0 0 1px;
    background:#fff;
    margin:0 0 19px;
}
.row-box .holder{
    background:url(../images/bg-row-box.gif) repeat-x 0 1px;
    height:42px;
}
.name-form{
    padding:6px 0 0 8px;
    overflow:hidden;
    float:left;
}
.name-form.inputs{
    float:none;
    padding:10px 0 7px 10px;
}
.name-form .input-holder{
    float:left;
    background:url(../images/bg-input.gif) no-repeat;
    width:271px;
    height:26px;
    margin:2px 5px 0 2px;
}
.name-form.inputs .input-holder{
    margin-right:20px;
}
.name-form .input-holder.parent-active{
    background:url(../images/bg-input-active.png) no-repeat;
    padding:2px;
    margin:0 3px 0 0;
}
.name-form.inputs .input-holder.parent-active{
    margin:0 18px -2px 0;
}
.name-form input[type="text"]{
    width:251px;
    height:18px;
    padding:4px 10px;
    background:none;
    border:0;
    font-size:12px;
    line-height:16px;
    color:#898279;
}
#gc_album_titleinput,
#gc_album_title {
    background: url("../images/bg-input.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #898279;
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    padding: 4px 10px;
    width: 251px;   
}
.name-form.inputs input[type="text"]{
    color:#484036;
}
.name-form input[type="submit"]{
    background:url(../images/bg-input.gif) no-repeat 0 -26px;
    width:121px;
    height:26px;
    border:0;
    color:#484036;
    font-size:11px;
    font-weight:bold;
    padding-bottom:2px;
    margin-top:2px;
}
.name-form input[type="submit"]:hover{
    cursor:pointer;
    background-position:0 -52px;
}
button, html input[type="button"]:hover{
    cursor:pointer;
    background-position:0 -52px;
}
.item-menu{
    float:right;
    margin:0;
    padding:0;
    list-style:none;
    font-size:12px;
    font-weight:bold;
}
.item-menu li{
    float:left;
    background:#fff url(../images/separator2.gif) no-repeat;
    padding:1px 1px 1px 2px;
}
.item-menu a{
    display:block;
    height:29px;
    background:url(../images/bg-row-box.gif) repeat-x;
    padding:11px 9px 0 10px;
}
.item-menu a:hover{
    text-decoration:none;
    background:url(../images/bg-item-menu.gif) repeat-x;
    color:#fff;
}
.item-menu a span{
    background:url(../images/icons2.gif) no-repeat;
    padding:3px 0 3px 29px;
}
.item-menu a:hover span{
    background-position:0 -120px;
}
.item-menu .upload a span{
    background-position:0 -40px;
}
.item-menu .upload a:hover span{
    background-position:0 -160px;
}
.item-menu .delete a span{
    background-position:0 -83px;
}
.item-menu .delete a:hover span{
    background-position:0 -203px;
}
.album{
    background:url(../images/bg-album.png) no-repeat;
    width: 996px;
    height: 349px;
    text-align:center;
    font-size:21px;
    line-height:23px;
    color:#b1a9a2;
    display:table;
}
.album .holder{
    display:table-cell;
    vertical-align:middle;
}
.album  .button-holder,
.photo-list .button-holder{
    overflow:hidden;
    width:100%;
    position:relative;
}
.album .button-frame,
.photo-list .button-frame{
    float:left;
    left:50%;
    position:relative;
}
.album .top-button.upload,
.photo-list .top-button.upload{
    display:block;
    font-size:12px;
    line-height:18px;
    float:left;
    left:-50%;
    position:relative;
}
.top-button.upload strong{
    background:none;
    padding-left:3px;
}
.album  .text{
    margin:0 0 12px;
}
.album  .text em, 
li#upload_new_image.alt-full .text em{
    display:block;
    font: 24px/26px 'museo-slab-italic';
    margin:0 0 17px;
}
.album  .text strong, 
li#upload_new_image.alt-full .text strong{
    display:block;
    margin:0 0 9px;
}
.buttons-block{
    overflow:hidden;
    border-bottom:1px solid #b5aca2;
    padding:10px 0 58px;
    margin:0 0 22px;
}
.buttons-block .top-button{
    float:left;
    margin:3px 20px 0 0;
    font-size:12px;
    line-height:18px;
}
.buttons-block .row-box{
    margin:0 0 36px;
}
.buttons-block h2,
.photo-block h2{
    font: 24px/26px 'museo-slab';
    margin:0 0 10px;
    color:#201100;
}
.photo-block h2{
    margin:0 0 35px;
}
.photo-block h3{
    font: 18px/20px 'museo-slab';
    margin:0 0 22px;
}
.photo-list{
    margin:0 0 26px;
    padding:0;
    list-style:none;
    overflow:hidden;
    width:1020px;
    font-size:12px;
    line-height:14px;
}
.photo-list li{
    background:url(../images/bg-photo-list.png) no-repeat;
    width: 180px;
    height: 284px;
    margin:0 24px 18px 0;
    float:left;
    position:relative;
}
.photo-list li.alt, .photo-list li.alt-full{
    background:none;
    display:table;
    color:#b1a9a2;
}
.photo-list li.alt-full{
    width:100%;
    color: #B1A9A2;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
}
.photo-list li .holder{
    width: 170px;
    height: 270px;
    padding:5px 5px 9px;
    position:relative;
}
.photo-list li.alt .holder, 
.photo-list li.alt-full .holder{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    height: 279px;
    padding:0 25px;
}
.photo-list li .frame{
    position:absolute;
    top:0;
    left:0;
    background:url(../images/bg-upload.png) no-repeat;
    width: 180px;
    height: 279px;
    display:none;
}
.photo-list li.alt .frame{
    display:block;
}
.photo-list li.loader .frame{
    background:url(../images/bg-upload2.png) no-repeat;
    display:block;
}
.photo-list li.loader-green .frame{
    background:url(../images/bg-upload3.png) no-repeat;
    display:block;
}
.photo-list li.loader-upload .frame{
    background:url(../images/bg-upload4.png) no-repeat;
    display:block;
}
.photo-list li.alt span,
.photo-list li.alt strong{
    display:block;
    font-size:18px;
    line-height:24px;
    margin:0 0 4px;
}
.photo-list li.alt span{
    margin: 0 0 14px;
}
.photo-list li.alt .top-button strong{
    font-size:12px;
    line-height:18px;
    margin:0;
}
.photo-list li.alt .top-button span{
    margin:0;
}
.photo-list li img{
    display:block;
    margin:0 0 12px;
}
.photo-list li .text span{
    display:block;
    padding:0 22px 0 6px;
}
.photo-list li .text em{
    font-size:11px;
    color:#898279;
    padding-left:6px;
}
.photo-list .links{
    position:absolute;
    left:5px;
    bottom:9px;
    width:170px;
    background:url(../images/bg-links2.gif) repeat-x;
    border-top:1px solid #e0dbd8;
}
.photo-list .links span{
    float:left;
    width:60px;
}
.photo-list .links a{
    height:22px;
    color:#201100;
    font-size:11px;
    display:block;
    padding:8px 0 0 7px;
}
.photo-list .links .tag,
.photo-list .links .delete{
    background:url(../images/separator2.gif) no-repeat;
    padding-left:2px;
    width:48px;
}
.photo-list .links .delete{
    width:58px;
}
.photo-list .links a:hover{
    background:url(../images/bg-links2.gif) repeat-x 0 -30px;
    text-decoration:none;
}

.photo-list .links strong.no-cover-image{
    background-position:0 1px;
}
.photo-list .links strong.actual-cover-image{
    background-position:0 -91px;
}
.photo-list .links strong {
    background: url("../images/icons3.png") no-repeat scroll 0 1px transparent;
    padding-left: 16px;
    font-weight:normal;
}
.photo-list .links .tag strong{
    background-position:0 -29px;
}
.photo-list .links .tag-on strong{
    background-position:0 -120px;
}
.photo-list .links .delete strong{
    background-position:0 -60px;
}
.photo-list .links .visited strong{
    background-position:0 -89px;
}
.photo-list .links .tag .visited strong{
    background-position:0 -119px;
}
.photo-list .links .delete .visited strong{
    background-position:0 -149px;
}
.tag-block{
    background:url(../images/tag-block-t.png) no-repeat;
    width: 100%;
    padding:24px 0 0;
    overflow:hidden;
}
.tag-block .holder{
    background:url(../images/tag-block-b.png) no-repeat 0 100%;
    width: 998px;
    padding-bottom:13px;
}
.tag-block .frame{
    background:url(../images/tag-block.png) repeat-y;
    width: 988px;
    padding:1px 8px 0 2px;
}
.tag-block .heading,
.details-block .heading{
    background:#568105;
    overflow:hidden;
    color:#f8f8f2;
    margin:-24px 0 3px;
    padding:14px 17px 12px;
}
.tag-block h2,
.details-block h2, .error-popup h2{
    font:24px/26px 'museo-slab';
    float:left;
    margin:0 10px 0 0;
}
.tag-block .heading em,
.details-block .heading em{
    float:left;
    margin:7px 0 0;
    font-family: 'museo-slab-italic';
}
.tag-block .block{
    overflow:hidden;
    padding:0 11px 0 4px;
}
.tag-block .image-holder{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.tag-block .image-holder img{
    display:block;
}
.tag-block .popup form label{
    font-size:11px;
    font-weight:bold;
    display:block;
    margin:0 0 4px;
}
.tag-block .popup .input-holder{
    background:url(../images/bg-input.gif) no-repeat 0 -78px;
    width:249px;
    height:26px;
    margin:0 0 10px;
}
.tag-block .popup form input[type="text"]{
    background:none;
    border:0;
    height:18px;
    padding:4px 10px;
    font-size:12px;
    line-height:16px;
    width:229px;
}
.tag-block .popup form .row{
    overflow:hidden;
    margin:0 0 10px;
    padding:0;
}
.tag-block .popup form .row label{
    float:left;
    margin:3px 6px 0 0;
}
.tag-block .popup form input[type="submit"]{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    border:0;
    background:url(../images/bg-input.gif) no-repeat 0 -104px;
    width:63px;
    height:26px;
    margin:0 0 0 auto;
    padding-bottom:2px;
    display:block;
}
.tag-block .popup form input[type="submit"]:hover{
    cursor:pointer;
}
.tag-block .popup form select{
    width:197px;
}
.tag-block .right-column{
    padding-top:17px;
    width: 31%;
}
.tag-block .right-column h3{
    font:16px/18px 'museo-slab';
    margin:0 0 15px;
}
.tag-block .link-holder{
    overflow:hidden;
    margin:0 0 10px;
}
.tag-block .link-holder .link{
    float:left;
}
.tag-block  .close-button{
    background:url(../images/btn-close.gif) no-repeat;
    width: 22px;
    height: 22px;
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    margin-right:5px;
}
.tag-block .top-button{
    float:left;
    color:#fff;
    margin-top:17px;
}
.tag-block .top-button strong{
    background:none;
    padding:0;
}
.details-block{
    background:url(../images/bg-detail-block-t.png) no-repeat;
    width: 748px;
    padding:24px 0 0;
    overflow:hidden;
}
.details-block .holder{
    background:url(../images/bg-detail-block-b.png) no-repeat 0 100%;
    width: 748px;
    padding-bottom:1l8px;
}
.details-block .frame{
    background:url(../images/bg-detail-block.png) repeat-y;
    width: 738px;
    padding:1px 8px 0 2px;
}
.lightbox.details{
    width: 748px;
}
.lightbox.details .close{
    background-position:-28px -80px;
}
.details-form{
    padding:31px 26px 0 20px;
}
.details-form .area-frame{
    margin:0 0 20px;
    width:712px;
}
.details-form .area-frame-2{
    margin: 0 0 20px 165px;
}
.details-form .area-frame-3{
    margin: 0 0 20px 125px;
}
.details-form .area-frame:after,
.details-form .area-frame-2:after,
.details-form .area-frame-3:after {
    clear: both;
    content:"";
    display: block;
}
.details-form  .area-holder{
    padding:0 0 7px;
    margin:0 0 20px;
    background:url(../images/divider3.gif) repeat-x 0 100%;
    width: 95%;
}
.details-form .area-frame label{
    float:left;
    color:#2e1f0f;
    font-family: 'museo-slab';
    margin:3px 10px 0 0;
    width:155px;
}
.details-form h3{
    font: 18px/22px 'museo-slab-italic';
    color:#568105;
    margin:0 0 16px;
}
.details-form .column-holder{
    overflow:hidden;
    padding-left:66px;
}
.details-form .column{
    float:left;
    width:268px;
    margin:0 21px 0 0;
}
.details-form .area{
    margin:0 0 16px;
}
.details-form .area:after {
    clear: both;
    content:"";
    display: block;
}
.details-form .column label,
.details-form .column .label{
    font-size:12px;
    float:left;
    width:80px;
    margin:2px 8px 0 0;
    text-align:right;
    color:#2e1f0f;
}
.details-form  .box{
    float:left;
    background:url(../images/bg-box.gif) no-repeat;
    width:156px;
    height: 102px;
    padding:9px 8px 8px 14px;
}
.details-form  .box-holder{
    height: 102px;
    overflow:auto;
}
.details-form  .box ul{
    margin:0;
    padding:0;
    list-style:none;
    font-size:12px;
    line-height:16px;
}
.details-form  .box ul li{
    margin:0 0 5px;
}
.details-form .top-button{
    font-size:12px;
    line-height:18px;
    margin:9px 43px 0 0;
}
.details-form .top-button strong{
    background:none;
    padding:0;
}
.info-text{
    font-size:11px;
    color:#797166;
    display:block;
    margin:-3px 0 0 66px;
}
.title-holder{
    overflow:hidden;
    width:676px;
    margin-bottom:-65px;
}
#main #content .title-holder h1{
    font-size:36px;
    line-height:38px;
    margin:-4px 0 8px;
}
.title-holder img{
    float:right;
}
.title-holder em{
    font:16px/18px 'museo-slab-italic';
    color:#86827a;
}
.block-holder{
    overflow:hidden;
    width:674px;
}
.block-holder .block{
    background:url(../images/divider4.gif) repeat-x 0 100%;
    padding:28px 0 7px;
    margin-bottom:-7px;
}
.block-holder .block-list{
    width:696px;
}
.block-holder .block-list li{
    margin:0 22px 22px 0;
    padding:13px;
    width: 182px;
}
.block-holder .block-list li .frame{
    background:url(../images/bg-block-list2.gif) no-repeat;
    width: 172px;
    height:172px;
    padding:5px 5px 9px;
}
.block-list .photos-frame{
    overflow:hidden;
    width: 203px;
    position: absolute;
    padding-bottom: 10px;
    bottom: 0;
}
.block-list .photos-frame .photos{
    float:left;
    margin-right:9px;
}
.block-list .photos-frame .comments{
    float:left;
}
.pacifico-title{
    font:28px/31px pacifico, Arial, Helvetica, sans-serif;
    color:#517c00;
    margin:0 0 26px 2px;
}
.pacifico-title.alt{margin:0 0 26px 2px;}
.pacifico-heading{
    font:18px/21px pacifico, Arial, Helvetica, sans-serif;
    margin:-6px 0 10px -3px;
    color:#fff;
    padding:5px 19px 8px 15px;
    display:inline-block;
    position:relative;
    top:-9px;
    background:url(../images/bg-pacifico-heading.gif);
}
.pacifico-heading.alt{padding:5px 12px 8px;}
.slideshow-block{
    margin:0 0 33px;
    overflow:hidden;
}
.top-block{
    overflow:hidden;
    margin:0 0 10px 2px;
}
.top-block .time{
    float:left;
    background:url(../images/divider5.gif) no-repeat 100% 2px;
    padding-right:3px;
    margin-right:15px;
    color:#0098b4;
    font:12px/18px 'museo-slab';
    width:95px;
}
.top-block .time span{
    text-transform:uppercase;
    font-size:14px;
}
.top-block h3{
    color:#201100;
    font: 16px 'museo-slab';
    margin:1px 0 0;
}
.top-block .holder{
    overflow:hidden;
    font-size:12px;
    color:#797166;
}
.top-block .holder span{
    float:left;
    margin-right:10px;
}
.top-block .holder .photos{
    background:url(../images/icon4.gif) no-repeat 0 2px;
    padding-left:21px;
}
.top-block .holder .comments{
    background:url(../images/bullet5.gif) no-repeat 0 3px;
    padding-left:21px;
}
.slideshow{
    overflow:hidden;
    padding:4px;
    border:1px solid #cac4bf;
    background:#fff;
    float:left;
}
.slideshow .mask{
    float:left;
    margin-right:4px;
    position:relative;
    height:396px;
}
.slideshow.alt .mask{
    width:315px;
}
.slideshow .mask ul{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
}
.slideshow .mask li{
    height:396px;
    top:0;
    left:0;
}
.slideshow .mask li img{
    display:block;
}
.switcher{
    float:left;
    width:132px;
    margin:0;
    padding:0;
    list-style:none;
}
.switcher li{
    margin-top:4px;
}
.switcher li:first-child {
    margin:0;
}
.switcher li img{
    display:block;
}
.widget{
    margin:30px 0 15px;
    width:300px;
    background:url(../images/bg-widget.gif) repeat-y;
}
.widget.alt{
    background:url(../images/bg-widget2.gif) repeat-y;
}
.widget:after {
    clear: both;
    content:"";
    display: block;
}
.widget .holder{
    background:url(../images/bg-widget-t.gif) no-repeat;
    width:300px;
    float:left;
}
.widget.alt .holder{
    background-position:-300px 0;
}
.widget .frame{
    background:url(../images/bg-widget-b.gif) no-repeat 0 100%;
    padding:0 18px 18px 17px;
    width:265px;
    float:left;
}
.widget.alt .frame{
    background-position:-300px 100%
}
.top-list{
    margin:0 0 15px;
    padding:0;
    list-style:none;
    color:#201100;
}
.top-list li{
    overflow:hidden;
    border-top:1px solid #e0d8cc;
    padding:5px 6px;
}
.top-list li strong{
    float:left;
    color:#568105;
    font: 14px 'museo-slab';
    width:23px;
}
.top-list li span{
    float:left;
}
.top-list li  em{
    float:right;
    font-style:normal;
}
.top-list li  em a{
    color:#568105;
}
.share-button{
    overflow:hidden;
    width:100%;
    position:relative;
}
.share-button span{
    float:left;
    left:50%;
    position:relative;
}
.share-button a{
    float:left;
    left:-50%;
    position:relative;
    color:#fff;
    font-size:14px;
    line-height:16px;
    background:url(../images/bg-top-button.png) no-repeat 101% -26px transparent;
    padding-right:12px;
}
.share-button a strong{
    float:left;
    height:22px;
    background:url(../images/bg-top-button.png) no-repeat;
    padding:4px 2px 0 14px;
    color:#FFFFFF;
}
.share-button a:hover{
    background-position:101% -78px;
}
.share-button a:hover strong{
    background-position:0 -52px;
}
.widget .row-frame{
    overflow:hidden;
    margin:0 0 8px -2px;
}
.widget .row-frame img{
    float:left;
    margin:0 5px 0 0;
}
.widget .row-frame h3{
    float:left;
    margin:0;
    padding:10px 0 0 6px;
    text-transform:uppercase;
    color:#201100;
    font:12px 'museo-slab';
}
.widget .search{
    float:left;
    background:url(../images/bg-search.png) no-repeat;
    width:218px;
    height: 20px;
    margin:4px 0 0;
    padding:3px 3px 3px 9px;
}
.widget .search input[type="text"]{
    color:#484036;
    font-size:12px;
    line-height:16px;
    padding:2px 0;
    width:190px;
    height:16px;
    border:0;
}
.widget .search input[type="submit"]{
    float:right;
    background:url(../images/bg-search.png) no-repeat 0 -28px;
    width:20px;
    height:20px;
    padding:20px 0 0;
    text-indent:-9999px;
    overflow:hidden;
    border:0;
}
.widget .search input[type="submit"]:hover{
    cursor:pointer;
}
.widget .list{
    margin-top:-2px;
}
.list .open-close{
    background:#efece6;
    margin:0 0 1px;
    color:#201100;
    font-size:12px;
    cursor:pointer;
}
.list .open-close.active{
    background:#fff;
}
.list .open-close .open-holder{
    overflow:hidden;
    padding:6px 8px 7px 11px;
}
.list .open-close .open-holder span{
    float:left;
}
.list .open-close.active .open-holder span{
    font-weight:bold;
}
.list .open-close a.opener{
    float:right;
    background:url(../images/bg-opener.gif) no-repeat;
    width:8px;
    height:8px;
    margin-top:6px;
}
.list .open-close.active a.opener{
    background-position:0 -8px;
}
.list .open-close .slide ul{
    margin:-7px 0 0;
    padding:0 6px 11px 13px;
    list-style:none;
    background:#fff;
}
.list .open-close .slide ul li{
    overflow:hidden;
    padding:11px 0 0;
    font-size:11px;
    line-height:13px;
    color:#484036;
    background:url(../images/separator4.gif) repeat-x 0 100%;
}
.list .open-close .slide ul li strong{
    float:left;
    background:#fff;
    padding-right:5px;
}
.list .open-close .slide ul li em{
    float:right;
    background:#fff;
    font-style:normal;
    padding-left:5px;
}
.list .open-close .slide ul li em a{
    color:#588208;
}

#lightbox .photoview_overlay_login_link{
    font-size:16px;
    color:#EEE;    
    line-height:32px;
    margin-left: 5em;
}
#lightbox .photoview_overlay_login_link:hover{    
    color:#FFF;        
}
#lightbox .photoview_overlay_login_link:visited{
    color:#FFF;
}
.lightbox .close {
    background: url("../images/sprite.gif") no-repeat scroll 0 -80px transparent;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 12px;
    width: 10px;
}

#scrollPagination-loading {
    text-align: center;
    display: none;
}

.no-href {
    text-decoration: none !important;
    cursor: default;
}

#progress_bar_wrapper{
    height: 279px;
    left: 0;
    position: absolute;
    top: 0;
    width: 180px;
}

.gallery-holder-dialog{
    display: table-cell;
    width: 649px;
    height: 487px;    
    vertical-align: middle;
    background: #35312a;    
}
.gallery-holder-page {
    display: table-cell;
    width:664px;
    height:495px;
    vertical-align: middle;    
}
.gallery-holder-image {
    position: relative;
    margin: auto;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border:none;}

.ajax-loader {
    width: 35px !important;
    height: 35px !important;
    background: url(../images/ajax-loader2.gif) no-repeat;	
    margin: 0 auto;
    display: inline-block;
}

.contadd_adv{
    min-width:300px;
    min-height: 250px;    
    margin: 0 0 19px;
}
#img_tags a, #img_tags a:hover, #img_tags a:visited,
#contGralPpal #img_tags a, #contGralPpal #img_tags a:hover,
#contGralPpal #img_tags a:visited{
    color:#FFF;
    display: block;
    clear: left;
    text-decoration: none;
}
#main .update {
    color: #FEFEFE;
    font-size: 12px;
}
#main .update:hover{
    text-decoration: none;
}
.mousePoint {cursor:pointer;}

.album-description{
    white-space: pre-wrap;
    word-wrap: break-word;
}
#fancybox-loading-overlay {
    left: 0;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    min-width: 1000px;
    position: absolute;    
    width: 100%;
    height: 100%;
    z-index: 100102;
    overflow: hidden;
}
#contGralPpal a{
    text-decoration:none;
    color:#484036;
}
#contGralPpal a:hover, #contGralPpal a:hover em,  #contGralPpal a:hover span{
    text-decoration:underline;
}
.open-close .slide ul li a em {
    color: #568105;
}
.top-list li a em {
    color: #568105;
}
.details-form input[type="text"]{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;    
    font-size: 12px;
    height: 18px;
    line-height: 16px;
    padding: 4px 10px;
    width: 130px;
    color: #484036;
}
.select-sel2 .center{
    width: 150px;
}
.select-sel3 .center{
    width: 93px;
}
.select-sel6 .center{
    width: 140px;
}

.list-select{
    background:transparent;
    border:0px;
}
.list-select select:selected{
    background: red;
}
.select-area.select-sel2.select-disable {
    background: url("../images/bg-input.gif") no-repeat scroll 0 -286px transparent;
    color:#b4aea7;
}
.list .open-close .slide ul li a { 
    margin: 0px; 
    display: block; 
    width: 245px; 
    height: 13px; 
}
.top-list li a{ 
    margin: 0px; 
    display: block; 
    width: 252px; 
    height: 16px; 
}
#img_title {
    white-space: pre-wrap;
    word-wrap: break-word;   
}
#fancy_error_dialog .content{        
    margin:2px;
    padding:0px 17px 0px;    
}
#fancy_error_dialog .warning-icon{
    background: url(../images/warning.png) no-repeat;
    display:block;
    float: left;
    height: 46px;
    width: 51px;
    margin-right: 10px;
}

#fancy_error_dialog .warning-text{
    word-wrap: break-word;
    overflow: hidden;        
}
#fancy_error_dialog {    
    background:#f8f8f2;  
    width:430px;    
    padding: 2px;
}
.error-popup .close {
    background: url("../images/close-tr.png") no-repeat scroll 0px 0px transparent;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 12px;
    width: 15px;
}
.error-popup .heading{
    color:#AA030A;
    margin:10px 0 3px;
    padding:14px 17px 12px;
}
.comment-block a:hover{
    text-decoration: none;
}
.g1{
    background-color: transparent;
}
.g1:hover{
    background-color: #FFF;
}

#lightbox a{
    font-size:inherit;
}

.lightbox .error-box-container,
#lightbox .error-box-container{
    font-size:20px;   
}

.lightbox .error-box-container a,
#lightbox .error-box-container a{
    color: #93908A;
    font-size: 14px;
}

.lightbox .error-box-container p,
#lightbox .error-box-container p{
    margin: 1em;
}
.loadButton {
    text-align: center;
    width: 810px;
}
/*-- H5FORM --*/
.h5form-response {
    position:absolute;
    margin:1.6em 0 0 30px;
    border-left:10px solid gray;
    border-top:10px solid transparent;
    z-index:1000;
    -border-top-color:white
}
.h5form-response p {
    float:left;
    text-align:left;
    margin:0 0 0 -40px;
    background:white;
    color:black;
    padding:10px;
    border:2px solid gray;
    border-radius:8px;
    box-shadow:3px 3px 6px gainsboro;
    -position:relative
}
.h5form-reversed {
    position:absolute;
    margin-top:1.6em;
    right:200px;
    border-right:10px solid gray;
    border-top:10px solid transparent;
    z-index:1000;
    -border-top-color:white
}
.h5form-reversed p {
    float:right;
    text-align:left;
    margin:0 -200px 0 0;
    background:white;
    color:black;
    padding:10px;
    border:2px solid gray;
    border-radius:8px;
    box-shadow:3px 3px 6px gainsboro;
    -position:relative
}
/* ime-mode */
input[type="password"],input[type="email"],input[type="url"],input[type="number"],input[type="range"],input[type="tel"],input[type="color"],input[type="date"],input[type="time"],input[type="month"],input[type="week"],input[type="datetime"],input[type="datetime-local"] {
    ime-mode:disabled
}
/* spin button */
.h5form-spinNumber,.h5form-spinTime {
    display:inline-block;
    vertical-align:top
}
.h5form-spinNumber button,.h5form-spinTime button {
    display:block;
    width:20px;
    height:10px;
    border:1px solid gray;
    font-size:50%;
    padding:0;
    margin:0;
    text-align:center;
    border-radius:3px
}
span.h5form-timezone {
    display:inline-block;
    border:1px solid silver;
    margin-left:1px;
    padding:1px;
    color:gray;
    background-color:whitesmoke;
    font-size:smaller
}
/* slider */
.h5form-range {
    display:inline-block;
    width:10em
}
.h5form-range .ui-slider-horizontal {
    top:0;
    height:.3em
}
.h5form-range .ui-slider-handle {
    top:-0.4em;
    width:.4em;
    height:1em
}
/*-- END H5FORM --*/

.ui-menu .ui-menu-item {
    width: 99%;
}

.fb_dialog, .fb_dialog_advanced{
    z-index: 100105!important;
}

.clear-all{
    float: left;
    margin-top: 10px;
    font-size: 11px;
    color: #857563;
}