/*
Theme Name: web-con
Author: pasxal.nl
Author URI: http://www.pasxal.nl/
Description: Blog theme for designblog web-con.nl.
*/

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  /*background:url(images/bk_body.jpg);*/
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
}

/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/



a:hover {
  text-decoration: none;
}

a:focus {
	outline:none;
}

h1 {
	font-size:40px;
	letter-spacing:-1px;
	font-weight:bold;
	padding:10px 0 12px;
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	border:none;
}

h2{
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	padding:10px 0;
} 


ul {
	list-style:none;
	line-height:18px;
}
ol {
	line-height:18px;
}

p {
	margin:0.7em 0;
	line-height:18px;
}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#mainWrapper {
	margin:0;
	padding:0;
}

#wrapper {
	width:990px;
	margin:0 auto;
	background:#fff;
}

#header {
	/*background:url(images/bk_header.png) 90% 0 no-repeat;*/
	height:75px;
	position:relative;
}

#content {
	
}

#colLeft {
	float:left;
	margin-top:40px; /*moving the line down*/
	border-right: solid 1px #909aa7;
}

#colLeftInner {
	width:651px;
	background:#fff;
	padding:0 24px 35px 0;
	min-height:500px;
	margin-top:-40px; /* pushing the content up again*/
}

#colRight {
	float:left;
	width:310px;
	margin-top:30px;
}

#ColRightLeft{
	float:left;
	width:154px;
}

#ColRightRight{
	float:left;	
	width:154px;
	border-left:solid 1px #ccc;
}

#ColRight2Col{
	float:left;	
}

#footer {
	background:#000;
	padding-top:20px;
	padding-bottom:25px;
	margin-top:15px;
}

#footerInner {
	width:990px;
	margin:0 auto;
	color:#797979;
}

#copyright {
	border-top:1px solid #1D1D1D;
	background:#dedede;
}

#copyrightInner {
	width:990px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:20px 0;
	position:relative;
}

/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#logo {
	position:absolute;
	left:0;
	top:0;
}

#logo img {
	border:none;
}

/* Top menu */

#topMenuCont {
	/*background:url(images/bk_top_left.png) 0 0 no-repeat;*/
	height:26px;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	display:none; /*even uitgezet totdat er meer pagina's zijn*/
}

#topMenuCont ul{
	
}

#topMenuCont ul li{
	float:left;
	padding:0 18px 0 18px;
	height:26px;
}

#topMenuCont ul li a {
	color:#2d4563;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

#topMenuCont ul li a:hover{
	color:red;
}

#socialLinks {
	position:absolute;
	right:15px;
	bottom:15px;
}

#socialLinks li{
	float:left;
	padding-left:13px;
}

#socialLinks li img {
	border:none;	
}

#socialLinks li a:hover img {
	margin-top:-2px;
}

/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/
#archive-title, .searchQuery {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	background:url(images/bullet_star_featured.png) 0 50% no-repeat;
	padding-left:16px;
	text-transform:uppercase;
	margin-bottom:10px;
}

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

.alignright {
	float:right;
	margin:5px 0 5px 10px;
}

#colLeft img {
	border:none;	
}

span.author, span.author a {
	color:#333;	
}

.navigation {
	width:675px;
}

/* HOMEPAGE FEATURED POST */

#featuredPost {
	margin-bottom:20px;
}

#featuredPost .label {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	padding-left:16px;
}

#featuredPost .meta {
	font-size:11px;
	color:#999;
	/*background:url(images/bk_featured.jpg) 0 100% repeat-x;*/
	padding-bottom:2px;
	border-bottom:solid 2px #000;
	
}

#featuredPost a.author {
	color:#333;
} 

#featuredPost .featuredDetails {
	/*background:url(images/bk_featured.jpg) 0 100% repeat-x;*/
	padding:0 0;
}

#featuredPost .featuredDetails p {
	margin:0 0 15px;
}

#featuredPost .featuredDetails a img {
	border:none;
}

/* HOMEPAGE POSTS LIST */

.homePost {
	float:left;
	width:300px;
	padding:0 10px 0px 0;
	border-bottom:1px solid #b2b2b2;
	margin-top:10px;
	min-height:200px;
	height:220px;
}

.homePost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	padding-top:18px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.homePost div {
	margin:0.5em 0;
}

.homePost h2{
	padding-top:0;
	padding-bottom:5px;
	font-weight:bold;
}

.homePost h2 a {
	text-decoration:none;
}

.homePost .date span {
	font-size:20px;
	font-weight:bold;
}

