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

:focus {
    outline: 0;
}

.clear {
    clear:both;
}


li.arrow,.widget_killer_recent_entries li a, .widget_categories a:link, .widget_categories a:visited{
    background:url(images/arrow.gif) no-repeat 0 7px;
    padding-left:10px;
    display:block;
    color:#666;
}

.custom input, .custom textarea {
    border:3px solid #CCCCCC;
    width: 235px;
    background:none;  
    padding-left:5px;
}

.custom a {
    outline:0 none; 
    color:#78afa1;      
}

.custom a:hover {
    color:#005838; 
    text-decoration:none;
}

body.custom {
    background:url(images/wrap_bg.jpg) #fff;
    color:#666;  
}

.custom h1, .custom h2, .custom h3 {
    color:#666;
}

.custom #container {
    width:960px;
}

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

.custom #logo {
    margin-top:32px;
    width:386px;
    float:left;
}

.custom #lang {
    float:right;
    width:200px;
    margin-top:10px;
    text-align:right;
    font-size:1.1em;
}

.custom .feedcountdiv {
    float:right;
    clear:right;
    width:200px;
    margin-top:50px;
    text-align:right;
}

.custom #lang img {
    margin-left:3px;
}

.custom #page {
    background:none;
    padding:0;
}


/************* MENU ***************/

#nav-bar {
    margin:0 0 10px;
    border:solid #cccccc;
    border-width:1px 0;
} 

#nav {
    float:left;
    margin-left:-20px;
}

#searchform {
    float:right;
    text-align:right;
    width:300px;
    padding-top:3px;
}

.custom input#s {
    width:174px;
    padding:8px;
    background:#fff;
    float:right;
}
.custom input#search-btn {
    width:65px;
    height:30px;
    cursor:pointer;
    background:url(images/search_btn.jpg) no-repeat;
    border:0;
    float:right;
    margin:2px 0 0 5px;
}

#nav li {
    float:left;
    list-style: none;
}


#nav a,#nav a .hover {
    float:left;
    position: relative;
    height:41px;
    background: url(images/menu.jpg) 0 0 no-repeat;   
    
}

#nav a span {
    display: none;
    cursor: pointer;
}

#nav a span.hover {
    display:block;
}

#nav a.home {
    width: 87px;
}
#nav .highlight a.home:hover, #nav .active a.home,
#nav a.home .hover {
    background-position: 0 -41px;
    width: 87px;
}


#nav a.people {
    background-position: -87px 0; 
    width: 102px;
}
#nav .highlight a.people:hover, #nav .active a.people,
#nav a.people .hover {
    background-position: -87px -41px;
    width: 102px;
}

#nav a.workshops {
    background-position: -189px 0; 
    width: 142px;
}
#nav .highlight a.workshops:hover, #nav .active a.workshops,
#nav a.workshops .hover {
    background-position: -189px -41px;
    width: 142px;
}

#nav a.blog {
    background-position: -331px 0; 
    width: 86px;
}
#nav .highlight a.blog:hover, #nav .active a.blog,
#nav a.blog .hover {
    background-position: -331px -41px;
    width: 86px;
}

#nav a.jobs {
    background-position: -417px 0; 
    width: 82px;
}
#nav .highlight a.jobs:hover, #nav .active a.jobs,
#nav a.jobs .hover {
    background-position: -417px -41px;
    width: 82px;
}

#nav a.contact {
    background-position: -499px 0; 
    width: 106px;
}
#nav .highlight a.contact:hover, #nav .active a.contact,
#nav a.contact .hover {
    background-position: -499px -41px;
    width: 106px;
}

/**************** BANNER ******************/

.custom #banner {
    clear:both;
    border-bottom:solid #ccc 1px;    
    padding-bottom:10px;
}

.custom #banner #banner-image{
    float:right;
    margin-right:30px;
}
.custom #banner #banner-text {
    padding:60px 0 0;
    font-size:1.4em;
    float:left;
    width:515px;
}

.custom #banner h2 {
    font-family: "League Gothic";
    font-size:48px;
    text-transform:uppercase;
    color:#999;
}

.custom #banner h2 span {
    color:#666;
}


.custom #content {
    width:690px;
}

.custom #content_box {
    background:none;
    margin-bottom:40px;
}

/****************** CONTENT ****************/   

.custom .headline_area {
    position:absolute; top:-1500px; left:-1500px;
}        
.custom .hfeed .headline_area { left:0; position:relative; top:0; }              

.custom .headline_area h1, .custom .headline_area h2 {
    font-size:1.4em;
}
.custom .post_box {
    margin-left:0;
}
.custom .format_text a{
    text-decoration: none; 
}

.custom .format_text h3 {
    margin:0;
    font-size:2em;
    
}

.custom ol.subpages {
    list-style: none;
    margin:0;
    
}

.custom ol.subpages li {
    background:url(images/home_li.jpg) no-repeat;
    clear:left;
    padding-top:10px;
    height:150px;
    overflow:auto;
}

.custom ol.subpages li.first {
    background:none;
}

.custom ol.subpages h3 {
    margin:0 0 5px 200px;
    font-size:30px;     
}

.custom ol.subpages p {
    margin-left:200px;
}

.custom ol.subpages li img {
    margin-top:25px;
    margin-left:10px
}

