/*  
Theme Name: KiKiDonk Theme
Theme URI: http://raphael.slinckx.net/blog/
Description: My own theme.
Version: 1.5
Author: Raphaël Slinckx
Author URI: http://raphael.slinckx.net/blog/
*/

.lookright {
	text-align: right;
	margin-right: 20px;
}

/* Updated */
a {
	color: #844900;
	text-decoration: none;
}

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

a:visited {
	color: #b85b5a;
}

a img {
	border: 0px;
}

a img:hover {
	border: 1px dashed #DDBB69;
}

body {	
	background-color: #FFF7E4;
	
	margin: 0;
	padding: 0;
	
	color: #333;
	text-align: center;
	font-family: sans-serif;
}
	
code, pre {	
	padding: 0px 5px 0px 5px;
	background-color: #f2f7fd;
	border: 1px solid #959596;
	
	font-size: 1.0em;
	font-family: monospace;
}

small {
	font-size: 0.7em;
	line-height: 2.0em;
	color: #777
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

hr {
	display: none;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

ol li {
	list-style: decimal outside;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-bottom: 10px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	
	text-decoration: none;
	color: white;
	
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 1.7em;
	margin: 30px 0 0;
}

h3 {
	font-size: 1.4em;
	padding: 0;
	margin: 10px 0 0;
}
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	font-weight: bold;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	font-weight: bold;
}

h2 a:hover, h3 a:hover {
	color: #844900;
}	

/* Used for H2 big titles */
h2.pagetitle {
	font-size: 1.8em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid black;	
	
	margin: 20px auto;
	padding: 0;
	width: 760px;
	
	text-align: left;
	font-size: 0.75em;
}

#header {
	background-color: #73a0c5;
	border-bottom: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #959596;
	border-style: solid ;
	
	
	padding: 10px 0px 10px 0px;
	height: 200px;
	width: 100%;
	
	color: white;
	
	text-align: center;
}

#logoheader {
	float: left;
	margin-top: 30px;
	margin-bottom:-41px;
	margin-left: 160px;
	margin-right: -160px;
}

.logoright {
	float: right;
	margin-top: -30px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px
	
}

#footer {
	clear: both;
	background-color: #FFDD8B;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #959596;
	border-style: solid ;
	
	padding: 20px 0px 10px 0px;
	width: 760px;
	
	text-align: center;
}

#footer p {
	margin: 0px 0px 0px 0px;
}

#sponsors {
	background-color: #ddd;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #959596;
	border-style: solid ;
	
	padding: 20px 0px 10px 0px;
	width: 760px;
	
	text-align: center;
}

#sidebar {
	float: right;
	
	background-color: white;
	border: 1px solid #959596;
	
	width: 160px;
	padding: 5px 5px 0px 10px;
	margin-top: -1px;
	margin-right: -120px;
	margin-left: 10px;
	
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	font-size: 1.2em;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
}
	
/* Wordpress specific things ------------------------------------- */
/* Interline space for both normal and wide view */
.widecolumn, .narrowcolumn {
	background-color: white;
	line-height: 1.4em;
	float: left;
	padding: 0px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
}
/* Stats about posts centered */
.narrowcolumn .postmetadata {
	text-align: center;
}

/* Subtitle */
.post {
	clear: left;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	border-bottom: 1px dotted #959596;
	width: 680px;
}

.post img {
	margin-left: 20px;
	margin-right: -20px;
}

.lastpost {
	clear: left;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	width: 680px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

/* Little navigatio llink top left */
.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -35px;
	margin-right: -35px;
}

.subtitle {
	text-align: center;
	font-size: 1.2em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.screenshot {
	clear: left;
	text-align: center;
	font-style: italic;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: #fff;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar caption {
	font: bold 1.3em sans-serif;
	text-align: center;
	text-align: center;
	width: 100%;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar caption, cite {
	text-decoration: none;
}



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentmetadata {
	font-weight: normal;
}

.nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	
#commentform p {
	margin: 5px 0;
}

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

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

//Unused ?
/*	


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

*/
