/*   
Theme Name: Do You Read Me!?
Theme URI: http://www.doyoureadme.nl/
Description: Wordpress theme for doyoureadme.nl
Author: Serge Cornelissen
Author URI: http://www.doyoureadme.nl/
Version: 1.0.2
*/

body {
	margin: 0;
	padding: 0;
	background: #000;
	font: 9pt/13pt Arial, 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

a:hover {
	color: color: black;
		text-decoration: none;
		background-color: white;
}

div.click {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	float: left;
	margin: 0 18px 0 0;
}

div.click a {
	display: block;
	width: 90px;
	height: 90px;
	background: transparent;
}

div.click a:hover {
	background: transparent url(images/click_image3.png) 0 0 no-repeat;
	text-decoration: none;
}

div.exposed-flash {
	margin: 0 0 32px 0;
}

div.exposed-click {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 242px;
	height: 241px;
	margin: 0 0 32px 0;
}

div.exposed-click a {
	display: block;
	width: 242px;
	height: 241px;
	background: transparent;
}

div.exposed-click a:hover {
	background: transparent url(images/click_exposed2.png) 0 0 no-repeat;
	text-decoration: none;
}

#wrap {
	width: 924px;
	/* min-height: 400px; */
	margin: 10px auto 10px auto;
	padding: 0;
	border: 0;
}

#header {
	height: 200px;
	/* background: #000000 url(images/header_logo.png) center center no-repeat; */
	text-align: center;
}

#decor {
	height: 12px;
	background: #000 url(images/header_decor.png) 0 0 no-repeat;
		padding: 0 0 0 30px;

}

#menu {
	/* #63b0d9 */
	height: 21px;
	margin: 2px 0 10px 0;
	padding: 0 0 0 30px;
}

	#menu li {
		list-style-type: none;
		float: left;
		width: 116px;
		height: 21px;
		line-height: 21px;
		/* border: 1px solid #eee; */
		margin: 0 38px;
		text-align: center;
	}
	
	#menu li.current_page_item {
		background: #fff url(images/menu_button.png) 0 0 no-repeat;
		text-transform: uppercase;
	}
		
	#menu li.current_page_item a {
		color: white;
	}
	
	#menu li a {
		text-decoration: none;
		color: #ffffff;
		width: 116px;
		height: 21px;
		display: block;
	}
	
	#menu li a:hover {
		color: #ff006c;
		text-decoration: underline;
	}

#container {
	min-height: 730px;
	margin: 0 21px 0 30px;
	border-top: 0;
}

#sidebar {
	float: right;
	width: 241px;
}

	#sidebar h3 {
		height: 21px;
		width: 223px;
		display: block;
		background: #000 url(images/sidebar_header.png) 0 0 no-repeat;
		color: white;
		line-height: 21px;
		text-align: left;
		padding: 0 9px 0 11px;
		margin: 0 0 5px 0;
		font-size: 9pt;
		font-weight: normal;
	}
	
	#sidebar ul {
		margin: 0 0 30px 0;
	}
	
	#sidebar li {
		list-style-type: none;
		line-height: 11pt;
		padding: 0 0 0 15px;
	}
	
	#sidebar .yellow li {
		background: #000 url(images/list-yellow.png) 0 4px no-repeat;
	}
	
	#sidebar .yellow a:hover {
		color: #fffc00;
	}
	
	#sidebar .blue li {
		background: #000 url(images/list-blue.png) 0 4px no-repeat;
	}
	
	#sidebar .blue a:hover {
		color: #00c0ff;
	}
	
	#sidebar .pink li {
		background: #000 url(images/list-pink.png) 0 4px no-repeat;
	}
	
	#sidebar .pink a:hover {
		color: #ff006c;
	}
	
	#sidebar input.searchfield {
		width: 162px;
		border: 0;
		height: 17px;
		line-height: 17px;
		background: transparent url(images/bg-input.png) 0 0 no-repeat;
		color: #858585;
		padding: 2px 6px;
		font: 9pt/13pt 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
		float: left;
		margin: 0 10px 0 0;
	}
	
