/*
Theme Name: Slendebroek
Theme URI: http://slendebroek.nl
Author: Ron Willemse
Author URI: http://ronwillemse.nl/
Description: Default Responsive, HTML5, CSS3 theme made by Ron Willemse.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Responsive, HTML5, CSS3
Text Domain: slendebroek
*/
/* Main Settings */
@import "css/scss/normalize.css";
@import "css/scss/foundation.css";
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #3E4B73 url('images/space.gif');}	
.site { background: white; border-left: 1px solid #000; border-right: 1px solid #000;}
.footer {background: black; color:white; padding: 1em 0; text-align:center; border-left: 1px solid #000; border-right: 1px solid #000;}
.header-image {margin: 10px 0;}
.content, .sidebar { margin-bottom: 1em;}
.entry-header {margin-bottom:1em;  border-bottom: 1px solid #D1D1D1;}
.entry-meta {font-style: italic; color:#aaa;}
.entry-content img {border:1px solid #ccc; margin-bottom:1em;}
.side-nav li a:before {content: "\00BB \00a0";}
.side-nav li {border-top: 1px solid #e0e0e0; padding:7px 0px 4px 7px ;background:#efefef;margin-bottom:0;}
.side-nav li:hover { background-color: #e2e2e2;}
.side-nav {padding:0;}
/* Wordpress Settings*/
.recentcomments a { display: inline !important; padding: 0 !important; margin: 0 !important; }
img#wpstats, .form-allowed-tags { display: none }
/* Misc */
::selection { background: #E74725; color: #fff; }
.sd-content { width: 100%!important }
/* default style */
.selectnav { display: none; }
.price {color: red; padding: 0 0 5px 0;}
/* small screen */
@media screen and (max-width: 768px) {
  .js #menu-sub-menu { display: none; }
  .js .selectnav { display: block; }
}