/*  
Theme Name: chopchop 2.3
Description: chopchop
Version: 2.3f
Author: Andreas Fischer
Author URL: http://datdatdat.org/
*/


/* Begin Typography & Colors */
body {
	font-size: 80%; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.4em;
	background: #eee;
	}


small {
	font-size: 12px;
	color: #999;
	}

code {
	font: 1.1em 'Monaco New', Monaco, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 13px;
	letter-spacing: .07em;
	}

a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}

hr { 
	width: 730px;
	margin: 22px 0 16px;
	border: none;
	border-top: 1px solid #999;
}

a:hover {
	color: #777;
	text-decoration: none;
	}	

h1 {
	font-weight: normal;
	padding-bottom: 6px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}

/* End Typography & Colors */




/* Begin Structure */



#page {
	margin:  0;
	padding: 20px 0 0 15px;
	line-height: 21px;
	font-size: 14px;
	}


#header {
	display: block;
	font-stretch: wider;
	}

#header a {
	}

#header a:hover {

	}

.hdr {
	margin: 0 0 0 16px;
	text-align: center;
	float: left;
	font-family: Arial;
}

.hdr a {
	margin: 0 5px 0 0;
}


.hdr a:hover {
}

.hdr ul {
	list-style: none;
	display: block;
	margin: 0 0 0 20;
}

.hdr li a {
	list-style: none;
	display: block;
	padding: 0 0 0 0;
	color: #555 !important;
	text-align: left;
	list-style: none;
}

.description {
	float: left;
	color: #999;
	font-style: italic;
	margin-right: 16px;
	font-family: Times, serif;
	font-size: 16px;
}

 .imagebox {
    width: 18%;
    float: left;
    margin: 0 20px 8px 0;
    }



.caption {
    color: #000;
	text-align: left;
    padding: 0 4px 3px;
    z-index: 20000;
    line-height: 15px;
    font-size: 13px;
    font-family: Times, Georgia, serif;
    height: 30px !important;
    overflow: hidden;
}

.caption a {
    text-decoration: none;
}

.caption a:hover {
    text-decoration: underline;
}
    


.huge {
	font-size: 22px;
	line-height: 1.3em;
	width: 980px;
	margin: 0 0 20px;
	font-family: Times, serif;
	font-style: italic;
}

img {
	border: none;
	}

.pagediv {
	width: 764px;
	padding: 16px 24px 32px;
	background-color: #fff;
	}
	
	
	.pagediv a {
border-bottom: 1px solid #000;
	}

	.pagediv a:hover {
border-bottom: 1px solid #777;
	}

h2 {
	letter-spacing: .1em;
	font-weight: normal;
	font-size: 14px;
}

h3 {
	color: #000;
	font-weight: normal;
}




.sidebarbox{
display: block;
margin-top: 40px;
}

.sidebar {
	list-style: none;
	list-style-image: none;
	margin: 0 0 25px 14px;
	width:  966px;
	z-index: 10000;
	color: #000;
    padding: 12px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	display: block;
}

.sidebar li a {
	margin: 4px 16px 4px 0;
	display: inline;
	padding: 8px 16px 5px 0;
	float: left;
	height: 12px;
}


.sidebar li a:hover {
	margin: 4px 16px 4px 0;
	display: inline;
	padding: 8px 16px 5px 0;
	color: #0000ff;
}


.sidebar a:visited {
	color: #555;
	text-decoration: none;
	}


.imgsub {
	color: #777;
	margin: 3px 0 12px;
}


.insidebox  {
	float: 		left;
	margin: 	0 22px 16px 0;
    width: 285px;
	line-height: 23px;
	padding: 	6px 15px;
	}
	
	
	

.insidebox li {
        list-style-type: none;
        display: inline;
        padding: 0 3px 0;

}
	



/** begin category styles **/


.design {
	color: #777;
}

.generative {
	color: #4455ff;
}

.generative a {
	color: #4455ff;
}


.motion {

	color: #9900ff;
}

.motion a {

	color: #9900ff;
}


.process {
	color: #08ff08;
}

.process a {
	color: #08ff08;
}

.static {
	color: #ff0000;
}

.static a {
	color: #ff0000;
}

/** end category styles **/

.clearer {
	clear: both;
	height: 1px;
}

.clearer4px {
	clear: both;
	height: 4px;
}


.fliesstext {
    width: 740px;
	float: left;
    padding: 0 64px 2px 0;
    margin: 6px 5px 15px 0;
    font-size: 18px;
    line-height: 28px;
    color: #555;
    }

.fliesstext a {

    }

.fliesstext a:hover {

    }



.postheadline_single {
  }


