/*
Theme Name: Dygerati Design Custom
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme created by Dygerati Design
Version: 1.0
Author: Joel Thiessen
Tags: custom, basic, clean

Custom Wordpress theme created by Dygerati Design || http://design.dygden.com ||
*/

/*
	category: CSS
	name: Global Reset
	toolTip: Global Reset
*/

/*---------------GLOBAL RESET------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}


/*-------------------------------GLOBAL STYLES---------------------*/

html, body
{
    height: 100%; /*sticky footer*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans;
}

div.page_container
{
    width: 960px;
    margin: 0px auto;
}

div.page_container_padded
{
    width: 900px;
    margin: 0px auto;
    padding: 0px 30px;
}

.clear
{
    clear: both;
}

h1
{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    color: #fdc240;
}

h1.cufon /*cufon headings*/
{
    font-size: 2.4em;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
    margin-bottom: 12px;
    color: #d8a637;
    font-variant: small-caps;
}

h1.cufon span
{
    font-size: .7em;
    text-transform: uppercase;
}

h1.cufon span.small
{
    color: #d3d3d3;
    text-transform: uppercase;
    font-size: .5em;
    margin-left: 20px;
}

body
{
    font-size: 14px;
    line-height: 1.5em;
}

a:link, a:visited
{
    color: #879a57;
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #b2cb73;
}

a:hover
{
    border-bottom: 1px solid #b2cb73;
}


a:link.arrow, a:visited.arrow
{
    background: transparent url('images/link_arrow.png') no-repeat center right;
    padding-right: 15px;
}

a:hover.arrow
{
    background: transparent url('images/link_arrow_hover.png') no-repeat center right;
}

div#barUnderNav
{
    width: 100%;
    height: 14px;
    background: url('images/bg_barBelowNav.png') repeat-x top left;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

a.noBorder
{
    border-bottom: none;
}

a:hover#fancybox-close
{
    border-bottom: none;
}

#ieWarning
{
    background-color: #fff890;
}


.imgCenter
{
    display: block;
    margin: 25px auto 0 auto;
}


/*-------------------------------STICKY FOOTER---------------------*/
 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -275px;
 }
 .footer, .push {
     height: 285px;
 }

/*-------------------------------HEADER STYLES---------------------*/

div#header
{
    height: 102px;

}

#imgLogo
{
    float:left;
}

#drvDirections
{
    position: relative;
    float: right;
	display: none;
}

#drvForm
{
    display: none;
    padding: 0 15px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -40px;
    z-index: 9999;
    width: 128px; height: 164px;
    background: transparent url('images/bg_directionsForm.png') no-repeat top left;
}

#drvForm h3
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans;
    font-size: .8em;
    text-transform: uppercase;
    color: #a4a4a4;
    font-style: normal;
    margin: 5px 0 5px 0;
}

#drvForm input#zipInput
{
    width: 120px; height: 33px;
    background: url('images/bg_zipInput.png') no-repeat top center;
    font-size: .8em;
    text-align: center;
    border: none;
}

#drvForm label
{
    color: #585858;
    font-size: .9em;
    margin-left: 13px;
    padding-right: 5px;
    font-weight: bold;
}

#drvForm #btn_submit
{
    display: block;
    background: transparent url('images/btn_fetchDirections.png') no-repeat top center;
    border: none;
    width: 119px; height: 25px;
    margin: 5px auto 0 auto;
}

#navContainer
{
    width: 100%;
    background: transparent url('images/bg_navbar_tile.jpg') repeat-x top left;
    height: 42px;
}

#nav
{
    height: 42px;
    background: transparent url('images/bg_navigation.jpg') no-repeat top left;
}

ul#menu
{
    margin-left: 170px;
}

ul#menu li
{
    display: inline;
    float: left;
}

ul#menu li a
{
    text-indent: -9999px;
    display: block;
    height: 42px;
    overflow: hidden;
    border-bottom: none;
}

ul#menu li.home a
{
    background: url('images/nav_home.png') no-repeat top left;
    width: 124px;
}

ul#menu li.page-item-5 a:link, ul#menu li.page-item-5 a:visited
{
    background: url('images/nav_company.png') no-repeat top left;
    width: 206px;
}

ul#menu li.page-item-6 a:link, ul#menu li.page-item-6 a:visited
{
    background: url('images/nav_products.png') no-repeat top left;
    width: 170px;
}

