/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import url('../css/normalize.css');
@import url('../css/bootstrap.css');

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =============================================================================
   FDP Resets
============================================================================= */

.content_image_box {
border-color: transparent;
border-width: 0;
background-image: none;
background-color: transparent;
width: auto;
}

.oldie .content_image_box {
display:inline;
}

/* =============================================================================
   Structure
============================================================================= */

body {
margin: 0;
padding: 0;
background: url('../graphics/layout/bg_body.jpg') repeat 50% 102%;
}

.group {
margin: 0 auto;
padding: 0;
width: 960px;
position: relative;
}
   .group:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

#container {
width: 944px;
padding: 0 8px;
margin: 0 auto;
}

/* Helper Classes */

.left { float: left; }
.right { float: right; }
.clear {clear: both; }

.block li { display: block; }
.inline li { display: inline; }
.inline-block li { display: inline-block; }

.helper_block { display: block; }
li.helper_inline { display: inline; }
.helpder_iblock { display: inline-block; }

a:link, a:visited {
color: #F1F4C0; 
}

a:hover, a:active { text-decoration: none; }

/* =============================================================================
   Typography                                                                 
============================================================================= */

body {
font-family: 'Averia Serif Libre', cursive;
font-size: 14px;
color: #4d4d4f;
}

button, input, select, textarea {
font-family: 'Helvetica', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; font-weight: 400; color: #f1f4c0; }

h1 {
font-size: 30px;
line-height: 36px;
font-family: 'Vast Shadow', cursive;
}

h2 {
font-size: 18px;
line-height: 21px;
font-family: 'Vast Shadow', cursive;
text-transform: uppercase;
}

h3 {
font-size: 15px;
line-height: 18px;
font-family: 'Averia Serif Libre', cursive;
text-transform: uppercase;
}

h4 {
color: #F0F3C1;
font-size: 18px;
font-family: 'Averia Serif Libre', cursive;
line-height: 24px;
font-weight: 400;
}

h5 {
font-size: 15px;
line-height: 18px;
font-family: 'Sancreek', cursive;
}

h6 {
font-size: 15px;
line-height: 18px;
font-family: 'Averia Serif Libre', cursive;
font-weight: bold;
}

/* =============================================================================
   Header
============================================================================= */

header {
background: url('../graphics/layout/bg_header.png') no-repeat center 4px;
min-height: 586px;
margin-top: 7px;
}

#logo {
clear: both;
width: 325px;
height: 171px;
margin: 0 auto;
}

#logo a { display: block; height: 100%; }

.top, .top a {
font-family: 'Vast Shadow', cursive;
font-weight: 400 !important;
font-size: 15px;
color: #f1f4c0;
height: 24px;
text-decoration: none;
}

.top a { 
  background: url('../graphics/layout/arrow.png') no-repeat center left; 
  padding-left: 22px;
  margin-left: 6px;
}

.top ul { list-style: none; margin: 0; padding: 2px 34px 0 0; }
.top ul li { display: inline-block; }
  .ie7 .top ul li { float: left; }
.top .collection_item_description { display: none; }

.city { 
padding-left: 32px;
padding-top: 2px;
}

/* =============================================================================
   Search
============================================================================= */

#search {
background: url('../graphics/layout/bg_search.jpg') no-repeat top left;
float: right;
width: 233px;
height: 35px;
margin-right: 38px;
margin-top: 9px;
padding-top: 3px;
padding-left: 10px;
}

.fdpc_search_form_input {
background: none; 
border: none !important;
color: #222 !important;
}

#search input.google_site_search_form_textbox {
background: none !important;
margin-left: 10px;
margin-top: 3px;
width: 183px;
border: none;
float: left;
color: #555 !important;
font-family: 'Averia Serif Libre', cursive;
}

#search input.google_site_search_form_search_button {
float: right;
width: 42px;
height: 32px;
border: none;
background: none;
font-size: 0;
}

#search input.google_site_search_form_textbox:focus { outline: none !important; }

/* =============================================================================
   Navigation
============================================================================= */

nav {
z-index: 9991;
background: url('../graphics/layout/bg_nav.png') no-repeat top center;
height: 52px;
position: relative;
}

nav ul {
font-family: 'Sancreek', cursive;
font-weight: 400 !important;
float: left;
margin: 0;
line-height: 50px;
width: 609px;
padding-left: 54px;
}

