/* ---- MAINBODY ---- */

* {
margin: 0;
padding: 0;
}

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


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

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

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

#header{
    height: 126px;
    color:#FFF;
    margin: 0 auto 6px auto;
	overflow: hidden;
}

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

#footer a:link {
   color: #626161;
	}
	
#footer a:visited {
   color: #626161;
	}	


#footer a:hover{
   color: #000;
	}


	
	.blank {
	padding: 20px;
	}




/* category list */ 

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

ul#categories li {
	width: 806px;
	background: #FFF url('images/roundedcorners.gif') top left no-repeat;
	margin: 0 0 5px 0;
	}

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

	background: #FFF url('images/roundedcorners_grey.gif') top left no-repeat;

	}

	
a.toggler {
    color: #FFF;
    padding: 0 0 0 20px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
	background: transparent;
	height: 30px;
	}	
	
	
	
/* Toggler - default style */
	.toggler {
		cursor:pointer;
		text-decoration: none;
		font-size: 1.4em;
		line-height:30px;
		display: block;
		margin: 4px 0;
		}
	.toggler-closed {
	height: 30px;
		background: #efefef url('togglerc.gif') center right no-repeat;
	}
	.toggler-closed:hover {
/*
		padding-left:20px;
		height:30px;
*/	}


/*
	.toggler-opened {
		color:#333;
		padding-left:20px;
		height:30px;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('toggleroh.gif') center right no-repeat;
	}
*/


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

















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



.category {
	margin: 0 0 6px 0;
	}

h1, h2 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #FFF;
    padding: 3px 4px 0 12px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
	background: #000 url('images/roundedcorners.gif') top left no-repeat;
	}

#category_work,#category_misc,#category_books,#category_animations {
    background: #000;
	}

#category_work a,#category_misc a,#category_books a,#category_animations a {
    color: #FFF;
	}



	
	
	




img { border: 0px; }




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

#entrywrap{
       clear:both;
}

.entry {
    padding: 5px 0 0;

}

.entry p{
    color:#000;
    font-size:0.80em;
    margin: 0px 0 10px 0;
    line-height: 1.5em;
    }

.entry ul, li{
    font-size:0.90em;
    color:#000;
    }

.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;
}

