@charset "utf-8";
/* WdeB */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
	text-align: right;
}

html, body {
	height: 100%;
	background: #d3cfcd url(../img/bg-body.png) repeat center top;
	font-variant: normal;
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*=================== main elements ==========================*/

#wrapper{
	margin: 0 auto;
	position: relative;
	min-height: 80%;
	height: auto !important; /* 	voor moderne browsers */
	height: 100%; /* voor IE */
	padding: 0 0 199px;
	
}

#wrapper2{
	background: url(../img/bg-wrapper.png) repeat-x center -4px;
	overflow: auto;
}

#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header{
	padding: 5px 0 0 0;
	height: 165px;
	position: relative;
	margin: 0 0 10px;
}

#nav{
	position: relative;
	margin: 0 0	;
	width: 720px;
	float: right;
	
}

#lang{
	position: absolute;
	right: 10px;
}

#lang a{
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 11px;
	margin: 8px 5px 0 0;
	float: left;
}

#es{
background: url(../img/es.png) no-repeat;
}
#en{
	background: url(../img/gb.png) no-repeat;
}

#lang a.current{
	height: 20px;
	display: none;
}

#lang h2{
	color: #555;
	margin: 0 0 10px;
	font: normal bold 0.9em/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	letter-spacing: 1px;
	border-right: 1px solid #d8d8d8;
}

#content-container{
	position: relative;
	padding: 0 0 50px;
	
}

.box{
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
	background: #fff repeat-x left top;
	border-radius: 2px;  
    -moz-border-radius: 2px;  
    -webkit-border-radius: 2px;
}


#header h1{
	width: 142px;
	height: 118px;
	float: left;
	margin: 20px 0 0 1px;
	background: url(../img/e-studio34-logo.png) no-repeat;
	text-indent: -9999px;
}

#header h1 a{
	width: 142px;
	height: 118px;
	display: block;
}

#footer{
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
height: 190px;
overflow: hidden;
text-align:center;
	border-top: 1px solid #e1e1e1;
	padding: 10px 0 0;
	background: #fff url(../img/field-shade.png) repeat-x center top;
}



/*=================== 
 general typo ==========================*/

h1, h2, h3, h4, h5, h6{
	color: #484c3d;
	font-family: "arial black", Arial, Helvetica, Geneva, sans-serif;
}


h1{
	font-size: 2.0em;
	margin: 5px 0 15px;
	line-height: 1.1em;
}

h2{
	font-size: 1.4em;
	margin: 10px 0 10px;
	letter-spacing: -1px;
	line-height: 1.0em;
}

h2 a{
	text-decoration: none;
}

h3{
	font-size: 1.4em;
}

h4{
	font-size: 1.2em;
}

h5{
	font-size: 1.1em;
}

a{
	color: #bb2f16;
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #922411;
}

a.more{
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	margin: 10px 0 0 ;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fec0b7;
	border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
	background-color: #922411;
	background-image: url(../img/bg-button.png);
	padding: 4px 10px;
	border: 1px solid #8b0f00;
}

a.more:hover{
	background: #922411 url(../img/bg-button.png) repeat-x;
	color: #fff;
}

a.more:active{
	background-image: none;
	background-color: #ab1600;
}

p{
	color: #555;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0 0 10px;
}

p.postinfo{
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin: 2px 0 0;
	font-size: 0.6em;
	line-height: 1.7em;
	color: #a5a5a5;
}

strong{
	font-weight: bold;
}

em, italic {
    font-style: italic;
}

blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	color: #323232;
	font-style: italic;
	font-weight: bold;
}



/*=================== 
nav
==========================*/

ul#topnav{
	color: #f9f2ec;
	margin: 56px 10px 0 ;
	float: right;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

ul#topnav li{
	float: left;
	text-align: center;
	position: relative;
	margin: 0 0 0 0;
}

ul#topnav li ul {
	position: absolute;
	top: -3332px;
	left: 0;
	right: 0;
	min-width: 120px;
	border: none;
	width: inherit;
	z-index: 22;
	background: url(../img/trans-corner.png) no-repeat left top;
	padding: 7px 0 0 0;
}

ul#topnav li:hover ul{
	top: 33px;
}

ul#topnav li ul:hover{
	top: 33px;
	z-index: 22;
}



ul#topnav li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 16px;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	font-family: "arial black", Arial, Helvetica, Geneva, sans-serif;
}

ul#topnav li a:hover{

}

ul#topnav li.selected{

}

ul#topnav li.selected a{
	color: #000;
}

ul#topnav li ul li{
	float: none;
	background-position: left top;
	border: none;
}

ul#topnav li ul li a{
	padding: 5px 10px;
	font: bold 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
	min-width: 100px;
	text-align: left;
	border-top: 1px solid #222;
	border-bottom: none;
	background-image: url(../img/trans.png);
}

