/*  
Theme Name: Studio Lasogne
Theme URI: http://www.studiolasogne.nl
Description: wordpress weblog theme for Studio Lasogne
Author: Marten Timan
Author URI: http://www.atypisch.nl
*/

/* basic elements */
html, body { 
	font: 11px Verdana, sans-serif, Arial; 
	color: #ececec;
    background: #000 url("images/bg_filmstrip.gif") repeat-x 0 49px;
	margin: 0; 
	padding:0;
    height: 100%;
	text-align: left;
	}
	
	
h1 { 
	font-weight: normal;
	font-size: 14px; 
	color: #00a2ca; 
	margin: 0; 
	padding: 0 0px 10px 0px;
}	

	
h2 { 
	font-weight: normal;
	font-size: 14px; 
	color: #00a2ca; 
	margin: 0; 
	padding: 0;
}

p { 
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
	}
	
a img {
	border: 0;
	
	}
	
a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #00a2ca;
	}

a:hover, a:active { 
	color: #38d2f8;
	}
	
	
ul {
	list-style:none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}	

ol {
    list-style:none;
	padding: 0;
    margin:0;
}

blockquote {
	padding: 10px 0 10px 30px;
	margin:0;
	}	
	
/* specific divs */
/* styles for IE 5 Mac article: http://www.hicksdesign.co.uk/journal/30/vertical-centering-with-css */
#horizon {
	position: absolute;
	top: 0;
	left: 0;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 0px;
	left: 0px;
	margin-top: 0px;
	text-align: center;
	min-width: 1000px; 
}
 /* end IE 5 hack */ 

#container { 	
	padding: 0; 
	border: 0;
	text-align: left; 
	margin: 0;
    }
	         
/* een absolute-positioned container om de andere items (links etc) ook absolute te kunnen positioneren */	
#container_abs { 
	position: absolute;
	top:0px;	
	padding: 80px 0 0 0; 
	border: 0;
	text-align: left; 
    margin: 0; 
    z-index: 9;
	}
		
#wrap {
	float: left;
    width: 975px;
	padding:30px 0 0 25px;
	margin: 0;
}

#backtohome {
	position: absolute;
	top: 00px;                   
	left: 742px;
	padding:0;
	margin:0;
	border:0;
    z-index: 10;
	}	
	
#backtohome a {
	position: absolute;
	top: 0;
	left: 0;
	width:30px;
	height: 48px;
	padding: 50px 100px 50px 100px;
	margin:0;
	border: 0px solid #fff;;
	background: url('images/bg_logo.gif') no-repeat;
    }		

#content {  
	float: left;
	padding: 25px 0 30px 10px; 
	margin: 0;
	text-align: left; 
	width: 825px;
    }
	
.post  {
	float: left;
    padding: 0 33px 0 25px; 
	margin: 0;
	text-align: left; 
	width: 340px;
    height: 330px;
    overflow: auto;
    }

.post p {
	text-align: left; 
	line-height:  17px;
	}

.separator {
	background: url(images/separator.gif) no-repeat;
	width: 300px;
	height: 10px;
    padding: 0 0 20px 0;
    margin:0;
	}
	
.footer {
	float: left;
	height: 100px;
    padding:70px 0 0 148px;
    margin:0;
	}	
    
.filmstrip-klein {
    float: left;
	width:705px;
	height: 108px;
    background: url(images/bg_filmstrip-klein.gif) no-repeat;
    padding:16px 0 0 67px;
	margin:0;
    }  
    
.filmstrip-klein a img {
    float: left;
	width:75px;
	height: 77px;
    margin:0;
    padding: 0 6.5px 0 0;
     filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
    }

.filmstrip-klein a:hover img {
    float: left;
	width:75px;
	height: 77px;
    margin:0;
    padding: 0 6.5px 0 0;
     filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
    }
 
.projects {
    float: left;
    width: 325px;
    }
    
.projects_abs {
    position: absolute;
    padding:0;
    margin:0;
    overflow: auto;
    height: 320px;
    width: 372px;
    z-index:1;
    }
    
.projects_title {
    position: absolute;
    left: 0;
    z-index:2;
    color: #fff;
    text-align:left;
    padding: 10px 0 20px 85px;
    width: 225px;
    cursor: pointer;
    }    

.projects li {
    float: left;
    display: inline;    
    }
    
