/*   
Theme Name: michielvoo
Theme URI: 
Description: 
Author: Michiel van Oosterhout
Author URI: http://michielvoo.net

*/

/* HTML elements */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
body {
	font-family: Arial, Verdana, sans-serif;
}
a {
	color: rgb(153, 0, 0);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul li {
    list-style-type: square;
}
dt {
    font-weight: bold;
}
hr {
	margin: 1em 0;
    border: none;
    height: 1px;
    border-bottom: 1px dotted #838383;
}
input[type=text], textarea {
	padding: .3em;
	border: 1px solid #efefef;
}
input[type=text]:focus, textarea:focus {
    border-color: #dedede;
}
input[type=submit] {
	padding: .4em 1em;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: rgb(35, 35, 35);
	background-color: rgb(239, 239, 239);
}
input[type=submit]:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(35, 35, 35);
}

h1 em {
	padding: .2em;
	font-style: normal;
	background-color: #ffffeb;
}



/* Classes */
.watermark {
	font-style: italic;
	color: rgb(187, 187, 187);
}
.delete {
    text-decoration: line-through;
}
.note, .tip {
	padding: 1em;
    padding-left: 2em;
    background-color: #ffffeb;
    background-repeat: no-repeat;
    background-position: 0.5em 1.1em;
}
.note code, .tip code {
    background-color: transparent;
}
.note {
	background-image: url(images/icons/note.png);
}
.tip {
    background-image: url(images/icons/lightbulb_off.png);
}
.tip:hover {
    background-image: url(images/icons/lightbulb.png);
}
.wrap {
	overflow: auto;
}
img.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

/* icons */
.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.icon.calendar	{ background-image: url(images/icons/calendar.png); }
.icon.comments	{ background-image: url(images/icons/comments.png); }
.icon.download	{ background-image: url(images/icons/package.png); }
.icon.en		{ background-image: url(images/icons/en.png); }
.icon.facebook	{ background-image: url(images/icons/facebook.ico); }
.icon.flickr	{ background-image: url(images/icons/flickr.ico); }
.icon.feed		{ background-image: url(images/icons/feed.png); }
.icon.info		{ background-image: url(images/icons/info.png); }
.icon.linkedin	{ background-image: url(images/icons/linkedin.ico); }
.icon.nl		{ background-image: url(images/icons/nl.png); }
.icon.download	{ background-image: url(images/icons/package.png); }
.icon.related	{ background-image: url(images/icons/related.png); }
.icon.tag		{ background-image: url(images/icons/tag.png); }
.icon.twitter	{ background-image: url(images/icons/twitter.ico); }
.icon.text		{ background-image: url(images/icons/text.png); }

.wp-smiley {
	vertical-align: text-bottom;
}

/* Layout */
#container {
	margin: 0 auto;
	width: 950px;
}

#header {
	overflow: auto;
}
#title {
	float: left;
	width: 50%;
	display: inline;
}
#title * {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#title #logo {
	float: left;
	margin: .5em .5em .5em 0;
}
#title h1 {
	font-size: 2em;
}
#title h2, #title p {
	font-size: 1.4em;
}
#title a {
	color: inherit;
}
#title a:hover {
	text-decoration: none;
}
#header #search {
	float: right;
}
#search #s {
	padding-left: 20px;
	background: url(images/icons/search.gif) no-repeat 3px 5px; 
}

#nav {
	clear: left;
	margin: 1em 0;
	padding: 1em 0;
	border-bottom: 1px solid #efefef;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: 0;
}
#nav ul {
	margin-bottom: 1em;
}
#nav li {
	display: inline-block;
	margin-right: 1em;
}
#nav a {
	padding: .5em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: rgb(35, 35, 35);
	font-size: 1.3em;
	outline-offset: -1px;
}
#nav a:hover, #nav .current_page_item a {
	color: rgb(255, 255, 255);
	background-color: rgb(35, 35, 35);
	text-decoration: none;
}

#main {
	font-family: Georgia, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	min-height: 300px;
}

#main h1, #main h2, #main h3, #main h4 {
	color: rgb(18, 52, 86);
}
#main h1 {
	font-size: 140%;
	font-weight: normal;
}
#main h2 {
	font-size: 115%
}
#main h3 {
	
}
#main p {
	margin: .8em 0;
}
#main form {
	margin: 2em 0;
}

