/*  
Theme Name: Horizonte
Description: Ein Theme f&uuml;r die Webseite von Horizonte Weltweit e.V.
Version: 1
Author: Daniel Ehniss
Author URI: http://depone.danielehniss.de 

Screendesign: Denis Holzm&uuml;ller // http://denisholzmueller.com

*/

body {
    background: url(/wp-content/themes/HWW/img/bg.jpg) repeat-x top left scroll;
    margin: 0;
    }

#page {
    width: 1000px;
    margin: 0;
    color: #888;
    margin: 0px 0px 0px 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    }

#header {
    background: url(/wp-content/themes/HWW/img/header.jpg) no-repeat top left scroll;
    width: 1000px;
    height: 110px;
    }

.logo {
    float: left;
    margin: 24px 0 0 29px;
    }

.slogan {
    font-size: 0.65em;
    margin: 75px 0 0 306px;
    }

a, a:visited {
    color: #6d9dbd;
    text-decoration: none;
    }

#content a:hover {
    text-decoration: underline;
    }
    
#navi {
    float: left;
    text-align: right;
    width: 256px;
    margin-top: 48px;
    }

#content {
    font-size: 0.85em;
    background: url(/wp-content/themes/HWW/img/rand.jpg) no-repeat top left scroll;
    float: left;
    margin: 35px 0 20px 30px;
    width: 380px;
    padding: 5px 0 0 20px;
    }

#container {
    background: url(/wp-content/themes/HWW/img/content_bg.jpg) no-repeat top left scroll;
    margin: 0px 0 0 0;
    position: relative;
    width: 1000px;
    min-height: 200px;
    }

.entry {
    font-size: 0.8em;
    line-height: 1.4em;
    }

.entry h2 {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    margin: 10px 0 10px 0;
    }

.entry p {
    margin: 15px 0 24px 0;
    }

.links a {
    font-size: 0.85em;
    }

#sidebar {
    margin: 25px 90px 10px 0px;
    width: 170px;
    padding: 10px 0 0 20px;
    font-size: 0.8em;
    float: right;
    }

#footer {
    background-color: #e1ecf2;
    font-family: Helvetica, Arial, sans-serif;
    color: #888;
    clear: both;
    font-size: 0.65em;
    text-align: left;
    height: 25px;
    padding: 10px 0 0 360px;
    }

.q {
    border: none;
    margin: 1px 0px 0px 0;
    float: left;
    } 

#footer p {
    margin: 0px 0 0 17px;
    }

#footer a, #footer a:visited {
    color: #969696;
    } 

.hide {
    text-indent: -9999px;
    height: 0;
    width: 0;
    font-size: 0;
    }

span {
    color: #ee9c00;
    }

span.ks {
    display: none;
    }

blockquote {
    color: #ee9c00;
    }

h2 {
    text-transform: lowercase;
    color: #ee9c00;
    font-style: italic;
    font-size: 1.0em;
    }

h3 {
    text-transform: lowercase;
    color: #ee9c00;
    font-style: italic;
    font-size: 1.1em;
    }


#sidebar h2 {
    text-transform: lowercase;
    color: #ee9c00;
    font-size: 1.0em;
    padding-left: 20px;
    font-style: normal;
    background: url(/wp-content/themes/HWW/img/weiter.jpg) no-repeat bottom left scroll;
    }


/* Listen */
#sidebar ul, #navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }

#sidebar li {
    list-style: none;
    margin: 0;
    }

#navi li {
    text-transform: lowercase;
    font-weight: bold;
    padding: 0px 20px 0px 0;
    letter-spacing: 0.1em;
    margin: 0 0 7px 0;
    }

#navi li.current_page_item {
    background: url(/wp-content/themes/HWW/img/navi.jpg) no-repeat bottom right scroll;
    }

.entry ul {
	margin: 15px 0 24px 0px;
	padding-right: 0px;
	list-style-type: none;
	text-indent: -8px;
	}

.entry ol {
	margin: 15px 0 24px 0px;
	list-style-type: decimal;
	text-indent: -8px;
	}

.entry li {
    display: list-item;
	margin: 0px 0px 3px 0px;
	}

.entry ul li:before, .entry li:before, ul.links li ul li:before {
	content: "\00B7 \0020";
	}

.entry ol li:before, .entry ol:before {
	content: "\0020";
	}

.entry ol li {
	padding-left: 3px !important;
	}

ul.links {
    list-style: none;
    margin: 0px;
    padding: 0px;
    }

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

