/*
Theme Name: Pleasantbeef Theme
Author: Frank Ackermann
Author URI: http://www.agge.de/
*/

#content {
	width: 610px;
	float: left;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 18px;
}
#content h3 {
	background: transparent url('/fileadmin/_images/icon_news_border_yellow.png') repeat-y;
	margin-bottom: 15px;
	padding-left: 15px;
}
#content h3 a {
	border: 0;
	color: #d6d5d5;
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h3 i {
	color: #f1da66;
	display: block;
	font-size: 11px;
	font-style: normal;
}
#content h2 {
	margin-bottom: 15px;
}
#content .postmetadata {
	margin-bottom: 35px;
}
#content ol.commentlist img {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
}
#content ol.commentlist .commentmetadata {
	border: none;
	font-size: 11px;
}
#content ol.commentlist .commentmetadata a {
	border: none;
	color: #d6d5d5;
}

#sidebar {
	width: 200px;
	float: right;
	margin-bottom: 15px;
}
#sidebar h2 {
	font-size: 17px;
}
#sidebar ul {
	margin-bottom: 15px;
}
#sidebar #calendar_wrap {
	margin-bottom: 15px;
}
#sidebar #calendar_wrap table {
	width: 100%;
}
#sidebar #calendar_wrap table th {
	font-weight: bold;
}
#sidebar .widget {
	font-size: 12px;
}
#sidebar .widget_categories {
	font-size: 14px;
}
#sidebar .widget_rss {
	padding-top: 10px;
}
#sidebar .widget_rss h2.widgettitle {
	margin-bottom: 6px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchform input {
	height: 29px;
	width: 195px;
}

#commentform label {
	border-bottom: 1px solid #2A2B2C;
	float: left;
	margin-right: 7px;
	padding-bottom: 2px;
	padding-top: 1px;
	width: 175px;
	font-size: 17px;
}
#commentform input {
	background: transparent url('/fileadmin/_images/bkg_inputtext_w.png') no-repeat;
	float: left;
	height: 29px;
	padding: 5px 0 0 10px;
	width: 250px;
}
#commentform textarea {
	background-color: transparent;
	border: 0 none;
	height: 157px;
	width: 250px;
}
#commentform #submit {
	background: transparent url('/fileadmin/_images/bkg_submenu_w_active.png') no-repeat;
	padding: 2px 15px 2px 17px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	margin-left: 182px;
	width: 259px;
}

#footer {
	clear: both;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
