/*
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/
*/

/*Custom Thesis CSS. Door:Heyman Smulders*/



#page {
margin:20px 0 15px 0;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
padding:20px 30px 30px 30px;
width:820px;
}





/*Search in header*/
#search_container .search_in #s{
color: #98B4C2;
padding: 4px 6px 4px 10px;
width: 175px;
height:15px;
font-size:12px;
line-height:12px;
}

#search_container {
width:820px;
height:1px;
/*IE 6, heigt Fix */
font-size:1px;
line-height:1px;
}

.search_in {
padding:0;
margin:0;
width:205px;
position:relative;
top:38px;
left:626px;
}

#search_container p, .search_in p {
width:200px;
}




.teaser {

width:280px;
padding: 0px;

}

.teasers_box {
padding:0px;
margin:0px;
}

.post, .post_box {
padding: 10px;
margin:0px;
}


#header {
background-color:none;
padding:0 0 15px 0;
height:50px;
width:70%;
display:block;
position: relative;

}

#logo {
float:left;
width:auto;
position: absolute;
top: 0px;
left: 0px;
margin:0px;
}

#logo a {
background-image:url('images/logo.jpg');
background-repeat: no-repeat;
background-position: 0px 4px; 
padding:0 0 0 45px;
margin:0;
font-family: impact, sans-serif;
font-size: 38px;
}

#tagline {
padding:0;
margin:0;
float:left;
width:auto;
position: absolute;
bottom: 0px;
left: 0px;
 
}

#clear {
clear:both;
width:100%;
height:5px;
/*IE 6, heigt Fix */
font-size:1px;
line-height:1px;
 border: 1
}

.space {
height:20px;
width:auto;
display:block;
}

#mycustom-banner {
background-color:none;
height:150px;
margin:0;
padding:0;
 
}

.custom ul.menu {
background-color:#f4f4f4;
padding:10px;
width:800px;
}

.menu a {
font-family: impact, sans-serif;
}

/*   */   ///Body///   /*   */ 

#content_box {
margin:0 0 0 0;
}

#content {
/*margin:0 30px 20px 0;*/
}

.post, .post_box {
padding:40px;
margin:0 0px 10px 0;
background-color:#fbfbfb;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}

/*   */   ///Sidebar///   /*   */ 
/*
.sidebar h3{
background-color:#fff;
padding:6px 15px;
font-family: impact, sans-serif;
font-size: 16px;
color:#f89827;
}*/

/*Custom sidebar voor aanpassen standaard layout Thesis. Door:Heyman Smulders*/
/*
.custom li.widget {
margin-bottom:0.9em;
padding:15px;
width:auto;
background-color:#fbfbfb;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.custom ul.sidebar_list {
padding:20px;
background-color:#f4f4f4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
*/

/*   */   ///Xen Carousel///   /*   */ 
/*Xen Carousel Custom Css. Door:Heyman Smulders*/

#xencarousel1 {
	top: 0px;
	left: 0px;
}

#xencarouseloverlay {
background-image:url('images/vistv.jpg');
display: block;
height: 53px;
width: 150px;
text-indent: -9999px;
text-decoration: none;
position: relative;
top: -355px;
left: 10px;
z-index: 5;
background-color:none;
}


#xencarouselcontainer {
height: 400px;
width: 820px;
border: none;
clear: both;
margin: 0px 0px 0px 0px;
}

#xencarouselcontainer span.next {
background-color: transparent;
background-image: url(images/next.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
display: block;
height: 58px;
width: 40px;
cursor: pointer;
text-indent: -9999px;
text-decoration: none;
position: relative;
top: -160px;
left: 745px;
z-index: 4;
}

#xencarouselcontainer span.prev {
background-color: transparent;
background-image: url(images/prev.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
display: block;
height: 58px;
width: 40px;
cursor: pointer;
text-indent: -9999px;
text-decoration: none;
position: relative;
top: -100px;
left: 28px;
z-index: 3;
}



/*   */   ///FOOTER///   /*   */ 


#footer {
padding:0px;
margin:15px 0 0 0;
}






#footer_1 {
margin-bottom: 10px;
padding-top: 10px;
padding-right: 25px;
padding-bottom: 10px;
padding-left: 10px;
width: auto;
background-color: #fbfbfb;
overflow:hidden;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}


#footer .sidebar_list {
padding: 12px;
margin:0px;
}


#footer h3 {
width:360px;
float:left;
display:block;
font-family: impact, sans-serif;
color: #4D6E80;
font-size: 14px;
letter-spacing: 0.8pt;
margin-top:0px;

}

#footer li{
width:auto;
display:block;
margin-left:20px;
padding:0px;
}

#footer .xoxo li {
float:right;
}

#footer .xoxo li a {
margin:3px;
padding: 0;
display:block;
width:auto;
text-decoration: none;
border-bottom:0px;
font-family: impact, sans-serif;
color: #98B4C2;
font-size: 14px;
letter-spacing: 0.8pt;
vertical-align:middle;
}
#footer .xoxo li a:hover {
color:#4D6E80;
}

#footer img {
height:15px;
width:15px;
padding: 0px 4px 0 0;
vertical-align:middle;
}
