/*
Theme Name: Colour and Concept
Theme URI: http://www.thekohrs.net/jpblog
Description: Personal style with some flash additions
Version: 1.1
Author: Jan Philipp Kohrs
*/

/* ----- Reset */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { list-style: none; }

/* ----- Allgemein */

body {
	background-color: #13161A; 
	background-image: url(images/body_top.png);
	background-repeat: repeat-x;
	color: #C7C5C5;
	font-family: Calibri, "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	color:#FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: normal;
 	padding:0;
 	margin:0;
}

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;}

strong {font-weight:bold;}

i{}

/* ----- Container */


#header {
background: url(images/logo.png) no-repeat center top;
	height: 90px;
   	width: 100%;
}

#menu {
	border-bottom: 2px solid #2B2E31;
	text-align: right;
	width: 100%;
}

#wrap {
   	margin: 0 auto;
   	padding: 0;
   	width: 970px;
}

#content {
	display:inline;
   	float: left;
   	width: 719px;
}

#navigation {
	display: inline;
	float: right;
	line-height: 1.5em;
margin-top:13px;
   	width: 241px;
}

#footer {
	background: #191E24;
	border-top:2px solid #2B2E31;
	margin: 15px 0 0 0;
	padding: 4px;
}


/* ----- Header */

#header h1 { display:none; }


.search { display:none; }

#menu ul {
	margin:0 auto;
	padding: 0.45em 3em;
	width:870px;
}

#menu li { display: inline; }

#menu li a {
	background : #2F3741;
	border:2px solid #2B2E31;
	color: #ffffff;
	padding: 0.45em .80em;
}

#menu li a:hover {
	background : #13161A;
	border:2px solid #2B2E31;
	border-bottom:none;
	padding-bottom: 0.70em;
}

.page_item{ opacity:0.5; }
.page_item:hover{ opacity:1; }

/* ----- Sidebar rechts */


#navigation ul li { 
background-image: url(images/sb_item_body.png);
background-position: center bottom;
list-style: none;
margin-bottom: 50px; 
padding-bottom:20px;
width:241px;
}

.widgettitle {
background-image: url(images/sb_item_head.png);
background-repeat: no-repeat;
bottom:20px;
	color: #1f4752;
	font-size: 20px;
height:5px;
padding:0 15px;
padding-top:30px;
position:relative;
font-size:1.5em;
margin-bottom:8px;
}
.widgettitle[class$="sIFR-replaced"] {font-size:2.1em !important;}

.widgettitle a{color:#1f4752;}
.widgettitle a:hover{color:#FFFFFF;}

#navigation ul {
	list-style: none;
	padding: 0 px;
}

#navigation ul li li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li li a {
	border-bottom: 1px dotted #2F3741;
	color: #0099FF;	
	display: block;
	margin: 4px 18px 4px 18px;
	text-decoration: none;
}


#navigation ul li li a:hover {
	color: #3EABF4;
}

#navigation .rss a {
	background: transparent url(images/rss.jpg) no-repeat 10px 50%;
}

#navigation .children{margin:0;}

#navigation .children a{
	padding-left: 50px; 
	font-size:0.9em; 
	background:transparent url(images/bull.gif) no-repeat 30px 50%;
}


/* ----- Artikel umgebung */

.article {
	line-height:0;
	margin-bottom:50px;
	padding:0;
	width:719px;
} 

.article_head{
	background-image:url(images/article_header.png);
	background-repeat:repeat-y;
	height:64px;
	line-height:14px;
	padding:20px 32px;
	padding-bottom:0;	
}

