﻿/*
	Theme Name: Walnoten
	Theme URI: none
	Description: Thema voor www.walnoten.net
	Version: 1.0
	Tags: HTML5, CSS3
*/

/* -------------- RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
ins {
	padding: 1px 2px;
	background: #eee;
	text-decoration: none;
}
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 16px; 
	font-size: 1.6rem;
    font-weight: normal;
	line-height: 1.625em;
	background-color: #F5F5F5;
    color: #222222;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a, a:active{
    color:#444;
}
a:link, a:visited  {
	color: #330000;
	text-decoration:underline;
}
a {
	text-decoration:none;
}
a:hover {
	color:#330000;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, input:hover {
	outline:0;
}
h1 { 
	font-size: 26px; 
	font-size: 2.6rem;
	font-weight: bold;
	color: #330000;
	margin-bottom: 20px;
} 
h2 {
    font-size: 22px;
	font-size: 2.2rem;
	color: #111111;
	margin-bottom: 10px;
}
h3,
h4 {
	font-size: 18px;
    font-size: 1.8rem;
	color: #000000;
	margin-bottom: 5px;
}
p, pre {
	margin-bottom: 1em;
}
div, textarea, table, td, th, code, pre, samp {
    /*-moz-hyphens: auto;
    word-wrap: break-word;*/
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.site-container {
	position:relative;
	background: #ffffff;
}
/* sidebar */
.sidebar {
	padding: 0 0 0;
	width: 100%;
}
.sidebar a {
}
.sidebar .sidebar-widget h4 {
	background-color: #330000;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 12px;
	text-align: left;
}
.sidebar .sidebar-widget > div {
	background: #eeeeee;
	padding: 5px 0;
	position:relative;
}
.sidebar .sidebar-widget li:before {
    content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 10px;
}
.sidebar .sidebar-widget ul {
	padding: 0px 10px;
}
.sidebar .sidebar-widget ul a:hover {
	color: #330000;
	text-decoration: underline;
}
.sidebar .sidebar-widget > div {
	margin-top: 10px;
}
.sidebar a, .sidebar .sidebar-widget {
	text-decoration: none;
}
.sidebar .sidebar-widget ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
	border-radius: 0;
	background: none !important;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 1px dotted #DDDDDD;
}
.sidebar .sidebar-widget .sub-menu li {
	border-bottom: none;
}
.sidebar .children {
	margin-top: 5px;
	margin-left: 10px;
	background: none;
}
.sidebar .widget_ad {
	text-align: center;
}
.sidebar .textwidget {
	padding: 10px;
}
/* article */
#main {
	padding: 0.2em;
}
article {
	width: 100%;
	padding: 1em;
	background: #eeeeee;
}
/* content footer */
.content-footer {
	background: none repeat scroll 0 0 #F0F0F0;
	width: 100%;
	padding: 2em;
}
/* footer */
.site-footer {
	margin: 0 auto 40px;
	width: 100%;
	background: #313131;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	border-top: 5px solid #330000;
}

