/*  
Theme Name: roundUp
Theme URI: http://moritzmueller.com
Description: a rounded variant of my default theme
Version: 0.1
Author: Moritz Mueller
Author URI: http://moritzmueller.com/

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

body {
	align:center;
	margin: 0;
	padding: 0;
	background-color: #EDEDED;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 15px;
}

a {
	color: black;
}

.wpg2tag-image a img {
    border-width: 1px;
	border-color: #ccc;
    margin: 1px;
}

.wpg2tag-image a:hover img {
	border-width: 2px;
	border-color: #38c;
    margin: 0px;
	-moz-border-radius: 5px;
}

.wpg2sidebargrid-image a img {
    border-width: 1px;
	border-color: #ccc;
    margin: 1px;
}

.wpg2sidebargrid-image a:hover img {
	border-width: 2px;
	border-color: #38c;
    margin: 0px;
	-moz-border-radius: 5px;
}

#bordure {
	border: 20px solid #EDEDED;
}

#bigwrapper {
	align:center;
	width:825px;
	position:relative;
	float:left;
	border: 1px solid #4b4b4b;
}

#header {
	position:relative;
	width:825px;
	height:125px;
	border:0px solid #FFF;
}

#header h1 {
	margin:0;
	color:black;
	position:relative;
}

#header .thecontent h1 a {
	text-decoration:none;
}

#header h1 a img{
	text-decoration:none;
	border-style: none;
}

#border_br {
	z-index:2;
	height:30;
	width:30;
	position:absolute;
	bottom:-3px;
	right:-1px;
}

#border_bl {
	z-index:2;
	height:30;
	width:30;
	position:absolute;
	bottom:-3px;
	left:-1px;
}

/* Mitte
--------------------------------------- */
#wrapper {
	width:825px;
	position:relative;
	float:left;
	background-color:#FFF;
}

#maincontent {
	width:575px;
	min-height:270px;
	padding-bottom:20px;
	float:left;
	background-color:#FFF;
	position:relative;
}

.post {
	margin:40px 30px 0 40px;
}

.post .postinfo {
	position:relative;
	font-style:italic;
	font-size:10px;
}

/* Datum
---------------------------------------*/
.post h2 {
  font-family: Arial, serif;
	line-height:12px;
	font-size:12px;
	color: black;
	margin:0;
}


/* Überschrift
---------------------------------------*/
.post h3 {
	font-family: arial;
	line-height: 18px;
	font-size: 18px;
	color: black;
	margin: 5px 0 0px 0;
}

.post h3 a {
	text-decoration:none;
	color: black;
}

.thecontent a,
.postinfo a {
	font-weight: bold;
	text-decoration: none;
}

.thecontent h1 {
	line-height: 20px;
	font-size: 20px;
	color: black;
	margin: 10px 0 -20px 20px;
}

.thecontent h2 {
	line-height: 18px;
	font-size: 18px;
	color: #274F79;
	margin: 20px 0 -10px 0;
}

.thecontent h3 {
	line-height: 16px;
	font-size: 16px;
	color: #274F79;
	margin: 20px 0 -10px 0;
	text-transform: none;
}

.thecontent blockquote {
	font-style: italic;
	margin: 0 0 0 25px;
	padding-left: 7px;
	border-left: 10px solid #465B1E;
}

.strike {
	text-decoration: line-through;
}

#sidebar {
	position: relative;
	float: right;
	width: 200px;
}

#scrobbler .sc_artist {
	position: relative;
	font-weight:bold;
	display: block;
	margin-top: 8px;
}


#scrobbler .sc_song {
	position: relative;
	display: block;
	margin: -3px 0 0 15px;
	font-size: 11px;
}

.sc_artist a,
.sc_song a {
	text-decoration: none;
	border-style: none;
}

.block {
	position: relative;
	margin-bottom: 10px;
	padding: 20px 0 10px 0;
}

.block div {
	margin: 0;
	padding: 0;
}

.block h3 {
	text-align:center;
	margin: 0 20px 10px 20px;
	color: black;
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #4b4b4b;
	padding: 3px;
/*	border-bottom: 2px solid black; */
}

.block h4 {
	margin: 0 20px 10px 25px;
}

.block h3 a {
	font-weight: bold;
	text-decoration: none;
}

.block ul {
	list-style: none;
	margin: 0 20px 0 20px;
	padding: 0;
}

.block li {
	display: block;
	margin: 2px 0 0 5px;
}

.block li a:link,
.block li a:visited {
	text-decoration:none;
}

.block li a:hover {
	font-weight: bold;
}

.block li a img {
	border-style:none;
}

#footer {
	width:825px;
	height:40px;
	position:relative;
	float:left;
	background-color:#E0E0E0;
}

#footer p {
	text-align:center;
	margin:0;
	padding-top:15px;
	font-size:10px;
	line-height:10px;
}

#footer p a {
	text-decoration: none;
	font-weight: bold;
}

.commenteven {
	position:relative;
	background-color:#E0E0E0;
	border-top:10px solid #FFF;
	margin:0;
}

.commentodd {
	position:relative;
	margin:0;
	border-top:10px solid #FFF;
}

.commentcontent {
	padding:20px 20px 20px 40px;
}

.commentcontent p {
	margin:0 0 0 5px;
}

.commentcontent blockquote {
	font-style:italic;
	margin:0 0 0 25px;
	padding-left:7px;
	border-left:3px solid #3D3D3D;
}

.commentinfo {
	font-size:10px;
}

#comment {
	width:470px;
}