.projects a, .projects a:visited {	
	float:left;	
	width:325px;
	height: 77px;
	background:#00a2ca;
	margin: 0 0 1px 0;
	padding: 0;
	font: 12px ; 
	color: #000; 
    font-weight: bold;
	text-decoration: none;
}

.projects a {
	float:left;	
	width: 325px;
    height: 77px;
	padding: 0;
	background:#00a2ca;
	margin: 0 0 1px 0;
}

.projects a img {
    height: 77px;
    width: 75px;
}

.projects a:hover, .current_projects a, .current_projects a:visited  {
	float:left;	
	color: #fff;
    background:#52c5e2;
}	
    
    
/*
WIDGET CSS
*/	

	
#menu {
	position: absolute;
    top: 133px;
    left: 839px;
    width: 145px;
    padding:0;
    margin:0;
    z-index:11;
	}	
		
#menu ul, #menu li {
	float: left;
	padding:0;
	margin:0;
	display: block;
	}	
	
#menu li {
	float: left;
	display: block;
	padding:0;
	margin:0;
	}		
			
/* navigatie boven - pages */
.page_item {
    float:left;	
	width: 145px;
	padding: 0 ;
	margin: 0;
	border: 0;	
	text-align: left;
}

.page_item a, .page_item a:visited {	
	float:left;	
	width:125px;
	height: 13px;
	background:#00a2ca;
	margin: 0 0 1px 0;
	padding: 5px 10px 5px 10px;
	font: 12px ; 
	color: #000; 
    font-weight: bold;
	text-decoration: none;
}

.page_item a {
	float:left;	
	width: 125px;
    height: 13px;
	padding: 5px 10px 5px 10px;
	background:#00a2ca;
	margin: 0 0 1px 0;
}

.page_item a:hover, .current_page_item a, .current_page_item a:visited  {
	float:left;	
	color: #fff;
    background:#52c5e2;
}	

.widget {
	float: left;
	width:243px;
	background: url(images/widget_bg.gif) repeat-y;
	padding:0;
	margin: 0 auto;
	}	

.widget_top {
	clear: both;
	width:238px;
	height: 22px;
	background: url(images/widget_top.gif) no-repeat;
	padding: 7px 0 0 10px;
	margin:0;
	}

.widget_bottom {
	float: left;
	width:243px;
	height: 14px;
	background: url(images/widget_bottom.gif) no-repeat;
	padding:0;
	margin:0 0 10px 0;
	}

.widget ul {
	padding: 10px 0 10px 0;
	margin:0;
	}

/* search */

#search {
	position: absolute;
	top: 201px;
	left: 0px;
	margin: 0;	
	padding: 75px 0 0 15px;
	color: #fff;
	width: 171px;
	height: 36px;
	background: url(images/search_field.gif) no-repeat;
	text-align: left;
	z-index: 0;
	}	

#search_field {
	position: absolute;
	top: 0px;
	left: 0px;
	width:40px;
	height: 36px;
	padding:0px;
	margin:0px;
	}
	
#search_field input {
	position: absolute;
	top: 5px;
	left: 11px;
	width: 155px;
	padding: 2px;
	margin: 2px 0 0 0 ;
	color: #523e2e;
	border: 0px solid transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	background: transparent url(images/search_field_bg.gif) 0 0 no-repeat;
	}
		
#search_button {
	position: absolute;
	top: 0px;
	left: 171px;
	width:40px;
	height: 36px;
	padding:0px;
	margin:0px;
	}
	
#search_button input {		
	width: 40px;
	height: 36px;
	padding:0;
	margin:0;
	border:0;
}

#search_button  {		
	width: 40px;
	height: 36px;
	background:url(images/search_button.gif) no-repeat;
}

/* und noch einmal fur IE 6.0 ... */
	
#search_button {		
	width: 40px;
	height: 36px;
	background:url(images/search_button.gif) no-repeat;
	margin:0;
	padding:0;
}

#search_button:hover {
	background-position:0px -36px;
	float:left;	
	width: 40px;
	height: 36px;
	margin: 0;
	padding: 0;
}


/* align images  */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 0;
margin: 0;
}

img.alignleft {
padding: 0;
margin: 0
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}
/* End align Images */


/* start forms */


select {
	width: 100px;
	}

#content textarea {
	width: 300px;
	padding: 2px;
	height:125px;
	border: 1px solid #523e2e;
	}
	
/* einde forms */



