/*
Theme Name: NG2010
Description: Das Theme f&uuml;r meine Netzgestaltungsseite - 2010
Version: 2.0
Author: Daniel Ehniss
Author URI: http://depone.danielehniss.de


*/

@font-face {
	font-family: 'GraublauWebRegular';
	src: url('font/graublauweb-webfont.eot');
	src: local('☺'), url('font/graublauweb-webfont.woff') format('woff'), url('font/graublauweb-webfont.ttf') format('truetype'), url('font/graublauweb-webfont.svg#webfont3Yj0vp0U') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, body.page {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
    font-size: 62.5%;
    height: 100%;
    background-color: #eee;
    margin: 0;
    padding: 0;
    }

#page {
    width: 1000px;
    margin: 30px auto;
    }

#header {
    display: none;
    }

hr {
    display: none;
    }

.claim p {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
    font-size: 7.0em;
    line-height: 1.15em;
    letter-spacing: -0.04em;
    color: #cbcbcb;
    text-shadow: -1px -1px #999;
    margin: 30px 10px 20px;
    padding: 20px 0;
    width: 800px;
    }


#menubar {
    background: #090 url('img/navbg.jpg') repeat-x scroll top left; 
    height: 20px;
    padding: 5px 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

#menubar h2 {
    float: left;
    width: 270px;
    height: 20px;
    margin: 0 0 0 8px;
    padding: 0;
    }

#menubar h2 a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

#menubar h2 a:hover, #menubar h2 a:focus {
    opacity: 0.9;
    }

#menubar ul {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
    }

#menubar ul li.home {
    float: left;
    height: 20px;
    }

#menubar ul li {
    display: inline;
    margin: 0 10px 0 0;
    }

#menubar ul li a {
    color: #fff;
    text-decoration: none;
    text-shadow: -1px -1px #090;
    font-size: 1.5em;
    letter-spacing: 0.06em;
    padding: 1px 10px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

#menubar ul li a:hover, #menubar ul li a:focus {
    color: #efefef;
    background-color: #080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

#menubar ul li.current_page_item a:hover, #menubar ul li.current_page_parent a:hover, #menubar ul li.current_page_item a:focus, #menubar ul li.current_page_parent a:focus {
    color: #fff;
    }

#menubar ul li.current_page_item a, #menubar ul li.current_page_parent a {
    background-color: #090;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

#content {
    background: #fff url(img/boxbg.jpg) repeat-x scroll bottom left;
    width: 455px;
    color: #666;
    float: left;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 30px 36px 10px 0;
    padding: 20px 95px 70px;
    border: 1px solid #dadada;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

#content.proview {
    width: 807px;
    }

#content h2 {
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1.0em;
    color: #666;
    }

#content h2 span.kommentar a {
    color: #666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

#content h2 span.kommentar a:hover, #content h2 span.kommentar a:focus {
    color: #060;
    background-color: #fff;
    }

#content h2.pagetitle {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dadada;
    }

#content h3 {
    font-weight: normal;
    font-size: 1.7em;
    line-height: 1.0em;
    color: #666;
    }

#content a {
    color: #060;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

#content a:hover, #content a:focus {
    background-color: #090;
    color: #efefef;
    }

#content p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    }

#content p.postmetadata {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif !important;
    font-size: 1em;
    color: #999;
    }

.post {
    border-bottom: 1px solid #dadada;
    margin: 50px 0;
    padding-bottom: 50px;
    }

.single .post {
    padding-bottom: 80px;
    }

.page {
    margin: 50px 0;
    padding-bottom: 0;
    }

blockquote {
    background-color: #eee;
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #dadada;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry small {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
    font-size: 0.6em;
    line-height: 1.4em;
    }

.projekt {
    border-top: 1px solid #dadada;
    clear: left;
    min-height: 430px;
    margin: 30px 0 0;
    padding: 30px 0 0;
    }

.projekt p.proinfo {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif !important;
    padding-top: 30px;
    }

p.claim {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif !important;
    font-size: 2.4em !important;
    }

a.backP {
    background: #090 url('img/navbg.jpg') repeat-x scroll top left;
    color: #fff !important;
    padding: 7px;
    text-decoration:none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }
    
ul#weitersagen {
    clear: both;
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
    height: 30px;
    margin: 40px 0 20px;
    padding: 0;
    text-indent: 0 !important;
    }

ul#weitersagen li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    }

