/*
Theme Name: WinstModel
Theme URI: http://winstmodel.nl/
Description: Internet Marketing Platform
Template Version: 3.5.6
Author: Tonny Loorbach
Author URI: http://internetmarketinguniversiteit.nl/
Template: tjopframework
WordPress Required Version: 3.2.1
Test Up To: 3.4.2
*/
@import url(../tjopframework/style.css);

/* SECTION HEADERS */
.sectionheader{
	text-indent:-9999px;
	display:none;
}

/* MAIN TYPOGRAPHY */
BODY{
	font-family: 'Varela Round', Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
}
P{margin-bottom:18px;}
a{color:#29ABE2;text-decoration:none;}
a:hover{text-decoration:underline;}

blockquote{
	padding-left: 15px;
	border-left: 1px silver solid;
	font-style: italic;
}

/* HEADERS */
h1.section-title, .entry-header h1, .entry-header h2 {
font-size: 24px;
line-height: 28px;
}

header#mainheader H1,
header#mainheader H2{
	font-size:48px;
	line-height:40px;
	font-weight:bold;
	padding:20px 0 0 20px;
}
header#mainheader H1 a,
header#mainheader H2 a{
	color:white;
}
header#mainheader H1 a:hover,
header#mainheader H2 a:hover{
	text-decoration:none;
}

header#mainheader H1 span,
header#mainheader H2 span{
	display:none;
}
.entry-header H1,
.entry-header H2,
.entry-header H2 a{
	line-height:28px;
	margin-bottom:20px;
	text-decoration:none;
	font-weight:bold;
}
.entry-header H2 a:hover{
	text-decoration:underline;	
}
.entry-content H2{
	margin-bottom:20px;
	line-height:21px;
}
h3.widgetheader,
h3.widgetheader a{
	color:black;
	text-indent:0;
	font-size:16px;
	line-height:19px;
	margin-bottom:15px;
	text-decoration:none;
	font-weight:bold;
}
h2#comments-title, h2.archivetitle {
	margin-bottom: 10px;
}
.comment-by, #reply-title {
	margin-bottom: 5px;
}
#content H3{margin-bottom:20px;}

/* MAIN LAYOUT */
.clear{width:100%;height:1px;margin:0 0 -1px;clear: both;}
.clearleft{clear: left;}
.clearright{clear: right;}
.imgright, .alignright{float:right;margin-left:20px;}
.imgleft, .alignleft{float:left;margin-right:20px;}
.imgcenter, .aligncenter{display:block;margin:0 auto;}

header#mainheader{position:relative;}

#content,
#pagecontent{
	float:left;background:white;margin-bottom:30px;
}
.column{width:600px;}

BODY.home #content{padding-top:59px;}
BODY.home #content.fullwidth{padding-top:0;}

P#breadcrumbs{padding-top:20px;}
div.nocrumbs{height:59px;}

#mainsidebar{width:320px;margin-top:30px;float:right;background:white;}

#wrapper{
	padding:0 50px;
	background:white;
	position:relative;
}

.logo{float:left;}

#headerwidget{
	float: right;
	clear: right;
}

.searchresult{margin-bottom:20px;border-bottom:1px solid #dedede;}

/* NAVIGATION */
#topnav{
	height:50px;
	text-align:right;	
	padding-right:30px;
	float:right;
}
#topnav ul li{
	list-style-type:none;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left:20px;	
	padding-top:12px;
}
#topnav ul li a{
	font-family: "Helvetica Neue", Allerta, Arial, Helvetica, sans-serif	;
	font-size:14px;
	line-height:21px;
	color:#333;
	text-decoration:none;
}
#topnav ul li a:hover{
	text-decoration:underline;
}
#mainnav{
	position:absolute;
	width:100%;
}
#mainnav ul{
	padding-left:25px;
}
#mainnav ul li{
	list-style-type:none;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-right:20px;
	padding:8px 10px;
}
#mainnav ul li a{
	font-family: "Helvetica Neue", Allerta, Arial, Helvetica, sans-serif	;
	font-size:18px;
	line-height:21px;
	color:black;
	text-decoration:none;
}
#pagefooter{
	padding: 5px 0 20px;
	border-top: 1px solid #EEE;
	text-align:center;
}

#pagefooter ul li{
	list-style-type:none;
	display:inline-block;
	zoom:1;
	*display:inline;
	margin-left:20px;	
	padding-top:12px;
}

/* Post Styling */
article.post{
	clear:left;
	margin-bottom:40px;
}

