/*
Theme Name: WordPress DVAG
Description: The DVAG WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
*/

/* Browser Reset */
html, body, button, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, font, ins, img, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
form, input, textarea {	font-family: Arial, Verdana, Helvetica, sans-serif; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table {	border-collapse: separate;	border-spacing: 0; }
caption, th, td {	text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" ""; }
strong, b { font-weight: bold; }
small { font-size: 10px !important; }

a:link, 
a:visited {	color: #000 }
a:hover,
a:active { text-decoration: none; }

.clearfix:after { content: ".";	display: block;	height: 0; clear: both;	visibility: hidden; font-size: 0px; line-height: 0; }
.clearfix {	zoom: 1; display: block; }

html {
	background: #A5A397 url(images/gradient_bg.jpg) repeat-x;
}
body {
	background: transparent url(images/globe_bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 140%;
	margin-top: 50px;
	text-align: center;
}
* html body {
	background: none;
}

div#background {
	background: url(images/shadow_bg.png) center top repeat-y;	
}

/* Begin Typography & Colors */
#content {
	font-size: 1.3em;
}
#sidebar {
	font-size: 1.2em;
}
#page {
	text-align: left;
}
#content p {
	color: #000;
	line-height: 150%;
	margin: 5px 0;
}
div.post {
	margin-bottom: 40px;
}
div.entry {
	margin-top: 20px;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


.category-vermoegensplanung,
.category-vermoegensplanung a {
	color: #006694;
}
.category-zukunft,
.category-zukunft a {
	color: #A6B142;
}
.category-privatsache,
.category-privatsache a {
	color: #C77F36;
}
.category-ansichtssache,
.category-ansichtssache a {
	color: #A79A3E;
}
.category-rubriken,
.category-rubriken a {
	color: #803925;
}
.category-kolumne,
.category-kolumne a {
	color: #803925;
}
.category-news,
.category-news a {
	color: #803925;
}
.category-brennpunkt,
.category-brennpunkt a {
	color: #803925;
}
.category-trend,
.category-trend a {
	color: #803925;
}
.category-leserbriefe,
.category-leserbriefe a {
	color: #803925;
}
.category-studien,
.category-studien a {
	color: #803925;
}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background: #FFF;
	margin: 0 auto;
	padding: 20px;
	width: 920px;
}
#top {
	height: 40px;
	margin-top: -40px;	
	text-align: right;
}
#faux {
	background: url(images/faux.gif) top right repeat-y;
}
#content {
	float: left;
	width: 670px;
}
#post {
	border-bottom: 1px solid #C4A075;
	padding-bottom: 10px;
}

#columns {
	border-right: 2px solid #E1CFBA;
	float: left;
	padding-right: 20px;
	width: 310px;
}
	div.column_article {
		margin-top: 20px;
	}
		div.column_teaser {
			background: url(images/column_teaser_bg.jpg) repeat-x;
			padding: 10px;
		}
		div.column_thumb {
			border: 1px solid #C4A075;
			float: left;
			height: 96px;
			width: 96px;
			
			overflow: hidden;
		}
		div.column_headline {
			background: url(images/column_headline.gif) no-repeat;
			color: #FFF;
			font-size: 18px;
			overflow: hidden;
			padding: 3px 5px;
		}
		div.column_headline a {
			color: #FFF;
			font-size: 12px;
			float: right;
		}
		div.column_teaser h3 {
			margin-bottom: 10px;
		}
		div.column_teaser p {
			float: right;
			width: 180px;
		}
#articles {
	float: right;
	padding-left: 20px;
	width: 310px;
}
	div.cat_article {
		border-bottom: 1px solid #E1CFBA;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	
#comments {
	margin-top: 30px;
}
#respond {
	margin-top: 30px;
}