#besidebar {
	float:left;
	width: 669px;
}
#sidebar {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
	width: 250px;
	border-left: 1px solid #efefef;
	padding-left: 10px;
}
#sidebar h3 {
	color: rgb(120, 154, 188);
	font-weight: normal;
}
#sidebar a {
	display: inline-block;
	color: rgb(18, 52, 86);
}
#sidebar ul, #sidebar li {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
}
#sidebar ul.archives li {
	margin: 0 !important;
}
#sidebar ul.archives li {
}
#sidebar object, #sidebar embed {
    display: block;
    margin: 1em auto;
}
#sidebar #flickr {
    width: 231px;
    margin: auto;
    line-height: 0;
}
#sidebar #flickr img {
    float: left;
    border: 1px solid #ffffff;
}

#main #search input {
	font-size: 1.1em;
	background-position: 3px 8px;
}
#main #search #s {
	width: 50%;
}

/* Latest posts */
.post {
	overflow: auto;
	margin: 2em 0;
}
.post .date {
	float: left;
	width: 3em;
	border: 1px solid rgb(131, 131, 131);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}
.post .date .month {
	padding: .1em 0;
	color: rgb(255, 255, 255);
	background-color: rgb(100, 100, 100);
	font-variant: small-caps;
	text-transform: lowercase;
}
.post .date .day {
	padding: .2em;
	color: rgb(18, 52, 86);
	background-color: rgb(248, 248, 248);
	font-weight: bold;
}
.post .text {
	margin-left: 4em;
}
.post .title {
	margin-top: 0;
	border-bottom: 1px dotted rgb(131, 131, 131);
}
.title a {
	color: rgb(18, 52, 86);
}
.post .title a:hover {
	text-decoration: none;
}
.post .links a {
	float: left;
	margin-right: 1em;
	line-height: 1.6em;
}

.result span {
	/* search results */
	font-weight: bold;
}
.result a.icon {
	display: inline-block;
	line-height: 1.6em;
}

#footer {
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 2em;
	border-top: 1px solid #efefef;
}
#footer a {
	margin-right: .5em;
}
#footer a:hover {
	opacity: 1;
	background-color: inherit;
}
a#dashboard {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 15px;
	color: rgb(35, 35, 35);
	background: url(images/icons/wpmini.png) no-repeat left center;
}
a#dashboard:hover {
	background-position: -16px center;
}

/* Posts */
.info a, .info span {
	display: inline-block;
	margin-left: 1em;
}
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
pre {
    padding: 1em;
    overflow: auto;
    background-color: #f5f5f5;
}
pre .highlight {
    background-color: #ffff88;
}
pre .lines {
    float: left;
    margin-right: 1em;
    padding-right: 1em;
    text-align: right;
    color: #d5d5d5;
    border-right: 1px solid #e5e5e5;
}
code {
    background-color: #f5f5f5;
    white-space: nowrap;
}

.output {
    color: #ffffff;
    background-color: #232323;
}

blockquote {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 3px solid #efefef;
    font-style: italic;
}

/* Contact From 7 plugin */
.wpcf7-form input, .wpcf7-form textarea {
	font-size: 1.1em;
}
.wpcf7-response-output {
	margin: 1em 0 !important;
	padding: 0 0 0 20px !important;
	background-position: left center;
	background-repeat: no-repeat;
	border: none !important;
}
.wpcf7-validation-errors {
	background-image: url(images/icons/info.png);
}
.wpcf7-mail-sent-ok {
	background-image: url(images/icons/email.png);
}

/*Prettify*/
.prettyprint .pun, .prettyprint .pln { color: #000000; }
.prettyprint .kwd { color: #0000ff; }
.prettyprint .str { color: rgb(163, 21, 21); }
.prettyprint .typ { color: rgb(43, 145, 175); }
.prettyprint .com { color: #008800; }
.prettyprint .tag{color:#008}
.prettyprint .lit{color:#066}
.prettyprint .atn{color:#606}
.prettyprint .atv{color:#080}
.prettyprint .dec{color:#606}