.entry-meta{
	border: 1px dotted silver;
	padding: 7px 15px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-bottom:20px;
	clear:left;
}
.column article .entry-meta img{
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.attachment-post-thumbnail{
	float:left;
	padding:7px;
	border:1px solid #DADADA;
	background-color:#F6F6F6;
	margin:7px 15px 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.post ul, .post ol, #content ul, #content ol{margin:0 0 15px 25px;}

.entry-meta{
	border:1px dotted silver;
}
.entry-meta img{border:none;}
.entry-meta .ico-date{margin:0 3px -3px 3px;}
.entry-meta .ico-author{margin:0 4px -4px 6px;}
.entry-meta .ico-comments{margin:0 4px -5px 6px;}
.entry-meta .ico-cat{margin:0 4px -3px 4px;}

/* AUTHORS */
.author .authorphoto{
	float:right;
	width:152px;
	margin-left:15px;
	border:1px solid #ccc;
	padding:5px;
	background:#efefef;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.author .authorphoto .authorname{
	text-align:center;
	font-style:italic;
	color:#666;
	display:block;
}

.authorposts{clear:left;}

div.authormeta{padding:15px;border:1px solid #aaa;margin:25px 0;min-height: 110px;}
.column article div.authormeta img{
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 10px;
	border-radius: 0;
}
div.authorbio{}
div.authorbio p{margin-bottom:0;font-size:12px;line-height:20px;}
div.authormeta img{margin:5px 15px 0 0;float:left;}

div#authorphoto{float:right;margin:5px 0 15px 15px;}

div#authorinfo{margin-top:15px;}

#content .post #authorposts{margin:0 0 20px;}
#content .post #authorposts li{list-style-type:disc;margin-bottom:10px;margin-left:10px;padding-left:5px;}
#content .post #authorposts li H3 a{
	padding:15px 0 5px;
	color:#009DE1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	text-decoration:none;
}
#content .post #authorposts li H3 a:hover{text-decoration:underline;}

#content .authormeta .authorbio p{margin-bottom:0;}

/* Social Media Buttons */
.socialbuttons{clear:both;margin:10px 0 30px;}
.home .socialbuttons{margin:10px 0;}
.socialbutton{display:inline-block;zoom:1;*display:inline;vertical-align:top;}
.fblikeh{width:120px;}
.fblikev{margin-right:20px;}
.tweeth{width:110px}
.tweetv{margin-right:20px;}
.hyvesh{margin-right:5px;}
.hyvesv{margin-right:20px;}
.googleh{}
.googlev{margin-right:20px;}
.linkedinh{margin-right:20px;}
.linkedinv{margin-right:20px;}
.pinterest{}
.pinterest a img{
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#socialvertical{
	position:fixed;
	width:87px;
	text-align:center;
	padding:0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:-110px;
}
#socialvertical .socialbuttons{
	margin-bottom:10px;	
}
#socialvertical .socialbuttons .tweetv,
#socialvertical .socialbuttons .hyvesv,
#socialvertical .socialbuttons .linkedinv,
#socialvertical .socialbuttons .pinterest{
	margin:	10px 0 0;
}
#socialvertical .socialbuttons .googlev{
	margin:	10px 0 0;
}

/* SIDEBAR WIDGETS */
.sidebarwidget{
	margin-bottom:30px;	
}
.sidebarwidget ul li{
	list-style-type:none;
	margin-left:18px;
}
.sidebarwidget ul li.cat-item{
	list-style-type:disc;
	margin-left:20px;
}
.sidebarwidget ul li ul{
	padding-left:20px;
}

.sidebarwidget .menu li{
	list-style-type:disc;
	margin-left:20px;
}

/* Search Widget */
#searchform .field{
	font-size:14px;
	padding:5px 7px;
	border:1px solid #ccc;
	margin-bottom:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#444;
}
#searchform .submit{
	width: 70px;
	background: #efefef;
	cursor: pointer;
	border: 1px solid #999;
	color: #666;
	padding: 5px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* COMMENTS */
#commentsection{clear:left;}
.comment{float:right;width:100%;}
.comment-body{
	border:1px solid #eee;
	padding:12px;
	background:#F7FAFC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	float:right;
	width:78%;
	margin-bottom:20px;
}
.bypostauthor{}
.comment-author{
	width:70px;
	height:70px;
	float:left;
	background:white;
	padding:5px;
	border:1px solid #eee;
	margin:0 6px 6px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}
