/* @override 
	http://localhost/jensbrueck.de/Website/style.css
	http://localhost/jensbrueck.de/Website/wp-content/themes/jb/style.css
	http://jb.test/wp-content/themes/jb/style.css
	http://jensbrueck.de/wp-content/themes/jb/style.css
*/

/* @group COMMON */

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	background: #d0d0d0 url(images/back2.jpg) fixed;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #866e49;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
	border-width: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
}

#outer_page {
	margin: 0 auto;
	padding: 0;
	background: url(images/back_center.png) repeat-y center;
	width: 848px;
}

#inner_page {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
}

td {
	vertical-align: top;
}

/* @end */


/* @group HEADER & NAVIGATION*/

#header {
	background: url(images/top.jpg) no-repeat;
	height: 137px;
	margin-left: 24px;
}

#navigation {
	height: 30px;
	background-image: url(images/nav_back.png);
}

#navigation ul#top_nav {
	float: left;
	margin-left: 33px;
	margin-top: 4px;
}

#navigation ul#feeds {
	float: right;
	margin-right: 18px;
	margin-top: 5px;
}

#navigation ul#feeds li {
	margin-left: 11px;
}

#navigation ul#feeds li.help {
	margin-left: 6px;
	display: block;
	margin-top: 3px;
	font-size: 10px;
	color: #636363;
}

#navigation ul li {
	float: left;
	margin-top: 0;
}

#navigation ul li a {
	color: #2e2e2e;
}

#navigation ul#top_nav li {
	background: url(images/nav_but_right.png) no-repeat right top;
}

#navigation ul#top_nav li a {
	background: url(images/nav_but_left.png) no-repeat left top;
	font-size: 12px;
	display: block;
	padding: 6px 13px 5px;
}

#navigation ul#top_nav li.active {
	background-image: url(images/nav_but_act_right.png);
}

#navigation ul#top_nav li.active a {
	background-image: url(images/nav_but_act_left.png);
}




/* @end */

/* @group CONTENT */

#content {
	margin: 0 0 0 19px;
	padding: 0;
	clear: both;
}

#content_main {
	width: 500px;
	margin-left: 0;
	float: left;
}

/* @end */

/* @group POSTS, PAGES */

.post, .page {
	margin-bottom: 24px;
	padding-top: 4px;
	border-bottom: 1px solid silver;
	padding-bottom: 28px;
	line-height: 1.4em;
	margin-top: 24px;
}

.page {
	margin-top: 20px;
}

.post h2, .page h2 {
	font-size: 15px;
	margin-bottom: 2px;
	padding-bottom: 1px;
}

.post h2 a {
	color: #2e2e2e;
}

.post.single h2, .page.single h2 {
	margin-bottom: 6px;
}

.post h3, .page h3 {
	background-color: #ece5df;
	padding: 2px 4px;
	margin-top: 14px;
	margin-bottom: 6px;
	font-size: 14px;
}

.post h4, .page h4 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 12px;
}

.post .meta_top {
	color: #8e8e8e;
	font-size: 11px;
	font-weight: bold;
}

.post .meta_top .post-categories {
	padding: 0;
	margin: 0;
	display: inline;
}

.post .meta_top .post-categories li {
	list-style-type: none;
	display: inline;
}

.post p, .page p {
	margin-bottom: 6px;
	text-align: justify;
	margin-top: 6px;
}

.post .description, .page .description {
	color: #656565;
	font-weight: normal;
	font-style: normal;
}

.post .item, .page .item {
	font-weight: bold;
}

.post ul li, .page ul li {
	list-style-type: disc;
	line-height: 1.4em;
	text-align: justify;
}

.post ul.teaser li, .page ul.teaser li {
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: bold;
	margin-left: 16px;
}

.post ul.teaser, .page ul.teaser {
	margin-bottom: 12px;
}