nav ul li {
position: relative;
padding-left: 22px;
background: url('../graphics/layout/nav_seperators.gif') 10px center no-repeat;
}

nav ul li.first { padding-left: 0; background: none; }

nav ul li a {
text-decoration: none;
text-shadow:1px 1px 1px #000000;
-moz-text-shadow:1px 1px 1px #000000;
-webkit-text-shadow:1px 1px 1px #000000;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 1px;
}
nav ul li a:link, nav ul li a:visited { color: #ead29c; }
nav ul li a:hover, nav ul li a:active {}

nav ul li ul {
position: absolute;
left: 0;
visibility: hidden;
background-color: #DBB871;
background-image: url('../graphics/layout/bg_dd.gif') repeat-x top left;
float: none;
width: 130px;
padding: 10px 0;
top: 47px;
line-height: 18px;
border: 1px solid #947E53;
font-family: 'Averia Serif Libre', cursive;
}

nav ul li ul li {
background: url('../graphics/layout/dd_divider.png') no-repeat bottom center;
display: block !important;
padding: 5px 10px;
}

nav ul li ul li.first { background: url('../graphics/layout/dd_divider.png') no-repeat bottom center; padding: 5px 10px; }

nav ul li ul li a {
text-shadow:none;
font-size: 13px;
display: block;
letter-spacing: 0;
}
nav ul li ul li a:link, nav ul li ul li a:visited { color: #620103; }
nav ul li ul li a:hover, nav ul li ul li a:active {
color: #C8734F;
}


nav ul li ul li ul {
left: 130px;
top: -11px;
background-image: none;
}

/* =============================================================================
   Spotlight
============================================================================= */

#spotlight {
width: 880px;
margin: -10px auto;
height: 300px;
position: relative;
}

#spotlight ul { list-style: none; }

#spotlight_nav a {
height: 11px;
width: 13px;
display: block;
position: absolute;
top: 130px;
font-size: 0;
cursor: pointer;
}

a.prev {
background: url('../graphics/layout/prev_arrow.jpg') no-repeat top left;
left: -15px;
}

a.next {
right: -15px;
background: url('../graphics/layout/next_arrow.jpg') no-repeat top left;
}

#spotlight .collection_item_label, #spotlight .collection_item_description { display: none; }

/* =============================================================================
   Content
============================================================================= */

.one-third { width: 304px; }   
.two-thirds { width: 640px; }

#main { margin-top: 38px; margin-bottom: 2em; }


h4.headline:first-letter { 
font-size: 48px;
float: left;
line-height: 48px;
padding-right: 6px;
}


.content {
width: 545px;
padding-right: 95px;
color: #f0f3c1;
font-family: 'Averia Serif Libre', cursive;
font-size: 15px;
line-height: 21px;
font-weight: 400;
}

.content p { text-indent:20px; }

.content p.content_image { text-indent: 0; }


aside.one-third .collection_item_label,
aside.one-third .collection_item_gallery_label { display: none; }

aside #collections ul { 
list-style: none;
padding: 0;
margin: 1em 0;
min-height: 60px;
line-height: 60px;
}

aside #collections ul li { display: inline-block;  }

aside #collections ul li .content_image_box a { display: block; }

aside #collections ul li.first { float: left; }
aside #collections ul li.last { float: right; }

aside hr {
clear: both;
background: url('../graphics/layout/hr.png') no-repeat center center;
height: 20px;
border: none;
margin: 1em 0;
}


#news_top { 
background: url('../graphics/layout/bg_news_top.png') no-repeat top left;
height: 18px;
width: 308px;
clear: both;
}

#news_btm {
background: url('../graphics/layout/bg_news_btm.png') no-repeat top left;
height: 21px;
width: 308px; 
clear: both;
}

#news {
background: url('../graphics/layout/bg_news.png') repeat-y top left;
width: 248px;
clear: both;
padding: 0 30px;
line-height: 1.4em;
}

#news h4 {
text-align: center;
width: 100%;
color: #7C6F55;
font-size: 15px;
text-transform: uppercase;
font-family: 'Sancreek', cursive;
background: url('../graphics/layout/news_header.png') no-repeat bottom center;
padding-bottom: 8px;
margin-bottom: 1em;
margin-top: 0;
}