.bypostauthor .comment-author{border-color:#73C3EF;}

#commentsection article img{
	border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.comment-body img.commentarrow{position:absolute;left:-13px;border:none;}
.commenttext{float:left;padding-left:6px;}
.replybtn{position:absolute;bottom:10px;right:10px;}
a.comment-edit-link{
	font-size: .8em;
	margin-top: 4px;
	display: block;
	text-align: center;
}

.depth-2{width:96%;}
.depth-2 .comment-body{width:77%;}

.depth-3{width:93%;}
.depth-3 .comment-body{width:75%;}

.depth-4{width:90%;}
.depth-4 .comment-body{width:72%;}

h2#comments-title{font-size:21px;margin-bottom:10px;}

.comment-by,
#reply-title{font-size:16px;margin-bottom:5px;}

#reply-title small{font-size:12px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-weight:300;margin-left:10px;font-style:italic;}

#respond{
	clear:both;
	margin-bottom:20px;
	border:1px solid #eee;
	padding:12px;
	background:#F7FAFC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#commentform textarea,
#commentform input[type="text"]{
	font-size:14px;
	padding:5px 7px;
	border:1px solid #ccc;
	margin-bottom:5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#444;
}
.form-submit input[type="submit"] {
	width: 160px;
	background: #ECEEF5;
	cursor: pointer;
	border: 1px solid #CAD4E7;
	color: #3B5998;
	padding: 7px 7px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.form-submit input[type="submit"]:hover {
	border-color: #9DACCE;
}

/* OPT-IN */
.optinwrap{
	zoom:1;
	float:right;
	padding:5px 10px;
	margin-top:5px;
	z-index: 1000;
	position: relative;
}
form#wm3optin label {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
form#wm3optin input.optintxt {
	font-size: 14px;
	padding: 5px 7px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #444;
	width: 175px;
}
form#wm3optin input[type="submit"].submit-btn {
	width: 190px;
	background: #ECEEF5;
	cursor: pointer;
	color: #3B5998;
	padding: 7px 7px;
	font-size: 14px;
	border: 1px solid #CAD4E7;
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.optinimg{
	position: relative;
	margin-top: -25px;
	float: right;	
	z-index:1000;
}

/* Kennisbank Widget */
.sidebarwidget ul.kennisbank{padding-left:0;}
ul.kennisbank li{display:inline-block;zoom:1;*display:inline;background: url(http://tjopnl.s3.amazonaws.com/images/list-pages-seperator.gif) no-repeat right center;margin-left: 0;}
ul.kennisbank li.no-seperator{background:none;}
ul.kennisbank li a{
	color: #333333;
    display: block;
    font-size: 10px;
    padding: 0 18px 0 0;
}

/** Kennisbank Subpage Index **/
#content ul.subpageindex{margin:0 0 30px 0;}
ul.subpageindex li{list-style-type:none;margin:0 0 5px 0;}

/** Kennisbank Subcat Index **/
#content ul.subcats{margin:0 0 20px 0;}
ul.subcats li{display:inline-block;zoom:1;*display:inline;background: url(http://tjopnl.s3.amazonaws.com/images/list-pages-seperator.gif) no-repeat right center;list-style-type:none;margin:0 0 5px 0;padding-right:20px;}
ul.subcats li a{color:#333;}
ul.subcats li a:hover{color:#0071BC;}

.pagesection{margin-bottom:30px;}
.newposts h3 a{font-size:18px;}

/* MISC */
.headershadow{
	display:block;
	margin:0 auto;
	position:absolute;	
}
span.vvqyoutube{margin-bottom:30px;}

/* Widget Sections */
#homepagewidgets{margin-top:30px;}
#homepagewidgets IMG{display:inline-block;margin-right:10px;}
#homepagewidgets .homepagewidget{width:25%;display:inline-block;zoom:1;*display:inline;margin:0 10px 10px 0;vertical-align:top;}
#homepagewidgets .homepagewidget ul li{margin-left:15px;}

#content #homepagewidgets{margin:-30px 0 30px;}
#content #homepagewidgets IMG{display:inline-block;margin-right:10px;width:300px;}
#content #homepagewidgets .homepagewidget{width:50%;display:inline-block;zoom:1;*display:inline;margin:0 0 10px;vertical-align:top;}
#content #homepagewidgets .homepagewidget p{margin-bottom:0;}
#content #homepagewidgets .homepagewidget H3{margin-top:10px;}
#content #homepagewidgets .homepagewidget ul li{margin-left:0;}