/*
Theme Name: Leporello
Theme URI: http://www.officinacarolina.nl
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 1.0
Author: Khanh Ly
Author URI: http://khanh.nl
Tags: leporello, horizontal, spread
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.35em;
	background-color: #FFF;
	color: #242424;
}

#wrapper {
	display: inline;
	height: 100%;
	width: 100%;	
	}

a {
	text-decoration: none;
	color: #242424;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242424;
}

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

a img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	}
	
h2 {
	font-size: 1.6em;	
	}

h1 a, h2 a, h3 a, h4 a {
	border: none;
	}

#left-column {
	position: fixed;
	left: 50px;
	top: 20px;
	display: block;
	width: 220px;
	z-index: 10;
	}
	
#header {
	width: 220px;
	height: 76px;
	margin-top: 10px;
	margin-bottom: 35px;
	}

#header a {
	text-decoration: none;
	outline: none;
	border: none;
	}

#content{
	width: 640px;
	float: left;
	position: absolute;
	left: 300px;
	top: 136px;
	padding-bottom: 50px;
	}
		
#content-vertical {
	width: 4000px;
	position: absolute;
	left: 245px;
	top: 122px;
	height: 500px;	
	vertical-align: top;
	}

#content-normal {
	width: 700px;
	position: absolute;
	left: 245px;
	top: 122px;
	height: 500px;	
	vertical-align: top;
	
	}

.content-vertical-image {
	vertical-align: top;
	float: left;
	height: 500px;
	padding-right: 15px;
	}

.content-desc {
	float: left;
	width: 275px;
	white-space: normal;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	margin-top: 14px;
	}

.content-desc img{
	display: none;
	}
	
.date {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	background-color: #cccccc;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: -9px;
	border: none;
	outline: none;
	letter-spacing: 0.075em;
	width: 85px;
	text-align: center;
	}
	
.post {}
	
.post-vertical {
	white-space: nowrap;
	height:500px;
	width: 100%;
	}

	
.publication-item {
	width: 190px;
	float: left;
	padding: 10px;
	}

.publication-img {
	width: 190px;
	height: 260px;
	overflow: hidden;
	}

.publication-img a {
	border: none;
	}
	
.publication-desc {
	height: 70px;
	}
		
.publication-desc img {
	display: none;
	}

.publication-desc h2 {
	margin-bottom: -5px;	
	}

.clear {
	clear: both;
	}

.break {
	background-image: url(gfx/bg-double-dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 3px;
	}
	
.break-single {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 640px;
	clear: both;
	}

.break-short {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	}
	
#sidebar {}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul li h2 {
	text-transform: none;
	}
	
#sidebar ul li, #sidebar ul ul {
	font-weight: bold;
	text-transform: uppercase;
	}

#sidebar ul li a {
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	border: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

#footer {
	margin-top: 15px;
	}


#footer p {
	color: #222;
	font-size: 72.5%;
	text-transform: uppercase;
	}
	
#footer p a:link, #footer p a:active, #footer p a:visited  {
	color: #FFF;
	border: none;
	}

#footer p a:hover {
	color: #F60;
	border: none;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.alignright {
   float: right;
}
	
#bottom-nav {
	text-transform: uppercase;
	margin-top: 10px;
	width: 640px;
	}

.previous a, .next a {
	float: left;
	color: #FFF;
	background-color: #CCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: none;
	margin-right: 10px;
	outline: none;	
	}
	
.previous a:hover, .next a:hover {
	float: left;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius:3px;
	color: #999;
	background-color: #CCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: none;
	margin-right: 5px;
	margin-left: 5px;
	outline: none;	
	}
	
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

.linkcat {
	width: 180px;
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	}

.linkcat h2 {
	font-size: 1em;
	line-height: 1.4em;
	text-transform: uppercase;
	}
	
.linkcat ul, linkcat li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	}


