/*
Theme Name: Wet dynamite
Description: Simple Blue Style by <a href="http://english.benediktrb.de">Benediktrb</a>. Sry for that stupid theme name :D.
Version: 1.0
Author: Benedikt Rieke-Benninghaus
*/


/* ------------------------------------------------------------------------------- Definitions */

* {margin: 0; padding: 0; border: none; outline:none;}

body { 
	margin: 0;
	padding: 0;
	background: #1C1E22 url(images/bg.jpg) repeat top left; 
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #565759;
	text-align: left;
}


h1,h2,h3,h4,h5,h6 {
        color:#0066FF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
}

a:link, a:visited { color: #388FE4; text-decoration: underline;}
a:hover, a:active {color: #2368AC; text-decoration: none;}
.nodisplay {left: -5000px; position: absolute;}
p, ul, ol {line-height: 25px;} 
ol, ul {list-style-type: none;}
img {max-width:485px; border: 2px solid #A3D1FF;}
img:hover {border: 2px solid #66A2DE;}
.alignleft {float:left}
.alignright {float:right}


/* -------------------------------------------------------------------------------- Containerproperties */


#header {
   	float: right;
	background: #4476CE url(images/logo.jpg) no-repeat top left;
	height: 112px;
   	width: 642px;
	margin: 0; padding: 0;
}

#header h1 {
	position: absolute;
	left: 360px;
	top: 10px;
        width:642px;
}

#header h1 a:link {
	color: #fff;
	text-decoration: none;
}
#header h1 a:visited {	
	color:#E6EEF6;
	text-decoration: none;
}

#wrap {
	float:left;
	background: #fff url(images/wrapper.jpg) repeat-y top left;
   	margin: 0;
   	padding: 0;
   	width: 971px;
}

#content {
   	float: right;
   	width: 550px;
	margin:0 80px 0 15px;
	padding:0 0 0 25px;
}


*html #content {
   	float: right;
   	width: 550px;
	margin:0 35px 0 15px;
	padding:0 0 0 25px;
}


#navigation {
   	float: left;
	margin:-100px 0 0 80px;
	padding: 0;
   	width: 220px;
	line-height: 1.5em;
	display: inline;
}

#footer {
	margin: 15px 6px 0 0;
	padding: 4px;
	background: #191E24;
	border-top:2px solid #2B2E31;
}



/* ------------------------------------------------------------------------------------- right Sidebar */


#navigation h2 {
	margin: 5px 0 8px 0;
	padding: 0 0 33px 0;
	color: #fff;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
	background:transparent url(images/headunderline.jpg) no-repeat bottom center;
}

#navigation h2:first-letter {
	color: #1BA9F0;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
}

#navigation ul {
	margin: -10px 0 20px 0;
	padding: 0;
	list-style: none;
}

#navigation .children {
	margin: 0px 0 20px 0;
	padding:0 0 0 15px
}

#navigation ul li {
	margin: 0;
	padding: 0
	display: inline;
}

#navigation li {
	list-style: none;
}

#navigation ul li a {
	margin: 0;
	padding: 4px 0 4px 30px;
	background:transparent url(images/bull.jpg) no-repeat 10px 50%;
	display: block;
	color: #0099FF;
	text-decoration: none;
	border-bottom: 1px dotted #2F3741;
}


#navigation ul li a:hover {
	background:transparent url(images/bullhover.jpg) no-repeat 10px 50%;
	color: #fff;
}

#navigation .rss a, #navigation .rss a:hover {
	background: transparent url(images/rss.jpg) no-repeat 10px 50%;
}

.search {
	margin:0 15px 0 20px;
	padding 0px;
	}
	
	
#searchbar {
	background: #fff;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}
	
#searchbutton {
	background: #4A82E4;
	color:#fff;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	}

/* --------------------------------------------------------------------------------------- Content Area */

.entry {	
	margin: 0 0 25px 0;
}

.headline {
	width:100%;
	clear:both;
	padding:2px;
}

.commentfront {
	float:left;
	background: transparent url(images/comment.jpg) no-repeat 0px;
	height:62px;
	width:100px;
}