.homePost .meta {
	font-size:11px;
	color:#999;
	padding-bottom:6px;
	padding-top:6px;
}

.homePost a.author {
	color:#333;
} 

#colLeftInner .even {
	border-right:none;
	padding-right:0;
	padding-left:20px;
}

.homePost div img {	
	background:transparent url(images/bk_thumb.png) 0 0 no-repeat ;
	float:left;
	margin:0 10px 30px 0;
	padding:2px 4px 4px;
	border:none;
}

/* GENERAL POSTS LIST AND SINGLE POST */

.blogPost {
	margin-bottom:10px;
	border-bottom:1px solid #D7D7D7;
}

.blogPost .meta {
	font-size:11px;
	padding-bottom:15px;
	margin-bottom:5px;
	/*border-bottom:1px solid #D7D7D7;*/
}

.blogPost a.author {
	color:#333;
} 

.blogPost .date {
	background:#ccc;
	width:44px;
	text-align:center;
	padding:8px 0 8px 0;
	float:left;
	margin:0 10px 0 -50px;;
	display:none;
}

.blogPost .date span {
	font-size:16px;
	font-weight:bold;
}

.blogPost p, #colLeftInner .page p {
	font-size:12px;	
	margin:1em 0;
}

#colLeftInner .page {
	font-size:14px;		
}

.blogPost .postTags {
	font-size:12px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 20px;
}

a.more-link {
	display:block;
	width:91px;
	height:28px;
	text-indent:-9999px;
	clear:both;
	border:none;
	margin:-5px 0 15px;
}

.postauthor {
	background:#F4F4F4;
	border:1px dashed #D2D2D2;
	padding:15px 18px;
	/*-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;*/
	margin-bottom:20px;
	margin-top:20px;
}

.postauthor img {
	float:left;
	margin-right:10px;
	padding:4px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.wp-caption-text {
	font-size:9px;
	font-style:italic;
}

/* POST SOCIAL SHARE */

.social {
	margin:20px 0 15px;
	padding: 0 0 15px;
	border-bottom:1px solid #D7D7D7;
}

.social a:hover img {
	margin-top:-4px;	
}

.social img {
	border:none;
	vertical-align:middle;
}

.social strong {
	padding-right:20px;	
}

.navigation .alignleft a{
	display:block;
	width:123px;
	height:30px;
	background:url(images/but_prev.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

.navigation .alignright a{
	display:block;
	width:107px;
	height:30px;
	background:url(images/but_next.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

#colLeftInner ul{
	list-style-type:disc;
	list-style-position:inside;
}

#colLeftInner ol {
	list-style-position:inside;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:15px 0 15px 20px;
	font-style:italic;
	background:url(images/bk_blockquote.jpg) 90% 0 no-repeat;
}

/*--------------------------------
COL RIGHT
----------------------------------*/

.boxRight {
	background:#fff;
	/*background:url(images/bk_rightbox.jpg) 0 0 repeat-y;*/
	margin:0;
	padding-top:8px;
	display:block;
	float:left;
}

.boxRightInner {
	padding:0 10px 15px;
	color:#888;
}

.boxRight h2 {
	display:block;
	margin-right:-13px;
	height:38px;
	padding:0 0 0 12px;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
}


.boxRight ul li {
	padding:2px 6px 2px 14px;
	/*border-bottom:1px dashed #ccc;*/
}

.boxRight ul li a {
	text-decoration:none;

}


/* ADS */

#ads {
	padding:0;
}

#ads div div {
	margin:0;
	float:left;
}

#ads div div a img {
	/*border:1px solid #414141;*/	
}
#wp125adwrap_2c {
	padding:0 0 0 10px;
	margin:-5px 0 0 0;
	display:block;
}
.wp125ad {
	margin:0 10px 0 0;
	float:left;
}
#wp125adwrap_2c img {
	border:0px solid #414141;	
}

/*--------------------------------
FOOTER
----------------------------------*/

#footerInner .boxFooter {
	float:left;
	width:300px;
	padding-right:25px;
}

#footerInner h2 {
	font-size:20px;
	border-bottom:1px solid #363636;
	padding:7px 0 7px 16px;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	display:block;
}

#wcbottom {
	position:absolute;
	right:5px;
	top:13px;
}

#wcbottom img {
	border:none;
	margin:0 0 0 10px;
}

/* COMMENTS
------------------------------------------*/

h2#comments {
	display:block;
	background:url(images/ico_h2_comments.png) 0 50% no-repeat;
	padding:15px 0 15px 40px;
}

