/*  
Theme Name: Les-Enfants-Terribles
Theme URI: <a href="http://www.les-enfants-terribles.nl">http://www.les-enfants-terribles.nl</a>
Description: <a href="http://www.les-enfants-terribles.nl">http://www.les-enfants-terribles.nl</a>
Version: 1.0
Author: Multimedia Klijzing
*/

body {
	margin: 0px;
	padding: 0px; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #2E2E2E;
	color: #ffffff;
	width: 536px;
	border: 0px solid #959596;
	}

textarea {
	OverFlow:auto;
} 
#page {
	}

h3 {
	color: #CCCCCC;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}



a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
a:focus {outline: none}

div.narrowcolumn {
	position:absolute;
	top:0;
	left:0;
	/*float: left;*/
	padding: 20px;
	margin: 0px;
	width: 476px;
	overflow-x:hidden;
	overflow-y:auto;
	}

.post {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	background-color: #2e2E2E;
	border-style: solid;
	border-color: #3e3e3e;
	border-width: 0px 0px 1px 0px;
	}
.navigation {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #2e2E2E;
	border-style: solid;
	border-color: #3e3e3e;
	border-width: 0px;
	}
	
.entry {
	margin: 0px;
	padding: 0px;
	}
p {
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
	}

/* Begin Images */
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 */

.guestBook {
	background : url(images/guestbookPost.png) no-repeat top left;
}
