/*   
kleuren:
roze: ff0066
groen: ccff00
groen (iets donkerder): aaf100
blauw: 00aad4
*/

body {
	background-color: #fff;
	background-image: url(rotate.php);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
}

#container {
	width: 880px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#sidebar {
	width: 336px;
	float: left;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 8px;
	padding: 10px 10px 10px 10px;
	border-color: #ff0066;
	border-width: 1px;
	border-style: solid;
	}

#sidebarleft {
	width:180px;
	background-color: #ffffff;
	float: left;
}

#sidebarright {
	width: 125px;
	background-color: #ffffff;
	float: right;
}

#footer {
	width:180px;
	background-color: #ffffff;
	float: left;
	clear: both;
	font-size: 8px;
}

#entries {
	width: 468px;
	background-color: #ffffff;
	float: right;
	padding: 20px 10px 20px 10px;
	border-color: #00aad4;
	border-width: 1px;
	border-style: solid;
	}


h1 {
	font-size: 16px;
	color: #555555;
}

h3 {
	font-size: 14px;
	color: #555555;
}

a {
	color: #00aad4;
	text-decoration: none;
}

a:hover {
	background-color: #ccff00;
	}

ul {
	list-style: circle;
	margin-left: 0px;
	padding-left: 30px;
	margin-top: 0px;
}

img {
	border: none;
}

blockquote {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 15px 0;
}

/**ENTRIES**//

h1.entries  {
	color: #ff0066;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 23px;
	}

h1.entries  a{
	color: #ff0066;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 23px;
	}

h3.entries {
	color: #AAAAAA;
	font-size: 9px;
	}
	
h3.entries a{
	color: #AAAAAA;
	font-size: 9px;
	}

/**SIDEBAR**//

.widgetwidget_ctc  {
	text-align: justify;
	}
	
.widgetwidget_ctc a{
	line-height: 16px;
	color: #00aad4;
	text-align: justify;
	}

.widgetwidget_ctc a:hover{
	background-color: #ff0066;
	}

.widgetwidget_categories ul{
	list-style-type: none;
	margin-bottom: 10px;
	}

.widgetwidget_categories ul a{
	color: #ff0066;
	line-height: 14px;
	}
	
.widgetwidget_categories ul a:hover {
	background-color: #ccff00;
	}
	
.widgetwidget_categories ul ul {
	margin-bottom: 10px;
	}
	
.widgetwidget_categories ul ul a{
	color: #00aad4;
	line-height: 10px;
	}
	
.widgetwidget_categories ul ul a:hover {
	background-color: #ccff00;
	}
	
.widgetwidget_categories ul ul li {
	padding-left: 3px;
	}
.widgetwidget_categories ul ul li a {
	} 
.widgetwidget_categories ul ul li a:hover {
	background-color: #ccff00;
	}	
	
/** OVERIG **/
	
.post {
	margin-bottom: 1em;
}

a:link h3 {
	color: #444444;
	border: none;
}

a:link img {
	border: none;
}

li.linkcat {
	list-style-type: none;
}



.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 0px #ff0066;
}




.title {
	border-bottom: 1px solid silver;
}




.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}






/* Begin Comments*/

.comments_tiny {
	color: #000000;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 10px;
	background: #ffffff;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

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

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
	font-weight: normal;
	line-height: 12px;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #aaf100;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

