/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */
 
.clear { clear: both; }
div.clear { font-size: 0; line-height: 0; height: 0; visibility: hidden; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Body */
body { font: normal normal normal 14px/20px Arial, sans-serif; color: #404041; background-color: #e2e2e2; }
#body-container { margin: 10px auto 45px; width: 890px; background-color: #fff; padding: 20px 0; }
/* Links */
a, a:visited { color: #6caedf; text-decoration: underline; }
a:hover, a:active { color: #6caedf; text-decoration: none; }
/* Headers */
h1, h2 { font-size: 18px; line-height: 24px; color: #bb846f; font-weight: bold; margin: 0 0 15px; }
h1, h2.page-title { text-transform: uppercase; border-bottom: 2px solid #404041; color: #404041; margin: 20px 0!important; padding: 0 0 5px; }
h2.blog-title a, h2.blog-title a:visited { text-decoration: none; color: #6caedf; }
h2.blog-title a:hover, h2.blog-title a:active { text-decoration: none; color: #0588B5; }
h2.entry-title { margin: 0 0 5px; }
h3 { font-size: 18px; line-height: 24px; color: #404041; font-weight: bold; margin: 0 0 5px; }
h4 { font-size: 16px; line-height: 20px; color: #bb846f; font-weight: bold; margin: 0 0 5px; }
h5 { font-size: 14px; line-height: 20px; color: #6caedf; font-weight: bold; margin: 0 0 5px; }
h6 { font-size: 14px; line-height: 20px; color: #bb846f; font-weight: bold; margin: 0 0 5px; }
p { margin: 0 0 15px; }
/* Lists */
ul { list-style-type: disc; margin: 0 0 15px 15px; }
ol { list-style-type: decimal; margin: 0 0 15px 20px; }
li { margin: 0 0 4px 15px; }
/* Blockquotes */
blockquote { font-style: italic; color: #555; padding: 10px 15px; }
blockquote blockquote { color: #777; }
blockquote em { font-style: normal; }
/* Code */
pre { padding: 9px; background: #f9f9f9; border: 1px solid #ccc; }
code { padding: 0 3px; background: #eee; }
pre code { background: transparent; }
/* Tables */
table { width: 100%; border-collapse: separate; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
caption { font-size: .9em; font-style: italic; text-align: right; }
td, th { padding: 3px 6px; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
th { background: #eee; }
/* Drop caps */
.drop-cap { float: left; margin: 3px 3px 0 0; font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif; color: #333; }
/* Notes */
.note { padding: 6px 9px; background: #eee; border: 1px solid #ccc; }
/* Warnings/Alerts */
.warning, .alert { padding: 6px 9px; background: #fffbbc; border: 1px solid #E6DB55; }
/* Errors */
.error { padding: 6px 9px; background: #ffebe8; border: 1px solid #C00; }
/* Downloads */
.download { padding: 6px 9px; background: #e7f7d3; border: 1px solid #6c3; }
/* Images */
.thumbnail { float: right; display: inline; margin: 3px 0 15px 15px; }
/* Gallery [gallery] */
.gallery img { border: 1px solid #ccc; }
/* Avatars */
.avatar { float: left; width: 100px; height: 100px; margin: 5px 15px 0 0; padding: 5px; border: 1px solid #ccc; }
/* Header */
#header { margin: 0 auto 15px; width: 850px; height: 196px; }
a#logo, a#logo:visited, a#logo:hover, a#logo:active { text-align: center; background-color: #404041; width: 422px; height: 196px; float: left; display: inline; }
a#logo img { margin: 34px auto 0;  }
.mastheadNav { float: right; display: inline; width: 422px; height: 196px; background: #6badde url(/wordpress/wp-content/themes/museum/imgs/mastheadPhoto.jpg) no-repeat 0 0; }
.mastheadNav ul { margin: 8px 13px 0 0; float: right; display: inline; }
.mastheadNav li { text-align: right; font-weight: bold; color: #fff; margin: 0; list-style-type: none; border-top: 1px solid #a7ceec; }
.mastheadNav li:first-child { border: none; }
.mastheadNav li a, .mastheadNav li a:visited { display: block; color: #fff; text-decoration: none; padding: 4px 15px; background: transparent url(/wordpress/wp-content/themes/museum/imgs/smallWhiteArrow.png) no-repeat 100% 9px; }
.mastheadNav li a:hover, .mastheadNav li a:active { color: #0588B5; text-decoration: none; }
/* Container (wraps content, primary, and secondary) */
#container { margin: 0 auto 15px; width: 850px; background: #fff url(/wordpress/wp-content/themes/museum/imgs/containerBkgd.png) repeat-y 0 0; }
/* Main Navigation */
#navigation { width: 199px; float: left; display: inline; background-color: #bb846f; }
#navigation ul { list-style-type: none; margin: 12px; }
#navigation li { margin: 0; border-top: 1px solid #d0a99a; font-weight: bold; color: #fff; }
#navigation li:first-child { border: none; }
#navigation li a, #navigation li a:visited { display: block; color: #fff; text-decoration: none; text-align: right; padding: 7px 0; }
#navigation li a:hover, #navigation li a:active, #navigation li.current_page_item a, #navigation li.current_page_item a:visited, #navigation li.current_page_parent a, 
#navigation li.current_page_parent a:visited, #navigation li.current_page_ancestor a, #navigation li.current_page_ancestor a:visited { color: #404041; text-decoration: underline; }
#navigation li ul.children { display: none; }
#navigation li.current_page_item ul.children, #navigation li.current_page_parent ul.children, #navigation li.current_page_ancestor ul.children { display: block; margin: 0 0 10px; }
#navigation ul.children li { margin: 0 0 5px; border: none; font-weight: normal; }
#navigation ul.children li a, #navigation ul.children li a:visited { padding: 0; color: #404041; text-decoration: none; }
#navigation ul.children li a:hover, #navigation ul.children li a:active, #navigation ul.children li.current_page_item a, #navigation ul.children li.current_page_item a:visited, 
#navigation ul.children li.current_page_parent a, #navigation ul.children li.current_page_parent a:visited { color: #404041; text-decoration: underline; }
/* Main content */
.content { margin: 0; width: 631px; float: right; display: inline; }
/* Posts */
.post { margin: 0 0 20px; padding: 0 0 5px; border-bottom: 1px dotted #404041; }
/* Archive information */
.archive-title, .category-title, .search-title, .author-title { margin-bottom: 0!important; border: none; padding: 0; }
.archive-info, .category-info, .author-info, .search-info { margin: 0 0 25px; }
.archive-info p, .category-info p, .author-info p, .search-info p { margin: 0; }
.search .product, .search .post, .search .page { clear: both; }
/* Byline */
.byline { margin: 0 0 10px 0; font-size: 13px; }
a.more-link, a.more-link:visited { font-weight: bold; display: block; margin: 15px 0; }
/* Entry content */
.entry-content { margin: 0; }
.home .entry-content { float: left; display: inline; width: 375px; }
/* Home Callouts */
.homeCallouts { float: right; display: inline; width: 235px; }
.homeCallouts h3 { margin: 0 0 11px; width: 235px; height: 95px; text-align: right; }
.homeCallouts h3 img { margin: 0 0 -1px 10px; }
.homeCallouts a, .homeCallouts a:visited { display: block; color: #fff; text-decoration: none; padding: 68px 11px 0 0; width: 224px; height: 27px; background-position: 0 0; background-repeat: no-repeat; }
.homeCalloutBlue a, .homeCalloutBlue a:visited { background-color: #6caedf; background-image: url(/wordpress/wp-content/themes/museum/imgs/bolsterCollectionCallout.jpg); }
.homeCalloutSalmon a, .homeCalloutSalmon a:visited { background-color: #bb846f; background-image: url(/wordpress/wp-content/themes/museum/imgs/currentCollectionCallout.jpg); }
.homeCalloutGray a, .homeCalloutGray a:visited { background-color: #6b6b6b; background-image: url(/wordpress/wp-content/themes/museum/imgs/eventsCallout.jpg); }
.homeCallouts a:hover, .homeCallouts a:active { color: #fff; text-decoration: none; background-position: 0 100%; }
/* Map Styles */
.mapp-overlay-title, .mapp-overlay-body { text-align: left; }
.mapp-overlay-title { padding: 10px 0 0; }
.mapp-overlay-body { line-height: 14px; }
/* Entry metadata */
.entry-meta { clear: both; font-size: 13px; }
/* Page links (multiple-paged posts) */
p.page-links a { margin: 0 3px; padding: 3px 9px 3px 9px; border: 1px solid #ccc; }
/* Navigation links */
.navigation-links { padding: 20px 0; }
.navigation-links .previous { float: left; max-width: 50%; }
.navigation-links .next { float: right; max-width: 50%; text-align: right; }
.navigation-attachment { overflow: hidden; }
/* Aside */
.aside { float: left; display: inline; width: 175px; background-color: #bb846f; clear: left; padding: 0 12px 20px; text-align: right; }
/* Widgets */
.widget { margin: 25px 0 0; }
.widget a, .widget a:visited { color: #fff; text-decoration: none; font-weight: bold; }
.widget a:hover, .widget a:active { color: #404041; text-decoration: underline; }
.widget ul { list-style-type: none; }
.widget-title { font-size: 16px; line-height: 20px; }
.widget_product_search h3, label.screen-reader-text, input#searchsubmit { display: none; }
input#s, input#search-text { width: 169px; font-size: 12px; }
input#search-text-1 { float: left; display: inline; margin: 3px 0 0; }
input#search-submit-1 { margin: 0 0 0 5px; }
/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single { margin: 0 0 21px 0; padding: 20px 20px 0 20px; border: 1px solid #ccc; }
/* Comments template */
#comments-template { clear: both; }
/* Comment headers */
.comments-header, #reply-title { margin-bottom: 15px; }
/* Comments are closed */
.comments-closed { font-style: italic; }
/* Comment list */
#comments-template ol { list-style: none; margin: 0; }
#comments li { margin: 0 0 15px 0; border-bottom: 1px dotted #bebebe; }
#comments li li, #comments li li li, #comments li li li li, #comments li li li li li { margin: 0 0 0 25px; border: none; }
/* Avatar */
#comments-template .avatar { width: 40px; height: 40px; float: left; margin-right: 15px; padding: 0; border: 1px solid #666; }
a#cancel-comment-reply-link, a#cancel-comment-reply-link:visited { font-size: 13px; margin-left: 15px; }
/* Comment metadata */
.comment-meta { margin: 0 0 10px 0; font-size: 13px; }
.comment-author { font-size: 15px; font-weight: bold; }
/* Comment text */
.comment-text { clear: left; margin: 0; }
/* Form */
.text-input { display: block; width: 350px; }
#comments-template label { width: 75px; float: left; display: inline; }
.comment-navigation { padding-bottom: 20px; font-family: Helvetica, Arial, sans-serif; font-size: 13px; }
.comment-navigation span, .comment-navigation a { margin-right: 5px; }
.comment-navigation span { font-weight: bold; }
/* Respond textarea */
textarea#comment { width: 500px; height: 200px; }
.form-submit { margin-left: 75px; }
/* Submit and rest buttons */
.button, .submit, .reset { width: 100px; margin-right: 15px; padding: 7px 15px 8px 15px; background: #fff; border: 1px solid #ccc; }
.button:hover, .submit:hover, .reset:hover { cursor: pointer; background: #f9f9f9; }
/* Footer container */
#footer-container { clear: both; margin: 0 auto; background-color: #b3b3b3; width: 850px; }
#footer-container p { margin: 0; padding: 25px 10px 10px 0; font-size: 12px; line-height: 16px; color: #fff; text-align: right; }
/* ----------- Album Styles Extend -------------*/
.ngg-albumoverview { margin-top: 10px; width: 100%; clear:both; display:block !important; }
.ngg-album { height: 100%; padding: 5px; margin-bottom: 5px; border: 1px solid #fff; }
/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album { overflow:hidden; padding: 5px; margin-bottom: 5px; border: 1px solid #cccccc; } 
.ngg-album { overflow: hidden; padding: 5px; margin-bottom: 5px; border: 1px solid #cccccc; }
.ngg-albumtitle { text-align: left; font-weight: bold; margin:0px; padding:0px; font-size: 1.4em; margin-bottom: 10px; }
.ngg-thumbnail { float: left; margin-right: 12px; }
.ngg-thumbnail img { background-color:#FFFFFF; border:1px solid #A9A9A9; margin:4px 0px 4px 5px; padding:4px; position:relative; }
.ngg-thumbnail img:hover { background-color: #A9A9A9; }
.ngg-description { text-align: left; }
/* ----------- Album Styles Compact -------------*/
.ngg-album-compact { float:left; height:180px; padding-right:6px !important; margin:0px !important; text-align:left; width:120px; }
.ngg-album-compactbox { background:transparent url(albumset.gif) no-repeat scroll 0%; height:86px; margin:0pt 0pt 6px !important; padding:12px 0pt 0pt 7px !important; width:120px; }
.ngg-album-compactbox .Thumb { border:1px solid #000000; margin:0px !important; padding:0px !important; width:91px; height:68px; }
.ngg-album-compact h4 { font-size:15px; font-weight:bold; margin-bottom:0px; margin-top:0px; width:110px; }
.ngg-album-compact p { font-size:11px; margin-top:2px; }
/* ----------- Gallery style -------------*/
.ngg-galleryoverview { overflow: hidden; margin: 0 0 25px; width: 100%; clear:both; display:block !important; }
.ngg-galleryoverview .desc { /* required for description */ margin:0px 10px 10px 0px; padding:5px; }
.ngg-gallery-thumbnail-box { float: left; }
.ngg-gallery-thumbnail { float: left; margin-right: 5px; text-align: center; }
.ngg-gallery-thumbnail img { border:1px solid #6caedf!important; display:block; margin:4px 0px 4px 5px; position:relative; }
.ngg-gallery-thumbnail img:hover { background-color: #A9A9A9; } 
.ngg-gallery-thumbnail span { /* Images description */ font-size:90%; padding-left:5px; display:block; }
.ngg-clear { clear: both; }
/* ----------- Gallery navigation -------------*/
.ngg-navigation { font-size:0.9em !important; clear:both !important; display:none !important; padding-top:15px; text-align:center; }
.ngg-navigation span { font-weight:bold; margin:0pt 6px; }
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev { border:1px solid #DDDDDD; margin-right:3px; padding:3px 7px; }
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover { background-color: #0066CC; color: #FFFFFF !important; text-decoration: none !important; }
/* ----------- Image browser style -------------*/
.ngg-imagebrowser {}
.ngg-imagebrowser h3 { text-align:center; }
.ngg-imagebrowser img { border:1px solid #A9A9A9; margin-top: 10px; margin-bottom: 10px; width: 100%; display:block !important; padding:5px; }
.ngg-imagebrowser-nav { padding:5px; margin-left:10px; }
.ngg-imagebrowser-nav .back { float:left; border:1px solid #DDDDDD; margin-right:3px; padding:3px 7px; }
.ngg-imagebrowser-nav .next { float:right; border:1px solid #DDDDDD; margin-right:3px; padding:3px 7px; }
.ngg-imagebrowser-nav .counter { text-align:center; font-size:0.9em !important; }
.exif-data { margin-left: auto !important; margin-right: auto !important; }
/* ----------- Slideshow -------------*/
.slideshow { margin-left: auto; margin-right: auto; text-align:center; outline: none; }
.slideshowlink {}
/* ----------- JS Slideshow -------------*/
.ngg-slideshow { overflow:hidden; position: relative; }
.ngg-slideshow * { vertical-align:middle; }
/* See also : http://www.brunildo.org/test/img_center.html */
.ngg-slideshow-loader{ display: table-cell; text-align: center; vertical-align:middle; }
.ngg-slideshow-loader img{ background: none !important; border: 0 none !important; margin:auto !important; }
/* ----------- Single picture -------------*/
.ngg-singlepic { background-color:#FFFFFF; display:block; padding:4px; }
.ngg-left { float: left; margin-right:10px; }
.ngg-right { float: right; margin-left:10px; }
.ngg-center { margin-left: auto !important; margin-right: auto !important; }
/* ----------- Sidebar widget -------------*/
.ngg-widget, .ngg-widget-slideshow { overflow: hidden; margin:0pt; padding:5px 0px 0px 0pt; text-align:left; }
.ngg-widget img { border:2px solid #A9A9A9; margin:0pt 2px 2px 0px; padding:1px; }
/* ----------- Related images -------------*/
.ngg-related-gallery { background:#F9F9F9; border:1px solid #E0E0E0; overflow:hidden; margin-bottom:1em; margin-top:1em; padding:5px; }
.ngg-related-gallery img { border: 1px solid #DDDDDD; float: left; margin: 0pt 3px; padding: 2px; height: 50px; width:  50px; }
.ngg-related-gallery img:hover { border: 1px solid #000000; } 
/* ----------- Gallery list -------------*/
.ngg-galleryoverview ul li:before { content: '' !important; }
.ngg-gallery-list { list-style-type:none; padding: 0px !important; text-indent:0px !important; }
.ngg-galleryoverview div.pic img{ width: 100%; }
.ngg-gallery-list li { float:left; margin:0 2px 0px 2px !important; overflow:hidden; }
.ngg-gallery-list li a { border:1px solid #CCCCCC; display:block; padding:2px; }
.ngg-gallery-list li.selected a{ -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#000000 none repeat scroll 0 0; }
.ngg-gallery-list li img { height:40px; width:40px;	}
li.ngg-next, li.ngg-prev { height:40px; width:40px;	 font-size:3.5em; }
li.ngg-next a, li.ngg-prev a  { padding-top: 10px; border: none; text-decoration: none; }
/* Jigoshop overrides */
a.button, button.button, input.button, #review_form #submit { background: none repeat scroll 0 0 #BB846F!important; }
span.onsale { background: none repeat scroll 0 0 #6CAEDF!important; }
.products li .price, div.product p.price { color: #6CAEDF!important; }
div.product div.images img { background: none!important; border: 1px solid #bebebe!important; padding: 0!important; }
span.onsale { right: 315px!important; top: 40px!important; margin: 0!important; }
.products li .onsale { margin: 0!important; right: -10px!important; top: -10px!important; }
.stock { color: #BB846F!important; }
.quantity input.plus, .quantity input.minus { padding: 2px!important; }
.quantity input.plus:hover, .quantity input.minus:hover { background: none repeat scroll 0 0 #404041!important; }
.related { position: relative; }
form.cart table td { border: none; }
span.price { float: right; padding: 2px 0 0; }
.shop_attributes { margin: 0 0 20px; }
.shipping_calculator h2 { font-size: 14px; line-height: 20px; }
.shipping_calculator a, .shipping_calculator a:visited { text-decoration: none; }
.shipping_calculator a:hover, .shipping_calculator a:active { text-decoration: underline; }
.button-alt:visited { color: #fff; }
.widget_shopping_cart .total, ul.cart_list li { color: #e2e2e2; }
ul.cart_list li img, ul.product_list_widget li img { border: 1px solid #BEBEBE !important; }
.widget_shopping_cart .total { border-top: 1px solid #D0A99A!important; margin: 0 0 10px!important; }
p.buttons a.button, p.buttons a.button:visited { float: none; padding: 0; margin-right: 0; display: block; text-align: right; }
ul.cart_list li, ul.product_list_widget li { padding: 0 0 4px!important; }
.products li { margin: 0 20px 20px 0!important; }
#reviews #comments ol.commentlist li .comment-text { margin: 0!important; }
#reviews #comments ol.commentlist li .meta { color: #BB846F!important; }
span.empty { font-style: italic; }
/* Gravity Forms */
.gform_wrapper .gform_footer { margin-top: 0!important; padding-top: 0!important; }
.gform_wrapper .gform_edit_link { margin-top: 0!important; }
li.gfield { margin-left: 0; }