ul#weitersagen li.facebook {
    margin: 0;
    }

ul#weitersagen li a {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    padding: 3px 5px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

ul#weitersagen li a:hover, ul#weitersagen li a:focus {
    background-color: #eee;
    border: 1px solid #dadada;
    color: #666;
    }

#module {
    height: 200px;
    }

ul.module {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    color: #a9a9a9;
    }

ul.module li {
    background: #fff url(img/boxbg.jpg) repeat-x scroll bottom left;
    display: block;
    padding: 5px 12px;
    float: left;
    margin: 30px 25px 0 0;
    overflow: hidden;
    width: 290px;
    border: 1px solid #dadada;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

ul.module li ul, ul.module li ul li {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    }

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    color: #a9a9a9;
    }

#sidebar ul li {
    background: #fff url(img/boxbg.jpg) repeat-x scroll bottom left;
    display: block;
    padding: 5px 12px;
    margin: 30px 0 0 0;
    overflow: hidden;
    width: 290px;
    border: 1px solid #dadada;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

ul.module li#text-3 {
    background-color: #fff;
    border: none;
    width: 317px;
    height: 172px;
    padding: 0;
    }

#proslider a {
    border: 1px solid #dadada;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: 315px;
    height: 170px;
    overflow: hidden;
    display: block;
    } 

#proslider a span.proinfo {
    display: none;
    color: #060;
    background-color: #eee;
    margin: 130px 0 0;
    padding: 10px 15px 5px;
    width: 285px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    opacity: 0.8;
    }

#proslider a.sting {
    background: #eee url('/propic/sting.jpg') no-repeat top left scroll;
    }

#proslider a.kw {
    background: #eee url('/propic/kw.jpg') no-repeat top left scroll;
    }
    
#proslider a.stabat {
    background: #eee url('/propic/stabat.jpg') no-repeat top left scroll;
    }

#proslider a.spot {
    background: #eee url('/propic/spot.jpg') no-repeat top left scroll;
    }

#proslider a.mf {
    background: #eee url('/propic/mf.jpg') no-repeat top left scroll;
    }

#proslider a.mg {
    background: #eee url('/propic/mg.jpg') no-repeat top left scroll;
    }

ul.module li.twitter, ul.module li#recent-posts {
    height: 160px;
    }

ul.module li#recent-posts {
    margin: 30px 0;
    }

ul.module li#recent-posts ul li {
    font-size: 0.9em;
    }

#sidebar h2, #module h2 {
    color: #cbcbcb;
    font-size: 1.9em;
    padding: 0;
    margin: 0 0 7px;
    font-weight: normal;
    }

#sidebar a, #module a {
    color: #060;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

#sidebar a:hover, #sidebar a:focus, #module a:hover, #module a:focus {
    background-color: #090;
    color: #efefef;
    }

#sidebar ul li ul, #module ul li ul li {
    list-style: disc;
    margin: 0;
    padding: 0;
    }

#sidebar ul li ul li, #module ul li ul li {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
     border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    line-height: 1.4em;
    float: none;
    display: block;
    }

#searchform {
    margin-bottom: 15px;
    }

input#s {
    font-size: 1.1em;
    margin: 0 5px 0 0;
    padding: 3px 5px;
    width: 190px;
    }

input#searchsubmit {
    background: #090 url('img/navbg.jpg') repeat-x scroll top left;
    border: none;
    color: #fff;
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
    font-size: 1.2em;
    padding: 1px 15px;
    text-transform: lowercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

input#searchsubmit:hover, input#searchsubmit:focus {
   background: #080 url('img/navbg.jpg') repeat-x scroll bottom left;
   color: white;
   border: none;
   }

.seitenclaim {
    font-size: 2.1em;
    line-height: 1.1em;
    margin: 5px 0 10px;
    }

.mehrinfos {
    font-size: 1.2em;
    }

.folgen {
    clear: both;
    display: block;
    margin: 10px 0 15px;
    }

#footer {
    margin: 10px 0 30px;
    padding: 0;
    }

#footer ul {
    color: #a9a9a9;
    font-size: 1.05em;
    text-transform: uppercase;
    clear: both;
    list-style: none;
    margin: 0 0 50px;
    text-align: left;
    padding: 0 0 0 101px;
    display: block;
    }

#footer ul li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #ddd;
    }

#footer ul li.links {
    display: inline;
    margin: 0;
    padding: 0;
    border-right: 0px solid #a9a9a9;
    }

