/*  
Theme Name: keasone V4
Theme URI: http://www.keasone.de
Description: Designed by <a href="http://www.keasone.de" title="KeasoneV4">Alexander Hahn</a>.
Version: 1.0
Author: Alexander Hahn
Author URI: http://www.keasone.de
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/
@import url(nav_slidingdoorII.css);
@import url(nav_slidingdoorII-bottom.css);
@import url(sexy/sexy-buttons-tute.css);

a { outline: none; } 

body {
	margin: 0px;
	padding: 0px;
	background: #282828 url(images/bg.gif) top center;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", "Arial", Sans-Serif;
	color: #545454;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;

	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #5d8021;
	}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 2.2em;
	}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1.25em;
	letter-spacing: -1px;
	}

a:link {
	color: #759F31;
	text-decoration: none;
	}
a:visited {
	color: #5d8021;
	text-decoration: none;
	}
a:hover {
	color: #5d8021;
	text-decoration: underline;
	}
a:active {
	color: #5d8021;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #888;
	}

code {
  background: #e7f4d0 !important;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }
 
 .code {
	background: #e7f4d0 !important;
	  cursor: text;
	  font-family: "Courier New", Courier, monospace;
	  padding: 6px;
	  font-size: 0.854em;
}
 .code span {
	color: #f70;
}

abbr {cursor: help;}

p.note {
background-color:#E9E9E9;
padding:6px;
}

small {
	font-size: 0.845em;
	}

input, textarea, select { /* to be styled */ 
}

form { /* to be styled */ }

img { /* to be styled */ }

.none {display:none;}
	

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.lefti {
	float: left;
	margin-right: 10px;
	}
.righti {
	float: right;
	margin-left: 5px;
	}

.justi {
text-align: justify;
	margin-left: 0px;
	}
/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: transparent  left top;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 118px;
	background: transparent /*url(images/header_bg.gif)*/ repeat-x left top;
	}

#header .blogtitle {
	width: auto;
	height: 118px;
	background: transparent /*url(images/header.gif)*/ no-repeat left bottom;
	}
#header h1 {
	padding: 50px 0 0 50px;
	}
#header h1 a {
	color: #fff;
	}

		.searchbar {

			float: right;
			width: 200px;
			height: 35px;
			margin: 0px;
			background: transparent;
			}
		.searchform {
			width: 200px;
			height: 20px;
			text-align: right;
			}

		input#s {
			font: 100% "Lucida Grande", "Lucida Sans Unicode", "Arial", Sans-Serif;
			color: #bcbcbc;
			width: 170px;
			height: 18px;
			margin: 7px 0 0 0px !important;
			margin: 4px 0 -12px 0; /* Fuck IE */
			padding: 1px 0 0 4px;
			border: 1px solid #181818;
			background: #545454;
			}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fafafa url(images/wrapper.gif) repeat-y 0 0;
	margin: 0px !important;
	width: 780px;
	margin: 0; /* Fuck IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 560px;
	height: 100%;
	background: #fafafa;
	}

.pages {
	float: left;
	width: 560px;
	margin-top: 35px;
	background: #ceed9b url(images/separator_green.gif) repeat-x bottom center;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	background: transparent url(images/separator_green.gif) repeat-x 0 0;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Fuck IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Fuck IE */
	}

.page-title {
	width: 530px;
	margin: 20px 0 0 0;
	background: #ceed9b url(images/separator_green.gif) repeat-x bottom center;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	background: transparent url(images/separator_green.gif) repeat-x 0 0;
	font-size: 1.6em;
	line-height: 48px;
	color: #5D8021;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	margin: 30px 20px -10px 30px;
	padding: 0 0 6px 0;
	background: #fafafa;
	border-bottom: 1px dotted #5D8021;
	}
	
.post img {
	padding: 3px; 
	border: 1px dotted #5D8021; 
	background: #fff; 
	}
.post a img:hover {
	padding: 3px; 
	background: #fff; 
	border: 1px solid #5D8021; 
	}

.post ul {
	line-height: 150%;
        list-style: none;
padding: 0 0 0 30px;
	}
.post li {
	background: transparent url(images/dot.gif) no-repeat 5px 3px;
	padding: 0 0 0 23px;
	}