#sidebar {
	float: right;
	width: 230px;
}
	div.sidebar_box {
		border-top: 2px solid #C4A075;
		padding: 10px;
	}
	#sidebar ul li {
		margin-bottom: 7px;
	}
	#sidebar ul.blogroll li {
		padding: 2px 0 2px 24px;
	}
	#sidebar ul.blogroll li.dvag {
		background: url(images/blogroll_icons/dvag.png) no-repeat;
	}
	#sidebar ul.blogroll li.teamblog {
		background: url(images/blogroll_icons/teamblog.png) no-repeat;
	}
	#sidebar ul.blogroll li.xing {
		background: url(images/blogroll_icons/xing.png) no-repeat;
	}
	#sidebar ul.blogroll li.youtube {
		background: url(images/blogroll_icons/youtube.png) no-repeat;
	}
	#sidebar ul.blogroll li.facebook {
		background: url(images/blogroll_icons/facebook.png) no-repeat;
	}
	#sidebar ul.blogroll li.twitter {
		background: url(images/blogroll_icons/twitter.png) no-repeat;
	}
	
#footer {
	background: url(images/footer_bg.jpg) repeat-x;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	width: 920px;
}
#legal{
	background: #A5A397 url(images/footer_shadow.png) center top no-repeat;
	color: #FFF;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 980px;	
}
* html #legal {
	background: #A5A397;
}

.narrowcolumn {
	float: left;
}

.widecolumn {
}

.post {
	text-align: left;
}

.post hr {
	display: block;
}

.widecolumn .post {

}

.narrowcolumn .postmetadata {

}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin #header */
div#head_left {
	float: left;
	width: 670px;
}
p#blog_description {
	background: #C5A276;
	color: #FFF;
	font-size: 9px;
	margin-top: 10px;
	padding-right: 3px;
	text-align: right;
	text-transform: uppercase;
	width: 460px;
}
div#head_right {
	float: right;
	width: 230px;
}
div#head_right #bookmark {
	text-align: right;
	margin-bottom: 40px;
	overflow: hidden;
}
* +html div#head_right #bookmark {
	margin-bottom: 33px;
}
/* End #header */


/* Begin Navigation */
ul#top_nav li {
	display: inline;
}
ul#top_nav li a {
	color: #FFF;
}
ul#category_navigation {
	overflow: hidden;
	margin: 20px 0;
}
ul#category_navigation li {
	float: left;
	margin-right: 1px;
	text-transform: uppercase;
}
ul#category_navigation li a {
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold; 
	padding: 4px 5px 2px 5px;
	text-decoration: none;
}

ul#category_navigation li.cat-item-1 a {
	background: #006694;
	border: 1px solid #006694;
}
ul#category_navigation li.cat-item-1 a:hover,
ul#category_navigation li.cat-item-1.current-cat a {
	background: #FFF;
	color: #006694;
}
ul#category_navigation li.cat-item-4 a {
	background: #A6B142;
	border: 1px solid #A6B142;
}
ul#category_navigation li.cat-item-4 a:hover,
ul#category_navigation li.cat-item-4.current-cat a {
	background: #FFF;
	color: #A6B142;
}
ul#category_navigation li.cat-item-5 a {
	background: #C77F36;
	border: 1px solid #C77F36;
}
ul#category_navigation li.cat-item-5 a:hover,
ul#category_navigation li.cat-item-5.current-cat a {
	background: #FFF;
	color: #C77F36;
}
ul#category_navigation li.cat-item-6 a {
	background: #A79A3E;
	border: 1px solid #A79A3E;
}
ul#category_navigation li.cat-item-6 a:hover,
ul#category_navigation li.cat-item-6.current-cat a {
	background: #FFF;
	color: #A79A3E;
}
ul#category_navigation li.cat-item-7 a {
	background: #803925;
	border: 1px solid #803925;
}
ul#category_navigation li.cat-item-7 a:hover,
ul#category_navigation li.cat-item-7.current-cat a {
	background: #FFF;
	color: #803925;
}

ul#about_nav {
	overflow: hidden;
	margin-top: 20px;
}
ul#about_nav li {
	float: left;
	margin-right: 1px;
	text-transform: uppercase;
}
ul#about_nav li a {
	background: #C5A276; 
	border: 1px solid #C5A276;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: bold; 
	padding: 4px 5px 2px 5px;
	text-decoration: none;
}

ul#footnav {
	float: left;
	list-style: none;
	overflow: hidden;
	width: 500px;
}
ul#footnav li,
ul#footnav li a {
	color: #FFF;
}
ul#footnav li {
	display: inline;
	margin-right: 10px; 
}

#go_to_top {
	color: #FFF;
	float: right;
}
/* End Navigation */