h2#commentsForm {
	display:block;
	background:url(images/ico_h2_form.png) 0 50% no-repeat;
	padding:20px 0 10px 40px;
}

#colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0 0;
}

#colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
}

#colLeft ul.commentlist li {
	padding:12px 20px;
	position:relative;
	border:1px dashed #ccc;
	margin-left:15px;
	margin-bottom:20px;
}

#colLeft ul.commentlist li .comment-meta, #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}


#colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:3px;
	border:1px solid #ccc;
	position:absolute;
	left:-15px;
	top:-7px;
}

#colLeft ul.commentlist .reply {;
	margin-left:20px;
	margin-top:-5px;
}

#colLeft ul.commentlist .reply a {
	font-size:11px;
	/*position:absolute;
	bottom:10px;
	left:34px;*/
	color:#3293C2;
	
}

#colLeft ul.commentlist li .children li {
	background:#fff;
	margin-left:20px;
	margin-top:15px;
	
}

/* FORMS
-------------------------------------------*/
#searchBox {
	padding:0;
	margin:0;
	height:25px;
	width:310px;
	display:block;
	position:absolute;
	right:0;
	top:75px;
}

#searchBox label {
	display:block;
	float:left;
	width:0;
	margin:0;
	font-size:1px;
}

#searchform input {
	border:none;
	padding:0;
	color:#778393;
	width:266px;
	float:left;
	height:25px;
	margin:0;
	background:url(images/searchbox.png) no-repeat;
	padding-left:30px;
	padding-right:5px;
	line-height:25px;
}

#searchform input#searchsubmit {
	display:none;
}

/* Post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#commentform textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:116px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
}

.subscribe-to-comments label{
	float:left;
}
.subscribe-to-comments input{
	float:left;
	margin:5px 10px 0 0;
}
/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:url(images/bk_input.jpg) 0 0 repeat-x;
}


#contact textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:122px;
	height:34px;
	margin-top:10px;
	cursor:pointer;
	text-indent:-9999px;
}
.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px dashed #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px dashed #C2E1AA;
	color:#8FA943;
}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */

/* -------------------------------
PAGING
----------------------------------*/

.wp-pagenavi {font-size:16px; font-weight:bold; margin-top:-20px}
.pages {margin:0 10px 0 0;}
.current {padding:6px 10px 6px 10px; background:#d90000; margin:0 2px 0 2px; color:#fff;}
.page {padding:6px 10px 6px 10px; background:#d7d7d7; margin:0 2px 0 2px;}
.nextpostslink, .previouspostslink {padding:6px 10px 6px 10px; margin:0 2px 0 2px; text-decoration:none;}

/* -------------------------------
COLLAPSING ARCHIVE
----------------------------------
.boxRightInner .list li {
	background:none;
	padding:0; 
}
.boxRight ul.list li {
	padding:2px 0 2px 0;
}
#sidebar span.collapsing.archives {
        border:0;
        padding:0; 
        margin:0; 
        cursor:pointer;
}
#sidebar span.monthCount, span.yearCount {text-decoration:none; color:#333}
#sidebar li.collapsing.archives a.self {font-weight:bold}
#sidebar ul.collapsing.archives.list li {
       margin:0 0 0 0;
       }
	   
#sidebar ul.collapsing.archives.list ul.collapsing.archives.list:before, 
  #sidebar ul.collapsing.archives.list li.collapsing.archives:before, 
  #sidebar ul.collapsing.archives.list li.collapsing.archives.item:before {
       content:'';
  } 
#sidebar ul.collapsing.archives.list li.collapsing.archives {list-style-type:none}
#sidebar ul.collapsing.archives.list li.collapsing.archives .sym {
   font-size:1.2em;
   cursor:pointer;
    padding-right:0;}
.boxRightInner .list li .collapsArchMonth a{
	padding-left:14px;
	background:url(images/red/bullet_star.png) no-repeat 0px 4px;
	margin:0 0 0 10px;
	}
.postimg {
	float:right;
	margin:0 -10px 0 10px;
}
li .archives .archives a {
	padding-left:14px;
}
*/
div#ColRightRight .boxRight ul{
	margin-left:-10px;
}
div#ColRightRight .boxRight ul li ul{
	margin-left:5px;
}
div#ColRightRight .boxRight ul li {
	background:none;!important
}
div#ColRightRight .boxRight ul li img {
	margin-right:3px;
}

.twitter-share-button
{
	float:right;
	margin:0 0 10px 10px;
}