/*
Theme Name: SUPERFLAT
Theme URI: http://labs.superflat.nl/
Description: Theme for Superflat Labs
Version: 1.0
Author: Kevin Toet
Author URI: http://labs.superflat.nl/
*/


@charset "utf-8";
/* CSS Document */
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #f9f8db url(images/background.jpg) top left no-repeat;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ec008c;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #000;
	margin: 0px 0px 2px;
	font: normal 14px "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #ec008c;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ec008c;
	margin: 10px 0px 5px;
	text-transform:uppercase;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px 171px auto;
	width: 776px;
}
#header {
	height: 144px;
	position: relative;
}
#content {
	/*padding: 10px 0px 30px 20px;*/
	float: right;
	width: 500px;
	overflow: hidden;
}
#sidebar {
	float: left;
	/*padding: 0px 10px 20px 0px;*/
	width: 266px;
}
#footer {
	clear: both;
	color: #000; 
	font-size: 95%;
	line-height: 130%;
	border-top: thin #000 solid;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-right: 10px;
}
#footer .right-col{
	width: 258px;
	float: right;
}
/*FORM STYLES*/
#searchform {
	width: 266px;
	float:left;
}
#searchform input {
	width: 200px;
	background:#f9f8db;
	border: 1px solid #00aeef;
	padding: 3px;
	margin-bottom: 10px;
}
#searchform #searchsubmit {
	background-color: #000;
	border: none;
	width:54px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top:6px;
	padding-top:1px;
}
#searchform label {
	font-weight: bold;
	color: #666666;
	font-size: 100%;;
}
#searchform input[type="text"]:focus {
	background: #ffffff;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #999;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f9f8db;
	border: 1px solid #00aeef;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 494px;
	height: 115px;
	background:#f9f8db;
	border: 1px solid #00aeef;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	float:right;
	text-align:right;
	width: 101px;
	height: 29px;
	padding: 0px;
}
.lab {
	width: 266px;
	text-align: right;
	border-bottom: thin #000 solid;
}
.clear {
	clear:both;
}
.entry {
	clear: both;
	margin-top: 2px;
}
.header{
	padding-top: 6px;	
}
.navigation {
	clear: both;
	padding: 10px 0px 25px;
}
.post {
	clear:both;
	padding-bottom: 40px;
}
.postheader{
	width: 500px;
	height: 25px;
	border-bottom: thin #000 solid;
}
.post-title {
	float: left;
	width: 400px;
	height: 25px;
}
.post-date {
	float:right;
	width: 100px;
	text-align: right;
	text-transform:lowercase;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-comments a{
	background-color: #00aeef;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-cat {
	background: url(images/mini-cat-icon.gif) no-repeat left center;
	padding-left: 18px;
        margin-top: 5px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.more-link a{
	background-color: #00aeef;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	font-size: 95%;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-navleft-alt-icon.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-navright-alt-icon.gif) no-repeat right center;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #666;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #666;
	background: url(images/mini-page-icon.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #333;
	text-decoration: none;
}
.ul-cat li a:hover{
	text-decoration: underline;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #666;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #666;
	background: url(images/mini-page-icon.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #333;
	text-decoration: none;
}
.ul-archives li a:hover{
	text-decoration: underline;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-comment-icon.gif) no-repeat;
	padding: 5px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-post-icon.gif) no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
img.img_border, a img.img_border {
	border: 0px;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #fcfabd;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

