/*
Theme Name: Insomniac
Theme URI: http://benediktrb.de
Description: Insomniac by BRB
Version: 1.0
Author: Benedikt Rieke-Benninghaus
*/

/* ------------------------------------------------------------------------------------------------ Colors */

/*
	Hintergrundfarbe: 13161A
	Kopf- und Fussbereich: 191E24
	Navigation: 1A1F28
	Links(gruene): 8AC424
	Links(blau): 1581CA
	Schriftfarbe: C7C5C5

Inspiration: http://orderedlist.com/

*/

/* ------------------------------------------------------------------------------- Definitions */

* {margin: 0; padding: 0; border: none; outline:none;}

body { 
	margin: 0;
	padding: 0;
	background: #13161A; 
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #C7C5C5;
	text-align: left;
}


h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
 	color:#4186B3;
}

a:link, a:visited { color: #8AC424; text-decoration: none;}

a:hover, a:active {color: #A1DE35; text-decoration: none;}

.nodisplay {left: -5000px; position: absolute;}

p, ul, ol {line-height: 23px;}

ol, ul {list-style-type: none;}


/* -------------------------------------------------------------------------------- Containerproperties */


#topline {
	background: #90B852 url(images/top_bg.jpg) repeat-x top left;
	height: 11px;
	width: 100%;
	border-bottom: 2px solid #252D37;
}

#header {
	background: #191E24;
	height: 100px;
   	width: 100%;
	margin: 0; padding: 0;
}

#menu {
	background: #191E24;
	width: 100%;
	text-align: right;
	border-bottom: 2px solid #2B2E31;
}

#wrap {
   	margin: 15px auto;
   	padding: 0;
   	width: 90%;
}

#content {
   	float: left;
   	width: 65%;
}

#firstnew {
	padding: 6px;
	margin: 0;
}

#navigation {
   	float: right;
	background: #1A1F28;
	margin: 8px 8px 8px 0px;
	padding: 10px;
   	width: 25%;
	line-height: 1.5em;
	display: inline;
	border-right: 5px solid #596171;
}

#footer {
	margin: 15px 0 0 0;
	padding: 4px;
	background: #191E24;
	border-top:2px solid #2B2E31;
}


/* ------------------------------------------------------------------------------------------- Header */

#header h1 {
	position: absolute;
	left: 80px;
	top: 60px;
	height: 30px;
	width: 450px;
	padding-left: 6px;
        border-left: 3px solid #89CF19;
}


.search {
	float:right;
	clear:both;
	padding:30px;
	margin:10px 60px 0 0;
	background:#191E24 url(images/suche.jpg) no-repeat left;
}

.search input {
	margin: 0 0 0 100px;
   	padding: .45em;
	background: #242B33 url(images/search_bg.jpg) repeat-x top left;
	color: #B4E468;
	width:210px;
   	font-size: 1em;
   	border: 1px solid #13161A;
}

.search #searchsubmit {
	height:24px;
	width:102px;
}


#menu ul {
	padding: 0.45em 3em;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 0.45em .80em;
	border:2px solid #2B2E31;
	background : #2F3741;
	color: #ffffff;
}
#menu li a:hover {
	padding-bottom: 0.70em;
	background : #13161A;
	border:2px solid #2B2E31;
        border-bottom:none;
}

/* ------------------------------------------------------------------------------------- right Sidebar */


#navigation h2 {
	margin: 5px 0 8px 0;
	padding: 0 0 4px 0;
	color: #B4E468;
	font-size: 20px;
	border-bottom: 2px solid #29303A;
}

#navigation ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#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.gif) no-repeat 10px 50%;
	display: block;
	color: #0099FF;
	text-decoration: none;
	border-bottom: 1px dotted #2F3741;
}


#navigation ul li a:hover {
	background-color: #171B20;
	color: #3EABF4;
}

#navigation .rss a {
	background: transparent url(images/rss.jpg) no-repeat 10px 50%;
}

/* --------------------------------------------------------------------------------------- Content Area */

#firstnew h2 {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	background: transparent url(images/firstnew.jpg) no-repeat;
	color: #A0CF56;
	font-size: 22px;
	border-bottom: 2px solid #2B2E31;
}

.article {
	margin: 35px 0 0 0;
} 

.article h2 {
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 22px;
	border-bottom: 2px solid #2B2E31;
}


.article h2 a:link, 
.article h2 a:visited {
	color: #1581CA;
	text-decoration: none;
}

.article a:hover, 
.article a:active {
	color: #4AAFF4;
	text-decoration: none;
}

#content .postmetadata, 
#content .thecontent {
	margin: 15px 0 0 0;
}

#content .thecontent p {
     	margin: 15px 0 0 0;
}     

#content blockquote {
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
	background: #525D6B;
   	border-left: 4px solid #2F3741;
}

#content code {
   	margin: 5px 5px 5px 20px;
   	padding: 5px;
	display: block;
	background: #525D6B;
   	border-left: 4px solid #2F3741;
}

.searcherg {
   	padding: 5px;
   	margin: 5px 5px 5px 20px;
	background: #525D6B;
   	border-left: 4px solid #2F3741;
}

.pages {
        margin:25px 0 0 10px;
   	border-top: 1px solid #2F3741;
}

/* ----------------------------------------------------------------------------------------- Content Icons */

.time {
	padding: 0 0 0 24px;
	background: url(images/time.jpg) no-repeat 0 0;
}

.trackback {
	padding: 0 0 0 29px;
	background: url(images/trackback.jpg) no-repeat 10px 50%;
}

.filed{
	display: block;
	padding: 0 0 0 24px;
	background: url(images/abgelegt.gif) no-repeat 0 0;
}


.com_rss {
	padding: 0 0 0 25px;
	background: url(images/rss.jpg) no-repeat 10px 50%;
}

.comments {
	margin: 0 0 0 30px;
	padding: 0 0 0 24px;
	background: url(images/comments.jpg) no-repeat 0 0;
}

.goon {
	margin: 5px 0 0 0;
	padding: 3px 3px 3px 30px;
	background: #1A1F28 url(images/bull.gif) no-repeat 10px 50%;
	font-weight: bold;
}

.related {
	padding: 0 0 0 24px;
	background: url(images/related.jpg) no-repeat 0 0;
}

.thecontent {
	margin: 15px 0 0 0;
}

.spacer {
	margin: 0 0 10px 0;
	background: url(images/spacer.jpg) repeat-x 0 0;
	height: 7px;
	width: 100%;
}

.trenner {
	margin: 10px 0 0 0;
	background: url(images/trenner.jpg) repeat-x 0 0;
	height: 4px;
	width: 100%;
}

/* ------------------------------------------------------------------------------------- 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;
}

.service {
	margin: 0 0 20px 0;
	padding: 3px;
	background: #1A1F28;
	font-weight: bold;
}

.comment input,textarea {
   	margin: 2px;
   	padding: 4px;
   	background: #1A1F28;
   	color: #BFBFBF;
   	border: 2px solid #29303A;
}

.comment textarea {
   	width: 80%;
   	height: 150px;
}

.comment input:focus,
.comment textarea: focus {
   	background: #29303C;
}

.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 {
	padding: 4px 0 2px 6px;
	margin: 5px 0 5px 5px;
	background: #1A1F28;
	border-bottom: 1px dotted #3C4553;
}

.gravatar {
	max-width: 50px;
	max-height: 50px;
}

/* ------------------------------------------------------------------------------------------------ Footer */

#footer p {
	font-size: 11px;
	text-align: center;
	color: #F3F8F2;
}


/* ------------------------------------------------------------------------------------------------------- */
