/*  
Theme Name: Depone NG
Description: Ein Theme f&uuml;r das Netzgestalter Blog.
Version: Beta 0.1
Author: Daniel Ehniss
Author URI: http://depone.de 

*/


/* Typographie und Farben */
body {
   font-size: 62.5%; /* Resets 1em to 10px */
   font-family: Helvetica, Arial, Sans-Serif;
   color: #060;
   text-align: center;
   }

#page {
   text-align: left;
   }

#content {
   font-size: 1.4em;
   line-height: 1.7em;
   }

.alt {
   color: #060;
   border-top: 0px solid #9c6;
   border-bottom: 0px solid #9c6;
   text-align: left !important;
   width: 460px;
   background-color: #f9f9f9;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   }

small {
   font-size: 0.8em;
   line-height: 1.3em;
   }

h2, h2.pagetitle {
   border-bottom: 1px solid #9c6;
   margin: 0;
   padding: 13px 0 6px 20px;
   width: 480px;
   height: 25px;
   font-size: 1.6em;
   font-weight: normal;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: #060;
   }

h2 a, h2 a:hover, h2 a:visited {
   text-decoration: none;
   color: #060;
   background: none;
   }

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

h3, h3 a, h3 a:visited {
   background: none;
   color: #060;
   text-decoration: none;
   text-transform: uppercase;
   font-weight: normal;
   font-size: 1.3em;
   padding: 0 0 10px 10px;
   }

h3 a:hover {
   background: none;
   color: #060;
   text-decoration: underline;
   }

.entry h3, h3 a, h3 a:visited, h3 a:hover {
   font-size: 1.2em;
   padding: 0;
   }

h4, h4 a, h4 a:visited {
   background: none;
   color: #060;
   text-decoration: none;
   font-size: 1.2em;
   font-weight: normal;
   text-transform: uppercase;
   }

h4 a:hover {
   background: none;
   text-decoration: underline;
   }

#module h3 {
   background-color: #090;
   color: white;
   width: 200px;
   padding: 7px 7px 5px;
   font-size: 1.2em;
   text-decoration: none;
   text-transform: uppercase;
   border-bottom-right-radius: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -khtml-border-bottom-right-radius: 5px;
   }

#module h3 a, #module h3 a:hover, #module h3 a:visited {
   color: white;
   font-size: 1.0em;
   text-decoration: none;
   }

.module {
   padding: 0 7px 5px 7px;
   line-height: 1.4em;
   }

p.module, .tagmod {
    height: 170px;
    }

.module li {
   padding: 0;
   margin-bottom: 2px;
   list-style: none;
   }

.tagmod {
   padding: 0 5px 5px 5px;
   text-align: justify;
   }

.module a, .module a:visited, .tagmod a, .tagmod a:visited {
   text-decoration: none;
   } 

a, a:visited {
   color: #060;
   text-decoration: underline;
   }

a:hover, a:focus {
   color: white;
   background-color: #090;
   text-decoration: none;
   }

.postmetadata a, .postmetadata a:visited {
   text-decoration: none;
   color: #060;
   }

.postmetadata a:hover, .postmetadata a:focus {
   text-decoration: underline;
   color: #060;
   background: none;
   }

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

#footer a, #footer a:visited {
   text-decoration: none;
   }

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

span.achtung {
    background: #090;
    color: #fff;
    /*font-weight: bold;*/
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 2px 5px;
    }

/* Ende von Typographie und Farben */

/* Struktur */
body {
   background-color: #f9f9f9;
   margin: 0 0 20px 0;
   padding: 0;
   }
   
#page {
   background-color: #fff;
   margin: 0 auto 0px auto;
   padding: 0;
   width: 612px;
   border: none;
   box-shadow: 0 0 20px #dadada;
   -moz-box-shadow: 0 0 20px #dadada;
   -webkit-box-shadow: 0 0 20px #dadada;
   -khtml-box-shadow: 0 0 20px #dadada;
   border-bottom-right-radius: 20px;
   -moz-border-radius-bottomright: 20px;
   -webkit-border-bottom-right-radius: 20px;
   -khtml-border-bottom-right-radius: 20px;
   }

#kopf {
   width: 620px;
   height: 200px;
   margin: 0;
   padding: 0;
   }

#header {
   margin: 0;
   padding: 0;
   width: 300px;
   height: 200px;
   float: left;
   }

#headerimg {
   margin: 0 0 0 30px;
   padding: 0;
   border: none;
   }

#navi {
   width: 300px;
   height: 160px;
   margin: 0;
   padding: 10px 8px;
   float: right;
   text-align: right;
   }

#navi li {
   list-style: none;
   }

#navi li a, #navi li a:visited {
   background-color: #9c6;
   color: white;
   display: block;
   font-size: 1.8em;
   margin: 3px 0 0 58px;
   padding: 4px 7px 2px;
   text-decoration: none;
   text-transform: uppercase;
   text-align: left;
   }

#navi li a:hover, #navi #current a, #navi li a:focus {
   background-color: #090;
   }