ul#menu li.page-item-7 a:link, ul#menu li.page-item-7 a:visited
{
    background: url('images/nav_labels.png') no-repeat top left;
    width: 130px;
}

ul#menu li.page-item-8 a:link, ul#menu li.page-item-8 a:visited
{
    background: url('images/nav_contact.png') no-repeat top left;
    width: 151px;
}

ul#menu li.page_item a:hover
{
    background-position: left bottom;
    border-bottom: none;
}

/*******enable active nav background on current page******/

body.home ul#menu li.home a
{
    background-position: left bottom;
}

body.page-id-5 ul#menu li.page-item-5 a
{
    background-position: left bottom;
}

body.page-parent ul#menu li.page-item-6 a, body.page-child ul#menu li.page-item-6 a
{
    background-position: left bottom;
}

body.page-id-7 ul#menu li.page-item-7 a
{
    background-position: left bottom;
}

body.page-id-8 ul#menu li.page-item-8 a
{
    background-position: left bottom;
}


/*-------------------------------MAIN PAGE---------------------*/


#faderContainer
{
    position: relative;
    width: 100%;
    height: 294px;
    background: transparent url('images/fader_bg_tile.jpg') repeat-x top left;
}

#fader
{
    height: 294px;
    position: relative;
    overflow: visible;
}

#faderContainer span.shadow
{
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background: url('images/bg_fader_shadow.png') repeat-x top center;
    z-index: 1050;
}

#fader img.faderImage
{
    position: absolute;
    top: 0px; left: 0px;
    z-index: 1000;
}

div.shadow
{
    position: relative;
    height: 294px;
}

#faderLeftShadow
{
    float: left;
    width: 32px;
    left: -32px;
    background: transparent url('images/fader_shadow_left.jpg') no-repeat top left;
}

#faderRightShadow
{
    float: right;
    width: 28px;
    right: -28px;
    background: transparent url('images/fader_shadow_right.jpg') no-repeat top left;
}


/*-------------------------------LATEST NEWS---------------------*/

#news
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans;
    color: white;
    width: 225px;
    height: 522px;
    background: transparent url('images/bg_news_tile.png') repeat-y top left;
    float: left;
    margin-left: 2px;
    position: relative;
    padding: 20px 30px;
    z-index: 1075;
    overflow: hidden;
}

img#newsBottom
{
    position: absolute;
    bottom: 0px; left: 1px;
}

#news h3
{
    font-weight: bold;
    border-bottom: 1px solid #866923;
    margin-top: 10px;
    line-height: .9em;
    padding-bottom: 5px;
}

#news h3 a
{
    border-bottom: none;
}

#news h3 span
{
    font-weight: normal;
    color: #CCC;
    font-size: .7em;
    text-transform: uppercase;
}

#news p
{
    font-size: .9em;
    line-height: 1.5em;
    margin: 5px 0;
}

#news p img
{
    display: none;
}

#news a:link, #news a:visited
{
    color: #cbe782;
}

/*-------------------------------PRODUCTS SECTION (HOME PAGE)---------------------*/

div#section_products
{
    width: 630px;
    float: right;
    margin-top: 25px
}

h2#heading_products
{
    margin-left: 35px;
}

div.product_container
{
    width: 210px;
    float: left;
}

div.product_container h3
{
    font-family: "Myriad Pro", Verdana, Arial;
    text-align: center;
    color: #5e657f;
    font-weight: bold;
}

div.product_container img
{
    margin: auto;
}

div#contentBySidebar table
{
    color: #6e6e6e;
    width: 600px;
    margin-top: 25px;
}

div#contentBySidebar table th
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

div#contentBySidebar table tr.heading
{
    border-bottom: 1px solid #DDD;
}

div#contentBySidebar table td
{
    text-align: center;
    border-right: 1px solid #DDD;
    padding-bottom: 5px;
}

div#contentBySidebar table td.last
{
    border-right: none;
}

img.cherries-availability
{
    margin-top: 20px;
}

ul#packstyles
{
    color: #6e6e6e;
    list-style-type: circle;
    margin-left: 20px;
}

img.calendar
{
    margin-top: 30px;
}

/*-------------------------------COMPANY SECTION (HOME PAGE)---------------------*/

div#section_company
{
    margin-top: 35px;
}

div#section_company p
{
    color: #6e6e6e;
    font-size: 1.1em;
    line-height: 1.7em;
    margin-bottom: 20px;
}