.custom .image_box, .custom_box {
    text-align:center;
}
.custom #image_box img {
    margin:0 auto;
}

.home #multimedia_box {
    display:none;
}

.custom #lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited {
    background:none;
}




/****************** BLOG *******************/ 
.custom .post {
    border-top:1px solid #ccc;
}

.custom .top {
    border:none;
}

.custom .headline_area h1 {
    font-size:3em;
}

.custom .headline_area h2 a {
    font-size:2em;
}

.custom .headline_area h1,  .custom .headline_area h2 a{
    color:#005838;  
}

.custom .post .format_text{
    clear:both;
}

.custom .headline_meta {
    color:#666;
}

.custom .post_box .post_image {
    display:none;
}

.custom .entry-content .post_image{
    display:block;
}


.custom div.date {
    float:right;
    width:50px;
    margin-left:10px;
    background-color:#ccc;
    text-align:center;
    padding:2px 0;
    color:#fff;
}

.custom div.date .m {
    font-size:1.4em;
    text-transform:lowercase;
}

.custom div.date .d {
    font-size:2.4em;
}

.custom input.form_submit:hover {
    color:#005939;
}

.custom #commentform {
    border:0;
}

.custom div.prev_next a:hover {
    text-decoration:none;
}

.custom p.previous a {
    display:block;
    width:100px;
    height:29px;
    float:left;
    background:url(images/older_posts.jpg) no-repeat;
    font-size:0;
    text-indent:-9999px;
    line-height:40px;
}

.custom p.next a {
    display:block;
    width:100px;
    height:29px;
    float:right;
    background:url(images/newer_posts.jpg) no-repeat;
    font-size:0;
    text-indent:-9999px;
    line-height:40px;
}

.custom #archive_info {
    padding:1em 0;
    border-bottom:0;
    display:none;
}

/***************** PEOPLE ******************/ 

.custom .people {
    float:left;
    position:relative;
}

.custom #erik {
    background:url(images/people/erik_temens.jpg) no-repeat;
    width:415px;
    height:175px;
    z-index:2;
}
.custom #erik .text {
    padding:20px 10px 0 145px;
}

.custom #henri {
    background:url(images/people/henri_ter_steeg.jpg) no-repeat;
    width:300px;
    height:257px;
    float:right;
    margin-top:-100px;
    z-index:1;
}
.custom #henri .text {
    padding:175px 25px 0 25px;
}

.custom #jerone {
    background:url(images/people/jerone_van_menem.jpg) no-repeat;
    width:350px;
    height:205px;
    margin-top: 30px;
    z-index:4;
}
.custom #jerone .text {
    padding:60px 168px 0px 20px;
}

.custom #paul {
    background:url(images/people/paul_meek.jpg) no-repeat;
    width:510px;
    height:205px;
    float:right;
    margin-top:-25px;
    z-index:3;
}
.custom #paul .text {
    padding:58px 175px 0 24px;
}

.custom #renzo {
    background:url(images/people/renzo_slijp.jpg) no-repeat;
    width:400px;
    height:216px;
    margin-top:-50px;
    z-index:2;
}
.custom #renzo .text {
    padding:110px 14px 0 172px;
}

.custom #rudy {
    background:url(images/people/rudy_bruning.jpg) no-repeat;
    width:630px;
    height:230px;
    margin-top: -115px;
    float:right;
}
.custom #rudy .text {
    padding:165px 15px 0 28px;
}

/**************** SIDEBAR ******************/ 

.custom #sidebars {
    width:auto;
}
.custom #sidebar_1 {
    width:251px;
}

.custom #sidebar_1 .sidebar_list {
    padding:2em 0 0;
}

.custom #sidebar_1 h3 {
    font-size:30px;
    border-bottom:1px solid #ccc;
    text-transform:uppercase;
}

.custom #sidebar_1 h3 a {
    color:#666;
}

.custom #sidebar_1 li li {
    background:url('images/border.gif') bottom left repeat-x;
    padding-bottom:8px;
}

.custom #sidebar_1 li.last {
    background:none;
}

.custom .widget_twitter .time-meta, .custom .widget_twitter .from-meta{
    font-style:italic;    
}

.custom .widget_tag_cloud div{
    text-align:center;
}

.custom .widget_tag_cloud a{
    color:#666;
}

/**************** CONTACT *****************/

.custom #sidebar_1 textarea {
    height:60px;
}

.custom #sidebar_1 input#send {
    width:90px;
    height:30px;
    background:url(images/verstuur.png) no-repeat;
    border:none;
    font-size:0;
    text-indent:-9999px;
    line-height:40px;
    float:right;
    cursor: pointer;
    margin-right:5px;
}

.custom span.wpcf7-not-valid-tip, .custom div.wpcf7-validation-errors {
    border-color:#ccc;
}




/**************** FOOTER ******************/ 

.custom #footer {
    font-size:1.2em;
    border:none;
    border-top:1px solid #ccc;
    color:#666;
}

.custom #footer a {
    border:none;
    color:#666;
}
.custom #footer #social {
    float:left;
    width:40%;
    text-align:left;
    margin-top:10px;
}

.custom #footer #social a {
    display:block;
    float:left;
    margin-right:10px;
}

.custom #footer #footer-text {
    float:right;
    width:40%;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}