.widget {
    padding: 5px 0 0 20px;
    margin-bottom: 30px !important;
    background: url(/wp-content/themes/HWW/img/rand.jpg) no-repeat top left scroll;
    }

li.weiter {
    margin-bottom: 10px !important;
    }

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
    }

.alignright {
    float: right;
    margin: 2px 0 10px 10px;
    }

a img {
    border: none;
    }

/* Kontaktformular */
form dl, dl.labels {
	margin: 0em;
	font-size: 100%;
	margin-top: 0.2em;
	}
	
form dt, dl.labels dt {
	float: left;
	width: 5em;
	padding-top: 0.3em;
	color: #969696 !important;
	text-align: left;
	font-weight: 400;
	position: relative; /*IEWin hack*/
	}
	
form dd, dl.labels dd {
	margin-left: 5.5em;
	margin-bottom: 0.8em;
	font-size: 100%;
	font-style: normal;
	text-align: left;
	padding-left: 0.5em;
	}
	
form dd.submit, dl.labels dd.submit  {
	margin-top: 2em;
	}
	
.error_msg {
	font-weight: 700;
	color: #ee9c00;
	}
	
.pxs_css_spamcheck {
	display: none !important;
	}
	
input#your_name, input#email, input#blog, input#your_subject, textarea#msg {
   width: 300px;
   font-family: Helvetica, Arial, sans-serif;
   background-color: #cdeafe;
   border: none;
   padding: 3px;
   color: #969696;
   }

textarea#msg {
    font-size: 1.1em;
    line-height: 1.25em;
    }

input.error {
    background: #ee9c00;
    }

.senden {
    width: 65px;
    height: 23px;
    border: none !important;
	margin-left: -4px;
	background: url(/wp-content/themes/HWW/img/senden.jpg) no-repeat top left;
	}

.senden:hover {
    background-position: bottom left;
    }


/* Ende Kontaktformular */

/* Seitenleiste Ausbildung */

.thema {
    background: url(/wp-content/themes/HWW/img/thbn.jpg) no-repeat top left;
    width: 150px;
    height: 55px;
    display: block;
    padding: 0;
    }

span.w {
    color: #6d9dbd;
    margin: 15px 0px 0px 60px;
    position: absolute;
    font-size: 0.9em;
    }

.across {
    background: url(/wp-content/themes/HWW/img/acbn.jpg) no-repeat top left;
    width: 150px;
    height: 55px;
    display: block;
    padding: 0;
    }

.netzwerk {
    background: url(/wp-content/themes/HWW/img/nwbn.jpg) no-repeat top left;
    width: 150px;
    height: 55px;
    display: block;
    padding: 0;
    }

span.wo {
    color: #ee9c00;
    margin: 15px 0px 0px 60px;
    position: absolute;
    font-size: 0.9em;
    }

/* Ende Ausbildung */

/* Newsletter */

.teaser {
    margin-bottom: 20px;
    }

.nl {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    }


.email {
    color: #6d9dbd;
    font-size: 0.95em;
    margin: 10px 0 0 3px !important;
    }

.seite-email {
    color: #6d9dbd;
    font-size: 0.85em;
    margin: 10px 0 0 3px !important;
    }

.abo {
    background: url(/wp-content/themes/HWW/img/news_bg.jpg) no-repeat top left scroll;
    height: 25px;
    }

.feld {
    border: none !important;
    color: #969696;
    font-size: 0.65em;
    margin: 7px 0 0 6px;
    padding: 0;
    width: 94px;
}

.pfeil, .spfeil {
    background: url(/wp-content/themes/HWW/img/newspfeil.jpg) no-repeat top left scroll;
    width: 16px;
    height: 16px;
    border: none !important;
    float: right;
    margin: 5px 0 0 5px;
    display: inline;
    position: absolute;
}

.pfeil:hover, .spfeil:hover {
    background-position: 0% bottom;
    }

.newsfeed {
    background: url(/wp-content/themes/HWW/img/feed.jpg) no-repeat top left scroll;
    display: block;
    font-size: 0.95em;
    height: 18px !important;
    margin: 10px 0 0 1px;
    padding: 4px 0 0 22px;
    }
    
.seite-newsfeed {
    background: url(/wp-content/themes/HWW/img/feed.jpg) no-repeat top left scroll;
    display: block;
    font-size: 0.85em;
    height: 18px !important;
    margin: 10px 0 0 1px;
    padding: 4px 0 0 22px;
    }

.seitenleiste {
    font-size: 0.85em;
    line-height: 1.4em;
    }

.seite-newsfeed:hover, .seitenleiste a:hover {
    text-decoration: underline;
    }

/* Ende */