#news h3.content_news_article_headline a {
font-size: 12px;
color: #620103;
text-decoration: none;
line-height: 18px;
font-weight: normal;
text-transform: none;
}

#news .news_articles ul li span.content_news_article_by_line {
font-style: normal;
font-size: 12px;
color: #7C6F55;
}

#news .news_articles ul li {
margin: 0 0 1em;
}

#news .news_archives { clear: both; text-align: right; }

#news .news_archives a {
font-size: 12px;
color: #620103;
text-decoration: none;
line-height: 18px;
font-weight: bold;
text-align: right;
}

/* =============================================================================
   Footer
============================================================================= */
   
footer {
clear: both;
width: 960px;
margin: 0 auto;
}

.tagline { 
text-align: center;
font-size: 21px;
color: #F0F3C1;
font-family: 'Vast Shadow', cursive;
font-weight: 400 !important;
text-transform: uppercase;
background: url('../graphics/layout/bg_tagline.png') no-repeat top center;
padding-top: 33px;
height: 67px;
}

.tagline p { margin: 0; }

.locations {
color: #7C6F55;
font-size: 15px;
width: 810px;
height: 30px;
margin: 0 auto 2em;
}

.locations a { color: #7c6f55; }

div.locations div.locations_website_title, div.locations div.locations_additional, div.locations div.location {
padding: 5px;
}

.locations_website_title,
.location { float: left; font-weight: normal !important; }

.location_addresses,
.location_address,
.location_phones,
.location_email { float: left; padding-right: 10px; }

.location_address::before,
.location_phone::before,
.location_email::before {
content: url('../graphics/layout/star.png');
padding-right: 10px;
}

.location_phone_label,
.location_social_media,
.location_info,
.location_phone+.location_phone { display: none; }

/* =============================================================================
   Internal
============================================================================= */

.internal header {
background: url('../graphics/layout/bg_header_int.png') no-repeat top center;
height: 292px;
min-height: 292px;
}

.internal .content p { margin-top: 0; }

.internal .content .content_image_box {
border-color: #7C6F55;
border-width: 1px;
}

.internal aside ul { list-style: none; padding: 0; margin: 0; }

.internal aside .subnav ul li { padding: 5px 0;  }

.internal aside ul li a {
font-size: 12px;
color: #620103;
text-decoration: none;
line-height: 18px;
font-weight: normal;
text-transform: uppercase;
}

  .internal aside ul li ul { padding: 0 0 0 20px; }

  .internal aside ul li ul li a { text-transform: none; }


.internal .content ul { list-style: none; }
.internal .content ul li { 
background: url('../graphics/layout/star.png') no-repeat left center;
padding-left: 20px; 
}

.calendar tbody a:visited {
color: #580103;
}

/* =============================================================================
   General QA
============================================================================= */

.internal .content .news_articles ul li { padding: 0; background: none; }
.internal .content .news_articles p { text-indent: 0; }

nav ul li ul { left: 15px; }
nav ul li.first ul { left: 0; }


/* =============================================================================
   Browser QA
============================================================================= */

/* Modern =================================================================== */

   

/* IE (.ie) ================================================================= */

   

/* IE9 (.ie9) =============================================================== */

   

/* IE8 (.ie8) =============================================================== */

   

/* IE8 & IE7 (.oldie) ======================================================= */

   

/* IE7 (.ie7) =============================================================== */

   .ie7 .clear { height: 1px; }

/* =============================================================================
   FDP Styles
============================================================================= */

#catalog {
margin:1.14em 0;
position:relative;
}

#catalog_order_details th {
padding:4px 10px;
}

#internal div.dlCategoriesContainer h4 {
color:#edecea;
font-size:1.1em;
margin:0;
}

#message_details .value {
padding-left:10px;
}

#order_details_cart_actions,.dlItemDetailsFormSubmitContainer,.dlItemDetailsCategory {
font-size:0.9em;
}

.catalog_order_details_section .catalog_order_items_reorder_button {
bottom:0;
clear:both;
margin-top:-1.14em;
position:relative;
right:0;
}

.column_title,table#content_online_proof tbody tr td {
padding:4px 10px 4px 0;
}

.dlItemDetailsPhotoContainer img.dlDetailsPhoto,.dlPhotoContainer img.dlPhoto {
border-color:rgba(0,0,0,0.1);
}

