/*  
Theme Name: Mees
Theme URI: 
Description: 
Version: 1.011
Author: Maarten Hendrikx
Author URI: 
*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, 
dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
 	margin: 0;
  	padding: 0;
 	border: 0;
 	outline: 0;
 	font-weight: inherit;
 	font-style: inherit;
 	font-size: 100%;
 	font-family: inherit;
}

/*********************
GLOBAL PAGE LAYOUT
*********************/
body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
}

div#TopLines {
	background: url('images/top_lines.gif') repeat-x;
	height: 4px;
}

div#Header {
	background: url('images/header_backdrop.gif') repeat-x;
	height: 99px;
}

div#HeaderWrapper {
	margin: 0 auto;
	padding-top: 4px;
	width: 878px;
}

div#HeaderWrapper img { margin-left: 6px; }

div#Wrapper {
	margin: 0 auto;
	width: 860px;
	min-height: 100%;
}

div#Content {
	float: right;
	padding-top: 20px;
	width: 500px;
}

/* Background for the 404 page */
div#FourOFour {
	background: url('images/crack.jpg') no-repeat;
	height: 200px;
}

div#Side {
	background: #F6F6F6;
	border-bottom: 8px solid #FCFCFC;
	float: left;
	margin-top: 20px;
	min-height: 400px;
	padding: 18px 10px 10px 10px;
	width: 304px;
}

/* Minimum height for IE */
/*\*/
* html div#Side {
height: 400px;
}
/**/

div#Tags { margin-bottom: 10px; }

div#BottomNav { 
	margin-top: 60px; 
	padding-bottom: 40px;
}

/*********************
POSTS
*********************/
div.date {
	float: left;
	clear: left;
	margin-right: 6px;
	padding-top: 22px;
	text-align: center;
	width: 24px;
}

div.balloon {
	background: url('images/balloon.gif') no-repeat 12px 0;
	color: #606060;
	float: left;
	height: 34px;
	line-height: 10px;
	padding: 6px 0 0 26px;
	width: 22px;
}

div.content {
	margin: 0 0 0 80px;
	padding-top: 10px;
	width: 410px;
}

div.tags {
	color: #ABABAB;
	text-align: right;
}

/* COMMENTS LAYOUT */
div.comment {
	clear: right;
	margin-bottom: -4px;
	width: 200px;
}

div.right {
	float: right;
	text-align: right;
}

div.right p {
	text-align: right;
}

div.author_box {
	background: url('images/comment_connector.gif') no-repeat 16px 0;
	padding-top: 16px;
}

div.right div.author_box {
	background: url('images/comment_connector_flipped.gif') no-repeat 170px 0;
	padding-top: 16px;
}

div.author {
	border: 1px solid #FCF3AC;
	background: #FCF3AC url('images/author_backdrop.gif') repeat-x;
	color: #606060;
	padding: 1px 4px 0 4px;
}

div.drop_shadow {
	background: url('images/drop_shadow.gif') repeat-x;
	margin: -2px 1px 0 1px;
}

p.audioplayer_container {
	margin-left: -16px;
}

/*********************
HEADERS
*********************/
h1, h2, h3 { font-weight: normal; }

h1 {
	color: #00B7D0;
	font-size: 24px;
	margin-bottom: 6px;
}

h1.pagetitle {
	margin-bottom: 16px;
}

h2 {
	color: #F9037F;
	font-size: 18px; 
	margin-bottom: 6px;
}

div#Side h2#h2Twitter {
	background: url('images/twitter.jpg') no-repeat top left;
	color: #66C7EA;
	padding: 10px 0 10px 44px;
}

div.date h1 {
	color: #F9037F;
	line-height: 25px;
	margin: 0; 
}

div.date h2 {
	color: #76DF00;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 10px;
	margin: 0;
	text-transform: uppercase;
}

div#Side h2 {
	color: #F51888;
	font-size: 16px;
	margin-bottom: 8px;
}

div.date h3 {
	color: #00B7D0;
	font-size: 12px;
}

/*********************
PARAGRAPHS
*********************/
p {
	color: #606060;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: justify;
}

p.pageinfo {
	margin-right: 10px;
	text-align: right;
}