#footer ul li a, #footer ul li a:visited {
    color: #a9a9a9;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }

#footer ul li a:hover, #footer ul li a:focus {
    color: #060;
    }


.home #footer ul, .page-template-propage-php #footer ul {
    padding: 0;
    text-align: center;
    }

.alignleft {
    float: left;
    }

.alignright {
    float: right;
    }

img, a img {
    border: none;
    }

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

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

span.dn, .versteckt {
    display: none;
    }


.navigation {
    border-top: 1px solid #dadada;
    padding: 0;
    margin: 40px 0 0 0;
    }

.navigation .alignleft {
    padding: 30px 0 0 0;
    margin: 0 0 40px 0;
    }

.navigation .alignright {
    padding: 30px 0 0 0;
    margin: 0 0 40px 0;
    }

.search .navigation, .archive .navigation {
    border-top: 0px solid #dadada;
    }

ul#infos {
    padding: 10px 15px;
    border: 1px solid #dadada;
    background-color: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

ul#infos li {
    line-height: 1.5em;
    margin: 0 10px;
    padding: 0;
    }

ul#infos li.weniger {
    line-height: 1.5em;
    margin: 10px 10px 0;
    padding: 0;
    }


/* Kommentare */

h4#comments {
    font-size: 1.6em;
    font-weight: normal;
    margin: 30px 0;
    padding: 0;
    }

h4#respond {
    font-size: 1.6em;
    font-weight: normal;
    margin: 40px 0 20px;
    padding: 0;
    }

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

.commentlist li {
	margin: 15px 20px 3px 0;
	padding: 19px;
	list-style: none;
	width: 415px;
	}

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

#commentform p {
	margin: 5px 0;
	}

#commentform {
    width: 506px;
    }

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

.commentmetadata, .commentmetadata a, .commentmetadata a:visited {
    color: #060;
    text-decoration: none;
	margin: 0;
	}

.commentmetadata a:hover, cite a:hover, cite a:visited:hover, .commentmetadata a:focus, cite a:focus, cite a:visited:focus {
    color: white;
    }

textarea {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
   color: #666;
   width: 441px !important;
   border: 1px solid #dadada;
   padding: 6px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
   }

input {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
   color: #666;
   border: 1px solid #dadada;
   padding: 3px 6px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
   }

input:hover, textarea#comment:hover, input:focus, textarea#comment:focus {
       border: 1px solid #060;
       outline: none;
       }

input#author, input#email, input#url {
    width: 190px;
    }    

#submit {
   font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
   background: #090 url('img/navbg.jpg') repeat-x scroll top left;
   color: white;
   border: none;
   font-size: 0.75em;
   padding: 4px 14px;
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
   }

#submit:hover, #submit:focus {
   background: #080 url('img/navbg.jpg') repeat-x scroll bottom left;
   color: white;
   border: none;
   }

p.subscribe-to-comments {
    margin-top: 25px !important;
    }

.subscribe-to-comments label {
    font-family: 'GraublauWebRegular', Tahoma, Verdana, sans-serif;
    font-size: 0.8em;
    vertical-align: middle;
    }

.wpcf7-response-output  {
    margin: 2em 0 1em !important;
    padding: 0.2em 1em !important;
    }

span.wpcf7-not-valid-tip { 
    display: none !important;
    }

.wpcf7-not-valid-tip, .wpcf7-mail-sent-ng {
    border: 1px solid #009900 !important;
    }

.commentlist .alt {
   color: #666;
   border: 1px solid #dadada;
   text-align: left !important;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   }


cite, cite a, cite a:visited {
   color: #060;
   font-size: 1.1em;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
   }
   
.avatar {
    float: right;
    width: 35px;
    height: 35px;
    }

/* Ende Kommentare */

/* CSS3 Eintrag */
.reblock {
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 10px 10px 20px 0;
    padding: 10px;
    width:  150px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 5px 5px 5px #DADADA;
    -moz-box-shadow: 5px 5px 5px #DADADA;
    -webkit-box-shadow: 5px 5px 5px #DADADA;
    -khtml-box-shadow: 5px 5px 5px #DADADA;
    }
/* Ende des CSS3 Eintrags */

/* Code-Darstellung */

pre {
    }

code {
    border: 1px solid #eee;
    color: #090;
    font-family: Monaco,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: block;
    }

.entry span.code {
    font-family: Monaco,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 0.8em;
    color: #090;
    }