#main {
	width: 580px;
	/* border-right: 1px solid #cccccc; */
	margin: 0 0 0 0;
	/* border-top: 1px solid #dcdcdc; */
	background: #000 url(images/border-right.png) top right no-repeat;
	border-bottom: 0;
	/*padding-bottom: 12px; */
	padding: 65px 0 12px 0;
	min-height: 700px;
}

	#main .cal {
		width: 42px;
		height: 42px;
		color: #00c0ff;
		border-right: 1px solid #dcdcdc;
		font-size: 23px;
		line-height: 24px;
		font-weight: bold;
		float: left;
		margin: 0 11px 0 0;
	}
	
	#main .cal .month {
		color: #bae9f8;
		font-size: 16px;
		line-height: 16px;
		font-weight: normal;
	}
		
	#main .post {
		border-bottom: 1px solid #00c0ff;
		width: 544px;
		margin: 0 0 17px 0; /* 22px */
	}
	
	#main .post a {
		color: #00c0ff;
	}
	
	#main .post-head {
		height: 42px;
		margin: 0 0 5px 0;
		/* border-bottom: 1px solid #ccccfc; */
	}
	
	#main .post-head .head {
		float: left;
		font-size: 8pt;
	}
	
	#main h2.title {
		margin: 0 0 4px 0;
	}
	
	#main h2.title a {
		color: black;
		text-decoration: none;
		background-color: white;
		/* display: block; */
		/* height: 20px; */
		padding: 1px;
		font-size: 18px;
		line-height: 20px;
	}
	
	#main h2.title a:hover {
		color: white;
		text-decoration: none;
		background-color: #eaff00;
	}
	
	#main span.balloon {
		background: #000 url(images/balloon.png) 0 1px no-repeat;
		display: inline;
		width: 12px;
		height: 13px;
		padding: 0 5px;
	}
	
	#main .post-head .sep {
		margin: 0 8px;
	}
	
	#main .post-head a {
		color: #ffffff;
	}
	
	#main .post-head span.blue a:hover {
		color: #00c0ff;
	}
	
	#main .post-head span.pink a:hover {
		color: #ff006c;
	}
	
	#main .post-head a.pink:hover {
		color: #ff006c;
	}
	
	#main .post-head a.blue:hover {
		color: #00c0ff;
	}
	
	#main .entry {
		min-height: 90px;
		font-size: 9pt;
		color: #ffffff;
		padding: 0 0 25px 0;
	}
	
		#main .entry p {
			margin-bottom: 10px;
		}
	
	#main p.author {
		font-size: 8pt;
		text-align: right;
		color: #ffffff;
		margin: 0 0 1px 0;
	}
	
	#main p.tags {
		font-size: 8pt;
		float: left;
	}
	
	#main p.tags a {
		color: #ffffff;
	}
	
	#main p.tags a:hover {
		color: #00c0ff;
	}
	
	#main .centered {
		font-size: 8pt;
		margin: -18px 0 0 240px;
	}
	
	#main .centered a.pink {
		color: #ff006c;
	}
	

#sociable {
	width: 537px;
	text-align: center;
	margin: -13px 0 0 0; /* -18px */
}
	
	
#navigation {
	width: 537px;
	height: 21px;
	color: white;
	line-height: 21px;
	background: #000 url(images/pager_background.png) 0 0 no-repeat;
	padding: 0 5px;
	color: #fff;
	margin: 0 0 50px 0;
}
	
	#navigation a {
		color: white;
	}
	
	#navigation a:hover {
		color: #00c0ff;
	}

	#navigation .alignleft {
		float: left;
	}
	
	#navigation .alignright {
		float: right;
	}
	
	
#respond {
	border: 0;
	font-size: 9pt;
	width: 433px;
	margin: 0 0 11px 0;
}

	#commentsblock h3,
	#respond h3 {
		color: #ff006c;
		border-bottom: 1px solid #eeeeee;
		margin: 0 0 21px 6px;
		padding: 0 0 3px 0;
	}
	
	#respond input.field {
		border: 0;
		width: 297px;
		height: 17px;
		line-height: 17px;
		background: transparent url(images/bg-input.png) 0 0 no-repeat;
		color: #858585;
		padding: 2px 6px;
		font: 9pt/13pt 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	
	#respond label {
		color: #00c0ff;
		padding-left: 6px;
	}
	
	#respond p {
		margin: 0 0 14px 0;
	}
	
	#respond textarea {
		border: 0;
		width: 421px;
		height: 89px;
		background: transparent url(images/bg-textarea.png) 0 0 no-repeat;
		padding: 6px 6px;
		font: 9pt/13pt 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
		color: #858585;
	}

#commentsblock {
	border: 1px solid white;
	font-size: 9pt;
	width: 433px;
}

	#commentsblock li {
		list-style-type: none;
		margin: 0 0 16px 6px;
		padding: 0 0 16px 0;
		border-bottom: 1px solid #eeeeee;
	}
	
	#commentsblock a {
		color: #00c0ff;
	}
	
	#commentsblock .comment-author {
		color: #00c0ff;
		margin: 0 0 16px 0;
	}

#page {
	margin: 0 35px 0 0;
	font-size: 9pt;
	color: #444444;
}

	#page a {
		color: #00c0ff;
	}

#footer {
	text-align: center;
	font-size: 8pt;
	/* border: 1px solid #ccf; */
	width: 924px;
	clear: both;
}

	#footer a {
		color: #00c0ff;
		text-decoration: underline;
	}


/* Begin Images */
.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */
