/*
Theme Name: DJanssens
Theme URI:
Description: A 2-columns simple, clean and easily accessible beautiful theme which can load your blog more faster. 
Version: 1.01
Author: Sdriblive
Author URI: http://www.sdriblive.com/
Tags: fixed width, optional two columns, archives, accessible, simple, clean, valid CSS, valid XHTML, black, white, right sidebar, widgets, widget ready
*/

/* Changelog
22-05-2009 some last modifications
25-04-2011 major clean up and refreshment of skin
*/

/*Base*/

html {
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: transparent url(../../../images/tile.jpg) repeat scroll center 0px;
	margin: 0 auto -20px;
	padding: 0px;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	min-height: 100%;
	height:100%; /* voor IE */
}

/*image Fader*/

#backHolder{
	background: transparent url(../../../images/backHolder.png) repeat-y scroll 0 0;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}

#backgr{
	background: transparent url(../../../images/background/backHome.jpg) no-repeat scroll 0 0;
	display: block !important;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}

.fadeR{
	margin: 0 0 0 67px;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}

/*Background Pages */

#backgr.home{
	background: transparent url(../../../images/background/backHome.jpg) no-repeat scroll 0 0;
	display: block !important;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}

#backgr.bio{
/*	background: transparent url(../../../images/background/backBio.jpg) no-repeat scroll 0 0;
*/	display: block !important;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}


#backgr.works{
/*	background: transparent url(../../../images/background/backWorks.jpg) no-repeat scroll 0 0;*/
	display: block !important;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}

#backgr.calendar{
/*	background: transparent url(../../../images/background/backCalendar.jpg) no-repeat scroll 0 0;*/
	display: block !important;
	margin: 0;
	padding: 0;
	min-height: 100%;
	height:100%; /* voor IE */
}

/*end*/



a {
	color: #f34418;
	font-size: 12px;
	text-decoration:none;
}

a:hover {
	color: #000;
	font-size: 12px;
	text-decoration:none;
}


p{
	color: #333333;
	line-height:15px;
	margin: 0px 0 8px 0;
	padding: 0px;
	width: 480px;
	float: left;
	}
	
h1 {
/*	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0;*/
color: #333;
	    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
	}
	
h1 a {
	color: #f34418;
	text-decoration:none;
	}

img {
	margin:8px 0px 5px 0px;
	}
	
input {vertical-align: middle}

h2 {
	margin: 0 0 12px;
}

blockquote {
	margin: 10px 25px 10px 30px;
	border-left: 3px solid #124AA8;
	background: #FFFDD5;
	padding: 5px 15px;
	font-size: 1.3em;
	color:#000;
}

blockquote p {
	font-size: 1em !important;
	margin: 0;
}

.aligncenter,
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/*margin: 10px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wrapper {
	background: none repeat scroll 0 0 #FFFFFF;
	min-height: 100%;
	height:100%; /* voor IE */
	margin: 0 auto;
	padding: 0 0 0 40px;
	width: 530px;
}

#swrapper {
	background: transparent url(../../../images/backContent.png) repeat-y scroll 20px 0;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 550px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}


/*Header*/

#header {
	margin-bottom: 55px;
	position:relative;
	/*overflow:hidden;*/
}

#navcontainer {
	background:none no-repeat scroll 0 0;
}
ul#navlist {
	margin: 0px;
	padding: 50px 0 0;
	}
	
ul#navlist li {	
	display: inline;
	list-style-type: none;
	margin:0;
}

ul#navlist li a {
	background: none repeat scroll 0 0 transparent;
	color: #333333;
	display: inline;
	font-size: 14px;
	letter-spacing: 0.02em;
	list-style-type: none;
	margin: 0;
	padding: 60px 5px 5px;
}

ul#navlist li a:hover {
	background-color:#f34418;
}

#navlist li.current_page_item a {
	background-color:#f34418;
}

#navlist li.current_page_item li a {
	background-color:#f34418;
}

