﻿/*
	Theme Name: ik2008
	Theme URI: http://www.idsklijnsma.nl
	Author: Ids Klijnsma
	Description: New theme!
	Version: 0.2
	style.css
	© 2008 Ids Klijnsma
*/

html, body {
	background-color: #666666;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #666666;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	width: 100%;
	height:100%;
}

#content {
	background-image: url('images/body.png');
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
}

#header {
	background-image: url('images/topheader_black.png');
	background-repeat: repeat-x;
	height:	48px;
	padding-left: 15px;
	padding-top: 12px;
}

#headergreen {
	background-image: url('images/topheader_green.png');
	background-repeat: no-repeat;
	height:	100px;
	padding-left: 15px;
}

#linkbar {
	background-image: url('images/linkbar.png');
	background-repeat: no-repeat;
	height:	30px;
	padding-left: 15px;
}


#body, .divider {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

#innercontent {
	padding-left: 10px;
	float: left;
	width: 700px;
}

#sidebar {
	padding-left: 20px;
	margin: 0;
	float: left;
	width: 200px;
	height: 1%
}

#footer {
	height: 20px;
	background-image: url('images/footer.png');
	padding-left: 20px;
	padding-right: 10px;
	clear:both;
	font-size: 8pt;
}

#commentsdiv {
	padding-left: 60px;
	padding-right:60px;
	padding-bottom: 10px;
	padding-top: 1px;
	background-color: #f8f8f8;
}

#comment, .inputfields {
	border: 1px solid #999999;
	padding: 5px;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.inputfields {
	padding: 0;
	padding-left: 5px;
}

.commentimage, .commentimagealt {
	width: 40px;
	height: 40px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	text-align: center;
	font-family: Sylfaen, Garamond;
	font-size: 18pt;
	font-weight: bold;
	background-image:url('images/commentIcon.png');
	background-repeat: no-repeat;
}
.commentimage {
	margin-right: 5px;
	float: left;
}

.commentimagealt {
	background-image:url('images/commentIconAlt.png');
	margin-left: 5px;
	float: right;
}

.commentdiv, .commentdivalt {
	text-align:left;
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

.commentmetadata {
	font-size: 8pt;
	border-bottom: 1px dotted #333333;
}
.commentcontent {
	margin-top: -10px;
}

.normalUl {
	list-style-type: round;
	border: 0;
}

html>body>.linkbar {
	height: 30px;
}

h1 {
	padding-top: 5pt;
	text-decoration: none;
	color: #ABD607;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-family: Arial;
	font-size: 14pt;
	letter-spacing: 1pt;
	margin-bottom: 0pt;
	margin-top: 0px;
}
h2 {
	font-size: 12pt;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #a0c807;
}
a:hover {
	color: #000000;
}

h1 * {
	color: #ABD607;
}

h1:hover {
	color: #ABD607;
}

h1 *:hover {
	color: #ABD607;
}

.subtitle {
	color: #333333;
	font-size: 8pt;
}

.content {
	border-bottom: 1px dotted #999999;
}

.moreDiv {
	display:block;
	float:right; 	
	cursor:pointer;
	margin-top: -16px; 
}

.page_item {
	height: 25px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	display: inline;
}

.page_item * {
	color: #ffffff;
	text-decoration: none;
}

.page_item *:hover{
	color: #eeeeee;
	text-decoration: none;
}


.divider {
	height: 1px;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.sidebarItem {
	margin-bottom: 20px;
	background-color: #eeeeee;
/*	background-color: #e8f4b8;*/
	padding: 5px;
	font-size: 8pt;
}

.sidebarList, .sidebarList * {
	padding: 0;
	margin:0;
	list-style-type: none;
}

.categories, .linkcat {
	padding-top: 5px;
}
.categories  * {
	padding: 0;
	margin:0;
	list-style-type: none;
}

.cat-item {
	display: block;
	height: 20px;
	border-bottom: 1px dotted #333333;
	margin-left: 0;
	padding-top: 5px;
}

.cat-item *:link, .cat-item *:visited, .cat-item *:active {
	color: #a0c807;
	text-decoration: none;
}

.cat-item *:hover  {
	text-decoration: none;
	padding-left: 5px;
}

.cat-item:first-child{
	margin-top: 7px;
	border-top: 1px dotted #333333;
}

.linkbar {
	list-style-type: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12pt;
	height: 25px;
}