body {
    background: url('../images/linen.jpg') repeat;
    color: #f1f1f1;
    font-family: 'Lucida Grande', sans-serif;
    font-size: 13px;
    margin: 0;
    min-width: 750px;
    /*min-width: 920px;*/
}

a { color: #f1f1f1; }
a:hover { color: #f1edbd; }
p { margin-bottom: 1.2em; }

input[type="submit"], input[type="button"] {
    background: #490000; /* Old browsers */
    background: -moz-linear-gradient(top, #cd0000 0%, #490000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd0000), color-stop(100%,#490000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cd0000 0%,#490000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cd0000 0%,#490000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cd0000 0%,#490000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cd0000 0%,#490000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0000', endColorstr='#490000',GradientType=0 ); /* IE6-9 */

    color: #f1f1f1;
    padding: 9px 30px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #111;
    border-radius: 5px;
    margin: 0;
    cursor: pointer;
}
input[type="submit"]#add-to-lightbox {
    background: #111; /* Old browsers */
    background: -moz-linear-gradient(top,  #666 0%, #111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #666 0%,#111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #666 0%,#111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #666 0%,#111 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #666 0%,#111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666', endColorstr='#111',GradientType=0 ); /* IE6-9 */

    padding: 5px 20px 7px;
    font-size: 11px;
    text-transform: none;
}
input[type="submit"]#add-to-lightbox.in-lightbox {
    color: #f1f1f1;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
input[type="submit"]#add-to-lightbox.in-lightbox:hover {
    color: #f1edbd;
}

input[type="submit"]:hover, input[type="button"]:hover {
    color: #f1edbd;
}
input[disabled="disabled"] {
    color: #f1f1f1;
    cursor: default;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
input[disabled="disabled"]:hover {
    color: #f1f1f1;
}
input[type="text"], textarea {
    padding: 4px 6px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    font-size: 12px;
}

select { border: 0; background: #fff; height: 22px; margin: 0; }

#container { margin: 20px auto; text-align: center; }
#main { margin: 40px 0px; clear: both; min-height: 500px; }
#footer { margin: 20px auto 10px; clear: both; font-size: 12px; }

ul#nav { list-style: none; padding: 5px; background: #111; border-radius: 5px; width: 800px; margin: 5px auto; }
ul#nav li { display: inline-block; }
ul#nav li a { padding: 10px 15px; margin: 0px 10px; text-decoration: none; text-shadow: 0px 0px 2px rgba(0,0,0, 0.5); }
ul#nav > li > a { text-transform: lowercase; }
ul#nav li:first-child a { margin-left: 5px; }
ul#nav li a#lightboxlink { background: url('../images/camera.png') no-repeat right 10px; padding-right: 26px; padding-left: 5px; margin: 0px 10px 0px 85px; }
ul#nav li a#lightboxlink:hover { background-position: right -22px; }
ul#nav li a#viewcartlink { background: url('../images/cart.png') no-repeat right 10px; padding-right: 26px; padding-left: 5px; margin: 0px 5px; }
ul#nav li a#viewcartlink:hover { background-position: right -22px; }

ul#nav ul { display: none; position: absolute; list-style: none; padding: 5px 0px; background: #0a3e54; margin-left: 15px; margin-top: 5px; font-size: 12px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; min-width: 120px; z-index: 1000; }
ul#nav ul li { display: block; text-align: left; }
ul#nav ul li a { display: block; padding: 3px 30px 3px 15px; margin: 0px !important; }

/* Home */
body.home #main { margin-bottom: 29px; }
#slides { height: 485px; }
#slides div.item { display: none; width: 100%; background: url('../images/linen_darker.jpg'); overflow: hidden; }
#slides div.item:first-child { display: block; }
#slides div.item a:first-child { display: block; width: 100%; height: 470px; background-size: cover; background-repeat: no-repeat; background-position: center; box-shadow: inset 0px 5px 10px rgba(0,0,0,0.5), inset 0px -5px 10px rgba(0,0,0,0.5); }

.cycle-pager { display: inline-block; text-align: center; z-index: 500; position: relative; vertical-align: middle; margin-top: -1px; }
.cycle-pager span { width: 10px; height: 10px; border-radius: 10px; margin: 8px 5px; display: inline-block; color: transparent; background: #999; cursor: pointer; }
.cycle-pager span:hover { background: #f1f1f1; }
.cycle-pager span.cycle-pager-active { background: #333; }
.cycle-prev, .cycle-next { display: inline-block; position: relative; vertical-align: middle; top: 0px; padding: 5px 10px; margin: 0px; color: #999; font-size: 16px; cursor: pointer; }
.cycle-prev:hover, .cycle-next:hover { color: #f1f1f1; }
#play-slideshow-link { display: block; width: 140px; padding: 4px; margin: 0px auto; color: #999; cursor: pointer; text-transform: uppercase; font-weight: bold; }
#play-slideshow-link:hover { color: #f1f1f1; }


/* Portfolio */
#portfolio { }
#portfolio ul#subnav { position: absolute; left: 20px; width: 160px; margin: 40px 70px 0px 0px; list-style: none; padding: 10px 0px; background: #0a3e54; text-align: right; border-radius: 5px; font-size: 12px; }
#portfolio ul#subnav li a { padding: 5px 15px; display: block; text-decoration: none; }
#portfolio ul#subnav li.active a { background: #111; }

#portfolio #thumbnails { width: 920px; height: 560px; margin: -20px auto 0px; }
#portfolio #thumbnails div.page { display: none; position: relative; padding-top: 40px; height: 520px; width: 920px; }
#portfolio #thumbnails div.page div { display: inline-block; margin: 0px 5px 10px; }
#portfolio #thumbnails div.page div img { box-shadow: 4px 4px 7px rgba(17,17,17,0.7); /*border: 2px solid #444; */height: 150px; }

/* curated pages */
#portfolio #thumbnails div.page.curated { padding-top: 0px; height: 560px; }
#portfolio #thumbnails div.page.curated div { position: absolute; margin: 0px; }
#portfolio #thumbnails div.page.curated div a { display: inline-block; }
#portfolio #thumbnails div.page.curated div img { height: auto; }

#portfolio #thumbnails-nav { margin: 20px auto; height: 26px; }

.mfp-wrap { /*position: relative !important;*/ }    /* so large dialog observes body min-width */
#large-dialog {
    background: #174e65;
    color: #f1f1f1;
    margin: 10px auto;
    padding: 37px 20px 20px;
    border-radius: 5px;
    font-size: 12px;

    display: block;     /* fill screen except margin/padding */
    position: absolute;
    max-width: 1600px;
    max-height: 900px;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#large-dialog a {
    color: #f1f1f1;
}
#large-dialog a.addthis_button_expanded { color: #111; }
#large-dialog .mfp-close { color: #f1f1f1; font-family: Arial Light; font-size: 35px; width: 35px; height: 35px; line-height: 35px; }

#large-image-container {
    width: 100%;
    height: 100%;
    background: url('../images/linen_dark.jpg') repeat;
    border: 1px solid #111;
    overflow: hidden;
    position: relative;

    box-shadow: inset 0px 3px 10px rgba(0,0,0,0.2), inset 0px -3px 10px rgba(0,0,0,0.2);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#large-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#large-image-nav {
    position: absolute;
    text-align: center;
    width: 500px;
    left: 50%;
    top: 0px;
    margin-left: -250px;
}
#large-image-nav .next, #large-image-nav .prev {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    margin: 0px;
    padding: 13px 10px 7px;
}
#large-image-nav .next[disabled="disabled"], #large-image-nav .prev[disabled="disabled"] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
}
#large-image-nav .curr {
    display: inline-block;
    width: 290px;
    text-align: center;
    margin: 0px 10px;
    padding: 11px 0px 7px;
}
#large-image-nav .curr span {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}
#large-image-nav .next:hover, #large-image-nav .prev:hover {
    color: #f1edbd;
}
#large-image-nav .next[disabled="disabled"]:hover, #large-image-nav .prev[disabled="disabled"]:hover {
    color: #f1f1f1;
}

#play-pause {
    position: absolute;
    top: 0px;
    left: 45px;
    display: block;
}
#play-pause > div {
    display: inline-block;
}
#play-pause-link {
    text-align: center;
    display: block;
    padding: 13px 0px 7px 10px;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