#navlist li.current_page_parent a {
	background-color:#f34418;
}

#navlist li.current_page_parent li a {
	background-color:#f34418;
}

.logo{
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: bold;
    padding: 30px 0 0 !important;
    width: 20px;
    /*margin-right: 24px !important;*/
}



/*Search*/

#divSearchForm {
	margin: -22px 0 0 320px;
}

#divSearchForm label {
	display:inline;
	margin:0;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align:middle;
}

#divSearchForm input.txt {
	display:inline;
	width:100px;
	padding:2px;
	border: 1px solid #000;
	vertical-align:middle;
}
#divSearchForm input.txt:focus {
	color:#000;
	background:#f6feda;
}

#divSearchForm input.btn {
	background-color:#f34418;
	border: 1px #000 solid;
	margin:0;
	vertical-align:middle;
}

#searchsubmit{
	background-color:#f34418;
	border: 1px #F34418 solid;
}

#searchframe{
	background: #f6efee;
}

/*Content*/

#container {
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	text-align: justify;
	width: 550px;
}

#content {
	height: auto !important;
	min-height: 100%;
	margin: 0;
	padding: 0px;
}

#content h2 {
	padding: 0 0 4px;
	color:#000;
}
#content h2 a {
	font-weight:normal;
	color:#000;
	}
#content h2 a:hover {
	color:#124AA8;
	}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	color:#000;
	margin-bottom:-5px !important;
}

#content .post {
	border-bottom: 1px solid #EFEFEF;
	float: left;
	margin: 0 0 3em;
	width: 485px;
}
 
#content .post h3 {
	margin-bottom:0px !important;
}

.post h1 a{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0 0 25px;
}

.post ul, .post ol {
	margin:0 0 6px 0px;
	font-size:12px;
}
.post li {
	background: #f6efee;
	list-style-type: none;
	padding: 5px 0px 5px 5px;
	margin: 0 0 2px 0;
	width: 465px;
	color:#000;
}

.colorhover:hover a {
 	color:#fff; 
	text-decoration:none;
  }


ul.wplc_event_list li:hover a {
 	color:#fff; 
	text-decoration:none;
  }

.wplc_alt:hover a {
 	color:#fff; 
	text-decoration:none;
  }

.post li:hover {
	color: #fff;
	background: #f34418;
}

.post .postmetadata {
	font-size:1.1em;
	color:#333;
	margin:0;
}
.postmetadata a {
	color:#333;
}
.postmetadata a:hover {
	color:#000;
}
.entry {
	text-align: justify;
	margin-top:15px;
}
.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {

}
.entry h3 {
	
}
.entry h4 {
	
}

.entry ul li{
 color: #000;
 font-style: italic;
}

.entry ul li a{
	color:#F34418;
	font-size:14px;
	font-style:normal;
}

.scroll ul li a{
	color:#F34418;
	font-size:14px;
	font-style:normal;
	margin: 0 5px 0 0px;
	display: block;
}

.entry ul li a:hover{
	color:#fff;
}

.entry ul li p{
	margin: 0 0 0 11px;
}

/*works page*/

ul#wpage li{
	color: #333;
	background: none;
	font-size:18px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

ul#wpage li:hover{
	background: none;
}

ul#wpage li.del_page_item a{
	display: none !important;
}

ul#wpage li a{
	color:#F34418;
	font-size:14px;
	font-style:normal;
	font-weight: normal;
}

ul#wpage li a:hover{
	color:#000;
	font-size:14px;
	font-style:normal;
}



/*works page*/

/*link page*/

ul#lpage li{
	background: none;
	margin: 0px;
	padding: 0px;
}

ul#lpage li:hover{
	background: none;
}

ul#lpage li a{
	color:#F34418;
	font-size:12px;
	font-style:normal;
}

/*link page*/

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin:20px 0 5px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}
h3#comments,h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}
.commentlist {
	margin: 20px 0 30px 18px;
	font-size:120%;
}
.commentlist img {
	float:none;
	padding:0;
	border:0;
	}
