/*
Theme Name: Jaffadok
Theme URI: http://intuitivedevelopment.nl/
Description: Custom WordPress theme for Jaffadok
Author: Milan Jansen
Version: 1.0
*/

@charset "utf-8";

html{
    overflow-y:scroll;
    height: 100%;
}

body,html{
    padding:0;
    margin:0;
    width:100%;
    line-height: 1.4;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
}

body{
    position: relative;
    color: #333;
    min-height: 100%;
    background-color: #d9d9d9;
}

a{
    outline:0;
    color: #16a058;
}

a:hover{
    color: #000;
}

img{
    border:0;
}

form{
    margin:0;
}

input, textarea{
    outline: none;
}

.nostyle,
.nostyle ul,
.nostyle li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear{
    clear: both;
}

h1,h2,h3,h4,h5,h6,p{
    margin-top: 0;
    margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6{
    color: #16a058;
    font-weight: normal;
}

input,
textarea{
    margin: 0;
    padding: 0;
}

input[type="text"],
textarea{
    border:1px solid #CCC;
    background-color: #f0f0f0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #333;
    padding: 5px;
    transition-property: background-color;
    transition-duration: 500ms;
}

input[type="text"]:focus,
textarea:focus{
    background-color: #FFF;
    color: #000;
}

/* main elements */

#container{
    width: 980px;
    margin: auto;
    background-color: #FFF;
    padding-bottom: 43px;
}

#bodyBG{
    background-color: #FFF;
    width: 980px;
    position: fixed;
    left: 50%;
    margin-left: -490px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#header{
    height: 95px;
    background-color: #16a058;
    padding: 0 10px;
    position: relative;
}

#header #logo{
    position: absolute;
    left: 20px;
    bottom: 45px;
}

#header .about{
    position: absolute;
    color: #FFF;
    font-size: 13px;
    left: 20px;
    bottom: 19px;
}

#header .about a{
    color:#FFF;
    text-decoration: none;
}

#header #logo img{
    display: block;
}

#header #searchform{
    position: absolute;
    right: 20px;
    bottom: 33px;
}

#header #searchform label{
    display: none;
}

#header input[type="text"]{
    border-color: #16a058;
    vertical-align: bottom;
}

#header input[type="submit"]{
    border:0;
    background:none;
    background-color: #16a058;
    padding: 3px 8px;
    color: #e9e9e9;
    font-weight: bold;
    font-size: 11px;
    height: 25px;
    vertical-align: bottom;
    cursor: pointer;
    margin-left: 2px;
}

#header input[type="submit"]:hover{
    color: #FFF;
    background-color: #197743;
}

#nav{
    clear: both;
    width: 980px;
    height: 30px;
    line-height: 30px;
    background-color: #16a058;
    position: relative;
}

#nav .tagline{
	position: absolute;
	left: 20px;
	top: 0;
	color: #777;
}

#nav>div{
    float: right;
}

#nav ul,
#nav li{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    list-style: none;
    font-size: 13px;
}

#nav li a{
    display: block;
    color: #e9e9e9;
    text-decoration: none;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#nav li a:hover{
    color: #FFF;
}

#nav>div>ul>li.current-menu-item a,
#nav>div>ul>li.current-menu-ancestor a,
#nav>div>ul>li.current-post-ancestor a{
    background-color: #720000;
    color: #FFF;
}

#footer{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#footer .wrap{
    width: 940px;
    margin: auto;
    background-color: #16a058;
    padding: 15px 20px;
    color: #ddd0d0;
    font-size: 12px;
    line-height: 13px;
    overflow: hidden;
    clear: both;
    position: relative;
}

#footer .wrap a{
    text-decoration: none;
    color: #ddd0d0;
}

#footer .wrap a:hover{
    color: #FFF;
}

#footer .footer-nav ul,
#footer .footer-nav ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#footer .footer-nav ul li:before{
    content: ' | ';
}

#footer .footer-nav ul li a{
    display: inline-block;
    padding: 0 3px;
}

#footer .footer-nav ul li:first-child:before{
    content: '';
}