#play-pause-link:hover {
    color: #f1edbd;
}
#play-pause .slow {
    margin-right: 5px;
}
#play-pause .fast {
    margin-left: 5px;
}
#speed-slider {
    width: 60px;
    height: 7px;
}
#speed-slider.ui-slider .ui-slider-handle {
    width: 7px;
    height: 19px;
    top: -7px;
    margin-left: -5px;
}
#speed-slider .ui-state-default {
    background: #ccc;
    border: 1px solid #bbb;
}
#speed-slider.ui-widget-content {
    background: #f1f1f1;
    border: 1px solid #ddd;
}

#buying-options-link {
    position: absolute;
    text-align: center;
    display: block;
    padding: 13px 10px 7px;
    width: 190px;
    top: 0px;
    right: 130px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
#buying-options-link:hover {
    color: #f1edbd;
}
#buying-options-up {
    display: block;
    padding: 2px 5px 2px;
    margin: 0.25em 0;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
#buying-options-up:hover {
    color: #f1edbd;
}
#buying-options {
    position: absolute;
    top: -470px;
    right: 50px;
    width: 335px;
    height: 440px;
    padding: 10px 20px;
    background: #0d3c4f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #333;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
}
#buying-options.open { top: 0px; }
#share-buttons {
}

a#addtolightboxlink { position: absolute; top: 2px; right: 100px; width: 28px; height: 32px; background: url('../images/camera_plus.png') no-repeat 0px 10px; }
a#addtolightboxlink:hover { background-position: 0px -22px; }

