/*
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/
*/  


/*
paars:          #ab3b7a
lichtaqua:      #d3fffb
middenaqua:     #56cec4
donkderaqua:    #0e7b72
*/ 


body.custom {
    background: url(images/body-back.jpg) top left repeat-x;
    background-color: #E5FFFC;
    color: #555;
    margin-bottom: 1em; 
    
} 

.custom a, .custom a:visited { color: #0e7b72 }
.custom a:hover { color: #0e7b72; }
.custom #content_area p { 
    font-size: 11pt;
    
}    

.custom #content_area .format_text .wp-caption p {
    font-size: 12px;
    font-style: normal;
    text-align: left;
}

.custom .adsense {float:left;}  

.klinieken .adsense {
    float:none;
    
    
    }   
    
    #sidebars .ads {
        padding:15px;
        }

        #sidebars .ads .sidebar-ad img {}     

.custom .adsense tr {margin: 5px 0;}

#yoastbreadcrumb {
    width: 992px;
    height: 2em;
    font-size: 10pt;
    color:#888b8b;
    display: block; 

    
}

.custom #header_area {     
     height: 140px;
     display: block; 
     margin: 0;
     padding: 0;
} 

.custom #header_area #header { padding:0; border:0;} 

    .custom #header_area .page {
        background: url(images/header-back.jpg) no-repeat;
        height: 140px; 
    } 
    
    .custom #content_area .page,
     .custom #nav_area .page {
        background: url(images/content-area-shadow.png) repeat-y;
    }
    
    .custom #footer_area .page {
          background: url(images/footer-bottom-back.png) bottom left no-repeat;
          overflow:hidden;
          
    }  
    
    .homepage #footer {
        border: none;
    }

.custom #header_area #header #logo {
	position: relative;
	top: 8px;
	left: 3px;
	width: 283px;
	height: 39px;
	display: block;
	background: url(images/tanden-bleken-logo.jpg) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}    

#header #logo a {
	width: 378px;
	height: 74px;
	display: block;
	
} 




.custom #footer_area ul {
    list-style: none;
    font-size: 12px;
}

.custom #footer_area li {
    list-style: none;
    font-size: 12px;
    display: inline;
    padding-left: 15px;
} 



.custom #nav_area { height: 36px;}
.custom #nav_area .page {
    padding-left: 3px;
    width: 985px;
    padding-right: 3px;   
} 

.custom #nav_area #tabs {
    background: url(images/main-menu-back.png) repeat-x;
    display:block;
    height:36px;
} 

.custom h2 a {
    font-size: 14pt;
    margin:0;
    padding:0;
}



.custom #nav_area .page #tabs {border:0;}
.custom #nav_area .page #tabs li {border:0; background:none;}

.custom #tabs a {
    font: Helvetica, Arial, sans-serif; 
    text-transform: none;
    font-weight: bold; 
    padding-top: 0.75em;    
    color:#777878;        
    letter-spacing:0px;
    font-size: 11pt; 
    text-shadow: 1px 1px #fff;
}

.custom #tabs a:hover { text-decoration: none; color:#ab3b7a; }
#tabs .current_page_item a, #tabs .current-cat a {
       color: #0e7b72;
       
}

.custom .meer_info {
    background: #cfedeb;
    padding: 15px 15px 5px 15px;
    -moz-border-radius: 5px;
    font-size: 0.9em;
    margin-bottom:15px;
}
   
.custom .link-bottom-content  { clear:left;border: 1px solid #f2eef2; font-size: 13px; margin: 0 5px; height: 75px; display:block; margin-bottom: 15px; } 
.custom .link-bottom-content a,
.custom .link-bottom-content a:visited  {
    color: #1b30b0; 
    background: url(images/bottom-content-link-1.jpg) top left no-repeat;
    height: 75px;
    line-height: 75px;
    padding-left: 90px;
    display: block;

}                   

.custom .link-bottom-content a:hover {
    background: #f2eef2 url(images/bottom-content-link-1.jpg) top left no-repeat;
} 

.custom .link-bottom-content a:active { 
    margin: 2px 0 0 2px;
    background: #f2eef2 url(images/bottom-content-link-1.jpg) top left no-repeat;
}


.custom #header #tagline {
	position: relative;
	top: 10px;
	left: 1px;
	width: 380px;
	height: 20px;
	display: block;
	background: url(images/tanden-bleken-subtitle.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
} 

#header #tagline a {
	width: 378px;
	height: 74px;
	display: block;
	
} 

