/* 
	Theme Name: Luettje Puettje
	Theme URL: 
	Description: 
	Author: T. Boehning
	Author URI: http://boehning.net
	Version: 1.0
	
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
   }


body{
    background:#fff;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #01a7e5;
	}

#wrap{
    margin:0 auto;
	padding: 0;
    text-align: center;
    width:550px;
	}

#wrap2{
	margin: 0;
	padding: 0;
	text-align: left;
	}

#header{
    height: 230px;
    margin: 0 auto 6px auto;
	overflow: hidden;
}

#header h1 {
margin: 5px 0 0 0;
padding: 0;
}


#header h1.logo  a{
	height: 226px;
	width: 550px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -999em;
	float: left;
	background-image: url(images/header.jpg);
	}


#footer {
   clear: both;
   text-align: center;
   font-size: 0.7em;
   padding: 80px 24px 20px 0;
	float: right;
	}

#footer a:link {
   color: #abc500;
   padding: 2px;
   background:transparent;
	}
	
#footer a:visited {
   color: #91a702;
	}	


#footer a:hover{
   color: #000;
   background: #abc500;
   color: #FFF;
	}

.blank {
	padding: 20px;
	}



	
	
	

/* category list */ 

ul#categories {
	list-style-type: none;
	margin: 20px 0;
	}


/* books */
ul#categories li  ul {
	list-style-type: none;
	}	

	

	
	
	
/* Toggler - default style */
	.toggler {
		cursor:pointer;
		text-decoration: none;
		font-size: 1.4em;
		line-height:30px;
		display: block;
		margin: 4px 0;
		}
	.toggler-closed {}
	.toggler-closed:hover {	}





	/* Container - default style */
	.toggler-c {}
	.toggler-c-closed {
	   background:transparent;
	}
	.toggler-c-opened {
		margin:-25px 0px 25px 0px;
	   padding:2px 0 0;
	}
	


ul#categories li  a.toggler{
	width: 550px;
	height: 29px;
	overflow: hidden;
	text-indent: -999em;
	float: left;
	text-transform: uppercase;
}

ul#categories li#cat3  a{
	background: transparent url(images/navigation.png) 0px 0px no-repeat;
	border-bottom:1px dotted #BFD146;
}

ul#categories li#cat4  a{
	background: transparent url(images/navigation.png) 0px -29px no-repeat;
	border-bottom:1px dotted #BFD146;
}

ul#categories li#cat5  a{
	background: transparent url(images/navigation.png) 0px -58px no-repeat;
	border-bottom:1px dotted #BFD146;
}

ul#categories li#cat6  a{
	background: transparent url(images/navigation.png) 0px -87px no-repeat;
	border-bottom:1px dotted #BFD146;
}


ul#categories li#cat3 div.entry a, ul#categories li#cat4 div.entry a, ul#categories li#cat5 div.entry a, ul#categories li#cat6 div.entry a {
background: transparent;
border: 0px solid transparent;
}






.pics {  
    height:  126px;  
    width:   550px;  
    padding: 0;  
    margin:  0;  
	} 
 
.pics img {  
    width:  550px; 
    height: 126px; 
    top:  0; 
    left: 0 
	} 



div.category {
	margin: 0 0 6px 0;
	padding: 10px 0px;
	}

h1, h2 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #b2ca00;
    padding: 3px 4px 0 12px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
	}




	
	
	




img { border: 0px; }




/* ---- ENTRIES ---- */

#entrywrap{
       clear:both;
}

.entry {
    padding: 5px 0 20px 0;

}

.entry p {
    font-size:0.9em;
    margin: 0 0 10px 0;
    line-height: 1.6em;
    }

.entry ul, li{

    }

.entry img {
   opacity: 1;
   filter: alpha(opacity=0);
   margin: 0 6px 7px 0;
}

.entry img:hover {
	opacity: .8;
   filter: alpha(opacity=20);
}



.alignleft {
float: left;
padding : 0 10px 10px 0 ;
}

hr.clear {
height: 0px;
display: block; 
background:#FFF;
color: #FFF;
clear: both;
visibility:hidden;

}

.alignright {
float: right;
}


.aligncenter, div.aligncenter, img.centered, img.aligncenter {display: block; margin-left: auto; margin-right: auto; text-align: center;}
.alignleft{float:left}
.alignright{float:right}
.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}