#footer .copy{
    float: left;
}

#footer .copy span{
    color: #FFF;
}

#footer .footer-nav{
    float: right;
}

#documentation-menu{
    background-color: #FFF;
    margin-top: -30px;
    width: 204px;
    float: left;
    position: relative;
    z-index: 100;
}

#documentation-menu h3{
    line-height: 30px;
    background-color: #f0f0f0;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

#documentation-menu ul,
#documentation-menu li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#documentation-menu>div.wrap{
    margin:0 20px;
    border-bottom: 1px solid #ddd;
}

#documentation-menu li{
    position: relative;
    z-index: 100;
}

#documentation-menu>div>div>ul>li>a{
    padding: 7px 0;
    padding-left: 10px;
    padding-right: 10px;
}

#documentation-menu>div>div>ul>li{
    border-top: 1px solid #ddd;
}

#documentation-menu>div>div>ul ul{
    position: absolute;
    background-color: #F9F9F9;
    right: -166px;
    width: 164px;
    border: 1px solid #ccc;
    top: -1px;
    display: none;
}

#documentation-menu li.showsub>ul{
    display: block;
    z-index: 100;
}

#documentation-menu>div>div>ul>li li{
    border-top: 1px solid #ddd;
}

#documentation-menu>div>div>ul>li li a{
    padding: 7px 0;
    padding-left: 10px;
    padding-right: 10px;   
}

#documentation-menu>div>div>ul>li li:first-child{
    border-top: 1px solid #ccc;
    margin-top: -1px;
}

#documentation-menu>div>div>ul>li a{
    text-decoration: none;
    color: #333;
    display: block;
}

#documentation-menu>div>div>ul li:hover>a,
#documentation-menu>div>div>ul>li.current-menu-item>a,
#documentation-menu>div>div>ul>li.current-menu-ancestor>a,
#documentation-menu>div>div>ul>li.current-menu-parent>a{
    color: #16a058;
    background-color: #F9F9F9;
    border-color: #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: -1px;
    margin-top: -1px;
    z-index: 10;
    position: relative;
}

#documentation-menu>div>div>ul li.hasSub:hover>a{
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 149px center;
}

.menu-not-used-container{
    display: none;
}

/*#documentation-menu>div>ul>li:hover li:first-child a{
    width: 145px;
    background-color: #F9F9F9;
    margin-left: -1px;
}*/

#slider{
    width: 756px;
    height: 400px;
    float: right;
    background-color: #FFF;
    margin: 20px 20px 15px 0;
    position: relative;
}

#slider .desc{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 220px;
    padding: 20px;
    background-image: url(img/white-transparent.png);
    text-align: left;
}

#slider .desc h2{
    font-weight: normal;
}


#slider .desc p{
    color: #444;
    line-height: 1.5;
    font-size: 12px;
}


#slider .desc a{
    text-decoration: none;
    color: #16a058;  
}

#slider img{
    width: 756px;
    height: 399px;
}

.home-blocks{
    width: 756px;
    float: right;
    margin: -15px 20px 0 0;
}

.home-block{
    width: 368px;
    background-color: #f0f0f0;
    margin: 20px 0 0 20px;
    float: left;
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

.home-block:hover{
    background-color: #e6e6e6;
    color: #222;
}

.home-block h3{
    font-size: 14px;
    margin-bottom: 8px;
}

.home-block .text{
    width: 163px;
    float: left;
    padding: 10px 13px 11px 13px;
    line-height: 1.5;
}

.text ul,
.text li{
	margin: 0;
	padding: 0;
}

.text li{
	position: relative;
	left: 15px;
	margin-right: 15px;
}

.home-block .by{
    margin-bottom: 8px;
}

.home-block .title{
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 12px;
}

.home-block p{
    margin-top: 0;
    margin-bottom: 10px;
}

.home-block p strong{
    color: #333;
}

.home-block img{
    width: 179px;
    height: 190px;
    display: block;
}

.home-block .more{
    text-decoration: none;
    background: url(img/arrow.png) no-repeat left center;
    padding: 0 0 0 10px;
    line-height: 9px;
    display: block;
    color: #16a058;
    position: absolute;
    bottom: 15px;
    left: 13px;
    font-size: 12px;
}

.content{
    width: 552px;
    float: left;
    padding: 20px 0 20px 0;
}

.content h3{
    margin-top: 20px;
}

.content.full{
    width: 756px;
}

.content.full h1{
    margin-bottom: 20px;
    font-size: 28px;
    margin-right: 0;
}

.content .page-title{
    font-size: 28px;
    margin-bottom: 13px;
    line-height: 28px;
    margin-right: -204px;
    color: #16a058;
}

.content.nometa .page-title{
    margin-bottom: 20px;
}

.content .page-sub-title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 19px;
    color: #16a058;
}