.dlListHeadingContainer a {
color:#edecea;
}

div.dlSpecifyDetailsLinkContainer a:hover,div.dlSpecifyDetailsLinkContainer a:active {
background:#edecea;
color:#B78B90;
}

div.form_row_submit,table#content_online_proof thead tr,#internal h5.form_title,div.dlItemDetailsHeading,div.dlSpecifyDetailsLinkContainer a:link,div.dlSpecifyDetailsLinkContainer a:visited,.dlListHeadingContainer,.dlCategoriesTitle {
background:#e8e8e6;
color:#edecea;
font-size:0.9em;
}

h5.form_title {
clear: both;
background: none;
color: #F1F4C0;
font-family: 'vast shadow', sans-serif;
font-size: 15px;
font-weight: 400;
margin-top: 1em;
}


table.content_data_table td.row_odd,table.express_order p.category_title,#catalog_order_details th,.catalog_order_details_wrapper .catalog_order_section_row .catalog_order_section .catalog_order_section_title,#message_details .label.online_proof_details_label,table.express_order td.order_details_subtotal_value,table.express_order td.order_details_tax_value,table.express_order td.order_details_total_value,.dlItemDetailsFormHeading,.dlItemDetailsCategory {
background: transparent;
color:#555;
vertical-align:middle;
}

table.express_order tr.category,table.express_order tr.category td {
background:transparent none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: transparent;
border-color: #7C6F55;
color: #F1F4C0;
border-radius: 0;
}

input:focus, textarea:focus { outline: 5px auto #F1F4C6; }



/* =============================================================================
|   Form Reset                                                                 |
============================================================================= */

button, input, select {
   height: auto;
   font-size: 12px;
   line-height: 14px;
   }

button, input { padding: 2px 10px; }

input.content_login_portal_password, input.content_login_portal_username, .form_row_submit {
   width: 100%;
   margin: 0;
   padding: 0;
   }


table.express_order tr.item td { padding: 7px; }

.dlCategoriesTitle h4, .dlListHeadingContainer a,  { color: #333; }

div.form_row_submit, table#content_online_proof thead tr, #internal h5.form_title, div.dlItemDetailsHeading, div.dlSpecifyDetailsLinkContainer a:link, div.dlSpecifyDetailsLinkContainer a:visited, .dlListHeadingContainer, .dlCategoriesTitle {
   background: transparent;
   color: #333;
   }

input[type="submit"] {
background-color: #710103;
border: none;
color: #EAD29C;
font-family: 'sancreek', sans-serif;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 28px;
height: auto;
box-shadow: 1px 1px 3px #222;
-webkit-box-shadow: 1px 1px 3px #222;
-moz-box-shadow: 1px 1px 3px #222;
}

input[type="reset"] { 
background: transparent;
border: none;
color: #F1F4C0;
font-family: 'averia serif libre', sans-serif;
font-size: 12px;
text-decoration: underline;
}

.google_site_search_form_textbox {
background-color: transparent !important;
background-image: none !important;
border-color: #7C6F55;
color: #F1F4C0;
border-radius: 0;
}

div.required_form_label { color: #EF3A35; }

div.portal_login { clear: both; }

/* Calendar Styles */

.calendar tbody { background: #f9edd7; }

table.calendar tbody td span.day, table.calendar thead th, table.content_data_table th.column_label, div.catalog_display_express p.continue_button, table.express_order th, .dlItemDetailsFormSubmitContainer, div.content_catalog_cart_navigation a:hover {
background: transparent;
color: #7C6F55;
}

.internal .content table.calendar ul li { background: none; padding: 0; }

table.calendar a:link, table.calendar a:active { color: #580103; }

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet { color: #444; }

/* =============================================================================
   Sticky Footer -- Comment In If Desired
============================================================================= */
/*
*  {
   margin: 0;
   }

html, body {
   height: 100%;
   }

.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto (footer-height); /* the bottom margin is the negative value of the footer's height *//*
   background: black url('../graphics/bg.jpg') no-repeat top center;
   }

.push   {
   height: (footer-height); /* .push must be the same height as footer */
   }

/*Opera Fix*//*
body:before {
   content:"";
   height:100%;
   float:left;
   width:0;
   margin-top:-32767px;
   }

* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}