.site-footer a, .site-footer a:link, .site-footer a:active, .site-footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
.site-footer a:hover {
	color: #330000;
}
/*Footer Menu Styling*/
.site-footer .footer-menu {
    display: block;
	text-align:center;
}
.site-footer .footer-menu .menu {
	margin: auto;
}
.site-footer .footer-menu .menu li {
	display: inline-block;
	text-align:center;
}
.site-footer .footer-menu .menu a {
	color: #FFFFFF;
	margin: 0 10px;
}
.site-footer .footer-menu .menu a:hover {
	color: #330000;
}
.site-footer .copyright {
	margin: 10px 0;
	padding: 0 1em;
}
.site-footer .footer-menu, .backtotop {
}
.site-footer .footer-menu {
}
.backtotop a:before {
	content: "\f062";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
	font-size: 18px;
    font-size: 1.8rem;
}
.backtotop {
	margin: 5px 0;
}
/*------------------------------------*\
    Menu
\*------------------------------------*/
.main-menu {
	background: #2d2d2d;
	border-top: none;
}
.main-menu ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #222222;
	border-image: none;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.main-menu ul li a{
	border-top: 1px solid #383838;
}
.main-menu ul li ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #222222;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0 0;
	background: none repeat scroll 0 0 transparent !important;
}
.main-menu ul ul {
	background: none repeat scroll 0 0 #2D2D2D !important;
}
.main-menu li a {
	color: #DDDDDD;
}
.main-menu ul li.current_page_item > a,
.main-menu ul li.current-menu-item > a {
	color: #ffffff;
}
.main-menu {
    display: block;
    float: left;
	margin: 0 auto;
    width: 100%;
}
.main-menu ul,
.main-menu  ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu li,
.main-menu .menu li {
    position: relative;
}
 .main-menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99999;
}
.main-menu ul ul.active {
	display: block;
	position: relative;
}
.main-menu ul ul li {
	float: none;
}
.main-menu a {
    display: block;
	line-height: 2.4em;
    padding: 0 1.8em;
    text-decoration: none;
    font-weight: normal;
}
.main-menu li:hover > a,
.main-menu ul ul :hover > a {
    background: #333;
    color: #fff;
}
.main-menu ul ul a {
    padding: 0 2.5em;
}
.main-menu ul ul  ul a {
    padding: 0 3.5em;
}
.navtoggle,
.toggle-link {
	display: block;
}
.main-menu .navtoggle {
	width: 100%;
	padding: .8em 1em;
	text-align: right;
	background: none;
	border: none;
	cursor: pointer;
	color: white;
}
.navtoggle {
	position: relative;
}
.menu-link {
	border-bottom: 5px solid #330000 !important;
}
.navtoggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
	font-size: 16px;
    font-size: 1.6rem;
    padding-right: 0.5em;
}
.toggle-link {
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 50px;
	border: none;
	z-index: 200;
	font-size: 0;
	background: rgba(255, 255, 255,0.1);
	cursor: pointer;
}
.js .main-menu > ul {
	overflow: hidden;
	max-height: 0em;
}
.main-menu .active + ul,
.main-menu .keyboardactive + ul {
	max-height: 90em;
}
.main-menu .menu .has-subnav > .toggle-link:after {
	content: "\f116";
    font-family: FontAwesome;
	font-size: 16px;
	font-size: 1.6rem;
	color: #607890;
	position: absolute;
	width: 20px;
	top: 8px;
	bottom: 0px;
	right: 15px;
}
.main-menu .menu .has-subnav  > .toggle-link.active:after {
	content: "\f117";
    font-family: FontAwesome;
}
/*------------------------------------*\
    META
\*------------------------------------*/
.meta {
	border-top: 2px solid #330000;
    padding-bottom: 10px;
}
/*------------------------------------*\
    ENTRY
\*------------------------------------*/
.entry table a, .entry table a:link, .entry table a:visited {
	border: none;
}
.entry table img {
	border: 0;
	margin-top: 5px;
}
.entry table {
	width: 100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
	clear:both;
	font-size: 12px;
	font-size: 1.2rem;
}
caption {
	color: #330000;
	margin:5px 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0;
}
.entry td, th {
	border-bottom: 1px solid #e5eff8;
	border-left: 1px solid #e5eff8;
	padding: 5px;
}
.entry td {
	text-align:center;
}
.entry th {
	text-align:center;
	font-weight:normal;
}
.entry thead th {
	background: #f4f9fe;
	color: #66a3d3;
	font-weight: bold;
	text-align: center;
}
.entry tr td {
	border-top: 1px solid #ddd;
}
.entry tr.odd td {
	background: #f7fbff;
}
.entry tr.odd .column1 {
	background:#f4f9fe;
}
.entry .column1 {
	text-align: center;
	font-weight:bold;
}
.entry .link {
	vertical-align: top;
	text-align: left;
}
.entry .table-ap {
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
.entry .table-product {
	text-align: center;
}
.entry .table-img {
	max-width: 225px;
}
.entry .table-img img {
	border: 0;
	margin: 5px;
}
.entry .table-shop {
	text-align: center;
}
.image-center {
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
    padding:0px;	
}
.entry li {
	margin: 0 0 10px 0;
}
.entry ul{
	list-style: square inside;
	margin: 0 0 1.5em 1.5em;
}
.entry ol {
	list-style: decimal inside;
}
.entry ol ol {
	list-style: upper-alpha inside;
}
.entry ol ol ol {
	list-style: lower-roman inside;
}
.entry ol ol ol ol {
	list-style: lower-alpha inside;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom: 5px;
}
/*------------------------------------*\
    RANDOM
\*------------------------------------*/
#content-ad1{
	text-align: center;
	padding: 5px 10px 0 0;
}
#content-ad2 {
	text-align: center;
	padding: 5px;
}
.search {
	margin: 5px 0 0;
}
.search-submit {
	float: right;
	background: #330000;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
	font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none !important
}
input[type=text] {
    width: 100%;
}
.search-box {
    overflow: hidden; 
    padding-right: 1%;
}