.postentry {
	color: #535353;
	text-align: left;
	}
.postentry a,
.postentry a:hover {
	color: #759F31;
	}

.postentry img {
	padding: 3px; 
	border: 1px dotted #5D8021; 
	background: #fff; 
	}
.postentry a img:hover {
	padding: 3px; 
	background: #fff; 
	border: 1px solid #5D8021; 
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active { color: #5d8021; }

.postmeta,
.postmeta a {
font-family: Georgia, Times, serif;
	margin: 5px 0 ;
	font-size: 1.08em;
	color: #737373;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #5D8021;
	background: #eff4e6 url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: #fafafa !important;
		background-image: none !important;
		}
	.author {
	border-top: 6px solid #A6E147 !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	a img.gravatar, a img.gravatar:hover {
		margin: 4px 0 0 4px;
		border: none;
		padding: 0px;	
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #545454;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #5d8021;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 20px 10px 20px;
	background: #ceed9b url(images/separator_green.gif) repeat-x center top;
	}
	
	.contactform {
	background: #ceed9b url(images/separator_green.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	background-color: #fafafa;
	border: 1px dotted #5D8021;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	background-color: #fff;
	border: 1px solid #5D8021;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	}
	
.postcomment input#submit , #commentform .quicktags input  {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #CEED9B url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover, #commentform .quicktags input:hover {
	background: #CEED9B url(images/submit_hover.gif) repeat 0 0;
	}	
	
/** Quicktags **/
#commentform .quicktags {margin: -12px 0 0 0px;}
#commentform .quicktags input { margin: 1px 3px 4px 0px;}


	img.wp-smiley, img.wp-smiley:hover {
	padding: 0px; 
	border: 0px ; 
	background: transparent; 
	margin: 0 0px -2px 0px;
	}
/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 215px;
	margin: 0;
	padding: 0;
	background: #fafafa;
	}

#sidebar .rssfeeds {
		margin-bottom: -0px;
		padding: 0;
		background: transparent;
		}
#sidebar h2.feed-title {
	display: block;
	margin: 30px 0 0px 0;
	padding: 0 0 9px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}

#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 1.4em;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 0px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 200px;
	}
#sidebar-splitted .splitted-right {
	float: left;
	width: 200px;
	}

ul.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 4px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -5px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #5d8021;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #5d8021;
	}


/**********************
*   Bottom            *
***********************/

#bottom {
	font-family: Georgia, Times, serif;
	clear: both;
	float: left;
	width: 780px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #474747 url(images/separator_green.gif) repeat-x 0 0;
	border-top: 0px solid #ff0000;
	border-bottom: 1px solid #B6F254;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #bcbcbc;
	}
#bottom h2 span {
	color: #b6f254;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #282828;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px dotted #282828;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #bcbcbc;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #545454;
	}

/**********************
*   Footer            *
***********************/

#footer {
	text-align: center;
	font-family: Georgia, Times, serif;
	width: 780px;
	clear: both;
	background: #282828 url("gfx/bg.gif") top center;
	border-top: 0px;
	color: #bcbcbc;
	}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 6px 0 20px;
	font-size: 12px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}
#footer .copyright {
	margin: 0;
	padding-left: 20px;
	border: none;
	}

#footer p {

	margin: 0;
	padding: 23px 0 22px 0px;
	font-size: 1.0em;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #bcbcbc;
	}
#footer p a:hover {
	color: #fff;
text-decoration: underline;
	}
#footer p a:active {
	color: #bcbcbc;
	}
	
	/**********************
	*   keasoneMods            *
	***********************/
/*flickr-sidebar*/
	#flickr { margin-left: 10px;}
	#flickr ul { list-style: none; }
	#flickr ul li { display: inline; }
	#flickr ul, #flickr ul li { padding: 0; margin: 0; border: 0; }
	#flickr a img { border: 1px dotted #5D8021; padding: 3px; margin: 5px 5px 0px;}
    #flickr a img:hover { border: 1px solid #5D8021; }

