/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.postform{
background-color: #000000;
color: #fff;
font-weight:bold;
width: 150px;
}
.level-0{
height:15px;
font-size:13px;
}

body.custom {
    background: #dddddd url('images/background.jpg') repeat-y top center;
	margin: 0px;
	height:100%;
}
a.custom, a, .custom a{
color:#336699;

}

a.custom:hover, a:hover, .custom a:hover{
text-decoration:underline;
}
#custom_bg{
	
    background: url('images/background-footer.jpg') repeat-x bottom center;
	height: 100%;
}
#topwrapper{
    background: url('images/background-header.jpg') repeat-x top center;
	height: 100%;
}

.custom #footer{
margin-top:50px;
border:0px;
color:#fff;
}
.custom #footer a{
color:#fff;
border:0;
}
.custom #container{
width: 931px;
height:100%;
}

.custom #page{
height:100%;
}
#topnav{
height:29px;
width: 970px;
position: relative;
top: 0px;
left: 50%;
margin-left: -485px;
font-size:12px;
font-weight: bold;
text-align:right;
color: #636363;
top:5px;
}
#topnav a{
color: #636363;
}
#topnav a:hover{
text-decoration:underline;
color:#ddd;
}

.custom #content{
width: 556px;
padding: 0px;
border: 0px;
margin-top:-20px;

}
.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }
.custom #header {  border:none;  display:none; height:0px; }

#logoheader{
margin:0px;
margin-left:-20px;
height:120px;
}


.custom ul#tabs { font-weight:bold; margin-top:0px; margin-bottom: 14px; margin-top:7px; border:0px; }

.custom ul#tabs a{ color:#636363;  letter-spacing:0px; }

.custom ul#tabs li { width: auto; background-color:transparent; border:0px;  margin-right: 10px; }

.custom ul#tabs li.current-cat a, .custom ul#tabs li.current_page_item{ color:#636363; text-decoration: none;} 

.custom ul#tabs li a:hover, .custom ul#tabs li.current_page_item a {  background-color: #707070; text-decoration:none; color: #fff; margin-bottom:0; -moz-border-radius:3px;
	-webkit-border-radius:3px;}

ul#tabs li ul {
    display: none;
padding-left:-5px;
postion: relative;
border:1px solid #ccc;
margin-top:-3px;
 -moz-border-radius:3px;
 -webkit-border-radius: 3px;
 padding-left:5px;
 
 margin-left:-5px;
 padding-bottom:10px;
}

ul#tabs li:hover > ul {
position:absolute;
    display: block;
z-index:600;
list-style-type:none;
background-color:#FFFFFF;
width:180px;}

#tabs .cat-item{
padding-right:50px;
}
.custom #content_box { 
border:0px; 
background:none; 
height: 100%;
margin-bottom:80px;
margin-top:23px;
padding-top:18px;

} 
.custom #sidebars, .custom #sidebar_1, ul .sidebar_list{
height:100%;}
.custom .sidebar ul.sidebar_list{
padding:0;
}
.custom #sidebars{
margin-right: -10px;
}
.custom .sidebar{
height:100%;
}

#searchbox {
font-size:12px; 
position:relative; 
float:right; 
margin-right: 39px;
margin-top:-44px;
}

#searchbox #s{
width: 193px;
height:18px;
padding: 2px;
}
#searchbox #zoeken{
height: 24px;
width: 78px;
border: 0px;
top:9px;
right:4px;
position:relative;
}
#categories_nav{

font-size:12px;
   background: #fff url('images/cat_nav_bg.png') no-repeat;
   width: 100%;
   height:35px;
   margin-top: 18px;
   text-align: right;  
   padding-bottom: 1px;
}

.singleline{
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background-color:#d6d6d6;
}

#categories_nav #cat {

font-size:12px;
margin-right: 12px;
margin-top: 8px;
}

/* BLOG POSTS */

/* Add extra column to the page*/

#mywrap{
width: 556px;
padding-left: 50px;
}
 
.custom h2 a:hover{
text-decoration:underline; 
color: #336699;

}
.format_text a{
color: #336699;
}
.headline_meta a{
color: #888;
}
.more-link{
height: 0px;
visibility:hidden;
margin-top: -17px;

}
.postfooter{
height: 26px;
width: 100%;
margin-bottom:26px;

line-height:normal;
}

.postfooter a{
text-decoration: none;

}
.postfooter .clickurl{
float: left;
height: 26px;
}
.postfooter .clickurl a{
color: #336699;
font-weight:bold;
text-decoration:none;
}

.postfooter .clickurl img{
vertical-align:middle;
margin-top:-3px;
} 


.postfooter .readmore{
float: right;
margin-right: 8px;
text-align: center;
text-transform:uppercase;
height:20px;
width:96px;
border:1px solid  #d4d4d4;
background-color:#ebebeb;
}

.postfooter .comments{
float: right;
display:block;
text-align:center;
background: url('images/comments.png') no-repeat;
width:24px;
height:26px;
margin:0px;
}
.postfooter .comments a, .postfooter .readmore a{
text-decoration:none;
font-weight: bold;
font-size: 10px;
color:#636363;

cursor:pointer;
}
.postfooter .readmore:hover, .postfooter .readmore:hover a{
background-color: #636363;
color: #fff;
}

#posttags{
height: 29px;
border: 1px #e9e9e9 solid;
border-left: 0px;
border-right: 0px;
margin-bottom: -9px;

}

.sociable{
border-bottom: 1px #e9e9e9 solid;
}
.sociable-hovers{
border: 0px;
}
.custom .comments_closed p {
  display: none;
}


.extravote{
width: 52px;
float: left;
margin-left:-8px;
}
post_postvote{
}
.extrapost{
width:494px;
float: right;
}
.extrafooter{
clear: both;
height:1px;
}