#footer {
	padding: 8px 15px 20px;
	clear: both;
	text-align: left;
	text-transform: lowercase;
	font-size: 12px;
	color: #555;
	}
	
	#footer a {
	color: #777;
	}
	
	#footer a:hover {
color: #0000ff;	}

#footer ul{
	margin-top: 8px;

}

#footer li {
padding: 5px 10px 0 0;
list-style: none;
display: inline;
	}

/* End Structure */



/*	Begin Headers */




.post img {
	max-width: 960px;

}

/* End Headers */



/* Begin Images */
 img {
	max-width: 1280px;
	margin: 8px 0 12px;
	}

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


.alignright {
	float: right;
	text-align: left;
	}


.alignleft {
	float: left
	}

/* End Images */





/* new css */

/*nu code*/

.date {
	color: #777;
	margin-right: 10px;
	float: left;
	font-size: 12px;
}


.fatdate {
	color: #777;
	float: right;
	margin-right: 100px;
	font-size: 13px;
}

.recent {
	margin: 0 0 6px 0;	
	width: 240px;
	float: left;
}

.vitadiv {
	margin: 0 0 14px 58px;
	line-height: 18px;	
}

.projectdate {
	display: block;
	margin-top: 3px;
	line-height: 16px;
	color: #777;
	
}

.aboutdiv{
	line-height: 1.4em;
	font-style: normal;
	padding: 8px 0 8px;
}

/** new **/


    
div.box {
    float: left;
    list-style-type: none;
    margin: 0 12px 12px 0;
    background-color: #aaa;
    text-decoration: none;
    padding: 0;
    background-position: center;
    font-size: 13px;
    width: 300px !important;   
    height: 180px !important; 
    cursor: pointer;
}

div.box:hover {
    cursor: pointer;
    }


.box_hover {
    height: 100%;
	background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    color: #333;
    overflow: hidden;
    width: 300px !important;   
    height: 180px !important;  
    cursor: pointer; 

} 

.caption {
	margin: 56px 0 0;
	padding: 4px 0 6px;
    color: #000;
    margin: 0;
    z-index: 20000;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
    background: #fff;
}


/* thesidebar */

div.sidebox {
 
    width:		90px;
    height: 	70px;
    list-style-type: none;
    margin: 0 12px 16px 0;
    background-color: #bbb;
    text-decoration: none;
    padding: 0;
   
}

div.sidebox:hover {
    cursor: pointer;
    }

.thesidebarbox{
	float: left;
	top: 40px;
	left: 0;
	
}

.thesidebar {
	list-style: none;
	list-style-image: none;
	margin: 16px 0 25px 4px;
	z-index: 10000;
	background: #ddd;
    padding: 12px 0 14px 0;
	display: block;
	width: 170px;
	line-height: 15px;
}

.thesidebar li a {
	display: block;
	color: #555;
}

.thesidebar ul {
	padding: 5px 0 7px 0;
	display: block;
		list-style: none;
	list-style-image: none;
}

.thesidebar li {
	padding: 3px 0 5px 0;
	list-style: none;
	list-style-image: none;
}


.thesidebar li a:hover {
	color: #000;
}


.thesidebar a:visited {
	color: #555;
	text-decoration: none;
	}



/* ICONS */

a.linkedin, a.linkedin:hover{
	background-position: left .1em;
	background-image: url(images/icons/linkedin.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}

a.twitter, a.twitter:hover{
	background-position: left .1em;
	background-image: url(images/icons/twitter.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}

a.delicious, a.delicious:hover{
	background-position: left .1em;
	background-image: url(images/icons/delicious.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}

a.ffffound, a.ffffound:hover{
	background-position: left .1em;
	background-image: url(images/icons/ffffound.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}

a.vimeo, a.vimeo:hover{
	background-position: left .1em;
	background-image: url(images/icons/vimeo.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}

a.rss, a.rss:hover{
	background-position: left .1em;
	background-image: url(images/icons/rss.png);
	padding-left:20px;
	background-repeat: no-repeat;
}

    
/* Blog */

.blogpost {
	width: 578px;
	background: #fff;
	margin: 0 0 25px;
	padding: 8px 4px 12px;

}

.blogpost img {
	max-width: 563px;
	margin: 0 0 3px;
	
}

.blogentry{
	padding: 3px 0 6px;


}

.blogdate {
	color: #777;
	float: right;
	margin-top: -4px;
	font-size: 13px;
}

.blogtext {
    line-height: 28px;
    color: #777;
	margin-top: 6px;
	padding-bottom: 12px;
    }

.blogtext a {
    color: black;
    }

.blogtext a:hover {
    color: blue;
    }

	/* Reset */
	
* { margin: 0; padding: 0 }