a#historyLink
{
    float: right;
}


/*-------------------------------FOOTER STYLES---------------------*/

div#footer
{
    background: transparent url('images/footer_tile.jpg') repeat left bottom;
    width: 100%;
    margin-top: 25px;
}

div#footer_top
{
    width: 100%;
    height: 26px;
    background: url('images/footer_top.jpg') repeat-x top center;
}

div.footer_container
{
    width: 320px;
    float: left;
    background: url('images/footer_divider_tile.png') repeat-y right center;
}

div#footer div.last
{
    background: none;
}

div.footer_container h3
{
    text-indent: -9999px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
}

div.footer_container h3.site_links
{
    background-image: url('images/heading_footer_sitelinks.png');
}

div.footer_container h3.other_links
{
    background-image: url('images/heading_footer_othersites.png');
}

div.footer_container h3.certifications
{
    background-image: url('images/heading_footer_certifications.png');
}

div.footer_container ul
{
    background-color: #fdeed2;
    padding: 10px;
    width: 155px;
    margin: 7px auto 0px auto;
    -moz-border-radius: 10px; /*--CSS3 Rounded Corners--*/
    -khtml-border-radius: 10px; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px; /*--CSS3 Rounded Corners--*/
}

div.footer_container ul li
{
    list-style-image: url('images/list_arrow.png');
    margin-left: 20px;
}

div.footer_container li a:link, div.footer_container li a:visited, div.certContainer
{

    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: .9em;

}

img#footer_divider
{
    margin: auto;
    margin-top: 20px;
}

cite
{
    display: block;
    width: 100%;
    text-align: center;
    color: #b2a58c;
    font-size: .8em;
}

div.certContainer
{
    background-color: #fdeed2;
    padding: 10px;
    width: 155px;
    margin: 7px auto 0px auto;
    color: #b4a68b;
    -moz-border-radius: 10px; /*--CSS3 Rounded Corners--*/
    -khtml-border-radius: 10px; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px; /*--CSS3 Rounded Corners--*/
}

div#bluebook
{
    background: #fdeed2 url('images/logo_bluebook.png') no-repeat top left;
    padding-left: 60px;
    width: 95px;
}

/*-------------------------------PAGE & SINGLE STYLES---------------------*/

body.page .wrapper h3, body.single .wrapper h3, body.error404 .wrapper h3
{
    font-family: "Myriad pro", "Verdana", "Arial";
    color: #5e657f;
    font-size: 2.2em;
    margin: 20px 0px;
    font-style: italic;
}

body.single .wrapper p, body.page .wrapper p, body.single .wrapper p span, body.page .wrapper p span
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans;
    color: #6e6e6e;
    font-size: 1.05em !important;
    line-height: 1.5em;
}

body.single .wrapper h3 span
{
    color: #BBB;
    font-size: .6em;
    text-transform: uppercase;
    margin-left: 15px;
}

/*-------------------------------SIDEBAR---------------------*/
div#sidebar
{
    width: 190px;
    float: left;
}

#contentBySidebar
{
    float: left;
    width: 670px;
    padding: 0px 30px;
}

div#sidebar ul li
{
    border-bottom: 1px solid #EEE;
}

div#sidebar ul li a:link, div#sidebar ul li a:visited
{
    display: block;
    width: 100%; height: 100%;
    background: url('images/list_sidebar_arrow.png') no-repeat left center;
    padding-left: 20px;
    font-family: Verdana, Helvetica, sans-serif;
    border-bottom: none;
}

div#sidebar ul li a:hover
{
    border-bottom: none;
    color: #667442;
    background: url('images/list_sidebar_arrow_hover.png') no-repeat left center;
}

div#sidebar h1
{
    margin-top: 15px; margin-bottom: 0px;
    border-bottom: none;
    font-size: 2em;

}

div#sidebar h1.products
{
    margin-top: 15px; margin-bottom: 0px;
    border-bottom: none;
    padding-left: 60px; padding-top: 15px;
    height: 40px;
    font-size: 2em;
}

div#sidebar h1.pears
{
    background: url('images/heading_bg_pears.jpg') no-repeat top left;
}

div#sidebar h1.cherries
{
    background: url('images/heading_bg_cherries.jpg') no-repeat top left;
}

div#sidebar h1.kiwi
{
    background: url('images/heading_bg_kiwi.jpg') no-repeat left center;
}