.search-input {
	border: 3px solid #CCCCCC;
	color: #222222;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 5px;
    width: 125px;
}
/* Fix for addthis button google plus */
.addthis_button_google_plusone {
	line-height: 0px !important;
}
/*------------------------------------*\
    GENERAL
\*------------------------------------*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
/*------------------------------------*\
	SECTION POST/PAGES
\*------------------------------------*/
section {
	padding: 1em;
	background: #eeeeee;
}
section > h2 {
	color: #330000;
	font-size: 26px; 
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
section article h2 a:link, section article h2 a:visited {
	color: #111111;
	text-decoration: none;
}
section article {
	padding: 0,5em;
	margin-bottom: 10px;
	border-bottom: solid 1px #330000;
}
.pagination {
	margin-bottom: 10px;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
	article, section {
		width: 100%;
	}
}
@media only screen and (min-width:480px) {
	.gallery-item {
		width: 29%;
	}
	.sidebar .sidebar-widget > div {
		width: 48%;
		float: left;
		margin: 5px 1% 0;
	}
	.content-footer, .sidebar {
		overflow: hidden;
		width: 100%;
	}
	.content-footer-one, .content-footer-two, .content-footer-three, .content-footer-four {
		width: 50%;
		float: left;
	}
}
@media only screen and (min-width:768px) {
	.gallery-item {
		width: 29%;
	}
	.sidebar .sidebar-widget > div {
		width: 31%;
		float: left;
	}
	.site-container {
		box-shadow: 0 0 6px #DEDEDE;
	}
	#content-ad1{
		float: left;
	}
	.content-footer-one, .content-footer-two, .content-footer-three, .content-footer-four {
		margin: 5px 1% 10px 1%;
		width: 23%;
	}
	.site-footer .copyright {
		float: left;
	}
	.site-footer .footer-menu, .backtotop {
		float: right;
	}
	.site-footer .footer-menu {
		margin: 10px 30px 10px;
	}
	.backtotop a:before {
	padding-right: 0.5em;
    position: absolute;
	top: 10px;
    right: 5px;
	}
	.backtotop {
		margin: 0;
	}
	.search {
		margin: 0 0 0 1%;
	}
}
@media only screen and (min-width:1024px) {
	.gallery-item {
		width: 21%;
	}
	.site-container {
		margin: 0 auto;
		max-width: 1024px;
	}
	#main {
		overflow: auto;
		background: none repeat scroll 0 0 transparent;
		
	}
	article {
		width: 70%;
		float: left;
		min-height: 800px;
	}
	section {
		width: 70%;
		float: left;
	}
	section article {
		width: 100%;
		min-height: 0;
	}
	.sidebar {
		width: 30%;
	}
	.sidebar .sidebar-widget > div {
		width: 100%;
	}
	.content-footer {
		float: left;
	}
	.main-menu .menu {
		border-right: 1px solid #383838;
		float: left;
	}
	.main-menu .menu a {
		border-right: 1px solid #222222;
	}
	.main-menu ul li a{
		border-left: 1px solid #383838 !important;
	}
	.main-menu ul li ul li {
		border-width: 1px 0 0 0 !important;
	}
	.main-menu ul li ul li a{
		border-top: 1px solid #383838;
	}
	.has-subnav {
		position: relative;
	}
	.main-menu .menu > .has-subnav > a:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		padding-right: 0.8em;
		position: absolute;
		right: -0.2em;
	}
	.main-menu .menu .sub-menu .has-subnav > a:after { 
		content: "\f105";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		color: #fff;
		font-size: 14px;
		font-size: 1.4rem;
		padding-right: 0.8em;
		position: absolute;
		right: 0.2em;
	}
	.main-menu ul ul a {
		padding: 0 1em !important;
	}
		.main-menu li,
	.main-menu .menu li {
		float: left;
	}
	.navtoggle,
	.toggle-link {
		display: none;
	}
	.js .main-menu > ul {
		max-height: 30em;
		overflow: visible;
	}
	.main-menu .active + ul,
	.main-menu .keyboardactive + ul {
		max-height: 0em;
	}
	.main-menu ul li:hover > ul {
		display: block;
	}
	.main-menu ul ul,
	.main-menu ul ul a {
		width: 16em;
	}
	.main-menu  ul ul li ul { 
		left: 100%; 
		top: -0.001em;
	}
	.site-footer {
		margin: 0 auto;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
	.site-footer {
		margin: 0 auto 40px;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#ffffff;
	text-shadow:none;
}
/*------------------------------------*\
    CORE
\*------------------------------------*/
.alignnone, .align-none {
	margin:5px 20px 20px 0;
}
.aligncenter, .align-center, .aligncenter-tp,
div.aligncenter, div.align-center {
	display:block;
	margin:5px auto 5px auto;
}
.alignright, .align-right, .alignright-tp {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft, .align-left, .alignleft-tp {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter, .align-center, .aligncenter-tp{
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright, a img.align-right, a img.alignright-tp{
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone, a img.align-none  {
	margin:5px 20px 20px 0;
}
a img.alignleft, a img.align-left, a img.alignleft-tp{
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter, a img.align-center, a img.aligncenter-tp {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	font-size:1.1rem;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.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;
	}
	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;
	}
}