/* Begin Sticky Post */
div#sticky {
	background: #618EB2 url(images/sticky_shadow.jpg) left bottom no-repeat;
	color: #FFF;
	padding-bottom: 50px;
}
div#sticky_image {
	border: 1px solid #C4A075;
	float: left;
	height: 220px;
	width: 220px;
	
	overflow: hidden;
}
div#sticky_content {
	background: url(images/sticky_bg.jpg) no-repeat;
	border-top: 5px solid #C4A075;
	border-bottom: 5px solid #C4A075;
	padding: 10px;
}
div#sticky_text {
	margin-left: 260px;
	width: 300px;
}
div#sticky_text p {
	color: #FFF;
}
div#sticky_text .sticky_excerpt {
	text-transform: uppercase;
}
/* End Sticky Post */


/*	Begin Headers */
h1 {

}

h2, h2 a {
	font-size: 18px;
}
div.post h2 {
	margin-top: 10px;
}

div#sticky h2 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

div#columns h3 a,
div#articles h3 a,
div#articles h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 110%;	
	text-decoration: none;
	
	text-transform: uppercase;
	text-align: left;
}

div.post h3 {
	font-size: 16px;
	margin-top: 10px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

div#sidebar h4 {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/* End Headers */


/* Begin Article */
span.article_category {
	color: #AAA;
}
div#author {
	background: #FBF8F5;
	border: 1px solid #C4A075;
	padding: 5px;
}
	div#author img {
		float: left;
	}
	div#author p {
		border-bottom: 1px solid #EDE2D5;
		margin-left: 70px;
		padding-bottom: 5px;
	}
	div#author p#author_links {
		border: none;
		margin-left: 70px;	
	}
/* End Article */

/* Begin Lists */
div.post ul {
	margin: 20px 0;
}
div.post ul li {
	background: url(images/bullet.gif) left center no-repeat;
	margin: 3px 0;
	padding-left: 16px;
}
/* End Lists */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */


/* Begin Searchform */
form#searchform input#s {
	background: url(images/searchicon.jpg) no-repeat;
	border: 1px solid #C5A276;
	color: #AAA;
	padding-left: 18px;
	width: 130px;
}
form#searchform input#searchsubmit {
	background: #C5A276;
	border: 1px solid #C5A276;
	color: #FFF;
	text-transform: uppercase;
}
/* End Searchform */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */

}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	background: #C5A276;
	border: 1px solid #C5A276;
	color: #FFF;
	text-transform: uppercase;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	background: #FBF8F5;
	border: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li,
div#comments .commentlist li p {
	color: #909090;	
}
div.comment-meta {
	border-bottom: 1px solid #EDE2D5;
	padding-bottom: 5px;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */




/* Begin Various Tags & Classes */
.arrow {
	background: url(images/arrow.gif) left center no-repeat;
	padding-left: 16px;
}
.rss_icon {
	background: url(images/rss.gif) left 2px no-repeat;
	display: inline-block;
	padding: 2px 0 2px 20px;
}
.email_icon {
	background: url(images/email_icon.gif) left 2px no-repeat;
	display: inline-block;
	padding: 0 0 2px 24px;
}
.all_articles_icon {
	background: url(images/all_articles_icon.gif) left 2px no-repeat;
	display: inline-block;
	padding: 0 0 2px 24px;
}
.pad_left {
	padding-left: 20px;
}
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	background: #F0E8DD;
	border: 1px solid #C4A075;
	font-style: italic;
	margin: 20px 0;
	padding-left: 10px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/



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

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.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 */




/* contact form */
form.wpcf7-form {
	margin-top: 10px !important;
}
form.wpcf7-form p {
	margin-bottom: 10px !important;
}
form.wpcf7-form label  {
	display: block !important;
	padding-left: 40px !important;
}
form.wpcf7-form .wpcf7-form-control-wrap input  {
	margin-left: -30px !important;
}
form.wpcf7-form p#situations {
	margin-left: 30px !important;
}
form.wpcf7-form div#user_info {
	margin: 10px 0 10px 5px;
}
form.wpcf7-form div#user_info input  {
	margin-left: 0 !important;
	width: 220px !important;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
	border: 1px solid #C5A276;
}
