/*
Theme Name: Haicu basic - 1 columns on the left side
Theme URI: http://www.haicu.nl/
Description: Theme for SanderBoon.nl
Version: 1.0
Author: Han Hegeman
Author URI: http://www.haicu.nl/
Tags: basic, css, fixed width, two columns

	Haicu basic-1cl v1.0
	http://www.haicu.nl/
	All rights reserved

*/

/* Begin Structure */

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	background: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: left;
	}

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

#header {
	margin: 0px;
	padding: 0px;
	height: 10px;
	}
	

#content {
	float: left;
	padding: 0;
	margin: 0px 45px 0px 0px;
	width: 520px;
	}

#sidebar-1 {
    width:220px;
    float:left;
    margin:0px 40px 0px 10px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	}

.clear {
	clear: both;
}

.postmetadata {
	margin: 10px 0px 60px 0px;
	}

/* End Structure */

/* Begin Typography & Colors */
body {
	font: 12px/14px 'Courier New',Courier,monospace;
	color: #000000;
	}
	
#content.page {
	text-align:left;
	font: 12px/14px 'Courier New',Courier,monospace;
	color: #000000;
	}
}

#canvas {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: 'Courier New',Courier,monospace;
	font-size: 12px;
	line-height: 14px;
	}

a {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #999999;
	text-decoration: none;
	}
	
img {
	border: 0px;
}

.imageline img {
	border: 0px;
	margin:6px 4px 12px 0px;
}


.postmetadata, .postmetadata a {
	font: 12px/14px 'Courier New',Courier,monospace;
	color:#000000;
	}
	
#content h2, #content h2 a {
	font-style:normal;
	font-weight:normal;
	color:#000000;
	margin:5px 0px 5px 0px;
}

#content h2 a:hover {
	color:#999999;
	text-decoration:underline;
}

.navigation, .navigation a, .navigation a:visited {
	font: 12px/14px 'Courier New',Courier,monospace;
	color:#000000;
	}

h2.homepage {
	padding:0px 0px 10px 0px;
	font: 12px/14px 'Courier New',Courier,monospace;
}

h2.homepage a:hover {
	color:#999999;
}
	
h3 {
	font: 12px/14px 'Courier New',Courier,monospace;
	margin:0px 0px 5px 0px;
}

h3 a:hover {
	text-decoration:underline;
	color:#999999;
}

div .latest_work {
	cursor:pointer;
}

div .padding_topleft {
	padding:10px 0px 0px 6px;
}


	
/* End Typography & Colors */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Header */


/* End Header */

/* Begin Sidebar-1 */

#sidebar-1 {
	font: 12px/14px 'Courier New',Courier,monospace;
}

#sidebar-1 h2 {
	font: 12px/14px 'Courier New',Courier,monospace;
	color: #000000;
	margin:6px 6px 6px 6px;
}

#sidebar-1 ul, #sidebar-1 li {
	padding: 0px;
	margin: 0px;
}

#sidebar-1 li {
	list-style:none;
	margin:0px 6px 0px 6px;
	
}

#sidebar-1 a, #sidebar-1 a:link, #sidebar-1 a:visited {
	color:#000000;
	text-decoration:none;
	}
	
#sidebar-1 a:hover, #sidebar-1 a:active {
	color:#999999;
	text-decoration:none;
	}
	
#sidebar-1 .current-cat, #sidebar-1 .current-cat a {
	color:#999999;
	text-decoration:none;
	}
	
#sidebar-1 .current-cat a {
	color:#999999;
	text-decoration:none;
	}

/* End Sidebar-1 */