.article_head h2.articleheader {font-size:1.8em; margin:0; padding:0;}
.article_head h2.articleheader a {color:#FFFFFF;}
.article_head h2.articleheader a:hover { color:#DDDDFF;}

.article p{
padding:7px 15px;
font-size:1.2em;
}

.thecontent{
background-image:url(images/article_body.png);
margin:0;
padding:0 32px;
padding-top:20px;
}

.thecontent img{ border:3px solid #797979; -moz-border-radius: 4px;}

.thecontent img[src$=".png"] {border:none;}

.article_bottom{
background-image:url(images/article_bottom.png);
background-position: center bottom;
height:40px;
padding:0 32px;
}
  
.article h2{
font-size: 2em;
margin-bottom:30px;
padding:0 15px;
}

.article h3{
font-size: 1.5em;
margin-bottom:30px;
margin-top:30px;
padding:0 15px;
}

#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;
}

.wp-caption{
display:inline-block;
font-size:0.9em;
line-height:0.7em;
text-align:center;
color:#999999;
}

/* ----------------------------------------------------------------------------------------- Content Icons */

.time, .comments {position:relative; top:20px; margin-right:10px;}
.time.sIFR-replaced, 
.comments.sIFR-replaced{ position:relative; bottom:3px; top:0px; font-size:0.8em;}


.trackback {
	background: url(images/trackback.jpg) no-repeat 10px 50%;
	padding: 0 0 0 29px;
}

.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%;
}

.comment { margin-left:20px; }

.comment a{ size:12px; }

.comment p{margin:10px;}

.commentbar{
background: #1A1F28;
}

.comment .edit-comment-admin-links{
display:block;
height:50px;
}
.goon {
	margin: 5px 0 0 0;
	padding: 3px 3px 3px 30px;
	background: #1A1F28 url(images/bull.gif) no-repeat 10px 50%;
	font-weight: bold;
}

.more-link{
background-color: #FFFFFF;
background-image: url(images/read_more.png);
background-position: 0 0;
background-repeat: no-repeat;
height:24px;
width:98px;
display:block;
}
.more-link .goon{display:none;}

.related {
	padding: 0 0 0 24px;
	background: url(images/related.jpg) no-repeat 0 0;
}

.spacer {
	margin: 0 0 0 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;
}

.commentform hr{
margin-top:20px;
}

.kommentar {
	padding: 4px 0 2px 6px;
	margin: 5px 0 5px 5px;
	background: #1A1F28;
	border-bottom: 1px dotted #3C4553;
}

.kommentar p{
	margin:10pt;
}
.kommentar p:first-child{
	font-weight:bold;
	color:#ffffff;
}

.gravatar {
	max-width: 50px;
	max-height: 50px;
}

/* ------------------------------------------------------------------------------------------------ Footer */

#footer p {
	font-size: 11px;
	text-align: center;
	color: #F3F8F2;
}

.widget select{margin:15px;}

/* ------ Twitter */


.aktt_tweets{
font-size: 0.8em;
text-align: left;
line-height:1.4em;
padding: 0 18px;
}

.aktt_tweets li{
display:block !important;
width:200px !important;
border-bottom:1px dotted #797979;
margin-bottom:8px !important;
}

.aktt_tweets a{
background-image: none!important;
border-bottom: none !important;
display: inline-block!important;
padding:0 !important;
margin:0 !important;
}

.aktt_tweets li a:last-child{
font-size:0.8em;
display:block !important;
text-align:right;
}

.aktt_more_updates{
font-size:1.5em;
display:block !important;
text-align:left;
border-bottom:none !important;
}

.aktt_more_updates a{
text-align:left !important;
}

/* ----- Next-gen Gallery */

div.ngg-widget{ padding:0 15px !important; }

div.ngg-album{
background-color: #13161A; 
border: 4px solid #13161A !important; 
padding:10px !important;
-moz-border-radius: 10px;
}

div.piclenselink, div.slideshowlink {display:block; margin-bottom:20px; margin-top:20px; margin-left:15px;}

div.ngg-galleryoverview{display:block; padding-bottom:20px;}

div.ngg-albumtitle{padding-left:4px !important;}

/* ----- Flash Header */

#banner_content, #bannerHolder{
width:100%;
height:180px;
}

.avatar{
position:relative;
bottom:32px;
right:6px;
}