.post ul.no_bullet_bold li, .page ul.no_bullet_bold li {
	margin-bottom: 6px;
	list-style-type: none;
	font-weight: bold;
	margin-top: 6px;
}

.post img.alignleft, .page img.alignleft {
	margin: 3px 8px 3px 0;
}

.post img.alignright, .page img.alignright {
	margin: 3px 0 3px 8px;
}

.post .meta_bottom .comments {
	background: url(images/ballon.png) no-repeat 0 1px;
	padding-left: 22px;
}

.post .meta_bottom ,
.post .meta_bottom_single,
.page .meta_bottom_single {
	font-size: 11px;
	padding-top: 3px;
	margin-top: 16px;
	padding-left: 10px;
	background-color: #ece5df;
	line-height: 1.4em;
	padding-right: 10px;
}

.post .meta_bottom {
	margin-top: 8px;
	padding-bottom: 4px;
}

.post .meta_bottom .tags,
.post .meta_bottom_single .tags {
	background: url(images/tag.png) no-repeat 0 2px;
	padding-left: 15px;
	margin-top: 2px;
	margin-left: 7px;
}

.post .meta_bottom_single .tags {
	background: url(images/tag.png) no-repeat 0 2px;
	padding-left: 15px;
	margin-top: 2px;
	margin-left: 0;
}

.post-edit-link {
	font-style: italic;
	font-weight: normal;
	margin-left: 2px;
}

.more-link {
	display: block;
	font-style: italic;
	font-weight: bold;
	background: url(images/link_arrow.png) no-repeat 0 center;
	padding-left: 13px;
	margin-top: 2px;
}

.pipe {
	margin-left: 6px;
	margin-right: 6px;
}

.meta_bottom_single .tags a {
	font-style: italic;
}

/* @end */

/* @group CATEGORY, TAG PAGES */

#catheader h2 {
	margin-top: 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 3px solid #dcc2a3;
	padding-bottom: 3px;
}

#catheader h2 .title, #tagheader h2 .title {
	text-transform: uppercase;
}

.catdesc p {
	font-style: italic;
	margin-bottom: 4px;
	font-size: 10px;
	line-height: 1.6em;
	text-align: justify;
	margin-top: 0;
}

#catheader .catdesc {
	font-style: italic;
	font-size: 10px;
	line-height: 1.6em;
	text-align: justify;

}

.catdesc p .title {
	font-weight: bold;
}

.meta_bottom_single .catdesc {
}

.header h2 {
	margin-top: 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 3px solid #dcc2a3;
	padding-bottom: 3px;
}

#tagheader .title.tag {
	background: url(images/tag.png) no-repeat 0 4px;
	padding-left: 11px;
	margin-left: 2px;
}

/* @end */

/* @group COMMENTS */

h3#comments, #respond h3 {
	font-size: 13px;
}

h3#comments {
	margin-left: 12px;
}

ol.commentlist {
	margin-left: 12px;
	padding: 0;
	margin-right: 12px;
}

li.comment {
	font-size: 13px;
	list-style-type: none;
	margin-bottom: 13px;
	background-color: #f4f4f4;
	border: 2px solid #e5e5e5;
	border-right: 2px solid #E0E0E0;
	padding: 3px 6px 0;
}

.comment li {
	border-right-style: none;
	padding-right: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 6px;
}

.comment-header {
	margin-bottom: 3px;
}

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

.comment-author .avatar {
}

.comment-meta {
	margin-left: 1px;
	color: gray;
	font-size: 10px;
}

a.comment-edit-link {
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}

.comment p, #respond #commentform p {
	line-height: 1.4em;
	margin-bottom: 4px;
	font-size: 12px;
}

.reply {
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
	padding-bottom: 3px;
}

#respond {
	background-color: #f4f4f4;
	border: 2px solid #e5e5e5;
	border-right: 2px solid #E0E0E0;
	padding: 3px 6px 0;
	margin: 12px;
}

