/*
Theme Name: DeGas
Theme URI: http://www.degas-online.de/
Description: created by <a href="http://www.meier0815.com">werbeb&uuml;ro meier 08/15</a>

Version: 1.0
Author: Susanne Ludwig
Author URI: http://www.meier0815.com

Pictures by www.photocase.de
*/

html { height: 101%;}
* { padding: 0; margin: 0;}

body {
	/* border: 1px solid red; */	
	background: #EB8D06 url(images/bg_body.gif) fixed no-repeat bottom right;
	font: 68% verdana, arial, sans-serif;
	text-align: left;
	line-height: 1.5em;
	color: #333;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	S T R U K T U R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#page {
	width: 750px;
	border-bottom: 5px solid #FFF;
	margin: 20px auto;
	background: #FFF url(images/bg_page.gif);
	}

#header {
	height: 254px;
	background: #EB8D06 url(images/bg_header.gif) no-repeat;
	}

#navi {
	float: right;
	width: 215px;
	}
#navi-innen {
    margin: 0 5px 0 0;
    /* border: 1px solid red; */
    padding: 0;
	}
	
#content {
	padding: 10px;
	/* border: 1px solid red; */
	margin: 0 210px 0 5px;
	font-size: 1.1em;
	}

#footer {
	clear: both;
	padding: 5px;
	border-top: 1px dotted #999;
	margin: 3em 0 0 0;
	
	text-align: center;
	font-size: .8em;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	H E A D E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header h1 {
	display: none;
	font: italic 3em georgia, serif;
	padding: 15px;
	}
#header h1 a {
	color: #fff;
	text-decoration: none;
	}
#header h2 {
	display: none;
	padding: 0 15px 15px 15px;
	font-weight: normal;
	}
#header h2 a {
	color: #fff;
	text-decoration: none;
	}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	N A V I
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#navi h2 {
	font: 1.6em georgia, serif;
	color: #FDD7A0;
	margin: 20px 0 10px 10px;
	}
	
#navi p {
	padding: 10px;
	background-color: #EFA438;
	}

#navi a {
	font-size: 1.1em;
	line-height: 1.9em; /* ergibt H�he der Listenpunkten*/
	text-decoration: none;
	}
#navi ul a { margin-left: 10px; }
#navi ul ul a { margin-left: 20px; }
#navi ul ul ul a { margin-left: 30px; }

#navi ul { list-style: none; border-bottom: 1px solid #EFA438; }
#navi ul li { border-top: 1px solid #EFA438; }

#navi li { background-color: #DC8406; }
#navi li:hover { background-color: #EB8D06; }
#navi li.current_page_item, #navi li.current-cat { background-color: #D75E05; }
#navi li.current_page_item:hover, #navi li.current-cat:hover { background-color: #D75E05; }
#navi li.current_page_parent, #navi li.current-cat-parent { background-color: #E37000; }

#navi ul ul { border-bottom: 0px solid #E97B0F; }

#navi ul ul li { ; }
#navi ul ul ul li { ; }

#navi #searchform {
	padding: 10px;
	margin: 0;
	background: #DC8406;
	}
	
#navi #searchform .navi-search {
	padding: 2px;
	margin-bottom: 5px;
	font-size: 1em;
	width: 150px;
	border: 1px solid #6F4002;
	}
#navi #searchform .search-button {
	font-size: 1em;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	width: auto;
	border: 1px solid #FFF;
	background: #EB8D06;
	color: #FFF;
	padding: 2px 4px;
	}

	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	C O N T E N T
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	}

#content ul {
	margin: 0 0 1.4em 30px;
	line-height: 1.6em;
	}

#content h2 {
    font: italic 2.2em georgia, serif;
    color: #1B456F;
    margin: 7px 0;
    letter-spacing: 1px;
	}

#content h2 a {
    text-decoration: none;
	}

#content h3 {
    font-size: 1.4em;
	line-height: normal;
	font-weight: normal;
	color: #5099D2;
    margin: 1.2em 0 .4em 0;
	}

