/*-----------------------------------------------------------

    Theme Name: Lefty
	Version: 1.0
    Description: Premium WordPress theme by AuthenticThemes
    Author: Authentic Themes
    Author URI: http://www.authenticthemes.com
	Theme URI: http://www.authenticthemes.com/themes/grid
	Tags: light, flexible-width, custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
    License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

/* Reset
----------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; padding-top: 5px}
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.row { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.col { margin-bottom: 1.5em; display: block; float: left; width: 100%; margin-bottom: 1.5em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media (min-width:768px) { 
	.col { margin-left: 2% }
}
@media (min-width:768px) {
	.span_1 { width: 2.25% }
	.span_2 { width: 6.5% }
	.span_3 { width: 10.75% }
	.span_4 { width: 15.0% }
		/* Tijs - links lijkt span_5 te zijn - was 18,25 */
	.span_5 { width: 26.25%;}
	.span_6 { width: 23.5% }
	.span_7 { width: 27.75% }
	.span_8 { width: 32.0% }
	.span_9 { width: 36.25% }
	.span_10 { width: 40.5% }
	.span_11 { width: 44.75% }
	.span_12 { width: 49.0% }
	.span_13 { width: 53.25% }
	.span_14 { width: 57.5% }
	.span_15 { width: 61.75% }
	.span_16 { width: 66.0% }
	.span_17 { width: 70.25% }
	.span_18 { width: 74.5% }
		/* Tijs - links lijkt span_19 te zijn - was 78,75 */
	.span_19 { width: 71.75% }
	.span_20 { width: 83.0% }
	.span_21 { width: 87.25% }
	.span_22 { width: 91.5% }
	.span_23 { width: 95.75% }
	.span_24 { width: 100% }
}
/*clear left margin*/
.clr-margin { margin-left: 0 }
.count-1 { clear: both; margin-left: 0; }
/* Lists
----------------------------------------------------------- */
.entry ul, .entry ol { margin: 30px 0 30px 30px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }
/* Forms
----------------------------------------------------------- */
/*reset search styling*/
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none }
/*inputs*/
	/* Tijs border = 0 */
