/*
Theme Name: Dumont Theme
Theme URI: www.wesentlich.com
Description: Super Duper
Version: 1.0
Author: Markus & Paul
Author URI: www.wesentlich.com
Tags: super 
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/*- Typography */

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	}

strong, em, b, i {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	}

.comments input[type=text], .comments textarea, code {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	}

img {
	border: none;
	}

/*- Page Structure */

body {
	font-size: 0.9em;
	line-height: 1.6em;
/*	font-size: 62.5%; /* Resets 1em to 10px */
	color: #D6CBA2;
    background: url('images/belleepoche.jpg'); /* top center; */
    background-repeat:no-repeat;
 	background-position: center top;
 	background-attachment:fixed;
	text-align: center;
	}

#page {
	background: #000000;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
	border-top: none;
	clear: both;
	}

/*#header {
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: top right;
	} */

#header {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: 230px;
    background: url('images/DUMONT_header_home.jpg') left center no-repeat;
	background-position: top right;
	}

#headerarchive {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height: 230px;
    background: url('images/DUMONT_header_archiv.jpg') left center no-repeat;
	background-position: top right;
	}

#headerinfos {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	height: 230px;
    background: url('images/DUMONT_header_infos.jpg') left center no-repeat;
	background-position: top right;
	}

#headerbilder {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	height: 230px;
    background: url('images/DUMONT_header_bilder.jpg') left center no-repeat;
	background-position: top right;
	}

.content {
	width: 540px;
	min-height: 600px;
	padding: 0px 20px 10px 70px;
	float: left;
	margin-top: 2em;
	}
	
.drawer {
	border-top: 1px #151515;
	padding-left: 70px;
	width: 760px;
	text-align: left;
	font-size: 1.2em;
	color: #D6CBA2;
	}

.more-link {
	float: right;
	display: none;
	}

.readmore-link {
	float: right;
	margin: auto 0;
}

body.columns-two #primary-wrapper {
	float: left;
	margin-right: -220px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 220px;
	}

body.columns-two .secondary {
	float: right;
	}

/*#primary {
	position: relative;
	float: left;
	width: 580px;
	margin-left: 30px;
	margin-top: 30px;
	padding: 10px;
	} */

* html #primary {
	display: inline;
	}

body.sidebars-none #primary-wrapper {
	margin: 0px;
	float: none;
	}

body.sidebars-none #primary {
	float: none;
	width: auto !important;
	margin: 0px !important;
	}

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
	}

.columns-three .secondary {
	width: 175px;
	}

.secondary {
	width: 200px;
	float: left;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #D6CBA2;
	position: relative;
	margin-top: 30px;
	padding: 0 10px;
	overflow: hidden;
	}

#sidebar-2 {
	clear: right;
	}

.comments {
	text-align: left;
	margin: 30px 0 0;
	position: relative;
	}


#sidebar{
	padding-top: 2em;
	padding-right: 30px;
	width: 220px;
	float:right;
	font-size: 0.95em;
	line-height: 1.6em;
}

ul.menu {
	position: absolute;
	bottom: 0;
	margin-left: 50px;
	}

ul.sidebar,
ul.sidebar li {
	display: block;
	float: left;
	list-style: none;
	}

ul.sidebar li {
	margin-right: 10px;
	}

ul.sidebar li a {
	display: block;
	font-size: 0.95em;
	line-height: 1.6em;
	font-weight: bold;
	color: #D6CBA2;
	border-bottom: 1px;
	border-bottom-color: #333333;
	}

ul.sidebar li a:hover {
	border-bottom: 1px;
	border-bottom-color: #E2782B;
	color: #E2782B;
	text-decoration: none;
	}

ul.sidebar li.current_page_item a,
ul.sidebar li.current_page_item a:hover,
ul.sidebar li.current_page_ancestor a,
ul.sidebar li.current_page_ancestor a:hover {
	border-bottom: 1px #E2782B;
	color: #E2782B;
	text-decoration: none;
	}

.comments {
	text-align: left;
	margin: 30px 0 0;
	position: relative;
	}

/*- Main Menu in Header */

ul.menu {
	position: absolute;
	bottom: 0;
	margin-left: 70px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 5px 15px; 
	font-size: 1.1em;
	color: #D6CBA2;

	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: #D6CBA2;
	color: #000000;
	text-decoration: none;
	}

ul.menu li.current_page_item a:visited,
ul.menu li.current_page_item a:link,
ul.menu li.current_page_ancestor a:visited,
ul.menu li.current_page_ancestor a:link {
	color: #D6CBA2;
	background: #000000;
	text-decoration: none;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #D6CBA2;
	background: #000000;
	text-decoration: none;
	}