/*-------------------------------PRODUCTS PAGES---------------------*/
p.overview
{
    position: relative;
    top: -35px;
    padding-top: 35px;
    min-height: 230px;
}

body.page-id-59 p.pears
{
    background: url('images/overview_pears.jpg') no-repeat right top;
}

body.page-id-71 p.cherries
{
    background: url('images/overview_cherries.jpg') no-repeat right top;
}

body.page-id-63 p.kiwi
{
    background: url('images/overview_kiwi.jpg') no-repeat right top;
}

p.overview span.spacer
{
    display: block;
    float: right;
    height: 200px; width: 281px;
    text-indent: -9999px;
}

p.cherries span.spacer
{
    width: 150px;
}

div#contentBySidebar h1.cufon
{
    font-size: 1.6em;
    margin-top: 25px;
}

p.varieties
{
    padding-left: 115px;
    min-height: 85px;
    position: relative;
}

p.varieties a:link, p.varieties a:visited
{
    display: block;
    height: 85px; width: 100px;
    position: absolute;
    left: 0; top: 0;
    text-indent: -9999px;
    border-bottom: none;
}

p.varieties a:hover
{
    border-bottom: none;
}

p.bartlett
{
    background: url('images/varieties_bartlett.jpg') no-repeat top left;

}

p.bosc
{
    background: url('images/varieties_goldbosc.jpg') no-repeat top left;

}

p.comice
{
    background: url('images/varieties_comice.jpg') no-repeat top left;

}

p.seckel
{
    background: url('images/varieties_seckel.jpg') no-repeat top left;

}

p.frenchbutter
{
    background: url('images/varieties_frenchbutter.jpg') no-repeat top left;

}

p.starcrimson
{
    background: url('images/varieties_starcrimson.jpg') no-repeat top left;

}

/*-------------------------------HISTORY PAGE---------------------*/
div#historyContent h1
{
    font-size: 1.6em;
    margin-top: 20px;
}

div#historyContent p
{
    min-height: 165px;
}

div#historyContent p.imgRight
{
    padding-right: 200px;
}

div#historyContent p.imgLeft
{
    padding-Left: 200px;
}

p.osburn
{
    background: url('images/history_dosburn.jpg') no-repeat right top;
}

p.jelliot
{
    background: url('images/history_jelliot.jpg') no-repeat top left;
}

p.delliot
{
    background: url('images/history_delliot.jpg') no-repeat right top;
}

p.delliot2
{
    background: url('images/history_delliot2.jpg') no-repeat right top;
}

div#historyContent p.efamily
{
    min-height: 0px;
}

/*-------------------------------PRIVACY PAGE---------------------*/

div#privpage
{
    padding: 0px 20px;
}

div#privpage h1, div#privpage table, div#privpage p
{
    margin-bottom: 25px;
}

div#privpage li
{
    list-style-type: lower-roman;
    margin-left: 45px; margin-bottom: 15px;
    font-size: .9em;
    color: #999;

}

td.tblheading
{
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

div#privpage table
{
    font-size: .85em;
}

div#privpage h1
{
    font-size: 1.6em;
}

/*-------------------------------POST PAGES---------------------*/
body.single #contentBySidebar p
{
    margin-bottom: 15px;
}


body.archive div#contentBySidebar h1
{
    font-family: "Myriad Pro", Verdana, Arial;
    color: #5e657f;
    font-size: 2.2em;
    font-style: italic;
    margin-top: 20px; margin-bottom: 20px;
}

body.archive h3.archiveHeading
{
    margin-top: 20px;
}

body.archive h3.archiveHeading span
{
    color: #999;
    text-transform: uppercase;
    font-size: .8em;
    display: block;
}

body.archive h3.archiveHeading a
{
    font-size: 1.3em;
    border-bottom: none;
}

div.archive_entry
{
    margin-left: 20px;
}


body.archive div#contentBySidebar
{
    color: #6e6e6e;
}

/*-------------------------------CONTACT PAGE---------------------*/

body.page-id-8 h1
{
    font-size: 1.5em;
}

body.page-id-8 table
{
    color: #6e6e6e;

}

body.page-id-8 table td
{
    padding: 10px;
}

body.page-id-8 table td.heading
{
    text-align: right;
    font-size: .8em;
    color: black;
    width: 100px;
}

/*-------------------------------LABELS PAGE---------------------*/

div.label
{
    float: left;
    width: 300px;
    margin-top: 25px;
}

