/*
Theme Name: Suburbia
Theme URI: http://mirrortheworld.de/wordpress/2008/12/02/theme-release-suburbiatheme-release-suburbia/
Description: Clean and minimalistic Wordpress Theme.
Version: 1.0
Author: Matthias Ballreich
Author URI: http://www.mirrortheworld.de
*/

* { margin: 0; padding: 0; }

html {
	height: 100%;
}

	body { 
		min-height: 100.01%; 
		line-height: 1em; 
		margin:0;
		padding:0;
		font-size:62.5%;
		font-family:Verdana, "Lucida Grande", Tahoma, Arial, sans-serif;
		color:#666;
	}
	/*
	div#logo{
			width:150px;
			height:30px;
			display:block;
			float:left;
			margin:0;
			padding:0;
			background: transparent url(yourLogo.gif) 0 0 no-repeat;
		}*/
	
	h3 {
		line-height: normal;
	}
	
	a img {
		border: none;
	}
	
	hr {
		background:#dddddd none repeat scroll 0%;
		border:medium none;
		color:#dddddd;
		height:1px;
		margin:15px 0px;
		overflow:hidden;
		line-height: 1px;
	}
	
	.clear {
		clear:both;
	}
	
	ul, li {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	h2, h3 {
		font-weight: normal;
		font-size: 1em;
	}

        blockquote {
                border-left:0.1em solid #1176ED;
                padding-left:1em;
        }
	
#wrapper {
	width:760px;
	margin:0 auto 50px;
	padding:50px 0 30px 0;
}

/* Header */
#header {
	position:relative;
	height:30px;
	margin:0 0 10px 0;
	padding:0px;
}
/* End Header */

/* Content */
     
	.contentbody {
		float:left;
		width:445px;
		margin-bottom:15px;
		text-align:justify;
	}
	
		.contentbody p {
			font-size:1.1em;
			line-height:1.6em;
			margin:0pt 0pt 0.5em;
		}

	#content {
		padding: 0 0 54px;
		width:760px;
	}	
			
			div.entry {
			}
			
				div.entry p {
					margin: 5px 0 15px;
					font-size: 1em;
					line-height: 1.5em;
				}

/* Footer */
.footer {
	color:#999999;
	font-size: .9em;
	clear:both;
	padding-top:15px;
}

.footer hr {
	margin: 0 0 8px 0;
}

#home .footer {
	padding-top: 0px;
}

	ul#navigation {
		float:right;

	}
	
	ul#navigation li {
		float:left;
	}
		
		p#copy {
			float:left;
			margin-top:4px;
		}

.footer ul li a {
	height:20px;
	display:inline;
	padding:5px;
}
	
/* Comments */
div#comments {
	width:425px;
}

div#comment-form {
	padding-top:50px;
	width:425px;
}

.comment-info span {
	font-weight:800;
	font-size:11px;
}

div.comments ul li {
	width:100%;
	float:left;
	display:block;
}

div.comments ul {
	list-style:none;
	margin:0;
}

div.comments ul li.comment {
	width:425px;
	padding:1em;
	margin:0;
	display:table;
	clear:both;
	list-style:none;
	float:none;
	border-radius:10px; 
	-webkit-border-radius:10px; 
	-moz-border-radius:10px;
	background:#EEE;
	margin-top:15px;
}

div.comments ul li .comment-text{
	width:100%;
	float:left;
	display:block;
}

div.container form div {
	padding:0;
}

div.c_left {
	float:left; 
	width:50px; 
	height:50px;
}

div.c_right {
	float:right; 
	width:375px; 
	height:50px; 
	padding-top:5px;
}

input, textarea {
	color: #888;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 12px;	
	width: 60%;
	border-right:0;
	border-top:0;

}

textarea {	
	width: 80%;
	height:200px;
	padding:6px;
	overflow:auto;
}

input#author {
	background: transparent url(images/ico_user.gif) no-repeat 2% 50%;
	padding:6px 0px 6px 25px;
}

input#email {
	background: transparent url(images/ico_mail.gif) no-repeat 2% 50%;
	padding:6px 0px 6px 25px;
}

input#url {
	background: transparent url(images/ico_home.gif) no-repeat 2% 50%;
	padding:6px 0px 6px 25px;
}

input#submit {
	color:#FFFFFF;
	padding:6px;
	cursor:pointer;
	width:100px;
	border:0;
	background-color:#888;
}

p#comment-notes {
	width:425px;
	padding-top:15px;
	padding-bottom:15px;
}


/* Archiv */
h1 {
	font-weight: 900;
	font-size: 16px;	
}
.sya_container ul {
		padding:10px;
}
.sya_container ul li {
		padding:5px;
}