/*- Sidebar Subpages Menu */

.sb-pagemenu ul {
	margin-left: 10px;
	}

.sb-pagemenu ul ul {
	margin-top: 2px;
	}

.sb-pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb-pagemenu .current_page_item {
	}

/*- Headings */

h1 {
	font-size: 2.1em;
	line-height: 2.2em;
/*	margin: 1em 0 0.5em 0; */
	}

h2 {
	font-size: 1.8em;
	line-height: 1.9em;
/*	margin: 1em 0 0.5em 0; */
	color: #D6CBA2;
	}

h4 {
/*	margin: 1em 0 0.5em 0; */
	font-size: 1.2em;
	line-height: 1.3em;
	color: #E2782B;
	}
	
div#sidebar h4 {
	margin: 1em 0 0.5em 0;
	font-size: 1.5em;
	color: #E2782B;
	}
	
p {
	margin-bottom: 1em;
}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
	
hr {
	border:none; 

	border-top: 1px solid #151515; 

	height:1px; 
	margin: 1em 0;
	color: #151515;
	/* display: none; */
}

#footer {
	width: 900px;
	border-top: 1px 90% #333333;
	clear: both;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background: #000000;
	color: #333333;
	font-size: 0.7em;
	}

#footer p {
	line-height: 1.6em;
	}

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

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #E2782B;
	}

#footer .wp-version,
#footer .k2-version {
	display: none;
	padding-left: 0.3em;
	}

.footerstats {
	display: none;
}

/*- Links */

#skip a, #skip a:hover, #skip a:visited
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
 
#skip a:focus
{
	position: static;
	width: auto;
	height: auto;
	} 

/* #primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline; */
	}

h2 a:link, h2 span a:visited {
	color: #D6CBA2 !important;
	}

h2 a:hover, h2 span a:hover {
	color: #E2782B !important;
	}

a {
	color: #E2782B;
	text-decoration: none;
	}

a:hover {
	color: #D6CBA2;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #D6CBA2;
	}

small, strike {
	color: #777;
	}
	
code {
	font-size: 1.1em;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

/*- Search Form and Livesearch */

#searchform {
	margin-top: 2em;
	}

#search h4 {
	display: none;
	}

input[type=text], textarea {
	color: #D6CBA2;
	padding: 1px;
	margin: 0;
	}

#s {
	background: black;
	width: 70%;
	font-size: 1.1em;
	}

#searchreset {
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('images/reset-fff.png') center center no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
	}

.secondary .k2-asides {
	margin: 0;
	padding: 0 0 10px;
	word-spacing: -1px;
	}

.secondary .k2-asides p {
	display: inline;
	}

.secondary .k2-asides .metalink {
	padding-left: 0px;
	}

.secondary span a {
	margin-left: 10px;
	}

.entry-head .entry-edit {
	position: absolute;
	right: 0;
	top: 4px;
	}

.entry-title, .entry-title a, .entry-title a:link,
h2, h2 a, h2 a:link,
h3, h3 a, h3 a:link,
h4, h4 a, h4 a:link {
	color: #D6CBA2; 
	}

/*.entry-title, .entry-title a, .entry-title a:hover, .entry-title a:active,
h2, h2 a, h2 a:hover, h2 a:active, */
h3, h3 a, h3 a:hover, h3 a:active,
h4, h4 a, h4 a:hover, h4 a:active {
	color: #E2782B; 
	text-decoration: none;
	}

.entry-meta {
	font-size: 1em;
	line-height: 1.6em;
	color: #bbb;
	}

.entry-meta a,
.comment-meta a,
.entry-date,
.entry-time {
	color: #777;
	}

.entry-meta div {
	display: inline;
	}

.entry-head .entry-meta {
	background: url('images/time.png') left top no-repeat;
	min-height: 16px;
	padding-left: 20px;
	}

.image-meta abbr,
abbr.entry-date {
	border: none;
	}

.entry-pages {
	font-size: 1.2em;
	}

.entry-pages span {
	font-weight: bold;
	}

.entry-tags {
	padding: 2px 0px 2px 20px;
	background: url('images/tag_blue.png') left 2px no-repeat;
	}

.entry-head .entry-tags {
	display: block;
	margin-left: -20px;
	}

.entry-tags a {
	text-transform: lowercase;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol {
	margin: 0 0 0 10px;
	}
       
.secondary ul ul ul, .secondary ol ol ol {
	margin: 0 0 0 20px;
	}


.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul {
	margin-left: 0px;
}

.sb-links ul ul li {
	margin-top: 0;

