/*
Theme Name: MCDS Blog
Theme URI: http://www.mcds.net
Description: Wordpress Blog Theme für MCDS
Version: 1.0
Author: Christian Weilguny
Author URI: http://www.seam.at
*/

/*************************************

	Projekt: 	MCDS 2008
	Start am:	22.9.2008
	Datei:		style.css (wordpress)
	Author:		Christian Weilguny

	===================
	=== STYLE GUIDE ===
	===================
	Hintergrundfarbe:	#ffffff (weiß)
	Vordergrundfarbe:	#a59e98 (mattes braun)
	Schriftfamilie:		Verdana
	Schriftgröße:		13pt

**************************************/


h1 a span, h1 span {
color: #aea8a1;
}
h1 a.rss-icon-link {
display: block;
float: left;
margin: 1px 8px 0px 0px;
width: 20px;
height: 20px;
background: url(../../../../fileadmin/template/img/rss-icon.png) no-repeat top left;
}


/*************************************
 *** Blog Preview ********************
 *************************************/
.blog-preview {
padding-bottom: 10px;
/* width: 310px; */
}


/*************************************
 *** Artikelauszüge, ganze Artikel ***
 *************************************/
.article {
padding-bottom: 10px;
}
	.article h2 {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #908880;
	}
	.article .content {
	line-height: 1.2em;
	}
		.article span.more-link {
		display: block;
		text-align: right;
		}
			.article span.more-link a {
			color: #f69152;
			font-weight: bold;
			text-decoration: none;
			}
			.article span.more-link a:hover {
			color: #f9b990;
			}
	.article p {
	margin-bottom: 1.3em;
	}
	.article ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px 0px 10px 20px;
	}

/*************************************
 *** Einzelner Beitrag ***************
 *************************************/
.single-post {
margin-bottom: 40px;
}
	.single-post .article {
	margin-bottom: 5px;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
	}
		.single-post h1 {
		margin-bottom: 5px;
		}
		.single-post h2.header-addon {
		margin-bottom: 20px;
		font-size: 0.9em;
		font-weight: normal;
		}
			.single-post h2.header-addon .author {
			font-weight: bold;
			}
			
		.single-post .excerpt {
		margin-bottom: 1em;
		font-weight: bold;
		}
		
		.single-post .article-info {
			font-size: 0.8em;
		}


/*************************************
 *** Kommentare **********************
 *************************************/
.comment-list {
margin-bottom: 40px;
}

	.comment-list .comment {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #eeebe8;
	border: 1px solid #f5f3f1;
	}
	.comment-list .comment.alt {
	background-color: #fbfbfb;
	}
		.comment-list .comment .author {
		margin-bottom: 5px;
		font-weight: bold;
		}
		.comment-list .comment .avatar {
		float: left;
		margin: 2px 5px 2px 0px;
		}
		.comment-list .comment .content {
		float: left;
		width: 420px;
		}
			.comment-list .comment .content .metadata {
			margin-bottom: 5px;
			font-size: 0.8em;
			}


	
h2.comments-header {
margin-bottom: 10px;
padding-bottom: 2px;
font-weight: bold;
font-size: 1em;
border-bottom: 1px solid;
}

#comments-form {
}
	#comments-form input {
	width: 200px;
	}
	#comments-form input.submit {
	width: auto;
	}
	#comments-form textarea {
	width: 400px;
	height: 100px;
	}
	#comments-form p {
	margin-bottom: 5px;
	}


