/*
Theme Name: Meeco Blog
Theme URI: http://wordpress.org/
Description: The WP skin for Meeco based on the existing website.
Version: 1.0
Author: Michael Grundkötter
Author URI: http://www.queo-flow.com/
Tags: blue, custom header, fixed width, two columns, black, white

	Meeco v1.0

	This theme was built by Michael Grundkötter,
	whose website you will find at http://queo-flow.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*
*	STANDARD ELEMENTS
*/
#main #two-cols #col-0{
	width:700px;
}

div#contentRight h2{
	font-size:13px;
	font-weight:bold;
	padding-left: 10px;
}
div#contentRight ul{
	margin-left:10px;
	margin-bottom:10px;
}

.storycontent{
	margin-bottom:10px;
	margin-top:10px;
}
#commentform textarea#comment{
	width:510px;
}
#col-3 #nav-sub{
	border:0; 
}
li#pages a, li#archives a, #categories-383225701 .cat-item a {
	border-bottom:0;
}
.rss-feed h1{
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	margin:0;
	padding-bottom: 5px;
}
.storycontent p{
	padding-left:0 !important;
	padding-right:0 !important;
	margin-bottom:10px;
}
.post{
	color: #444;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 30px;
}
.post .meta {
	display: inline-block;
	margin-top: 5px;
}
#comments, #commentlist, .post > p {
	margin-left: 20px;
}
#comments {
	padding: 30px 0;
}
#commentlist {
	list-style: none outside none;
}
#commentlist li {
	border-top: 1px solid #e0e0e0;
	padding: 5px 0 35px;
}
#postcomment {
	margin: 65px 0 15px;
}
#commentform p {
	margin-bottom: 15px;
}
#commentform input {
	padding: 5px;
}
#commentform input, #commentform textarea {
	border: 1px solid #b2b2b2;
}