/*sideblog*/	
	#Sideblok { margin-left: 5px; margin-right: 15px; }
	#sideblogus ul { margin-top: -3px; }
	#sideblogus ul li { 
	font: 0.88em  "Lucida Grande", "verdana", "helvetica", arial, sans-serif;
	color: #535353; line-height: 1.3em; 
	}
	#sideblogus ul li.side { font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial", Sans-Serif; margin-top: 11px;}
	#sideblogus ul li.side a { font-weight: bold; font-size: 0.96em;}
	
	#sideblogus blockquote {
		margin: 4px 0;
		padding: 0 0px 0 40px;
		}
	
	#sideblogus blockquote p{
		margin: 0px;
	}
	
	#Sideblok .hide {
			display: none;
	}
	
	.extrainfo {
	border-top: 1px dotted #5D8021;
	padding: 5px 5px 0 5px;
	clear: both;
	margin: 20px 0 0 0;
	}
	
	.postcomment #commentPreview {
	border: 1px solid #5D8021;
	background: #fafafa;
	}
	
/*flickr-Photalbum*/
	#photoalbum-nav {
	padding-bottom: 9px;
	margin:  0 0 8px 0;
	border-bottom: 1px dotted #5D8021; 
	}

	.postentry_flickr {
	margin: 10px 0 10px 0;
	color: #535353;
	text-align: left;
	}

	.postentry_flickr a img:hover { 
	border: 1px solid #5D8021 !important; 
	}

	.postentry_flickr a img {
	margin: 0 10px 10px 0;
	float:left;
	padding: 3px; 
	border: 1px dotted #5D8021; 	
	}
	
	.photos_flickr {
	clear:both;
	padding: 11px 10px 8px 14px ;
	background: #ceed9b;
	border-top: 1px dotted #5D8021;
	border-bottom: 1px dotted #5D8021; 	
	}

	.singlealbum {
	margin: 30px 20px 10px 30px;
	padding: 0 0 0 0;
	}

	.singlealbum2 {
	margin: 0 20px 0 30px;
	padding: 0 0 0 0;
	}

    .photos_flickr a img { border: 1px dotted #5D8021; padding: 3px; background: #fafafa; margin:5px;}
    .photos_flickr a img:hover { border: 1px solid #5D8021; }
	
/* Albums-index */

div.album {
    background:#eff4e6;
    padding:10px 10px 1px 10px;
    margin:0 0 15px 0;
    position:relative;
    min-height:95px;
    clear:both;
}
div.album img.highlight {
    float:left;
    border: 1px dotted #5D8021; 
	padding: 3px; 
	background: #fafafa;
    position:relative;
    margin-right:10px;
}
div.album img.highlight:hover { border: 1px solid #5D8021; }

	.photo-summe {
	font-family: Georgia, Times, serif;
	padding: 0 0 0 11px;
	background: url(images/arrow_right.gif) no-repeat left;
	}
	
/* STYLES */
	.deli {
	padding: 0 0 0 20px;
	background: url(images/icon_deli.gif) no-repeat 0 0;
	}
	
	.ext {
	padding: 0 13px 0 0;
	background: url(images/external.gif) no-repeat right;
	}
	
	.down {
	padding: 0 9px 0 0;
	background: url(images/arrow_down.gif) no-repeat right;
	}
	
	.headlinus {
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}
	

img.noborder, img.noborder:hover, a img.noborder:hover {
	padding: 0px; 
	border: none; 
	margin: 0 4px 4px 4px;
	}

img.rightno, img.rightno:hover, a img.rightno:hover  {
	padding: 0px; 
	border: none; 
	float: right;
	margin-left: 5px;
	}
	
#badge {
	position:absolute; top:0px; right:0px;
	height: 121px;
	width:	104px;
	background: url(images/badge.jpg) right no-repeat;
	border: 0;
}

.bottom-divs img {border:none;}

.up{
padding: 0 0 0 44px;
margin-bottom: -5px;
background: transparent url(images/up.gif) no-repeat 29px 2px;
}

.hidden { display: none; }

#ieonly {
background:red none repeat scroll 0%;
padding:8px;
color: #fff;
text-align: center;
z-index: 20;
}
#ieonly a {
color:#FFFFFF;
text-decoration: underline;
}

* html #outline {	background: #282828 url(images/bg.gif) top center;}