.nextprev-comment {
	margin-top: 18px;
}

#respond #commentform {
	margin-bottom: 8px;
}

#respond #commentform p {
	font-style: italic;
}

#respond textarea#comment {
	width: 454px;
	max-width: 454px;
}

#respond #submit {
	background-color: #d7d0cb;
	border-style: solid;
	border-color: #c0c0c0;
	margin-top: 4px;
}

#respond #submit:hover {
	background-color: #a28662;
}

#respond #cancel-comment-reply-link {
	margin-top: 3px;
	margin-bottom: 3px;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin-left: 6px;
}

#respond .comment_error {
	color: red;
	font-weight: bold;
}

#respond .comment_success {
	color: green;
	font-weight: bold;
}

.commentlist #respond {
	border-left: 2px solid gray;
	padding-left: 6px;
	padding-top: 0;
	border-top-style: none;
	border-bottom-style: none;
	margin: 7px 0 0;
	border-right-style: none;
}

.commentlist li #respond textarea#comment {
	width: 100%;
}

/* @end */


/* @group PAGINATION */

.nextprev {
	text-align: center;
	position: relative;
	top: -9px;
	height: 1.5em;
}

.nextprev div {
	float: left;
}

.prevlink, .nextlink, .pagecount {
	width: 33%;
}

.prevlink {
	font-weight: bold;
	text-align: right;
}

.nextlink {
	font-weight: bold;
	text-align: left;
}

.nextprev .pagecount {
	text-align: center;

}

.nextprev .pagecount {
	color: gray;
}

/* @end */


/* @group WELCOME */

#welcome {
	clear: both;
	width: 470px;
}

#welcome .left {
	width: 12px;
	background: url(images/welcome_l.png) no-repeat left bottom;
}

#welcome .right {
	width: 12px;
	background: url(images/welcome_r.png) no-repeat right bottom;
}

#welcome .content {
	background: url(images/welcome_back.png) repeat-x 0 bottom;
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: 11px;
	line-height: 1.4em;
}

#welcome .content h2 {
	font-size: 13px;
	margin-bottom: 6px;
}

/* @end */



/* @group SUB NAVI */

#sub_navi {
	clear: both;
	width: 500px;
}

#sub_navi table {
	width: 500px;
}

#sub_navi .left {
	width: 12px;
	background: url(images/sub_navi_l.gif) no-repeat left bottom;
}

#sub_navi .right {
	width: 12px;
	background: url(images/sub_navi_r.gif) no-repeat right bottom;
}

#sub_navi .content {
	background: url(images/sub_navi_back.gif) repeat-x 0 bottom;
	padding-top: 6px;
	padding-bottom: 9px;
	font-size: 11px;
	line-height: 1.4em;
}

#sub_navi ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#sub_navi ul li a {
	font-size: 12px;
	font-weight: bold;
}

#sub_navi ul li a.active {
	color: black;
}

/* @end */


/* @group SIDEBAR */

#sidebar {
	float: right;
	width: 241px;
	min-height: 600px;
	margin-right: 16px;
	background-color: #ece5df;
	padding-bottom: 50px;
}

#sidebar, #sidebar a {
	color: #2e2e2e;
}

#sidebar h3 {
	padding-right: 15px;
	color: #7f705e;
	font-size: 12px;
	line-height: 1.6em;
	border-bottom: 3px solid #dcc2a3;
	border-top-width: 3px;
	border-top-color: #dcc2a3;
	padding-left: 2px;
	margin: 21px 10px 1px;
}

#sidebar div.small h3 {
	text-align: center;
	text-shadow: none;
	background-color: transparent;
	color: #2e2e2e;
	font-size: 11px;
	margin-top: 0;
	border-bottom-style: none;
}

#sidebar p, #sidebar ul {
	margin-right: 12px;
	margin-left: 12px;
	line-height: 1.5em;
}