a#addtolightboxlink.in-lightbox { opacity: 0.6; filter: alpha(opacity=60); }
a#addtolightboxlink.in-lightbox:hover { }
a#lightbox-info-link { position: relative; top: 2px; left: 3px; font-size: 1.3em; color: #bbb; }
a#lightbox-info-link:hover { color: #f1edbd; }

#pricing-table { font-size: 11px; border-collapse: collapse; }
#pricing-table td { padding: 3px; text-align: right; border: 1px solid #ccc; background: #ddd; color: #333; height: 25px; width: 55px; display: table-cell; }
#pricing-table td.pricing-option { background: #f1f1f1; cursor: pointer; }
#pricing-table td.pricing-option:hover { background: #f1edbd; }
#pricing-table td.pricing-option.active { background: #bdedf1; }
#pricing-table td:first-child { font-weight: bold; padding-right: 8px; width: 75px; }
#pricing-table td:nth-child(n+2) { text-align: center; }
#pricing-table tr.hdr td { font-weight: bold; }
#pricing-table #sizes-row td { vertical-align: bottom; }
#pricing-table #sizes-row td span { display: inline-block; width: 10px; height: 10px; border: 1px solid #333; margin-bottom: 2px; color: transparent; }
#pricing-table #sizes-row td span.medium { width: 14px; height: 14px; }
#pricing-table #sizes-row td span.large { width: 20px; height: 20px; }
#pricing-table #sizes-row td span.xlarge { width: 24px; height: 24px; }

#item-price { visibility: hidden; text-align: center; margin: 0.6em 0; }

#print-shipping-info { text-align: center; font-size: 11px; margin-bottom: 0; }
#print-shipping-details-link { text-decoration: underline; cursor: pointer; }
#print-shipping-details-link:hover { color: #f1edbd; }


#print-shipping-dialog, #lightbox-info-dialog {
    background: url('../images/linen_lightererer.jpg');/* #bfd8e3;*/
    color: #333;
    margin: 10px auto;
    padding: 37px 20px 20px;
    border-radius: 5px;
    font-size: 12px;

    display: block;     /* fill screen except margin/padding */
    position: absolute;
    max-width: 600px;
    max-height: 900px;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
#lightbox-info-dialog {
    max-width: 450px;
    max-height: 480px;
}
#print-shipping-dialog a, #lightbox-info-dialog a { color: #333; }
#print-shipping-dialog a:hover, #lightbox-info-dialog a:hover { color: #999; }
#print-shipping-dialog ul, #lightbox-info-dialog ul { padding-left: 15px; }
#print-shipping-dialog ul li, #lightbox-info-dialog ul li { margin-bottom: 0.5em; }
#print-shipping-dialog-close, #lightbox-info-dialog-close { text-align: center; margin: 2em 0 0; font-size: 11px; }
#print-shipping-dialog-close-link, #lightbox-info-dialog-close-link { text-decoration: underline; cursor: pointer; }
#print-shipping-dialog-close-link:hover, #lightbox-info-dialog-close-link:hover { color: #999; }

#print-shipping-dialog .mfp-close, #lightbox-info-dialog .mfp-close { color: #333; font-family: Arial Light; font-size: 35px; width: 35px; height: 35px; line-height: 35px; }

ul#print-shipping-nav, ul#lightbox-info-nav { padding: 0px; margin: 0px 0px 2em; text-align: center; list-style: none; }
ul#print-shipping-nav li, ul#lightbox-info-nav li { display: inline-block; padding: 8px 16px; margin: 0px 5px; cursor: pointer; font-size: 12px; font-weight: bold; background: #e8e8e8; color: #999; border-radius: 5px; }
ul#print-shipping-nav li:hover, ul#lightbox-info-nav li:hover { text-decoration: underline; }
ul#print-shipping-nav li.active, ul#lightbox-info-nav li.active { cursor: default; background: #fff; color: #333; }
ul#print-shipping-nav li.active:hover, ul#lightbox-info-nav li.active:hover { text-decoration: none; }

