/*
Theme Name: mr2w
Theme URI: http://digitaltroubador.com/
Description: 
Version: 1
Author: Peter Kaizer
Author URI: http://digitaltroubador.com/
*/

/*first let's import some blueprint stuff*/

@import 'css/screen.css';

/*blog struucture*/

body {
	background-color: #f4ca2a;
	color: #000000;
	margin:0;	
	font-size:74%; 
}

p {line-height:145%;}

.wrapper {
	background-color: #FFFFFF;
	height: 100%;
	min-height: 800px;
}

a {text-decoration: none; color:#00b1e6;}

.red {color:#e90000;}

/*mast area*/

#blog-mast {
	margin-bottom:20px;
}

/*sidebar area*/

#sidebar {
	text-align: right;
}

#sidebar img {
	padding:0;
	margin:0;
}

#sidebar h2 {
	color:#e90000;
 	font-size: 12px;
	font-weight: bold;
	margin-right:20px;
	margin-top:10px;
}


#sidebar ul {
	list-style-type: none;
	/*margin-right:20px;*/
}

#sidebar li {
	list-style-type: none;
}

.linkcat {
	list-style:none;
}

.linkcat h2 {
	color:#78c0f2;
}

/*content area*/

#blog-body {
	margin-bottom:25px;
}

#blog-body h2 {
	font-size: 16px;
 	font-weight: bold;
	color:#00b1e6;
}

#post-area {
	width:440px;
	margin-left:20px;
}

.post a {
	color:#00b1e6;
	text-decoration:none;
}

.postmetadata {
	font-size:11px;
	color:#e90000;
	margin-bottom:25px;
}

.postmetadata a {
	color:#e90000;
}

/*Comments*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #ffffff;}

/* Text fields */
input.text, input.title   { width: 200px; margin:0.2em 0.2em 0.2em 0; }
input.text, input.title   { border:1px solid #e90000; background:#ffffff; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #e90000; background:#ffffff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #e90000; background:#ffffff; padding:5px; }
textarea:focus      { border:1px solid #e90000; background:#ffffff; }

#footer {
	text-align: center;
	color: #000000;	
	margin-top:10px;
}