ul#topnav li.ancestor a{
	color: #000;
}

ul#topnav li.selected ul li a,
ul#topnav li.ancestor ul li a{
	color: #bb2f16;
}

ul#topnav li.ancestor ul li.selected a{
	color: #dcd7d5;
	background-color: #000;
}

ul#topnav li ul li a:hover{
	background-color: #000;
	color: #d43419;
}

ul#topnav li ul li ul{
	display: none;
}

/*=================== 
 home ==========================*/

#home-main{
	margin: -4px 0 0 0;
	width: 600px;
	float: right;
	padding: 0;
}

.big img{
	max-width: 558px;
}

#banner .box{	
	height: 29px;
	overflow: hidden;
	margin: 0;
}

#banner{
	padding: 0 0 12px 0;
	width: 468px;
	float: right;
	z-index: 1;
	margin: 0 10px 0px 0px;
	background: url(../img/shade-right.png) no-repeat right bottom;
}

#content-corner.home-corner{
	left: 290px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#banner h1{
	background-color: #000;
	font-size: 1.5em;
	padding: 0 5px;
	color: #f9f5f1;
	text-transform: lowercase;
	line-height: 1.4em;
	background-image: url(../img/grunge.png);
	width: 436px;
	margin: -1px 0 0 ;
}

#banner h2{
	background-color: #000;
	font-size: 1.5em;
	padding: 0 5px;
	color: #f9f5f1;
	text-transform: lowercase;
	line-height: 1.4em;
	background-image: url(../img/grunge.png);
	width: 436px;
	margin: -1px 0 0 ;
}

#banner h3{
	font-size: 1.0em;
}

#banner h2, #banner h3, #banner h4, #banner p{
	margin: 0 0 0 10px;
}

.home-block{
	width: 180px;
	margin: 9px 10px 20px;
	float: left;
	padding: 0 0 10px 0;
	background: url(../img/shade-bottom.png) no-repeat center bottom;
}


#latest-news{
	z-index: 10;
	width: 291px;
	padding: 0;
}

#latest-news .box{
	margin: 0 0 18px 0;

}

#latest-news p.postinfo{
	text-align: left;
	margin: 0 0 6px;
}


#home-content{

	background: url(../img/shade-bottom.png) no-repeat 20px bottom;
	margin: 20px 0 0 150px;
	width: 360px;
	padding: 0 0 1px;
	
}


#home-content h3{
	margin: 5px 0;
	
}

.home-block .box{
	margin: 0;
	min-height: 150px;
	position: relative;
	
}

#home-content img{
	margin: 0 0 0 0;
}

#home-content h6{

}

img.left{
	float: left;
}

img.right{
	float: right;
}

#twitter{
	float: right;
	width: 248px;
	margin: 0px 0 0 0;
	overflow: hidden;
	padding: 0 0 11px 0;
	background: url(../img/shade-left.png) no-repeat left bottom;
}

#twitter .box{
	background: #fff url(../img/bird.png) no-repeat 130px bottom;
	margin: 0;
}

#twitter p{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
}

#twitter p a{
	text-decoration: underline;
}

#twitter h5{
	padding: 8px 45px 8px 10px;
	font: italic 0.8em Georgia, "Times New Roman", Times, serif;
}

.box h6{
	background-color: #f8efec;
	display: inline;
	padding: 0 5px;
	color: #b3b0ae;
	text-transform: uppercase;
	margin: 0 0 0 -10px;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;

}


#shade{
	background-image: url(../img/shade.png);
	position: absolute;
	width: 20px;
	height: 200px;
	display: block;
	top: 170px;
	left: 50%;
	margin: 0 0 0 417px;
}

/*=================== 
footer
==========================*/

#footer h6{
	margin: 5px 0 8px;
	border-bottom: 1px dashed ;
	text-transform: uppercase;
	font-size: 1.0em;
}

#footer a{
	text-decoration: none;
}

#footer ol {
	width: 900px;
	margin: 10px auto;
	overflow: auto;
	text-align: left;
}

#footer ol li{
	float: left;
	overflow: hidden;
	margin: 0 10px;
}

li#block1{
		width: 560px;
}

li#block2{
	width: 300px;
}

#footer ol li ul li{
	padding: 5px 0;
	margin: 0;
	font-size: 0.9em;
	border-bottom: 1px dotted #ccc;
	float: none;
}

address{
	font-size: 0.9em;
	line-height: 1.6em;
	color: #444;
}


/*=================== 
innerpages
==========================*/

#main-content{
	margin: 0 0 0 2px;
	width: 528px;
	padding: 10px 20px 30px;
	min-height: 300px;
	
}

#main-content img{
	max-width: 520px;
}

#block-right{
	float: right;
	width: 309px;
	margin: 50px 0 0 0;
	padding: 10px;
	background: url(../img/shade-right.png) no-repeat -40px top;
}

#block-right .box{
	min-height: 100px;
	margin-bottom: 0;
	
}

.block-shade{
	height: 12px;
	margin: 0 10px 0 10px;
	width:290px ;
	background: url(../img/shade-right.png) no-repeat right bottom;
}

.block-shade-left{
	height: 20px;
	margin: 0 10px 0 10px;
	width:290px ;
	background: url(../img/shade-left.png) no-repeat;
}


#block-right .box img{
	max-width: 268px;
}

#content-corner{
	height: 49px;
	width: 110px;
	position: absolute;
	right: 218px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #fff;
}

.project-content1{
	margin: 20px 0 -58px 10px;
	width: 263px;
	height: 220px;
	float: left;
}

.project-content2{
	margin: 20px 0 -58px 10px;
	width: 263px;
	height: 220px;
	float: right;
	clear: both;
}

.project-content2  .project-screenshot{
	padding-right: 30px;
	overflow: inherit;
}

.project-content1  .project-screenshot{
	padding-left: 30px;
	overflow: inherit;
}

.project-screenshot img{
	width: 260px;
}

.project-content1 .project-screenshot{
	width: 260px;
	float: right;
	border-left: none;
	margin: -11px -311px 0 0;
}

.project-content2 .project-screenshot{
	width: 260px;
	float: left;
	border-right: none;
	margin: -11px 0 0 -311px;
}

.no-box{
	margin: 20px 0 0 30px;
}

hr{
	height: 1px;
	
	border: none;
}

.box hr{
	border-top: 1px dashed #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

br.end{
	margin-bottom: 60px;
	border: none;
}

.project-content1, .project-content2{
	overflow: inherit;
}

.project-content1 h3, .project-content2 h3{
	
	margin: 0 0 8px;
	font-size: 1.2em;
}

input{
	width: 400px;
	border: 1px solid #dbd6cb;
	padding: 5px;
	background: #fff url(../img/field-shade.png) repeat-x center top;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

textarea{
	width: 400px;
	border: none;
	background-color: #fff;
	padding: 5px;
	font-size: 1.3em;
	height: 7em;
	border: 1px solid #dbd6cb;
	background: #fff url(../img/field-shade.png) repeat-x center top;
}

input.button, input[type=submit]{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	margin: 10px 0 0 ;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #fec0b7;
	border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
	background-color: #922411;
	background-image: url(../img/bg-button.png);
	letter-spacing: 1px;
	border: 1px solid #8b0f00;
	width: 140px;
	padding: 0;
}


input.button:hover, input[type=submit]:hover{
	background: #922411 url(../img/bg-button.png) repeat-x;
	color: #fff;
}

p label{
	display: block;
	font-weight: bold;
}

label{
	color: #5f6451;
}

ul.errorlist li{
	font-weight: bold;
	color: #860101;
	font-size: 11px;
	text-transform: uppercase;
}

h5.archive-heading{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid;
	margin: 6px 0 5px;
	color: #a1a1a1;
}

ul.archive{
	margin: 0 0 15px;
}

ul.archive li{
	font-size: 14px;
	padding: 4px 5px;
	border-bottom: 1px dotted #ccc;
}

ul.archive li a{
	text-decoration: none;
}

#searchform input{
	width: 255px;
	border: 1px solid #dbd6cb;
	padding: 5px;
	font-size: 1.2em;
	background: #fff url(../img/field-shade.png) repeat-x center top;
	margin: 0 0 10px;
}

.date{
	margin: 10px 0 0 -63px;
	width: 36px;
	float: left;
	text-align: right;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #484c3d;
	font: bold 10px "arial black", Arial, Helvetica, Geneva, sans-serif;
}


.date span{
	font-size: 30px;
	letter-spacing: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

p.post_info{
	font-size: 70%;
	color: #aeaeae;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	line-height: 190%;
}

.blog_body{
	margin: 0 0 25px;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
}

.blogdetail h2{
	padding: 7px 0 0 0 ;
}

#blog_comments{
	margin: 50px 10px;
	width: 560px;
	
}

#blog_comments h6{
	border-bottom: 1px solid #ccc;
}

.comment{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.comment p{
	color: #000;
}

p.name{
	text-align: right;
	font-weight: bold;
}

p.time{
	color: #aaa8a5;
	font-size: 10px;
	margin-top: -20px;
}

#comment-form{
	margin: 20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;

}
#comment-form input[type=text],
#comment-form textarea{
	width:465px;
	font-size: 1.2em;
}

.comment h6{
	margin: 0 0 10px 0;
}


p.other_posts{
	font-size: 11px;
}

a.rss{
	background: url(../img/rss.png) no-repeat left center;
	display: block;
	padding: 0 0 0 19px;
	margin: 17px 15px;
	float: right;
	color: #f18c3c;
}
a.rss:hover{
	text-decoration: underline;
}