/*
#print-shipping-details {
    display: none;
    position: absolute;
    top: 0px;
    right: 115px;
    width: 579px;
    height: 100%;
    max-height: 760px;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 20px;
    background: #ddd;
    color: #333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
#print-shipping-details.open { right: 426px; }
#print-shipping-details h3 { margin-top: 1.3em; }
#print-shipping-details a { color: #333; }
#print-shipping-details a:hover { color: #f1edbd; }
#print-shipping-details ul { padding-left: 15px; }
#print-shipping-details ul li { margin-bottom: 0.5em; }
#print-shipping-details-close { text-align: center; margin: 2em 0 0; font-size: 11px; }
#print-shipping-details-close-link { text-decoration: underline; cursor: pointer; }
#print-shipping-details-close-link:hover { color: #f1edbd; }

ul#print-shipping-nav { padding: 0px; list-style: none; }
ul#print-shipping-nav li { display: inline-block; padding: 5px 10px; margin-right: 5px; cursor: pointer; font-size: 12px; font-weight: bold; background: #e8e8e8; color: #999; border-radius: 5px; }
ul#print-shipping-nav li:hover { text-decoration: underline; }
ul#print-shipping-nav li.active { cursor: default; background: #f1f1f1; color: #333; }
ul#print-shipping-nav li.active:hover { text-decoration: none; }

#shipping-details { display: none; }
*/

/* when slideshow playing */
.slideshow-playing #large-dialog { cursor: none; background: none; padding: 30px 0px 10px; margin: 5px auto 10px; transition: all 0.8s; }
.slideshow-playing.mouse-moving #large-dialog { cursor: default; transition: all 0.8s;}
.slideshow-playing #large-dialog #large-image-container { background: none; border: none; box-shadow: none; transition: all 0.8s; }
.slideshow-playing #large-dialog #large-image-nav { display: none; transition: all 0.8s; }
.slideshow-playing #large-dialog #buying-options-link { display: none; transition: all 0.8s; }
.slideshow-playing #large-dialog a#addtolightboxlink { display: none; transition: all 0.8s; }
.slideshow-playing .my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 1.0; background: url('../images/linen_darker.jpg'); transition: all 0.8s; }
.slideshow-playing .mfp-close-btn-in .mfp-close { display: none; top: -5px; transition: all 0.8s; }
.slideshow-playing.mouse-moving .mfp-close-btn-in .mfp-close { display: block; z-index: 10; transition: all 0.8s; }
.slideshow-playing #large-dialog #play-pause { display: none; top: -7px; left: 0px; transition: all 0.8s; }
.slideshow-playing.mouse-moving #large-dialog #play-pause { display: block; z-index: 10; transition: all 0.8s; }
/*.slideshow-playing #large-image { cursor: none; transition: all 0.8s; }
.slideshow-playing.mouse-moving #large-image { cursor: default; transition: all 0.8s; }*/


/* Lightbox */
body.lightbox #addtolightboxlink, body.lightbox #add-to-lightbox, body.lightbox #lightbox-info-link { display: none; }
body.lightbox .addthis_toolbox { margin-top: 10px; }
body.lightbox #buying-options { height: 405px; }

#lightbox-container { display: table; overflow: hidden; margin: -35px auto 0px; }
#lightbox { position: relative; background: url('../images/linen_darker.jpg'); box-shadow: inset 0px 5px 10px rgba(0,0,0,0.5), inset 0px -5px 10px rgba(0,0,0,0.5); border-radius: 5px; width: 1050px; height: 550px; margin: 40px auto 0px; display: table; }
#lightbox #utils { position: absolute; top: -40px; width: 100%; }
#lightbox #utils > div { display: inline-block; }
#lightbox #utils input[type="button"] { font-weight: bold; background: #174e65; border: 0; padding: 10px 0px; outline: 0; }
#lightbox #utils input[type="button"]:hover { color: #f1edbd; }
#lightbox #utils input[type="button"].on { background: #0d3c4f; color: #f1edbd; }
#lightbox #utils #move-resize-off { margin-left: 5px; width: 70px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
#lightbox #utils #move-resize-on { width: 70px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
#lightbox #utils #trash { width: 200px; padding: 10px 30px; margin-left: 80px; background: #174e65; border-radius: 5px; font-weight: bold; }
#lightbox #utils #trash i { font-size: 1.2em; margin-left 5px; }
#lightbox #utils #trash.ui-state-hover { background: #316b83; border: none; }
#lightbox #utils #help { width: 100px; margin-left: 40px; font-weight: bold; }
#lightbox #utils #help a { text-decoration: none; }
#lightbox #utils #help i { font-size: 1.2em; margin-left 5px; }

