/*  
Theme Name: Lisa
Theme URI: http://www.associationlisa.com
Description: wordpress weblog theme for Association Lisa
Author: Marten Timan
Author URI: http://www.atypisch.nl
*/

/* basic elements */
html, body { 
	font: 11px Verdana, Sans-serif, Helvetica; 
	color: #272727; 
	background: #fff; 
	margin: 0; 
	padding:0;
	text-align: left;
    line-height: 16px;
	}
	
h1 { 
	font-weight: normal;
	font-size: 14px; 
	color: #999999; 
	margin: 0; 
	padding: 15px 0 0 0;
    width:632px;
    letter-spacing: 2px;
    border-bottom: 1px solid #999999;
}	

h1.title { 
	font-weight: bold;
	font-size: 14px; 
	color: #000; 
	margin: 0; 
	padding: 15px 0 10px 0;
    width:632px;
    letter-spacing: 2px;
    border: 0;
}

h1.pagetitle { 
	font-weight: normal;
	font-size: 34px; 
	color: #999; 
	margin: 0; 
	padding: 15px 0 15px 0;
    width:632px;
    letter-spacing: 0px;
    border: 0;
}

h1.header_works { 
    font-weight: normal;
	font-size: 14px; 
	color: #5a8fd6; 
	margin: 0; 
	padding: 0;
    width:500px;
    border-bottom: 1px solid #999999;
}

h1.header_works a { 
    padding:0;
    margin:0 0 0 -10px;
}

h2 { 
	font-weight: bold;
	font-size: 14px; 
	color: #999999; 
	margin: 0; 
	padding: 0;
}

h3, h4, h5, h6 { 
	color: #999999; 
}

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: #5a8fd6;
	}

a:hover, a:active { 
	text-decoration: none; 
	color: #91b6e8;
	}
		
ul {
	list-style:none;
	padding: 0;
	margin: 0;
}	

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

em, small {
	margin: 0;
	padding: 0; 
	color: #272727; 
	}
	
strong {
	color: #272727; 
	}

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 {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 0px;
}
 
 /* following rules are invisible to IE 5 \*/
#horizon
{
	top: 20px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 994px; 
}
 /* end IE 5 hack */ 

#container { 	
	padding: 0; 
	border: 0;
	text-align: left; 
	width: 994px; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
/* een absolute-positioned container om de andere items (links etc) ook absolute te kunnen positioneren */	
#container_abs { 
	position: absolute;
	top:0px;	
	padding: 0; 
	border: 0;
	text-align: left; 
	width: 994px; 
	margin-left: auto; 
	margin-right: auto; 
	}		

#header {
	float: left;
	padding: 0 0 20px 0; 
	margin: 0;
	border: 0px;
	text-align: left; 
	width: 692px;
}	

#wrap {
	float: left;
	width: 900px;
	padding:0;
	margin: 0;
}

#backtohome {
	float: right;
    height: 50px;
    width: 126px;
    padding:0;
    margin:0;    
	}	
	
#backtohome a:link, #backtohome a:visited {
	float: right;
	width:126px;
	height: 50px;
	padding: 0;
	margin:0;
	border: 0;
    background: url("images/logo_lisa.gif") no-repeat;
    background-position: 0 -50px;
	}		

#backtohome a:hover, #backtohome a:active {
    background-position: 0 0;
	}		
    
#content {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 692px;
	}

#sidebar {
    float: left;
    width:202px;
    padding: 0 0 30px 0;
    margin:0;
    }    
    
.post  {
	float: left;
	padding: 0 0 0 60px; 
	margin: 0;
	text-align: left; 
	width: 632px;
   }
   
.post img {
    padding:8px;
    margin:0;
   }   
	
.footer {
	float: left;
	width:994px;
	height: 237px;
	background: url(images/bg_bottom.gif) no-repeat;
	padding:0;
	margin:0;
}
		
/* navigatie zijkant - pages */
#menu {
    clear: both;
    width: 200px;
	padding: 35px 0 0 0;
	margin: 0;
	border: 0;	
	text-align: left;
    line-height: 12px;
    letter-spacing: 2px;
}

#menu li {
    float: left;
    display: block;
    padding:0;
    margin:0;
    width: 200px;
}

#menu a, #menu a:visited {	
    float: left;
    padding: 3px 3px 3px 20px;
    margin:0;
    width: 177px;
    color: #999;
    font-weight: bold;
    border: 0px; 
}

#menu a:hover, #menu a:active  {
    background: #fff;
    color: #000;
}

#menu li.current a, #menu li.currentparent a {
    background: #fff;
    color: #000;
}

/* navigatie boven - pages */
#artist_menu {
    float: left;
    width: 500px;
	padding: 40px 0 0 55px;
	margin: 0;
	border: 0;	
	text-align: left;
    line-height: 12px;
    letter-spacing: 2px;
}

#artist_menu li {
    float: left;
    display: block;
    padding:0;
    margin:0;
    width: 500px;
}

#artist_menu a, #artist_menu a:visited {	
    float: left;
    font-size: 12px;
    padding: 3px;
    margin:0;
    width: 190px;
    color: #999;
    font-weight: normal;
}

#artist_menu a:hover, .current_page_item a, .current_page_item a:visited  {
    background: #fff;
    color: #000;
}

#artist_menu li.current a {
    background: #fff;
}

/* breadcrumb menu */
#breadcrumb {
    float: left;
    padding: 20px 0 0 60px;
    margin:0;
}

/* WIDGETS */
	
.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 {
	float: left;
	margin: 0;	
	padding: 75px 0 0 15px;
	color: #fff;
	width: 171px;
	height: 36px;
	text-align: left;
	z-index: 0;
	}	
	
#search_field input {
	float: left;
	padding: 2px;
	margin: 2px 0 0 0 ;
	color: #523e2e;
	border: 0px solid transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	background: #e9e9e9 ;
}
	
#search_button input {		
    float right;
	width: 55px;
	height: 22px;
	padding:2px;
	margin:0;
	border:1px solid #999999;
    color: #999999;
}

#search_button  {		
	float right;
    width: 55px;
	height: 22px;
    padding:2px;
}

/* und noch einmal fur IE 6.0 ... */
	
#search_button {		
    float right;
	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 */

/* metaimage */

.the_meta_image {
    padding:0;
    margin:0;
    border: 1px solid #e3e3e3;
    width: 200px;
    height: 250px;
    float: left;
}

.the_meta_image img {
    padding:0;
    margin:0;
    border: 0;
    width: 200px;
    height: 250px;
    float: left;
}

.the_meta_image_small {
    float: left;
    padding:0;
    margin:0;
    width: 102px;
    height: 122px;
}

.the_meta_image_small img {
    float: left;
    padding:2px;
    margin:0;
    background: #e3e3e3;
    border: 0;
    width: 100px;
    height: 120px;
}

.the_meta_image_small img:hover {
    background: #91b6e8;   
}

.post_works {
    float: left;
    width: 632px;
    padding:0 0 10px 60px;
    margin:0;
}

.entry_works {
    float: right;
    padding:0;
    margin:0;
    width: 500px;
   }

/* start forms */

select {
	width: 100px;
	}

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

h1.header_works a {
    padding: 0;
}

/* PAGINATION */

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 600px;
text-align: left;
padding: 2px 0;
margin: 10px 0 10px 0;
float: left;
}

.listingpaginate {
    float: left;
    
}

.paginationstyle a{ /*Pagination links style*/
padding: 3px;
text-decoration: none;
border: 1px solid #e3e3e3;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #e3e3e3;
border: 1px solid #523e2e;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: #91b6e8;
}


	
