/**
  Theme Name: Co2ro
  Theme URI: 
  Version: 0.1
  Author: Thijs Kelder
  Author URI: 
  Tags: 
*/

/* Body */
* {margin:0; padding:0;}
body {background:#ffffff; color:#303030; font: Courier, sans-serif,Georgia,Tahoma,sans-serif; font-size:14px;}
#wrap {background-color:#ffffff; color:#000000; margin:0 auto; width:800px;}

/* Links */
a {background-color:inherit; color:#020202; text-decoration:none;}
a:hover {background-color:inherit; color:#101010; text-decoration:underline;}
a img {border:0;}

h2 {font-size:16px; margin:10px 0px 10px 0px;}
h3 {font-size:14px; margin:0 0 8px;}

/* Header */
#header {position: absolute; margin:0 0 0 20px; width:350px; left: 50%; text-align: right;}
#header h1 {background-color:inherit; color:#000000; font-size:2em; letter-spacing:-1px; margin:30px 30px 0 0;}
#header h1 a {background-color:inherit; color:#000000; text-decoration:none;}
#header p {background-color:inherit; color:#000000; font-size:15px; font-weight:bold; line-height:1.2em; margin:10px 30px 0 0;}
#frontphoto {margin:0 0 10px;}

ul, li{margin:0; padding:0; list-style:none;}

.menu-item li { display: block; width: 150px; }
.menu-item { font-weight: normal; display: block; width: 150px; padding: 4px;}
.menu-item a:hover { text-decoration: none; color: #999;}


/* Content */
#content {
	float: right;
	width: 650px;
	padding-top: 5px;
	line-height: 20px;
}

#menu {
	float: left;
	width: 150px;
	margin-top: 16px;
}

.post{	padding-bottom: 20px; border-bottom: 1px solid #000;}
.post a{ text-decoration: underline;}


/* Footer */
#footer {border-top:1px solid #000000; font-size:11px; clear:both; color:#777; font-weight:normal; line-height:1.7em; margin:0 auto; padding:10px 0; text-align:left; width:100%;}
#footer p {margin:0; padding:0;}
#footer a {color:#777; font-weight:normal; text-decoration:none;}
#footer a:hover {color:#555; text-decoration:underline;}
#footer strong a {font-weight:bold;}
#footer span.credits {font-size:10px;}

/* Forms */
#s,#submit {background-color:#ffffff; border:1px solid #cccccc; color:#505050; font-size:0.9em; margin:0 0 16px; padding:4px; width:130px;}
#author,#email,#url,#comment {border:1px solid #cccccc; font-family:Courier,Verdana,Tahoma,Arial,Sans-Serif; font-size:1em; margin:0; padding:4px;}
#commentsection {margin:25px 0 0;}
#commentsection p {margin:0 0 6px;}

/* WP image align classes */
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;}

/* Various classes */
.prevlink {margin-right:20px;}
.nextlink {margin-left:20px;}