#lightbox #thumbnails { display: table-cell; vertical-align: middle; }
#lightbox #thumbnails > div img { box-shadow: 4px 4px 7px rgba(17,17,17,0.7); height: 200px; }
#lightbox #thumbnails.move-resize-off > div { display: inline-block; margin: 0px 5px 10px; }
#lightbox #thumbnails.move-resize-off > div img { position: relative; height: 200px !important; width: auto !important; }
#lightbox #thumbnails.move-resize-off .ui-wrapper { position: relative !important; height: auto !important; width: auto !important; overflow: visible !important; }
#lightbox #thumbnails.move-resize-on > div { display: inline-block; margin: 0px; }
#lightbox #thumbnails.move-resize-on > div img { position: absolute !important; width: auto !important; }
#lightbox #thumbnails.move-resize-on .ui-wrapper { position: absolute !important; overflow: visible !important; }
#lightbox #thumbnails > div .ui-wrapper .ui-resizable-se { position: absolute; bottom: 0px; right: 0px; width: 30px; height: 30px; cursor: se-resize; background: none; }
#lightbox #thumbnails > div .ui-wrapper .ui-resizable-ne { position: absolute; top: 0px; right: 0px; width: 30px; height: 30px; cursor: ne-resize; background: none; }
#lightbox #thumbnails > div .ui-wrapper .ui-resizable-sw { position: absolute; bottom: 0px; left: 0px; width: 30px; height: 30px; cursor: sw-resize; background: none; }
#lightbox #thumbnails > div .ui-wrapper .ui-resizable-nw { position: absolute; top: 0px; left: 0px; width: 30px; height: 30px; cursor: nw-resize; background: none; }
#lightbox #thumbnails.move-resize-off > div .ui-wrapper .ui-resizable-se { cursor: pointer; }
#lightbox #thumbnails.move-resize-off > div .ui-wrapper .ui-resizable-ne { cursor: pointer; }
#lightbox #thumbnails.move-resize-off > div .ui-wrapper .ui-resizable-sw { cursor: pointer; }
#lightbox #thumbnails.move-resize-off > div .ui-wrapper .ui-resizable-nw { cursor: pointer; }
/* #lightbox .ui-wrapper { position: relative !important; } */


/* Statement */
#statement {
    width: 650px;
    margin: 0px auto;
    text-align: left;
}
.serif {
    font-family: serif;
    font-size: 17px;
}


/* Contact */
#contact { width: 740px; margin: 0px auto; text-align: left; }
#contact-form { float: left; margin-top: 1em; }
#contact-form table { border: 0; }
#contact-form td { vertical-align: top; padding-bottom: 8px; }
#contact-form td:first-child { width: 80px; padding-top: 3px; }
#contact-form #status.error { color: #df9131; }
#contact-form #status.success { color: #dfdf91; }

#contact-text { float: right; width: 295px; margin-left: 30px; }







/* Narrower Desktop / Tablet Styles */
@media only screen and (max-width: 1290px) {
    #portfolio ul#subnav { display: none; }
}

@media only screen and (max-width: 1190px) {
    #large-dialog { padding-top: 62px; }
    #play-pause { left: 25px; top: 25px; }
    #buying-options-link { right: 70px; top: 25px; }
    #buying-options { right: 0px; }
    #print-shipping-details { width: 514px; }
    #print-shipping-details.open { right: 376px; }
    a#addtolightboxlink { right: 40px; top: 27px; }

    #lightbox { width: 940px; }
}

@media only screen and (max-width: 960px) {
    #slides div.item { zoom: 0.9; }

    #portfolio #thumbnails { zoom: 0.87; }

    #print-shipping-details { width: 484px; }

    #lightbox { width: 810px; }
}

@media only screen and (max-width: 830px) {
    ul#nav { width: 700px; }
    ul#nav li a { margin: 0px 6px; }
    ul#nav li a#lightboxlink { margin-left: 66px; }

    #slides div.item { zoom: 0.8; }

    #portfolio #thumbnails { zoom: 0.7; }

    #contact { width: 700px; }
    #contact-form textarea { width: 250px; }
    #contact-text { margin-left: 20px; }

    #lightbox { width: 710px; }
}