.commentlist li {
	padding:5px 0 20px;
	font-size:90%;
}
.cdata {
	background:#FFFDD5;
	border-top:1px solid #BFBC7D;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
  color:#000;
}
#content img.avatar {
  	float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #848144;
}
#comment {
	width: 530px;
	height: 170px;
}

/*postExtra*/

#pnumb{
/*	background: #fff;*/
	height: 13px;
	padding: 2px 0 0 5px;
	margin: 0 0 2px 0;
	width:480px;
	}

#pnumb a{
/*	background: #f34418;*/
	color: #f34418;
	padding: 2px 6px 0px 6px;
	margin:0 -1px;
	}

#pnumb a:hover{
	background: #f6efee;
	padding: 2px 6px 0px 6px;
	}
	
#pnumb p{
	background: #f34418;
	color: #000;
	padding: 2px 3px;
	margin:0px;
	text-align: left;
	}


/*SideBar*/

#sidebar {
	float: left;
	width: 240px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#sidebar ul	{
	list-style: none;
	margin:0 0 15px;
	font-size:11px;
	}
#sidebar ul li ul {
	margin:0;
	padding:0 0 0 4px;
	}	
#sidebar ul li ul li ul	{
	margin:5px 0 -12px 0;
	padding:0 0 0 4px;
	}	
#sidebar ul	li	{
	margin: 0px 0px -1px 0px;
	border-top: 1px solid #EEE;
	padding:6px 0 6px 5px;
	line-height: 15px;
	}		
#sidebar ul li a {
	background:url(images/arrow.gif) no-repeat center left;
	padding: 0 0 0 8px;
	text-decoration:none;
	color:#124AA8;
	font-weight:bold;
	}
#sidebar ul li a:hover {
	text-decoration:underline;
	color:#124AA8;
	}
#sidebar h2 {
	font:bold 1.2em "arial", helvetica, sans-serif;
	padding: 6px 0 0 3px;
	line-height:0.6em;
	color:#000;
	border-top: 1px solid #000;
}
#sidebar h3 {
	font: normal 1.4em/1.1em "arial", helvetica, sans-serif;
	padding: 0 0 3px;
}

.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align:center;
  line-height:21px !important;
}
abbr, acronym {
border:medium none;
}
abbr[title], acronym[title] {
border-bottom:1px dotted #999;
cursor:help;
font-style:italic;
}
code, kbd, pre {
font-family: Monaco,"Courier New",Tahoma;
}
pre {
	padding:10px;
	background:#F6F7F5;
	font-size:120%;
}

code {
	color:#990000;
	font-family:"Courier New",Courier,mono;
}
.txtRed {
	color:#FF0000;
	font-size:130%;
}
.txtGrey {
	color:#999;
}


/*Footer*/

#footer {
	clear: both;
	margin: 0;
	padding: 20px;
	bottom: 0;
}

#footer p{
	color: #000;
	}
	
#footer a{
	color: #ccc;
;
	}
	
#footer a:hover{
	color: #f34418;
	}	
	
#sdrib{
	margin: 30px 0 0 385px;
}
	
/*Base*/

#base .baseHdr{
	font-size:1.5em;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	border:none;
	padding:0;
}


#base {	
	clear:left;
	display: inline;
	float: left; 
	position: relative; 
	margin: 0;
	}

#base ul {margin:10px 10px; padding:10px 0 0 4px; width:252px; display:inline; float:left; list-style-type:none; }

#base li {
	padding:5px 4px;
	line-height:15px;
	}
.grid12 h6 { margin: 10px 0 50px 0; }

/* Calendert */

/* scroll*/

div.scroll {	
	height:396px;
	margin:30px 0 0;
	overflow:auto;
	overflow-x:hidden;
	padding:0px;
	width:490px;
}

ul#wpage li.csmall{
	margin: 0  0 0 288px ;
	}
	
ul#wpage li.cspace{
	margin: 0 300px 0 0 ;
	}