.content .meta{
    text-align: left;
    font-size: 14px;
    color: #999;
    margin-bottom: 19px;
    line-height: 20px;
}

.content .page-img img{
    margin: 15px auto;
    max-width: 552px;
    height: auto;
    display: block;
}

.widget-sidebar{
    float: right;
    width: 184px;
    margin: 20px 20px 0 0;
    padding-top: 80px;
}

.widget-sidebar.nometa {
    padding-top: 48px;
}

.widget-sidebar ul,
.widget-sidebar li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.content #subpages{
	clear: both;
}

.content #subpages h3{
    font-size: 14px;
    background-color: #F2F2F2;
    padding: 0 10px;
    line-height: 33px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    margin-top: 20px;
}

.content #subpages li,
.content #subpages ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


.content #subpages a{
    padding: 7px 0;
    border-top: 1px solid #ddd;
    padding-left: 10px;
    display: block;
    color: #333;
    text-decoration: none;
}

.content #subpages li li a{
    padding-left: 20px;
}

.content #subpages li li li a{
    padding-left: 30px;
}

.content #subpages li li li li a{
    padding-left: 40px;
}


.content #subpages>ul>li:first-child>a{
    border-top: 0;
}


.content #subpages strong{
    display: inline-block;
    width: 80px;
}

.widget-sidebar .widget{
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;    
}

.widget-sidebar .widget-title,
.widget-sidebar .widgettitle{
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 10px;
    line-height: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.widget.widget_related_posts ul,
.widget.widget_related_posts li,
.widget.RecentColumnsWidget ul,
.widget.RecentColumnsWidget li,
.widget_links ul,
.widget_links li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget.widget_related_posts li a,
.widget.widget_links li a,
.widget.RecentColumnsWidget li a,
.widget.widget_related_posts li span,
.widget.widget_related_posts p{
    padding: 7px 0;
    border-top: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    color: #333;
    text-decoration: none;
    margin: 0;
}


.widget.widget_related_posts li:first-child a,
.widget.widget_links li:first-child a,
.widget.RecentColumnsWidget li:first-child a,
.widget.widget_related_posts li:first-child span,
.widget.widget_related_posts p{
    border: 0;
}

.widget.RelatedWidget li a:hover,
.widget.widget_links li a:hover,
.widget.RecentColumnsWidget li a:hover,
.content #subpages a:hover{
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #16a058;
}

.alignleft{
    float: left;
    margin: 0 15px 10px 0;
}

#tags{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 11px;
}

#tags a{
	text-transform: uppercase;
}

.article-list,
.article-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-list {
}

.article-list li {
    height: 150px;
    margin-bottom: 20px;
    background-color: #F3F3F3;
}

.jsenabled .article-list li{
    cursor: pointer;
}

.jsenabled .article-list li:hover{
    background-color: #E6E6E6;
}

.article-list li .img{
    width: 150px;
    height: 150px;
    float: left;
    background-color: #CCC;
}

.article-list li .desc{
    float: right;
    width: 566px;
    float: right;
    font-size: 11px;
    padding: 10px;
    padding-right: 20px;
    color: #333;
    position: relative;
    height: 130px;
}

