/*
File:			custom.css
Description:	Custom styles for Thesis made for kaliban.de
Author:			kristarella
Author URL:		http://www.kristarella.com
*/

a:hover {color:#333;}


/* nav */
.custom #nav_area {margin-top:2.2em;}
	.custom #nav_area .page {background:transparent;}

.custom ul.menu {padding:0 1em;}
		ul.menu li a, ul.menu li a:hover { margin-right:0.5em; background:#fff url(images/nav-bg.jpg) left bottom repeat-x;
			-moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;
			-khtml-border-top-left-radius:5px; -khtml-border-top-right-radius:5px;
			-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;
			border-top-left-radius:5px; border-top-right-radius:5px;
		}
		ul.menu li a:hover {text-decoration:underline;}
	.custom ul.menu li.rss {padding-right:0.9em; margin-right:0; background:#fff url(images/nav-bg.jpg) left bottom repeat-x;
		-moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;
		-khtml-border-top-left-radius:5px; -khtml-border-top-right-radius:5px;
		-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;
		border-top-left-radius:5px; border-top-right-radius:5px;
	}
		.custom ul.menu li.rss a {background-image:url(images/rss_feed.png); padding-right:20px;}
		
/* header */
.custom #header_area {}
	.custom #header_area .page {background:#000; border:solid #222; border-width:0 1px 0;}
		.custom #header {border-bottom:0; background:#000 url(images/header_kaliban.gif) left bottom no-repeat; height:80px; padding-bottom:0; position:relative; z-index:1;}
			.custom #header #logo {display:none;}
				.custom #header #logo a:hover {color:#fff;}
			.custom #header #tagline {display:none;}

/* content */
.custom #content_area {}
	.custom #content_area .page {border:solid #222; border-width:0 1px 0;}
		.custom #content {background:#fff;}
			
			.custom .post {position:relative;}
			
				.custom .headline_area {padding-right:100px;}
					.custom .entry-title a {font-weight:bold;}
					.custom .entry-title a:hover {color:#000;}
			
				.custom a.retweet {position:absolute; top:1em; right:0;}

.custom li.widget_twitter {overflow:hidden;}


.custom dl#comment_list dd.bypostauthor dl.children dd.comment .format_text { background: none; }
.custom dl#comment_list dt.bypostauthor { background: #e7f8fb; }
.custom dl#comment_list dd.bypostauthor .format_text { background: #e7f8fb; }


/* === ARCHIVES === */
.archiv .archive_column {width:13.75em; margin:0 0.5em 0 0; float:left;}
.archiv .archive_column.posts {width:44.5em; margin:0;}
	.archiv .archive_column.posts li {width:12em; margin-right:2.1em; margin-bottom:0.5em; float:left;}
	

/* footer */
.custom #footer_area {background:url(images/footer-rpt-bg.jpg) center top repeat-y; /*height:10em;*/}
	.custom #footer_area .page {background:#000; border:solid #222; border-width:0 1px 1px;}
		.custom #footer {border-top:0; background:#000;}
			.custom #footer_widgets {text-align:left;}
				.custom #footer_widgets h3 {color:#fff;}
				.custom #footer_widgets ul li {display:inline; margin-right:1em;}
			.custom #footer a:hover {color:#fff;}

/* fb i like button */
  .custom #fb {
  padding:5px;
  background:#CFE7FF url('images/facebook_32.png') no-repeat 5px 7px;
  border:2px solid #3b5998;
  width:85%;
  margin: 0 auto 20px auto;
 -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.custom #fb iframe { height: 25px; margin:5px 0 0 45px;}
 