/* Layout */
body {
	background: #000932 url('../img/blog/blog_body-bg.jpg') repeat;
}

#wrapper {
	width: 850px;
}

#container {
	float: left;
}

#right {
	display: block;
	width: 160px;
	padding-top: 213px;
}

.filters {
	position: static;
}

.sidebar {
/*	position: fixed;*/
}

#content {
	background: transparent url('../img/blog/blog_content-bg.jpg');
}

#content-header {
	background: transparent url('../img/blog/blog_header.jpg') no-repeat;
}

#content-main {
	padding-top: 20px;
	
}

#content-title {
	background: transparent url('../img/blog/blog_title-bg.jpg') repeat-y;
}

#print-button a img {
	background-image: url('../img/blog/blog_print-button.jpg');
}

#page-title {

}

#content-top {
	background: transparent url('../img/blog/blog_content-top.jpg') no-repeat;	
}

#content-bottom {
	background: transparent url('../img/blog/blog_content-bottom.jpg') no-repeat;	
}

#bottom-menu {
	background: transparent url('../img/blog/blog_bottom-menu.jpg') no-repeat;	
}

/* Menu */
#head-menu {
	background: transparent url('../img/menu/blog_head-menu-bg.jpg') no-repeat;
}

#head-menu #head-menu-info a:hover {
	border-right: 1px solid #f0f0f0;
}

#head-menu #head-menu-blog a {
	background: transparent url('../img/menu/blog_head-menu_blog.jpg') no-repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}


/* Filter */
.filters {
	background: transparent url('../img/blog/blog_filter-bg.jpg') repeat-y;
}

.filters .filters-content {
	background: transparent url('../img/blog/blog_filter-top.jpg') no-repeat;
}

.filters .filters-archive {
	margin-top: 23px;
	background: transparent url('../img/blog/blog_filter-top-archive.jpg') no-repeat;
}

.filters .filters-search-field {
	background: transparent url('../img/blog/blog_search-field.jpg') no-repeat;
	margin-top: 20px;
	height: 33px;
}

.filters .filters-blogroll {
	margin-top: 23px;
	background: transparent url('../img/blog/blog_filter-top-blogroll.jpg') no-repeat;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
}

.filters .filters-bottom {
	background: transparent url('../img/blog/blog_filter-bottom.jpg') no-repeat;
}

.filters a.filter-button {
	background-image: url('../img/blog/blog_filter-button.jpg');
	width: 143px;
	border: 1px solid #838383;
	border-top: none;
	clear:both;
	float: none;
}




/* Search */
#searchForm {
	margin-top: 14px;
	margin-left: 10px;
}

.search-field {
	font-size: 11px;
	color: #666;
	border: none;
	background: transparent;
	float: left;
	width: 100px;
	padding: 0;
}

input.search-button {
	display: block;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	background: transparent;
	float: right;

	padding: 0;
	line-height: 14px;
	width: 20px;
	margin-right: 13px;
}

/*
input[type=submit] {
	display: block;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/



.message {
	padding: 10px 25px;
	background-color: #7880a6;
	color: #fff;
	margin: 5px 0;
}

a {
	color: #7880a6;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #7880a6;
	text-decoration: none;
}

#sidebar-tags a, #sidebar-archive a, #sidebar-blogroll a {
	color: #7880a6;
	font-size: 11px	;
	text-decoration: none;
	line-height: 15px;
}

#sidebar-tags a:hover, #sidebar-archive a:hover, #sidebar-blogroll a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#sidebar-tags .filters-content, #sidebar-archive .filters-content, #sidebar-blogroll .filters-content {
	text-align: left;
	padding-left: 10px;
	padding-top: 30px;
}


/*  Blog */
.post-separator {
	height: 1px;
	border-bottom: 1px solid #797da6;
}

.blog-entries {

}

.blog-entries .entry {
	padding-left: 25px;
	margin-top: 30px;
	padding-bottom: 20px;
	clear: both;
}

.entry .date {
	width: 50px;
	float: left;
	height: 110px;
}

.entry .content {
	padding-left: 5px;
	width: 550px;
	float: left;
}

.entry .content img {
	padding: 7px;
	border: 1px dotted #797da6;
	margin: 5px 8px 0 0;
	background: #fff;
}

.infos {
	display: block;
	color: #999;
	margin-bottom: 8px;
}

.post-title a {
	text-decoration: none;
	color: #7880a6;
	font-family: 'Lucida Grande', Verdana;
	font-weight: bold;
}

.post-title a:hover {
	text-decoration: underline;
	background-color: transparent;
}

h1.post-title {
	text-transform: none;
	background-image: none;
	padding: 0;
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
	margin-top: 8px;
}

h2.page-heading {
	margin-left: 25px;
}

h2, h3 {
	color: #7880A6;	
}

.subtitle {
	text-transform: uppercase;
	color: #7880a6;
	letter-spacing: 3px;
}


/* Date display */

.entry .entry-date {
	width: 45px;
	height: 106px;
	background: transparent url('../img/blog/datebox/Datumskasten.png') no-repeat;
}

.entry .entry-date span {
	display: block;
	width: 38px;
}

.entry .entry-date .weekday {
	height: 20px;
	padding-top: 6px;
}

.entry .entry-date .day {
	height: 28px;
}

.entry .entry-date .month {
	height: 13px;
}

.entry .entry-date .year {
	text-align: center;
	padding-top: 4px;
	height: 25px;
}

.comment-fieldset {
	padding: 0 25px;
	margin: 30px 25px 20px 25px;
}

fieldset legend {
	color: #7880A6;
	font-size: 110%;
	padding: 0 20px;
}

.comments {
	margin: 25px;
}

.comment {
	border-top: 1px solid #999;
	padding: 5px;
}

.comment .author {
	font-weight: bold;
}

.comment .date {
	color: #999;
}

.comment p {
	
}

.post-gallery {
	width: 565px;
	margin: 10px auto;
}

.post-gallery .image-container {
	border-top: 2px solid #362f67;
	border-bottom: 2px solid #362f67;

}

.post-gallery .images {
	padding: 8px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #9c96ce;
	text-align: center;
}

.post-gallery .images a {
	margin: 2px 2px;

}

.post-gallery .images a img {
	margin: 3px;
	margin-bottom: 6px;
}

.post-gallery .images a:hover {
	text-decoration:none;
	background: transparent;
}

.post-gallery .images a:hover img {
	border: 3px solid #362f67;
}

.post-gallery .images a img {
	border: 3px solid #fff;
}