ul.projects {
	font-weight: bold;
	font-size: 11px;
}

#next_show {
	font-size: 11px;
}

#sidebar p#next_show .next_show_date {
	font-weight: bold;
}

#sidebar p#next_show .next_show_label {
}

#sidebar p#next_show .next_show_band {
	font-weight: bold;
}

#sidebar p#next_show .next_show_city,
#sidebar p#next_show .next_show_venue {

}

#sidebar ul.fotos, #sidebar ul.profiles  {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 16px;
}

#sidebar ul.fotos li, #sidebar ul.profiles li {
	display: inline;
}

#sidebar ul.fotos img {
	margin-bottom: 7px;
}

#sidebar ul.fotos img.odd {
	margin-right: 15px;
}

#sidebar ul.fotos img.even {
	margin-right: 5px;
}

#sidebar ul.profiles a {
	margin-right: 10px;
}

#sidebar div.small {
	margin-top: 19px;

	padding-bottom: 3px;
	background-color: #ebf1f9;
	padding-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar div.small ul, #sidebar div.small ul a {
	color: #866e49;
	font-size: 10px;
	text-align: center;
}

#sidebar div.small ul li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}

#sidebar ul.endorsements {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#sidebar ul.endorsements li {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	margin: 8px 60px 10px;
}

#sidebar ul.endorsements li a {
	display: block;
}

#sidebar ul.endorsements li div.desc {
	line-height: 1em;
	margin-bottom: 4px;
	margin-top: 4px;
}

#sidebar .tags h3 .tagicon {
	background: url(images/tag.png) no-repeat 0 2px;
	padding-left: 14px;
	padding-right: 14px;
}

#sidebar #searchform div {
	display: block;
	text-align: center;
	margin-bottom: 6px;
}

#hide_sidebar div {
	width: 13px;
	height: 9px;
	background-image: url(images/arrows_right.png);
	margin-top: 3px;
	float: left;
	opacity: 0.5;
	cursor: e-resize;
}

#hide_sidebar div:hover {
	opacity: 1;
}

#show_sidebar div {
	width: 13px;
	height: 9px;
	margin-top: 3px;
	float: left;
	background: url(images/arrows_left.png) no-repeat;
	opacity: 0.5;
	cursor: w-resize;
}

#show_sidebar div:hover {
	opacity: 1;
}

/* @end */


/* @group FOOTER */

#footer {
	margin-left: 11px;
	width: 737px;
	background-image: url(images/bottom_back.jpg);
	padding-top: 29px;
	padding-left: 20px;
	padding-right: 20px;
	height: 21px;
	color: #585858;
	font-size: 11px;
}

#footer a {
	color: #585858;
	font-weight: bold;
}


/* @end */


/* @group 404, SEARCH */

.page.notfound p {
	margin-top: 10px;
	margin-bottom: 10px;
}

input#searchsubmit {
	background-color: #ece5df;
	border: 2px solid #c0c0c0;
}

#searchform input#s {
	background: url(images/search.png) no-repeat;
	padding-left: 19px;
	width: 110px;
}

.noresults p {
	margin-bottom: 8px;
}

/* @end */


/* @group LINK INDICATION */

a.limailto { padding-right: 12px; background: url(images/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 18px; background: url(images/link-icon_pdf.png) no-repeat right;  }
a.lizip { padding-right: 18px; background: url(images/link-icon_zip.png) no-repeat right;  }
a.liimg { padding-right: 18px; background: url(images/link-icon_attachment.gif) no-repeat right;  }
a.feed, .feed {
	padding-left: 12px;
	background: transparent url(images/feed-icon-10x10.png) no-repeat left center;
	padding-top: 0;
	padding-bottom: 1px;
}

/* @end */


/* @group UTILITY */

.italic {
	font-style: italic;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/* @end */

/* @group ETC */

.contact_table td {
	padding-right: 8px;
	padding-top: 4px;
}

/* @end */