#content {
   width: 500px;
   margin: 20px 0px 0px 40px;
   padding: 0;
   }

.post {
   padding: 0 0 10px 0;
   }

.entry {
   margin: 0px 0 0 0;
   padding: 0 20px 0 20px;
   }

.postmetadata.alt {
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0 -20px;
   padding: 10px 20px;
   text-align: right;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   background-color: #f5f5f5;
   color: #999;
   }

.postmetadata.alt a {
    color: #999;
    text-decoration: underline;
    }

.postmetadata {
   font-size: 0.8em;
   line-height: 1.3em;
   margin: 0 0 0 -20px;
   padding: 10px 20px;
   text-align: right;
   color: #999;
   clear: both;
   }

.postmetadata a {
    color: #999;
    }

#module {
   width: 620px;
   height: 300px;
   font-size: 1.1em;
   text-align: left;
   margin: 0;
   padding: 0 0 10px 28px;
   }

#modul1, #modul2, #modul3  {
   width: 215px;
   display: block;
   float: left;
   margin: 0 35px 0 7px;
   padding: 0 5px;
   /*border: 1px solid #090;*/
   }

#footer {
   clear: both;
   height: 40px;
   margin: 0;
   padding: 10px 25px 0px 41px;
   }

.clear {
	clear: both;
}

/* Ende der Struktur */


/* Bilder */
img {
   border: none;
   }

img a:hover {
   background-color: white;
   }

p img {
	padding: 0;
	max-width: 100%;
	}

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

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

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

.alignright {
   float: right;
   }

.alignleft {
   float: left
   }

/* Ende Bilder */

/* Listen */

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

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

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Ende Listen */

/* Kommentare */

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

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

.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 {
    color: white;
    }

textarea {
   font-family: Helvetica, Arial, Sans-Serif;
   font-size: 1.0em;
   color: #060;
   width: 486px !important;
   border: 1px solid #9c6;
   padding: 6px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   }

input {
   background-color: white;
   color: #060;
   border: 1px solid #9c6;
   padding: 3px 6px;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   }

input:hover, textarea#comment:hover {
       border: 1px solid #060;
       }
       
#submit:hover {
   background-color: #090;
   color: white;
   }

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

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

.commentlist .alt {
   color: #060;
   border: 1px solid #9c6;
   text-align: left !important;
   }


cite, cite a, cite a:visited {
   color: #060;
   font-size: 1.1em;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }
   
.avatar {
    float: right;
    width: 35px;
    height: 35px;
    }

/* Ende Kommentare */

/* Suche */

#navi #searchform {
   margin: 30px auto;
   padding: 5px 0;
   text-align: right;
   display: block;
   }

#navi #s {
   font-size: 1.5em;
   width: 155px;
   margin: 0px 0 -2px 0;
   padding: 3px;
   }

#navi #searchsubmit {
   background-color: white;
   border: none;
   color: #090;
   font-size: 1.7em;
   margin: 1px 2px -2px 0px;
   padding: 1px 1px 1px 2px; 
   }

#navi #searchsubmit:hover {
   background-color: #090;
   color: white;
   }

/* Ende Suche */

/* Kontaktformular */
.contactform {
	position: static;
	overflow: hidden;
	width: 100%;
}

.contactleft {
	width: 15%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 80%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	background-color: #9c9;
}

textarea {
   width: 90%;
}

#contactsubmit:hover {
    background-color: #090 !important;
    color: white;
    }
/* Ende Kontaktformular */

/* Twitter */

#twitter_div {
    padding: 0px 5px;
    }

#twitter_div a.tlink {
    float: left;
    margin-right: 5px;
    }

ul#twitter_update_list {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    
ul#twitter_update_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    }

/* Ende Twitter */


/* Klassen und Stile */ 

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px solid #9c9;
	}

blockquote {
	margin: 15px 0 0;
	padding: 7px 20px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}

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

.center {
   text-align: center;
   }

.projekt {
    border-bottom: 1px solid #9c9;
    padding-bottom: 20px;
    margin-top: 40px;
    } 

hr {
	display: none;
	}

a img {
   border: none;
   }


.navigation {
   height: 15px;
   display: block;
   margin: 10px 5px 10px 0;
   }

a.backP {
    color: #060;
    background-color: #efefef;
    padding: 7px;
    text-decoration: none;
    box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -khtml-box-shadow: 1px 1px 5px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }

a.backP:hover, a.backP:focus  {
    background-color: #999;
    color: #fff;
    }

a.backP:active  {
    color: #fff;
    background-color: #999;
    padding: 7px;
    text-decoration: none;
    box-shadow: -1px -1px 5px #ccc;
    -moz-box-shadow: -1px -1px 5px #ccc;
    -webkit-box-shadow: -1px -1px 5px #ccc;
    -khtml-box-shadow: -1px -1px 5px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    }
    
	
/* Ende von Klassen und Stilen */

/* CSS 3 Vorstellung */

.reblock {
    width: 150px;
    padding: 10px;
    margin: 10px 10px 20px 0;
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    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;
    }

.bspimg {
    margin: 5px 0px 15px 30px;
    }