/* IE6 Hack to show footer */ 	
* html .extrafooter {
height:1px;
}

/* End extra column to the page */

/* Post styling */
.post_box, .teasers_box, .full_width #content_box .page {
padding: 0px;
margin:0px;
}
.post_box{
margin-top:20px;
}
.custom .entry-content{
margin-top:-18px;
}
.custom h2, .custom h2 a, .entry-title, h1, .custom #archive_info{
color: #336699;
font-size: 20px;
}

.custom #archive_info{
height: 40px;
padding-top:12px;
}


.headline_meta, .headline_meta .published, .headline_meta a{
font-size: 11px;
text-transform: none;
font-style:normal;
}

.custom .format_text{
line-height: normal;
width: 100%;
}
.custom .post_box{
border:0px;
}
.line{
height: 2px;
color:#e9e9e9;
}

.custom .format_text p img{
border: 1px solid #666;
}
.custom #sidebar_list{
margin: 0px;
padding: 0px;
}
img.aanmelden {
padding: 2px;
border:1px solid #d6d6d6;
}

#commentform{
border: 0px;
}
#commentform label{
width: 100%;
margin-right: 0px;
padding: 0px;
}
.custom #submit{
border: 1px solid #636363;
text-transform: uppercase;
width:117px;
height:20px;
font-size:10px;
font-weight:bold;
color: #636363;
float: right;
}
.custom #submit:hover{
background-color:#636363;
color:#fff;
}
.custom #comment{
width: 100%;
}
.custom #comments{
padding-left: 52px;
margin-top:-30px;
}
.custom #comments p img{
border: 0px;
}
.custom .prev_next{
border: 0px;
margin-top: 20px;

}
.avatar{
float: left;
margin: 0px;
padding: 0px;
margin-right: 15px;
}

.custom .comment_author{
color: #666;
font-size: 12px;
display:inline-block;
padding-top:8px;
}
.custom .comment_author a{
color: #666;
}

#commentlist dt{
height: 45px;
background-color: #f8f8f8;
margin-bottom: 14px;
border-top: 1px solid #e9e9e9;
}
dl{
margin-left: 10px;
}
.sidebarwrap{
border:1px solid #d6d6d6;
margin-top: 10px; /* afstand tussen de sidebar elementen */
height:100%;
width:340px;
}

#customsidebar-bottom{
height:100%;
}
.sidebar_list{
height:100%;
}
.customsidebar {
background-color: #f7f7f7;
margin:1px;
padding: 27px;
padding-top:0px;
}

#oiopub-banner-zone{
list-style-type:none;
} 
.sidebarwrap h2{
padding-top: 12px;
font-size: 18px;
}


#buttons ul{
list-style-type: none;
height: 62px;
padding:0px;
margin-bottom:30px;
padding-top:27px;
}

#buttons li {
float: left;
padding-right: 11px;
}

.sidebarwrap p{
font-size: 13px;
color:#666666;
}

#aanmelden_newsletter{
margin-top: -16px;
font-size:12px; 
}
#mc_message{
margin-top:4px;
}
.mc_custom_border{
background: none;
width: 100%;
height:100%;
padding:0px;
}

#aanmelden_newsletter #newsletter, .mc_input{
width: 193px;
padding-left: 2px;
font-size:12px;
height:16px;
}


#mc_signup_submit{
width: 78px;
border: 0px;
right:0px;
position:relative;
background-image: url('http://www.coolinvestor.nl/wp-content/themes/thesis_15/custom/images/verstuur.png'); 
height:24px;
cursor:pointer;
}
#recentposts{
vertical-align: middle;
	
}
#recentposts ul, #recentcomments ul, #recentcomments li{
list-style-type:none;

}
#recentposts li, #recentcomments li, .votelistind {
font-size: 13px;
margin-top: 4px;

}

.recentdate, .votemicro{
text-align:center;
background: url('images/datestamp.png') no-repeat;
width:60px;
color:#636363;
display:inline-block;
height: 23px;
margin-right:11px;
vertical-align:top;
padding-top:3px;
}

.recentposttext{
display:inline-block;
width: 212px;
}

#recentposttext a, .votelistind a, .votelistind, .recentcomments a, .recentposttext, .recentposttext a{
color: #666666;
font-size: 13px;
}
.recentcomments{
color: #636363;
}

#sidead{
padding-top:27px;
}
#advman-3, li.widget{
margin:0px;
padding:0px;
}
#advman-3 h3{
display:none;
}


/* RECTANGLE ADVERTISMENT */

#advman-3, li.widget_execphp{
margin-left: -9px;
margin-bottom: 6px;
list-style:none;
}

.votemicrotext{
display:inline-block;
width: 212px;
}

.custom input{
background-color: #fff;
}
#tdomf_form input{
float: right; }

#postnav{
vertical-align:middle;
margin-left:60px;
margin-top:25px;
}
#postnav a{
text-decoration:none;
}
.postnavlink, .postnavlink_active, .postnavnext{
display:inline-block;
width: 24px;
height: 20px;
border: 1px solid #636363;
margin-right: 8px;
color: #636363;
text-align:center;
font-weight:bold;
padding-top: 4px;
}
.postnavnext{
border: 0px;
margin-left:-4px;
margin-right:0px;
font-weight:bold;
letter-spacing:-2px;
}
.postnavlink a, #postnavnext a{
color: #636363;
}

.postnavlink_active, .postnavlink_active a{
color: #fff;
background-color: #636363;
}

/* FORM LAYOUT */

label{

width: 160px;
float: left;
margin-right: 8px;
display: block
}
.format_text input .iagree{
width:auto;
}

