@import url(https://fonts.googleapis.com/css?family=Oswald|Open+Sans);

body {font: normal 14px 'Open Sans'; color: #C8D1D8; background-image:url('/assets/images/black_paper.png'); background-color: #0E0E0E; margin: 0; padding: 0; line-height: 1.6;}

.google_map_component .component_content div:first-child,
h1, h2, h3, h4, h5, h6 {color: #03a7dc;}
h1, h2, h3 {font: normal 32px 'Oswald'; margin: 10px 0 10px 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #fff; text-decoration: none;}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color: #fff;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #111111 text-decoration: none;}

.component h2 {}
a, a:visited {color: #03a7dc; text-decoration: none;}
a:hover {color: #00c0fe;}
a img {border: none;}
ul {list-style-type:square;}
ul, ol {padding-left: 25px;}
ul ul, ol ol {padding-left: 25px;}

.component button, .component input[type="button"], .component input[type="reset"], .component input[type="submit"], .blog_component p.post_read_more a, .blog_component p.archived a { display:inline-block; margin:0; line-height:1; height:100%; }

#header_wrapper {padding-top: 30px; margin-bottom: 20px;}

#header_text {zoom: 1; overflow: hidden; padding: 0 0 0 0;}
#header_text h1#site_heading {font: 54px 'Oswald';color: #03a7dc; text-align:center; margin-bottom:10px;}
#header_text h1#site_heading a {color: #03a7dc;}
#header_text h2#site_subheading {font: 24px arial; line-height: 30px; color: #fff; text-align:center; margin-bottom:25px;}

.navbar {width: 100%; overflow: hidden;}
#primary_navigation {font: bold 14px 'Open Sans'; margin-top: 10px; overflow: hidden;}
#primary_navigation ul {list-style-type: none; padding: 0; margin: 0; zoom: 1; overflow: hidden; text-align: center; border-top: 2px solid #666; border-bottom: 2px solid #666;}
#primary_navigation ul li {display: inline-block;}
#primary_navigation ul li a {line-height: 2; display: inline-block; text-transform: uppercase; float: left; padding: 15px 30px; text-decoration: none; color: #C8D1D8; margin-right: 0px;}
#primary_navigation ul li a:hover  {color: #fff;}
#primary_navigation ul li.active a {color: #ff0000;}
#primary_navigation ul li.last a {margin-right: 0px;}

#primary_navigation ul.sf-menu ul.sub_navigation {border-bottom:0; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px;background: #222;}
#primary_navigation ul.sf-menu .active ul.sub_navigation li a {color: #C8D1D8;}
#primary_navigation ul.sf-menu ul.sub_navigation li a {border-top:1px solid #222; border-bottom:1px solid #222; color: #C8D1D8;}
#primary_navigation ul.sf-menu ul.sub_navigation li a:hover {border-top:1px solid #03a7dc; border-bottom:1px solid #03a7dc; color: #fff;}
.sfHover {background: #222;}
#top_wrapper {padding-bottom: 10px;}
.location {padding: 10px;}


.navigation_component ul {list-style-type: none; font-size: 18px; padding: 0; margin: 0;}
.navigation_component ul a {text-decoration: none;}
.navigation_component ul li {padding: 5px 0; margin: 0;}
.navigation_component ul ul {padding-left: 35px; list-style-type:square}

.blog_component ul li a, .blog_archive_component ul li a {text-decoration: none;}
.blog_component ul, .blog_archive_component ul {list-style-type: none; padding-left: 0;}
.blog_component .blog_post ul {list-style-type: square; padding-left: 30px;}
.blog_component p.post_read_more {padding-bottom: 10px;}
.blog_component p.post_read_more a {padding: 10px; background: #5FC4E8; color: #fff; text-decoration: none;}
.blog_component p.post_read_more a:hover {background: #4A9CBB; color: #fff; text-decoration: none;}
.blog_component p.archived {text-align: right; padding-top: 10px;}
.blog_component p.archived a {padding: 10px; background: #4A9CBB; color: #fff; text-decoration: none;}
.blog_component p.archived a:hover {background: #5FC4E8; color: #fff; text-decoration: none;}

.metadata {font-size: 13px; padding: 10px; border-top: 2px solid #666; margin-top:10px;}
.metadata .comments {}
.metadata div {display: inline;}

.comment.owner {border: none;}
.comment {border-bottom: 2px solid #666;}

.component input {min-height: 25px}
.component input, .component textarea {background-color: #242424; border: none; color: #fff; border: 1px solid #666;}
.component button, .blog_component p.post_read_more a, .blog_component p.archived a, input.form_field_submit_button, .submit_wrapper input {padding: 10px; color: #fff; border: none; border-radius: 5px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #03a6db),color-stop(1, #016c8f));
    background-image: -o-linear-gradient(bottom, #03a6db 0%, #016c8f 100%);
    background-image: -moz-linear-gradient(bottom, #03a6db 0%, #016c8f 100%);
    background-image: -webkit-linear-gradient(bottom, #03a6db 0%, #016c8f 100%);
    background-image: -ms-linear-gradient(bottom, #03a6db 0%, #016c8f 100%);
    background-image: linear-gradient(to bottom, #03a6db 0%, #016c8f 100%);
}
.component button:hover, .blog_component p.post_read_more a:hover, .blog_component p.archived a:hover, input.form_field_submit_button:hover, .submit_wrapper input:hover {color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(1, #222222));
    background-image: -o-linear-gradient(bottom, #444444 0%, #222222 100%);
    background-image: -moz-linear-gradient(bottom, #444444 0%, #222222 100%);
    background-image: -webkit-linear-gradient(bottom, #444444 0%, #222222 100%);
    background-image: -ms-linear-gradient(bottom, #444444 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #444444 0%, #222222 100%);
}

#footer_wrapper {width: 100%; margin-top: 20px; }
#footer_wrapper .container {padding: 10px 0px; border-top: 2px solid #666;}
#footer_wrapper a, #footer_wrapper a:visited {color: #03a7dc; text-decoration: none;}
#footer_wrapper a:hover {color: #00c0fe;}
#footer_wrapper #powered_by {text-align: center; padding: 10px 0 20px 0;}

#copyright {padding: 0 10px; text-align:center;}
.splash #location_3 {padding:0;}


@media screen and (max-width: 650px) {
  #primary_navigation {font-size: 14px;}
  #primary_navigation ul {text-shadow: none; margin: 0;border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom:1px solid #ccc;}
  #primary_navigation ul li a {padding:5px 8px;}
  #primary_navigation ul li.active a {}
  #header_wrapper {padding-top: 0;}
  #header_text {padding: 15px 10px;}
  #header_text h1#site_heading {font-size: 36px; margin:5px 0;}
  #header_text h2#site_subheading {font-size: 18px; margin:5px 0;}

  .theme-custom-1 .nivo-directionNav .nivo-prevNav {left:0;}
  .theme-custom-1 .nivo-directionNav .nivo-nextNav {right:0;}
  .splash #location_3 .nivo-controlNav {display: none;}
}


.comment_form .submit_wrapper { padding:0; }

.google_map_component .component_content .directions .input > input { display:block; }
.google_map_component .component_content .directions .input > button { margin-top:10px; }

.search_wrapper #blog_search { width:100% }
.search_wrapper, .ecwid-SearchPanel { overflow:visible; padding:0; }

.google_map_component .component_content .directions .input > input { box-sizing:border-box; min-height:35px; }
.search_wrapper #blog_search, .ecwid_product_search_component .ecwid-SearchPanel .ecwid-SearchPanel-field, .ecwid_product_search_component .ecwid-SearchPanel .ecwid-SearchPanel-button, .search_wrapper .input_wrapper, .search_wrapper .submit_wrapper > input { display:inline-block; box-sizing:border-box; min-height:35px; }

.ecwid_product_search_component .ecwid-SearchPanel .ecwid-SearchPanel-field, .search_wrapper .input_wrapper, .google_map_component .component_content .directions .input > input { max-width:250px; width:50%; }

.google_map_component .component_content .directions .input > input:focus,
.ecwid_product_search_component .ecwid-SearchPanel .ecwid-SearchPanel-field:focus,
.ecwid_product_search_component .ecwid-SearchPanel .ecwid-SearchPanel-button:focus,
.input_wrapper #blog_search:focus { outline:0; }

.paypal_component .component_content form > div > input:last-child { border:none; background:transparent; }

.feed_component .component_content .feed .feed_entry img, .ebay_image img { display:block; width:auto; height:auto; }

.google_map_component .component_content div[id*="google_map_canvas"] {width:auto !important; background-color:#fff;}

#recaptcha_widget img { max-width: 100% !important }
#recaptcha_image { max-width: 100% !important }

.facebook_activity_component iframe { width:100% !important; background-color:#ffffff; }
.facebook_like_component iframe { box-sizing:border-box; background-color:#ffffff; padding:4px; }
html#ecwid_html body#ecwid_body .ecwid .ecwid-productBrowser { background-color: #ffffff; }
