/* ----- Formular ----- */

#main_content fieldset {
	background-color: #112131;
	border: 1px solid #182737;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 5px 20px 10px;
}

#main_content legend {
	background: none !important;
	border: none !important;
	color: #F3F3F3;
	font-size: 130%;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	top: -15px;
}
#commentform p { margin-bottom: 10px; }

#commentform #author2, #commentform #email, #commentform #url {
	border-top: 1px solid #182737;
	border-right: 1px solid #112131;
	border-bottom: 1px solid #112131;
	border-left: 1px solid #182737;
	padding: 2px;
}

#commentform textarea {
	border-top: 1px solid #182737;
	border-right: 1px solid #112131;
	border-bottom: 1px solid #112131;
	border-left: 1px solid #182737;
	padding: 2px;
	width: 501px;
}

#commentform #submit {
	background-color: #111;
	border-top: 1px solid #182737;
	border-right: 1px solid #112131;
	border-bottom: 1px solid #112131;
	border-left: 1px solid #182737;
	color: #F3F3F3;
	padding: 4px;
}

/* ----- Kommentare ----- */

#post_tabs { margin-top: 20px; }
#post_tabs ul.nav_tabs {
	list-style-type: none;
	margin: 0px;
}
#post_tabs ul.nav_tabs li { float: left; }
#post_tabs ul.nav_tabs li a {
	display:block;
	padding: 5px 20px;
}
.ui-tabs-hide { display: none; }
.ui-tabs-selected {
	background-color: #0A141F;
	color: #fff;
	font-weight: bold;
}
#post_tabs ul.nav_tabs li a:hover {
	background-color: #112131;
	text-decoration: none;
}
.ui-tabs-selected a:hover { background-color: #0A141F !important; }

#comments, #trackbacks {
	background-color: #0A141F;
	color: #ccc;
	clear: both;
	padding: 20px;
}

.commentlist {
	list-style-type: none;
	margin: 20px 0px !important;
}
#trackbacks ul.commentlist { list-style-type: disc !important; }
.commentlist li {
	clear: both;
	height: 1%;
}
#trackbacks ul.commentlist li { margin-left: 20px; }
.comment_gravatar {
	border: 5px solid #112131;
	float: right;
	height: 64px;
	overflow: hidden;
	width: 64px;
}
.comment_data {
	background-color: #112131;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	width: 456px;
}
.is_admin {
	border: 2px solid #006699;
	padding: 8px;
}

.commentlist li.alt .comment_data { background-color: #182737; }
.commentlist li.alt .comment_gravatar { border-color: #182737; }

.comment_info {
	border-bottom: 1px solid #0A141F;
	font-size: 85%;
	padding-bottom: 4px;
}
.comment_number {
	float: right;
	font-size: 110%;
	font-weight: bold;
	position: relative;
	right: 0;
}
.comment_text {
	clear: both;
	float: left;
	margin-top: 10px;
}
.comment_text p {
	padding-bottom: 10px;
}