/*
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; }p	<--- 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/
*/

#header {border:none medium;}
#header_area .page {padding-top:14px;}
.custom #logo {background-image: url('images/logo_transparent_link.gif'); background-repeat: no-repeat; background-position:left center; width: 170px; height: 145px; text-indent: -9999px; }
.custom #logo a {width: 170px; height: 145px; display: block; outline: none;}

.full_width > .page {background-color: transparent;}
.menu, .menu a, .menu li ul {border-color: black;}
.menu-header {width:700px;}
#content_box {margin-top:6px;}
#content_area {background:url("../custom/images/background-content.jpg") repeat-x scroll center bottom transparent;}
#footer_area {background:url("../custom/images/background-footer.jpg") repeat-x scroll center bottom white;height:98px;}
#footer {border:none medium;}
#sidebar_2 {background-color:white;}

/*Search Box */
.search_form {font-size:12px; position:relative; float:right; background-color: transparent; margin-top:1.3em; color:#000000; width:auto;}
.search_form .text_input {font-size: 11px; padding: 5px;}
.search_form #zoeken{cursor:pointer; font-size: 11px; top:7px; background-color: transparent; border:none medium;position:relative;}
.search_form input {border:none medium;}

/*mailchimp aanmelden*/
#mc_signup_container {line-height:25px; margin-bottom:20px;}
fieldset.mc_custom_border {background:url("../custom/images/bg_bookmark.jpg") no-repeat scroll center top transparent; margin:0px; padding:25px; border:none medium;}
#mc_signup_submit {background:url("../custom/images/verstuur.png") no-repeat scroll center bottom transparent; width:78px; height:24px; border:none medium;}
#mc_mv_EMAIL {height:15px;width:200px;}

/*posts*/
.headline_area h1, .headline_area h2 {position:relative; left:30px; padding-right:35px;font-size:20px;}
.headline_area h1 a, .headline_area h2 a {color:#003399;}
.post_box {margin-top:20px; padding-top:0px;border-width:0;}
abbr, acronym {cursor:auto;}
.singleline {margin-top: 20px; height: 1px; width: 100%; background-color:#d6d6d6;}
.headline_meta, .headline_meta .published, .headline_meta a{font-size: 11px;text-transform: none;font-style:normal;}

/*voteitup*/
.votemicro {clear:both;}
.votelistind {min-height:30px;}
div.post_postvote {margin-top:0px;left:-6px;margin-top:0px;position:relative;top:0px;}
.extravote {float:left; margin-left:8px; position:relative; top:0px; width:31px;}
.post_votecount {color:#FFFFFF;display:block;font-size:18px;height:52px;margin:0;padding:8px 0 0;text-align:center;width:60px;}
.post_votewidget {background-image:url("img/votebackground.png");background-repeat:no-repeat;float:left;margin:0;padding:0;width:60px;}
div.votelistind span.votemicro {background:url("images/voted_small.png") no-repeat scroll 0 0 transparent;border:medium none;color:#003399;display:inline-block;font-size:13px;height:23px;margin-right:5px;padding-top:2px;text-align:center;vertical-align:top;width:60px;}

/*click and visible url*/
.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: #003399;}
.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  #649e32;}
.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:#649e32; cursor:pointer;}
.postfooter .readmore:hover, .postfooter .readmore:hover a{background-color: #649e32; color: #fff;}

/*sitebar bookmarking*/
#buttons {background:url("../custom/images/bg_bookmark.jpg") no-repeat scroll center top transparent; margin:0px; padding:25px;}
#buttons ul {list-style-type:none; height:62px;}
#buttons li {float:left; padding-right:11px;}

/*custom post navigation*/
#postnav{vertical-align:middle; margin-left:60px; margin-top:25px;}
.postnavlink, .postnavlink_active, .postnavnext{display:inline-block; width: 24px;height: 20px;border: 1px solid #649e32;margin:2px 8px 0px 0px;color: #3b3b3b;text-align:center;padding-top: 4px;}
.postnavnext{border: 0px;margin-left:-4px;margin-right:0px;font-weight:bold;letter-spacing:-2px;}
.postnavlink a, #postnavnext a{color: #3b3b3b;}
.postnavlink_active, .postnavlink_active a{color: #fff;background-color: #649e32;}

/*form - aanmelden*/
fieldset label{width: 100%; margin-right:0px; padding: 0px;}
fieldset input, fieldset textarea {float: right;}
hr {display:none;}