.article-list li .more{
    text-decoration: none;
    background: url(img/arrow.png) no-repeat left center;
    padding: 0 0 0 10px;
    line-height: 9px;
    display: block;
    color: #16a058;
    position: absolute;
    bottom: 14px;
    right: 10px;
    font-size: 12px;
    display: none;
}

.article-list li .meta{
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: -1px;
    color: #555;
}


.article-list li h2{
    font-size: 15px;
}


.wp-pagenavi{
    text-align: right;
    position: relative;
    height: 26px;
    margin-top: 20px;
    display: block;
}

.wp-pagenavi .pages{
    border:0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 26px;
    padding: 0;
    margin: 0;
    color: #999;
}l

.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend{
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 !important;
    background-color: #e0e0e0;
    border-color: #e0e0e0 !important;
    color:#333;
    font-weight: normal !important;
    margin: 0 0 0 4px !important;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first{
    width: 50px;
}

.wp-pagenavi a:hover{
    color: #000;
    background-color: #ccc;
    border-color: #ccc !important;
}

.wp-pagenavi span.current{
    background-color: #16a058;
    border-color: #16a058 !important;
    color:#FFF;
}

.wpcf7 {
    position: relative;
}

.wpcf7 .required{
    line-height: 30px;
    color: #999;
    float: right;
}

.wpcf7 label{
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}

.comments-form input[type="text"],
.comments-form textarea,
.wpcf7 input[type="text"],
.wpcf7 textarea{
    border-radius: 3px;
    margin-bottom: 10px;
    width: 400px;
    background-color: #f3f3f3;
    padding: 6px;
}

.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid{
    border-color:red;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 textarea:focus{
    background-color: #FFF;
}

.wpcf7 textarea{
    width: 538px;
}

.wpcf7 .submit{
    float: left;
}


body .wpcf7-not-valid-tip{
    display: none;
}

body .wpcf7-response-output{
    margin: 45px 0 0 0 !important;
}

.comments-form input[type="submit"],
.wpcf7 input[type="submit"] {
    position:relative;
    display:inline-block;
    overflow:visible;
    font-size:13px;
    font-weight:700;
    line-height:18px;
    color:#333;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    border:1px solid #ccc;
    cursor:pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,.5);
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.5);
    box-shadow:0 1px 0 rgba(255,255,255,.5);
    background-color:#ddd;
    background-repeat:repeat-x;
    background-image: linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%)
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(221,221,221)),
        color-stop(1, rgb(255,255,255))
        );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dddddd');
    padding:5px 10px;
}

.comments-form input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover{
    text-decoration:none;
background-color:#d8d8d8;
background-image:linear-gradient(#f8f8f8,#d8d8d8);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #d8d8d8),
        color-stop(1, #f8f8f8)
        );
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
border-color:#bbb;
}


.comments{
	background: url(../jaffadok-child/img/downarrow_gray.png) no-repeat center 33px;	
}

.comments-title{
	font-size: 14px;
	color: #fff;
	background-color: #afafaf;
	padding: 0 10px;
	line-height: 33px;
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 30px
}

.comments input,
.comments textarea{
	display: block;
}

.comments .comments-form input,
.comments .comments-form textarea{
	margin-bottom: 0;
}

.comments .form-allowed-tags{
	display: none;
}

.comments-list,
.comments-list li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-list .comment-meta{
	margin-bottom: 10px;
	background-color: #e9e9e9;
  border-bottom: 1px solid #ddd;
	margin: -10px;
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height: 16px;
	color: #999;
}

.comment-meta b{
	color: rgb(204, 0, 0);
	font-size: 14px;
}

.comments .comment-form-url{
	display: none;
}

.comments-list .comment-meta time{
	float: right;
}

.comments label{
	font-weight: bold;
	line-height: 2;
}

.comments-list li.comment{
 	background: #f2f2f2;
  border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.comments-list li.pingback
{
 	background: #f2f2f2;
  border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 30px;
	padding-bottom: 0;
}


.comments-list  .comment-edit-link{
	display: block;
}

.comment-form-cookies-consent{
	display: none !important;
}