input[type=search], input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-family: inherit; border: 1px solid #bbb; background: #eee; color: #505050; display: block; font-size: 16px; font-weight: normal; margin: 0 0 5px; padding: 3px 8px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 150px; -webkit-appearance: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; border-radius: 0px; }
textarea { width: 100%; padding: 15px; -webkit-appearance: none; border-radius: 0; overflow: hidden;}
input[type=search] { font-weight: normal }
#footer input[type=search] { border: none; box-shadow: none; padding: 10px; width: 100%; }
#sidebar #searchsubmit, #footer #searchsubmit { display: none }
input[type=search] { width: 50% }
input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none }
/*buttons*/
/* Tijs buttons niet meer rood e32d40 maar grijs */
button, input[type="button"], input[type="submit"], input[type="submit"] { background: #eee; border: 0px solid #eee; color: #fff; cursor: pointer; display: inline-block; font-family: inherit; font-size: 13px; font-weight: 600; letter-spacing: 1px; line-height: 20px; margin: 0 0 10px; padding: 8px 12px; text-align: center; text-transform: uppercase; border-radius: 0px; }
button:hover, input[type="button"]:hover, input[type="submit"]:hover, #commentsbox input[type="submit"]:hover { color: #fff; opacity: 0.80; }
/* WordPress Styles
----------------------------------------------------------- */
.sticky{}
.bypostauthor{}
.gallery-caption{}
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { text-align: center; max-width: 100%; }
.wp-caption { border: 1px solid #eee; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { display: block; margin: 0 auto; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 12px; padding: 4px; margin: 0; text-align: center; }
/*smiley reset*/
.wp-smiley { margin: 0; max-height: 1em; }
/*blockquote*/
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*img attachment*/
#img-attch-page { text-align: center; overflow: hidden; }
#img-attch-page img { display: inline-block; margin: 0 auto; max-width: 100%; margin-bottom: 20px; }
/*gallery shortcode*/
.gallery-item img { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Site Widths & Core Layout
----------------------------------------------------------- */
.container { margin: 0 auto }
	/* Tijs zijkant was 21282E */
.container-left { float: left; padding: 30px; background: #eee; height: 100%; color: #444; min-width: 170px;}
	/* Tijs achtergrond van de rechterkant */
.container-right { background: #fff; margin-bottom: 0; min-height: 2000px;}
	/* Tijs - onder andere de marge boven de rechterkant */
	/* Tijs - dit is lastig: op een computer zijn dit de marges aan beide zijkanten, dus helemaal links en helemaal rechts, maar op de mobiel ook! */
	/* Tijs - site mag niet breder dan 1000 */
	/* Tijs - boven en onder zijn 0, want op single moeten de gekleurde balk over de hele hoogte */
.site-main { float: left; width: 100%; max-width: 800px; padding: 20px 80px 0px 0px;}
/* Body, Main & Commons
----------------------------------------------------------- */
	/* Tijs */
body { background: #eee; nowhitespace: afterproperty; font: 16px/1.5 'Alegreya Sans', Helvetica Neue, Helvetica, Arial, sans-serif; color: #444; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
	/* Tijs link was lichtrood: e32d40  */
body a { color: #444; text-decoration: none; }
body a:visited { color: #444; text-decoration: none; }
body a:hover { }
img { max-width: 100%; display: block; }
	/* Tijs was iets lichter rood: e32d40 */
a:not(img) a:hover { background: #d82235; color: #444; }
.entry-footer { clear: both; margin: 20px 0 0; }
.full-width { width: 100% !important }
#grid { position: relative }
/* Gekleurde randen 
----------------------------------------------------------- */
.single .container-right border-left: 
/* Commons
----------------------------------------------------------- */
/*read more*/
a.read-more { float: right; margin-top: 10px; }
a.read-more:hover { color: #000; text-decoration: none; }
blockquote { background: none repeat scroll 0 0 #F5F5F5; border-left: 5px solid #eee; color: #606060; font-family: 'Alegreya Sans',Georgia,Times New Roman,Times,serif; font-size: 20px; font-style: italic; line-height: 1.65em; margin: 40px 0 40px 40px; padding: 40px; }
blockquote p:last-child { margin: 0 }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { position: relative; margin-bottom: 25px; }
#page-featured-img img { display: block; width: 100%; }
.bypostauthor { }
/* Typography
----------------------------------------------------------- */
	/* Tijs */
h1, h2 { font-weight: normal; color: #444; font-family: 'Alegreya Sans',Georgia,Serif; }
h3, h4, h5, h6 { font-weight: normal; color: #444; font-family: 'Droid',calibri,helvetica,Serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #444; text-decoration: none; }
	/* Tijs - links worden rood */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { olor: #e32d40: text-decoration: underline;}
h2, h3, h4, h5, h6 { font-weight: 600; margin-bottom: 10px; }
h1 { font-size: 24px; margin: 0 0 30px; }
h2 { font-size: 18px; margin: 0 0 30px;  }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 11px }
.subheader { color: #777 }
p { margin: 0 0 20px }
p img { margin: 0 }
p.lead { font-size: 21px; line-height: 27px; color: #777; }
	/* Tijs */
em { font-style: italic; font-family: 'Alegreya Sans',Georgia,Serif; }
strong { font-weight: bold }
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; margin: 40px 0 40px; height: 0; }
p a, p a:visited { line-height: inherit }
a:link, a:visited { text-decoration: none }
a:focus { outline: 0 }
a { outline: 0 }
p a, p a:visited { line-height: inherit }
a:focus { outline: 0 }
/* Headings
----------------------------------------------------------- */
/*page heading*/
	/* Tijs - geen lijn onder de header en geen extra ruimte */
.page-header { position: relative; margin-bottom: 0px; padding: 0 0 0px; border-bottom: px solid #eee; }
	/* Tijs - alle page-headers zijn grijs klein uppercase, behalve de titels van entries */
	/* Tijs - algemene titels, bijvoorbeeld van archief */
.page-header h1, page-header h2 { padding-bottom: 10px; padding-left: 65px; padding-top: 30px; text-transform: uppercase; letter-spacing: 0.0em; font-size: 13px; line-height: 1.2em; color: #888; margin: 0px; max-width: 85%; font-family: 'Alegreya Sans',Helvetica Neue,Helvetica,Arial,Sans-serif; word-wrap: break-word; }
	/* Tijs - titels van stukkies */
.hentry h1, .hentry h2 { padding-left: 0px; padding-top: 30px; padding-bottom: 20px; text-transform: none; font-size: 28px; line-height: 1em; color: #000; margin: 0px; max-width: 85%; letter-spacing: 0.0em; font-family: 'Alegreya Sans', Georgia, Serif; word-wrap: break-word; }
	/* Tijs - titels in single */
.single h1, single h2 { padding-left: 0px; padding-top: 30px; padding-bottom: 0px; text-transform: none; font-size: 28px; line-height: 1.2em; color: #000; margin: 0px; max-width: 85%; letter-spacing: 0.0em; font-family: 'Alegreya Sans', Georgia, Serif; word-wrap: break-word; }
	/* Tijs - zoek-resultaten */
.archive-meta { margin-top: 20px }
.archive-meta p:last-child { margin: 0 }
	/* Tijs - titel van archieven */
	/* Tijs - titel naar rechts */
/*heading class*/
.heading { border-bottom: 1px solid #EEEEEE; color: #333333; font-family: 'Alegreya Sans',Helvetica Neue,Helvetica,Arial,Sans-serif; height: 35px; line-height: 35px; margin: 0 0 25px; }
.heading span { }
/* Header
----------------------------------------------------------- */
#masthead { position: relative; margin-bottom: 0px; }
	/* Tijs */
.logo { float: left; max-width: 100%;}
.logo a { font-weight: 600; padding: 0px; margin: 0 0 0px; text-decoration: none; display: inline-block; max-width: 100%;}
.logo img { display: block; max-width: 350px; }
p#site-description { margin: 0px 0px 40px 0px; font-size: 17px; letter-spacing: 0.05em; color: #444; line-height: 1em; max-width: 100%;}
/* Posts
----------------------------------------------------------- */
/*entry*/
	/* Tijs - lijn onder elk bericht in openingspagina en marges - padding-bottom = ruimte boven de lijn - margin-bottom = ruimte onder de lijn */
	/* Tijs - geen lijn */
	/* Tijs - marge-onder is nul, marge boven is 50 */
.loop-entry { margin-bottom: 20px; padding-bottom: 20px; margin-top: 30px; border-bottom: 0px solid #eee; }
	/* Tijs - titels in openingspagina */
	/* Tijs - beetje kleiner dan in ijskastmoeder, want er is al kleur */
.loop-entry h2 { font-size: 24px; padding-top: 6px; margin: 10 0 15px; line-height: 1em; font-family: 'Alegreya Sans', Georiga, Serif; letter-spacing: 0.03em;  }
	/* Tijs: links zijn onderstreept! */
.loop-entry-excerpt a { border-bottom: 1px dotted #444;}
.entry a { border-bottom: 1px dotted #444;}
.entry-conten a { border-bottom: 1px dotted #444;}
.loop-entry p:last-child { margin: 0 }
.loop-entry-img-link { display: block; margin-bottom: 30px; }
.loop-entry-img-link img { display: block; width: 100%; }
.loop-entry-img-link img:hover { opacity: 0.85; -moz-opacity: 0.85; -webkit-opacity: 0.85; }
.loop-entry .loop-entry-categories { margin: 0; line-height: 1.25em; }
.loop-entry-categories li { list-style: none; display: inline; margin: 0; font-family: 'Georgia', Times New Roman, Times, serif; font-style: italic; margin-right: 6px; }
.loop-entry-categories li a { color: #909090 }
.loop-entry-categories li a:hover { color: #444 }
/*post-thumbnail*/
#post-thumbnail img { width: 100%; display: block; margin-bottom: 30px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
#post-thumbnail img:hover { opacity: 0.85; -moz-opacity: 0.85; -webkit-opacity: 0.85; }
/*tags*/
.post-tags { margin-top: 40px }
.post-tags a { display: block; float: left; padding: 4px 8px; background: #f5f5f5; color: #666; margin-right: 5px; margin-bottom: 5px; font-size: 11px; font-weight: 500; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; text-transform: uppercase; letter-spacing: 1px; }
.post-tags a:hover { background: #e32d40; color: #fff; text-decoration: none; }
/*related posts*/
.related-posts { margin-top: 60px }
.related-posts img { -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.related-posts img:hover { opacity: 0.85 }
.related-entry-details h2 { font-family: 'Alegreya Sans',Helvetica Neue,Helvetica,Arial,Sans-serif; line-height: 1.45em; margin-bottom: 15px; }
.related-entry-img-link { margin-bottom: 20px; display: block; }
/* Meta
----------------------------------------------------------- */
.meta { display: block; float: none; color: #999; margin: 10px 0 30px; }
.meta a { color: #999 }
.meta a:hover { color: #000 }
.meta li { float: left; margin-right: 10px; margin-bottom: 5px; }
.meta li i { margin-right: 5px }
/* Pagination
----------------------------------------------------------- */
	/* Tijs - ruimte boven navigatie */
ul.page-numbers { list-style: none; margin: 0; margin-top: 30px; margin-bottom: 30px; margin-left: 65px;}
.page-numbers:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.page-numbers li { display: block; float: left; margin: 0 5px 5px 0; text-align: center; }
.page-numbers a, .page-numbers span { display: block; padding: 6px 8px; text-decoration: none; font-size: 14px; cursor: pointer; color: #666; background: #eee; border-radius: 3px; line-height: 1em; }
	/* Tijs - geen rood in page-numbers */
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover { color: #fff; background: #444; border-color: transparent; text-shadow: none; text-decoration: none; }
/* Page Links
----------------------------------------------------------- */
.page-links { margin-top: 20px }
.page-links span { float: left; display: block; padding: 4px 10px; margin: 0 3px 3px 0; text-decoration: none; font-size: 11px; color: #fff; background: #444; border: 1px solid #444; border-radius: 3px; }
.page-links a { float: left; display: block; padding: 4px 10px; margin: 0 3px 3px 0; text-decoration: none; display: block; color: #666; background: #eee; text-shadow: 0; border-radius: 3px; }
.page-links a:hover { background: #444; border-color: #444; }
.page-links a span { background: none; padding: 0; margin: 0; border: none; color: #666; }
.page-links a:hover span { color: #fff }
/* Single Nav
----------------------------------------------------------- */
.single-nav { position: absolute; top: 50%; right: 0; margin-top: -11px; }
.single-nav-left, .single-nav-right { float: left; margin-left: 3px; }
.single-nav a { font-size: 10px; font-weight: normal; width: 22px; height: 22px; line-height: 22px; display: block; text-align: center; color: #666; text-shadow: none; background: #eee; border-radius: 3px; }
.single-nav a:hover { color: #fff; background: #e32d40; text-decoration: none; border-color: transparent; }
/* Edit-link
----------------------------------------------------------- */
.edit-link { display: none }
/* Sidebar
----------------------------------------------------------- */
.sidebar-box { margin-bottom: 30px; line-height: 1.5em; }
	/* Tijs - dit is de titel van de widgets */
.sidebar-container h4 { margin: 0 0 5px; text-transform: uppercase; color: #444; letter-spacing: 0.05em; font-family: 'Alegreya Sans', Helvetica Neue, Helvetica, Arial, Sans-serif; font-size: 14px; }
	/* Tijs */
.textwidget a { text-decoration: none; }
.sidebar-container a, .navbar a { display: inline; color: #444; cursor: pointer; }
.sidebar-container a:hover, .navbar a:hover { color: #000 }
/* Widgets
----------------------------------------------------------- */
/*text*/
.widget_text a { text-decoration: none }
.widget_twitter li { padding-top: 10px; padding-bottom: 0px; border-bottom: 1px solid #EEEEEE; }
.widget_twitter li:first-child { padding-top: 0 }
.widget_twitter a { text-decoration: underline }
.widget_twitter h4 a { color: #000 !important; text-decoration: none !important; }
/*tagcloud*/
.tagcloud a { }
.tagcloud a:hover { }
/*calendar*/
#wp-calendar { width: 100% }
	/* Tijs - bolletjes bij recente berichten en reacties */
.widget_recent_entries ul, .widget_recent_comments ul { list-style-type: square; margin-left: 16px;}
/*pages*/
	/* Tijs */
.widget_nav_menu li { display: block; margin-bottom: 0px; padding-bottom: 0px; border-bottom: 0px dotted #eee; }
	/* Tijs */
..widget_nav_menu li:first-child { padding-top: 0px; border-top: 0px dotted #eee; }
.widget_nav_menu li ul li { padding-bottom: 0; border-bottom: none; padding-left: 20px; }
.widget_nav_menu li ul li:first-child { margin-top: 0px }
.widget_nav_menu li[class^="icon-"], .widget_nav_menu li[class*=" icon-"] { font-family: inherit }
.widget_nav_menu li[class^="icon-"]:before, .widget_nav_menu li[class*=" icon-"]:before { display: none }
/* Search
----------------------------------------------------------- */
.search-entry { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
.search-entry h2 { margin: -8px 0 5px; font-size: 16px; }
.search-entry h2 span { margin-left: 5px; color: #999; font-size: 11px; font-weight: 600; }
.search-entry-img-link { display: block; float: left; border: 5px solid #f5f5f5; }
.search-entry-img-link img { display: block }
.search-entry-text { float: right; width: 500px; }
.search-entry-text p:last-child { margin: 0 }
/* Form 7
----------------------------------------------------------- */
div.wpcf7 .wpcf7-not-valid { border-color: #F00; border-width: 2px; }
div.wpcf7 p { color: #666; font-size: 13px; font-weight: normal; }
span.wpcf7-not-valid-tip { display: none !important }
div.wpcf7-validation-errors { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #fffdf3; border: 1px solid #e6bf4a; border-radius: 3px; color: #c4690e; margin: 0; padding: 10px; text-align: center; }
div.wpcf7-mail-sent-ng { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #ffe9e9; border: 1px solid #e7a9a9; border-radius: 3px; color: #d04544; margin: 0; padding: 10px; }
span.wpcf7-form-control-wrap input[type="search"], span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap input[type="tel"], span.wpcf7-form-control-wrap input[type="url"], span.wpcf7-form-control-wrap textarea { margin-top: 5px }
/* Comments
----------------------------------------------------------- */
	/* Tijs */
.omment-reply-title h3 { font-size: 100px; } 
#comments { margin-top: 40px }
.comment-notes { color: #666 }
.commentlist .children { margin-left: 20px }
.commentlist li article { position: relative }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { border-radius: 3px; display: block; }
.comment-details { border-bottom: 1px solid #eee; margin-bottom: 30px; margin-left: 90px; padding-bottom: 30px; }
.comment-meta { margin-bottom: 15px }
.comment-meta .fn { font-size: 18px; font-weight: normal; font-family: 'Alegreya Sans', Georgia, Serif; }
.comment-date { }
.comment-date a { color: #909090; margin-right: 10px; }
.comment-date a:hover { color: #E32D40 }
.comment-reply-link { background: #f5f5f5; border-color: transparent; border-radius: 3px; color: #909090; cursor: pointer; display: inline-block; font-family: 'Alegreya Sans',Helvetica Neue,Helvetica,Arial; font-size: 11px; font-weight: 500; font-weight: 600; letter-spacing: 1px; line-height: 1.65em; padding: 2px 8px; text-transform: uppercase; }
.comment-reply-link:hover { background: #e32d40; color: #fff; }
#cancel-comment-reply-link { background: #f5f5f5; border-color: transparent; border-radius: 3px color: #909090; cursor: pointer; display: inline-block; float: right; font-family: 'Alegreya Sans',Helvetica Neue,Helvetica,Arial; font-size: 11px; font-weight: 500; font-weight: 600; letter-spacing: 1px; line-height: 1.65em; padding: 2px 8px; text-transform: uppercase; color: #909090; }
#cancel-comment-reply-link:hover { background: #e32d40; color: #fff; }
#respond { margin: 0 }
#respond h3 { font-size: 18px; height: 35px; line-height: 35px; margin: 0; }
.commentlist #respond { margin-bottom: 80px; margin-top: 60px; }
.comment-edit-link { color: #909090; cursor: pointer; display: inline-block; font-family: 'Alegreya Sans',Helvetica Neue,Helvetica,Arial; font-size: 11px; font-weight: 600; letter-spacing: 1px; line-height: 1.65em; margin-left: 5px; text-transform: uppercase; }
.comment-edit-link:hover { color: #aaa }
#commentform label { display: inline-block; font-weight: normal; margin-bottom: 5px; }
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url { max-width: 70%; width: 240px; }
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }
/* 404 Page
----------------------------------------------------------- */
#error-page-title { font-size: 32px; text-align: center; font-weight: normal; background: none; line-height: 1em; border: none; margin: 0 0 10px; color: #777; }
#error-page-title span { margin-right: 7px }
#error-page-text { text-align: center; font-size: 11px; }
/* Media Queries
----------------------------------------------------------- */
@media only screen and (max-width: 959px) { 
	.related-posts .related-entry { margin-bottom: 40px }
}
@media only screen and (min-width: 768px) and (max-width: 959px) { 
	
}
@media only screen and (max-width: 767px) {
		/* Tijs - breedte van blauw gedeelte op mobiel - was 90% */
	.container-left { padding: 20px 30px 0px 30px; width: 100%; }
		/* Tijs - helemaal zelf bedacht */
	.site-main { padding: 50px; padding-left: 0px; padding-top: 20px;}
		/* Tijs - mobiel: geen woordenwolk */
	.widget_colorful_tag_cloud {display: none;} 
	.widget_recent_entries {display: none;} 
		/* Tijs - mobiel: wél archief */
	.idget_archive {display: none;} 
		/* Tijs - mobiel: geen woordenwolk */
	.widget_recent_comments {display: none;} 
		/* Tijs - mobiel: geen bol-reclame die staat in enhanced text widget (gecreëerd met plugin) */
	.enhanced-text-widget {display: none;} 
	.hentry, .single { line-height: 1.5;}
	
}


/* Tijs - Kleuren
----------------------------------------------------------- */

/* Tijs - gekleurde titels
	blog = rood = cat-item-5 = f01848
	poezie = paars = cat-item-3 = 94b
	muziek = blauw = cat-item-4 = 28c 
	nieuws = geel = cat-item-34 = f81
	lezingen = groen = cat-item-125 = 5b3
	agenda = roze = cat-item-126 = 35b
*/

/* Tijs - gekleurde titels
	.category-blog h2 a { color: #f01848; }
	.category-poezie h2 a  { color: #94b; }
	.category-muziek h2 a { color: #28c; }
	.category-nieuws h2 a { color: #f81; }
	.category-lezingen h2 a { color: #5b3; }
	.category-agenda h2 a { color: #e5b; }
	.category-Agenda h2 a { color: #e5b; }
 */

.category-blog .loop-entry-details {  border-left: 25px solid #f01848; }
.category-poezie .loop-entry-details {  border-left: 25px solid #94b; }
.category-muziek .loop-entry-details {  border-left: 25px solid #28c; }
.category-nieuws .loop-entry-details {  border-left: 25px solid #f81; }
.category-lezingen .loop-entry-details {  border-left: 25px solid #5b3; }
.category-agenda .loop-entry-details {  border-left: 25px solid #e5b; }
.category-Agenda .loop-entry-details {  border-left: 25px solid #e5b; }

.category-blog .loop-entry-details, .category-poezie .loop-entry-details, .category-muziek .loop-entry-details, .category-nieuws .loop-entry-details, .category-lezingen .loop-entry-details, .category-agenda .loop-entry-details 
	{
		padding-left: 25px;
	}


/* Tijs - kleuren in category-list */
.cat-item-5 { border-left: 0px solid #f01848; padding-left: 4px; margin-bottom: 6px; background-color: #f01848}
.cat-item-3 { border-left: 0px solid #94b; padding-left: 4px; margin-bottom: 6px;  background-color: #94b}
.cat-item-4 { border-left: 0px solid #28c; padding-left: 4px; margin-bottom: 6px; background-color:#28c}
.cat-item-34 { border-left: 0px solid #f81; padding-left: 4px; margin-bottom: 6px; background-color:#f81}
.cat-item-125 { border-left: 0px solid #5b3; padding-left: 4px; margin-bottom: 6px; background-color:#5b3}
.cat-item-126 { border-left: 0px solid #e5b; padding-left: 4px; margin-bottom: 6px; background-color:#e5b}

.cat-item {color: white}
.cat-item a:visited, .cat-item a, .cat-item a:hover {color: white; text-transform: uppercase;  font-size: 12px; letter-spacing: 0.1em; font-weight: normal; padding-left: 5px;}
.widget_mycategoryorder {width: 150px}

/* Tijs - iets meer ruimte onder nieuws */
.at-item-34 { margin-bottom: 17px;}

/* Tijs - kleuren in single_post */
.single .single-Blog {border-left: 25px solid #f01848; }
.single .single-Poezie { border-left: 25px solid #94b; }
.single .single-Muziek {border-left: 25px solid #28c; }
.single .single-Nieuws {border-left: 25px solid #f81; }
.single .single-Lezingen {border-left: 25px solid #5b3; }
.single .single-lezingen {border-left: 25px solid #5b3; }
.single .single-Agenda {border-left: 25px solid #e5b; }
.single .single-agenda {border-left: 25px solid #e5b; }

/*
	.single .single-Blog h1 { color: #f01848; }
	.single .single-Poezie h1 { color: #94b; }
	.single .single-Muziek h1 { color: #28c; }
	.single .single-Nieuws h1 { color: #f81; }
	.single .single-Lezingen h1 { color: #5b3; }
	.single .single-lezingen h1 { color: #5b3; }
	.single .single-Agenda h1 { color: #e5b; }
*/

.single .single-Blog, .single .single-Poezie, .single .single-Muziek, .single .single-Nieuws, .single .single-Lezingen, .single .single-Agenda, .single .single-agenda 
{
	padding-left: 25px;
}

.post-1094 {border-left: 25px solid #e5b; }

.page .hentry { padding-left: 65px; }
.page .comments-area { padding-left: 65px; }

	/* Tijs */
select { width: 180px ; background-color: #eee; font: 16px/1.8 'Alegreya Sans', Helvetica Neue, Helvetica, Arial, sans-serif; color: 444; border: 1px solid #bbb; margin-left: 30px; font-weight: 500;}


	/* Tijs - geen rare melding in Mollie */
.pt-field-prefill-warning {display: none;}

.pt-payment-details-wrap {background: #eee; margin-top: 20px;}

	/* Tijs */
b, strong {
	font-weight: 500;
}