#content h4 {
    font-size: 1.2em;
	line-height: auto;
    font-weight: normal;
    color: #5099D2;
    margin: 1em 0;
	}

#content h5 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 1em 0;
	}

#content .date {
    font-size: 1em;
    text-align: right;
    font-weight: bold;
	}

#content .meta {
    font-size: .9em;
	}

#content .feedback {
    margin: 15px 0 15px 0;
    text-align: right;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #ACC4D0; */
	}

#content a { color: #1B456F; }
#content a:hover { color: #4E79A5; }

#content .box {
	margin-bottom: 15px;
	padding: 16px 16px 10px 16px;
	background-color: #FFF;
	border: 1px dotted #666;
	}
#content .box p {
    margin: 0 0 .6em 0;
	}
#content .box h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #1B456F;
    margin: 0 0 .4em 0;
	}

#content .linkbox {
	padding: 12px 0 12px 0;
	}
	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	F O O T E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer a { color: #1B456F; }
#footer a:hover { color: #4E79A5; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	SONSTIGE T Y P O G R A F I E
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a { color: #ffc; }

a:hover { color: #fff; text-decoration: none; }

hr { display: none; }

ins {
	text-decoration: none;
	border-bottom: 1px dashed #eee;
	}

acronym, abbr, dfn {
	border-bottom: 1px dashed #eee;
	font-style: normal;
	}

blockquote {
	border-left: 5px solid #320000;
	margin: 1em 0;
	padding: 10px;
	background: #600000;
	width: 90%;
	}

code, pre {
	color: #f93;
	font-family: verdana, sans-serif;
	}
.center { text-align: center; }
.date {display: none;}
.pagination {
	text-align: center;
	margin-top: 2em;
	}

#commentform input {
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #300000;
	background: #800000;
	color: #ffc;
	padding: 1px 2px;
	}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	}

#commentform {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #300000;
	background: #600000;
	}

#commentform textarea {
	background: #eee;
	border: 1px solid #300000;
	}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #eee; color: #333;
	border: 1px solid #300000;
	width: 180px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	B I L D E R
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
img {
	border: none;
	margin: 3px;
	}

.bild-links {
	float: left;
	margin: 0 15px 3px 0;
	}

.bild-rechts {
	float: right;
	margin: 0 0 3px 15px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	F O R M U L A R E
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* * * kontakt * * */
.kontaktform { margin-top: 10px;}

form dt {
    float:left;
    width:70px;
    margin-top:6px;
    text-align:right;
    position:relative; /* IE Windoof */
	}
form dd {
	margin: 0 0 10px 0;
	}
form input, form textarea, form select {
	width: 340px;
	padding: 4px;
	border: 1px dotted #8c8c8c;
	margin-left: 6px;
	font-family: Courier, "Times New Roman", Times, serif;
	font-size: 110%;
	color:#215A7C;
	}
form input {
	border-width:0 0 1px 0;
	border-bottom: 1px dotted #8c8c8c;
	}

form input.check_kontaktform {
	width: auto;
	margin:0 6px 0 6px;
	}
	
form input.submit_kontaktformular {
	font-size: 1em;
	font-family: verdana, arial, sans-serif;
	color: #EB8D06;
	border: 1px dotted #8c8c8c;
	background: #FFF;
	width: auto;
	padding: 3px 10px;
	margin-right: 80px;
	float: right;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	P L U G I N S
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* * * For Identify External Links Plugin * * */
a.extlink { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }


.tags {
    margin: 1.5em 0;
    font-weight: bold;
    padding: 2px 0;
}

#wp_grins {
    margin-top: 2px;
}

.pagebar {
    text-align: center;
    line-height: 1.4;
    margin-top: 2em;
}

.pagebar .this-page {
    font-weight: bold;
}

.pagebar a {
    border: 1px dotted #ccc;
    color: #CC6600;
    padding: 2px 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.pagebar a:hover {
    color: #fff;
}