.homepage #content_area .page {
    padding-left: 3px;
    padding-right: 3px;
    width: 985px; 
    
}
.homepage #content_box { 
    background: url(images/main-content-gradient-back.jpg) repeat-x bottom;
    background-position: 0 56px ;
     
    
}

.homepage #content_area .post_box {
    width: 450px;
    float: left;
    padding-left: 2em;
     
} 

.homepage .page #content_box {
   border:0;
   }

.homepage .headline_area h2, .custom .headline_area h1 {
    font: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-size: 16pt;
    font-weight: normal;
    color:#129489;
}
.custom .headline_area h1 {font-weight:bold; font-size: 30px; letter-spacing: -1px;}                 

.homepage .headline_area h2 {
    background: url(images/wat-is-tanden-bleken-txt.png) no-repeat;
    text-indent: -999em;
    overflow: hidden;
    width: 313px;
    height: 28px;
    display: block;
    padding-bottom: 0em; 
}

.homepage #content_box .format_text p strong {
    color: #ab3b7a;
    font-size: 12pt;
    font-weight: bold;
} 


.custom #image_box {
   background: #fff; 
   border: none;
   padding: 1.55em;
}  

.custom .sidebar ul.sidebar_list {
    padding: 0 1.7em;
}

.custom #image_box img {
    border:0;
}

.custom h3 {
    color: #ab3b7a;     /*#0e7b72*/
    text-transform: none; 
    font-size:13pt;
    font-weight: bold;
    font-variant: normal;
    letter-spacing: 0px;
    
}

.custom p#breadcrumbs {
    font-size: 8.5pt;
    color: #999;
    margin: 15px 15px 0 0; 
    padding: 5px; 
    border: 1px solid #f8f8f8;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.homepage img.frontpage_visual {
    width: 281px;
    height: 387px;
    position: relative;
    float:right;
    margin-right: 20em;
    margin-top: 4.8em;    
}

.homepage #content_area p {
    color: #777878;
    font-size: 10pt;    
    }
    
    .actions p {
    	font-size: 11px;
    	color: #888b8b;

    }

    #content p.intro {
    	font-weight: bold;
    	line-height: 1.4em;
    	color: #AB3B7A;
    	font-size: 1em;

    }

    #content_box .actions {
    	clear: left;
    	padding: 3em 0;
    	background: #1b4543;
    	width: 100%;
    	overflow: hidden;
    }
    
        #content_box .actions h3 a, #content_box .actions h3 a:visited {
            font-size: 10pt;
            font-weight: bold;
            color: #7ab1ad;
            text-transform: uppercase; 
            height: 2.8em;
        }
     
     .custom #content_box .actions p {
         font-size: 12px;
         line-height: 1.4em;
         color: #cfedeb;
         margin-bottom: 10px;
         height: 5em;
     }   

    .action-1, .action-2, .action-3 {
    	width: 285px;
    } 

    .action-1, .action-2, action-3 {
    	float: left;
    }

    .action-1 {
    	margin: 0 15px 0 3em;
    }

    .action-2 {
    	margin: 0 15px;
    }

    .action-3 {
    	margin: 0 0 0 20px;
    }

a.cta_kliniek_zoeken {
    background: url(images/cta-kliniek-zoeken-ornj.jpg) no-repeat;
    width: 204px;
    height: 36px;
    display: block; 
    width: 100%;
    overflow:hidden;
    text-indent: -999em;
}    