.faded { color: #CCC; }
.small { font-size: 11px; }

div#Side p { font-size: 11px; }
div#Side div.comment p { font-size: 12px; }

p em {
	color: #F9037F;
	font-size: 16px; 
	font-style: normal;
}

div.comment p {
	font-family: Georgia, serif;
	font-style: italic;
	margin-bottom: 6px;
}

div.mees_comment p {
	color: #F9037F;
}

div#Side div.comment div.mees_comment p { font-size: 15px; }

p.errormessage {
	background: #F51888;
	border: 1px solid #D71377;
	color: #FFF;
	margin-bottom: 20px;
	padding: 6px;
}

span#RSS {
	background: url('images/rss.jpg') no-repeat;
	margin-left: 2px;
	padding: 6px 0 10px 44px;
}
	
blockquote p {
	color: #FF6724;
	font-size: 1.1em;
	font-style: italic;
	margin: 10px 12px 10px 12px;
}	
	
/********************
LINKS
********************/
a:link { color: #6CD000; text-decoration: none; }
a:visited { color: #6CD000; text-decoration: none; }
a:active { color: #6CD000; text-decoration: none; }
a:hover { color: #6CD000; text-decoration: none; }

div#Tags a:link, div#BottomNav a:link { color: #6CD000; text-decoration: none; }
div#Tags a:visited, div#BottomNav a:visited { color: #6CD000; text-decoration: none; }
div#Tags a:active, div#BottomNav a:active { color: #6CD000; text-decoration: none; }
div#Tags a:hover, div#BottomNav a:hover { color: #6CD000; text-decoration: underline; }

div#Content p a:link {color: #6CD000; font-size: 16px; text-decoration: underline; }
div#Content p a:visited {color: #6CD000; font-size: 16px; text-decoration: none; }
div#Content p a:active {color: #6CD000; font-size: 16px; text-decoration: underline; }
div#Content p a:hover {color: #6CD000; font-size: 16px; text-decoration: none; }

div.balloon a:link {color: #606060; text-decoration: none; }
div.balloon a:visited {color: #606060; text-decoration: none; }
div.balloon a:active {color: #606060; text-decoration: none; }
div.balloon a:hover {color: #606060; text-decoration: underline; }

div.tags a:link {color: #CCC; text-decoration: none; }
div.tags a:visited {color: #CCC; text-decoration: none; }
div.tags a:active {color: #CCC; text-decoration: none; }
div.tags a:hover {color: #CCC; text-decoration: underline; }

a:link span#RSS { color: #FAA93D; font-size: 16px; text-decoration: none; }
a:visited span#RSS { color: #FAA93D; font-size: 16px;  text-decoration: none; }
a:active span#RSS { color: #FAA93D; font-size: 16px;  text-decoration: none; }
a:hover span#RSS { color: #FAA93D; font-size: 16px; text-decoration: none; }

p#pTwitter a:link { color: #66C7EA; text-decoration: none; }
p#pTwitter a:visited { color: #66C7EA; text-decoration: none; }
p#pTwitter a:active { color: #66C7EA; text-decoration: none; }
p#pTwitter a:hover { color: #66C7EA; text-decoration: none; }

/********************
IMAGES / YOUTUBE
********************/
p img {
	border: 1px solid #F6F6F6;
	padding: 6px;
}

.small_image {
	float: left;
	margin: 0 10px 10px 0;
}

object { margin-left: 16px; }

/********************
FORMS
********************/
div#Form {
	clear: right;
	margin: 30px 0 40px 0;
	font-size: 13px;
}

div#Throbber {
	background: url('./images/throbber.gif') no-repeat right;
	height: 28px;
	width: 98%;
}

label { color: #00B7D0; }

input, textarea {
	border: 1px solid;
	border-color: #666 #CCC #CCC #666;
	color: #606060;	
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 4px 0 4px 0;
	padding: 2px 4px 2px 4px;
	width: 96%;
}

input.button {
	background: none;
	border: none;
	color: #00B7D0;	
	cursor: pointer;
	float: right;
	font-size: 14px;
	margin: 6px 0 0 0;
	width: 80px;
}

/**********************
Twitter
***********************/
div#TwitterUpdates {
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
	margin-left: 40px;
	margin-bottom: 30px;
	padding: 6px 0 6px 0;
	width: 460px;
}

div#TwitterUpdates h2 {
	color: #66C7EA;
	font-size: 14px;
}

#twitter_update_list_meesklas li, #twitter_update_list_maartenhendrikx li {
	color: #606060;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 4px;
}

span.twitter_user {
	color: #66C7EA;
	font-size: 85%;
}