.commentfront p {
	text-align:center;
	font-size:0.9em;
	color:#fff;
}

.commentfront strong {
	text-align:center;
	font-size:1.3em;
}

.commentfront a:link, .commentfront p a:visited {
	color:#fff;
	text-decoration:none;
}
.commentfront p a:hover {
	color:#DEEBF8;
}

.entrytitle, .entrytitlefirst {
	margin: 0 0 0 120px;
	width:400px;
}

.postinfo {
	font-size:0.8em;
	color:#2061D3;
	font-weight:bold;
}

.entrybody {
	clear:both;
	padding:0 10px 0 10px
}
.entrybody p {
	margin:8px 0 0 0;
}

.article {
	margin: -30px 0 0 0;
}

.article h3{
        margin-bottom:20px;
}

.article h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #2B2E31;
}

.article h2 a:link, 
.article h2 a:visited {
	color: #292C2F;
	text-decoration: none;
}

.article a:hover, 
.article a:active {
	color: #4AAFF4;
	text-decoration: none;
}

#content .postmetadata {
	border-top: 1px dotted #0B3274;
	margin: 15px 0 0 0;
	padding:4px;
}

#content blockquote {
   	padding: 3px 0 0 50px;
   	margin: 5px 5px 5px 20px;
	background:#fff url(images/quote.jpg) no-repeat top left;
}

#content code {
	min-height:60px;
	font-family: Fixedsys, Helvetica, "Lucida Grande", Verdana, sans-serif;
   	margin: 5px 5px 5px 20px;
   	padding: 0 0 0 30px;
	display: block;
	background:#fff url(images/code.jpg) no-repeat top left;

}

#content ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: decimal;
}

#content ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#content ul li {
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
}

#content ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	background:transparent url(images/plus.jpg) no-repeat 0px 50%;
	display: block;
	text-decoration: none;
}

.searcherg {
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
	background: #E5EDFA;
   	border-left: 4px solid #5790ED;
}

.navigation {
	padding:0 0 20px 0
}

/* ----------------------------------------------------------------------------------------- Content Icons */

.date {
	margin: 0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/date.jpg) no-repeat 0 0;
}
.filed{
	padding: 0 0 0 24px;
	background: url(images/cat.jpg) no-repeat 0 0;
}

.trackback {
	padding: 0 0 0 24px;
	background: url(images/trackback.jpg) no-repeat 0 0;
}

.com_rss {
	margin: 0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/rss.jpg) no-repeat 0 50%;
}

.comments {
	margin: 0 0 0 30px;
	padding: 0 0 0 24px;
	background: url(images/comments.jpg) no-repeat 0 0;
}


/* ------------------------------------------------------------------------------------- Comment Area */

.comment {
	margin: 40px 0 0 0;
}

.comment h3 {
	padding: 0 0 0 24px;
	background: url(images/comments.jpg) no-repeat 0 0;
	border-bottom: 1px solid #525D6B;
}

.comment h4 {
	margin: 15px 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 18px;
	border-bottom: 1px solid #525D6B;
}

.comment input,textarea {
   	margin: 2px;
   	padding: 4px;
   	background: #151517;
   	color: #BFBFBF;
   	border: 2px solid #28292D;
}

.comment textarea {
   	width: 90%;
   	height: 150px;
}

.comment input:focus,
.comment textarea: focus {
   	background: #32353A;
}

.comment input[type=submit] {
   	font-weight: bold;
}

.comment ol.commentlist {
   	margin: 5px;
   	padding: 10px;
   	list-style-type: none;
}

.comment ol.commentlist li {
   	margin: 7px;
   	padding: 10px;
}

.kommentar{
	border-bottom: 1px dotted #3C4553;
}

.gravatar {
	max-width: 50px;
	max-height: 50px;
}

/* ------------------------------------------------------------------------------------------------ Footer */

#footer p {
	font-size: 11px;
	text-align: center;
	color: #F3F8F2;
}


/* ------------------------------------------------------------------------------------------------------- */