/*
Theme Name: Tim Sahling - Online
Theme URI: http://timsahling.de/
Description: Das Theme der Tim Sahling - Online Webseite
Version: 5.0
Author: Tim Sahling
Author URI: http://timsahling.de/

*/

/**
 * Reset aller Elemente
 */
@import url("css/reset.css");

body {
	background: #F5F4EF none repeat scroll 0 0;
	color: #000;
	font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
	font-size: 87.5%; /* Basis Schriftgroesse: 14px */  
	line-height: 1.429;
}

/**
 * Überschriften
 */ 
h2 { font-size: 1.571em } /* 22px */  
h3 { font-size: 1.429em } /* 20px */  
h4 { font-size: 1.286em } /* 18px */  
h5 { font-size: 1.143em } /* 16px */  
h6 { font-size: 1em } /* 14px */  

h2, h3, h4, h5, h6 {  
	font-weight: 400;  
	line-height: 1.1;  
	margin-bottom: .8em;  
}  

/**
 * Anker & Links
 */ 
a { outline: 0; }
  

a img {
	border: 0; 
	text-decoration: none;
}  

a:link, a:visited {  
	color: #0086c2;  
	padding: 0 1px;  
	text-decoration: underline;  
}  

a:hover {  
	background-color: #0086c2;  
	color: #fff;  
	text-decoration: none;  
	text-shadow: 1px 1px 1px #333;  
}

a.nobgcolor:hover {
	background: transparent;
}

a.addtoany_share_save:hover {
	background: transparent;
}

/**
 * Paragraphen
 */ 
p {
	margin: 1em 0;
}

/**
 * Elemente
 */
strong, b { font-weight: bold; }  
em, i { font-style: italic; }  
   
::-moz-selection { background: #F6CF74; color: #fff; }  
::selection { background: #F6CF74; color: #fff; }  

ul, ol {
	clear: both;
}

/* Zitate */  
blockquote { font-style: italic; }  
cite {}  
  
q {}  

/**
 * Helferklassen
 */
.c {
	clear: both;
}

.none, hr {
	display: none;
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

.centeralign {
	margin: 0 auto;
	text-align: center;
}

.nomargin {
	margin: 0;

}

/**
 * Icons
 */
.icon-rss {
	background: transparent url(images/icons/rss_16.png) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.icon-sitemap {
	background: transparent url(images/icons/sitemap_color.png) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.icon-comment {
	background: transparent url(images/icons/comment.png) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.icon-tag {
	background: transparent url(images/icons/tag_blue.png) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.icon-folder {
	background: transparent url(images/icons/folder.png) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.icon-link {
	background: transparent url(images/icons/link.png) no-repeat scroll left top;
	padding: 0 0 0 20px;
}

.icon-metal-gold-3  {
	background: transparent url(images/icons/medal_gold_3.png) no-repeat scroll left top;
	padding: 0 0 0.4em 20px;
}

.icon-chart-curve  {
	background: transparent url(images/icons/chart_curve.png) no-repeat scroll left top;
	padding: 0 0 0.4em 20px;
}

.icon-folder-database  {
	background: transparent url(images/icons/folder_database.png) no-repeat scroll left 4px;
	padding: 0 0 0.4em 20px;
}

.icon-h {
	background-position: left 5px;
}

.icon-wave {
	background: url(images/icons/google_wave_16.png) no-repeat scroll 0 50% transparent;
	padding: 5px 0 5px 20px;
}

.icon-skype {
	background: url(images/icons/skype_16.png) no-repeat scroll 0 50% transparent;
	padding: 5px 0 5px 20px;
}

.icon-icq {
	background: url(images/icons/icq_16.png) no-repeat scroll 0 50% transparent;
	padding: 5px 0 5px 20px;
}

.icon-yahoo {
	background: url(images/icons/yahoo_16.png) no-repeat scroll 0 50% transparent;
	padding: 5px 0 5px 20px;
}

/**
 * Seitenelemente
 */

/* Tim Sahling Bild */
#ts-image {
	background: #F5F4EF url(images/timsahling.jpg) no-repeat scroll left bottom;
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 600px;
	position: fixed;
	top: 0;
	width: 300px;	
}

/* Header */
#header {
	background: transparent url(images/claim.png) no-repeat scroll left bottom;
	bottom: 20px;
	height: 130px;
	position: fixed;
	width: 280px;
}


/* Wrapper */
#wrapper {
	margin: 0 0 0 300px;
	min-width: 700px;
	position: relative;
	width: 700px;
}


/* Navigation */
#nav {
	float: right;
	font-size: 1.143em;
	margin: 30px 0 0 0;
	position: relative;
	height: 28px;
}

#nav li { 
	float: left; 
	margin: 0 0 0 10px;
}

#nav a:link, #nav a:visited {
	background: #fff;
	color: #000;
	padding: 10px;
	text-decoration: none;
	
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#nav a:hover,
#home #nav ul a.home, #aboutme #nav ul a.aboutme,
#weblog #nav ul a.weblog, #contact #nav ul a.contact    {  
	background: #0086c2;  
	color: #fff;
	text-decoration: underline;
	text-shadow: none !important;  
}

/* Hauptseite */
#page {
	background: #fff;
	clear: both;
	margin: 62px 0 2em 0;
	padding: 20px 0 20px 20px;
	position: relative;
	overflow: hidden;
	width: 680px;
	
	border-radius: 0 0 10px 10px;  
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Inhalt */
#content {
	float: left;
	padding-bottom: 1em;
	padding-right: 10px;
	width: 450px;
}

#content h2 {  
	color: #000;  
	margin-bottom: 0.333em; 
}

#content h2 a:link, #content h2 a:visited  {
	text-decoration: none;
}

#content h3 {
	color: #0086c2;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 1em;
	padding-bottom: 5px;
}

#content h3 a:link, #content h3 a:visited {
	text-decoration: none;
}

#content .hentry h3 {
	border-bottom: 0 none;
	margin-bottom: 0.333em; 
	padding-bottom: 0;
}

#content h3 a:hover {
	color: #fff;
}

#content .post {
	border-bottom: 1px dotted #e7e7e7;
	margin: 0 0 2em 0;
}

#content .postheadmetadata {
	font-size: 0.8em;
}

#content .postheadmetadata  p {
	margin-top: 0;
}

#content .postmetadata {
	background-color: #F5F4EF;
	border: 1px solid #e7e7e7;
	font-size: 0.8em;
	padding: 5px;
	
	border-radius: 0 0 10px 10px;  
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
}

#content .entry {
	clear: both;
	margin: 0 0 2em 0;
}

#content .navigation {
	border-top: 1px dotted #e7e7e7;
}

#content .wp-pagenavi {
	margin: 0;
	text-align: center;
}

#content .wp-pagenavi span.pages {
	border: none;
}

#content .wp-pagenavi span.current {
	border: none;
}

#content .wp-pagenavi a:link,
#content .wp-pagenavi a:visited {
	border: none;
}

#content .wp-pagenavi a:hover {
	background-color: #0086c2;
	color: #fff;
}

#content .horizontal li {
	display: inline;
	margin: 1em 0.1em;
}

.wp-page-list li {
	background: transparent url(images/icons/bullet_black.png) no-repeat scroll left 2px;
	padding: 0 0 0.4em 20px;
}

.wp-page-list ul li {
	background: transparent url(images/icons/bullet_blue.png) no-repeat scroll left 2px;
}

.post-list li {
	background: transparent url(images/icons/page.png) no-repeat scroll left top;
	padding: 0 0 0.4em 20px;
}

.skill-list li {
	background: transparent url(images/icons/bullet_go.png) no-repeat scroll left top;
	padding: 0 0 0.4em 20px;
}

#content .teaser {
	background-color: #F5F4EF;
	border: 1px solid #e7e7e7;
	margin-bottom: 1.5em;
	padding: 5px;
	
	border-radius: 0 0 10px 10px;  
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#content .pictures a:link, #extras .flickr-stream a:visited {
	border: none;	
}

#content .pictures a:hover {
	background: none;
}

#content .pictures a:hover img {
	border-color: #fff;
}

#content .pictures img {
	background: #fff;
	border: 3px solid #e7e7e7;
	padding: 2px;
}

#content .list-leftalign li {
	float: left;
}

.ts-comic {
	margin: 0 0 10px 20px;
	float: right;
}

#content .prentry {
	padding-left: 110px;
	position: relative;
	overflow: hidden;
}

.prentry {
	border-bottom: 1px solid #e7e7e7;
	padding: 1.5em 0;
}

.prentry:hover {
	background-color: #0086c2;
	color: #fff;
}

.prentry:hover a:link, .prentry:hover a:visited {
	color: #F6CF74;
	text-shadow: 1px 1px 1px #333;
}


#content .prheader {
	
	
}

#content .prheader h2 {
	font-size: 1.286em;
	margin: 0;
	font-weight: normal;
}

#content .prfooter {
	left: 5px;
	position: absolute;
	top: 1.5em;
	width: 100px;
}

.prfooter {
	margin-bottom: 2em;
}

#content .prfooter img {
	background: #fff;
	border: 3px solid #e7e7e7;
	padding: 2px;
}

#content .prcontent p {
	margin: 0;
}

/* Sidebar */
#sidebar {
	border-left: 1px dotted #e7e7e7;
	float: right;
	font-size: 0.9em;
	left: -6px;
	padding-left:10px;
	position: relative;
	width: 200px;
}

#sidebar h2 {
	border-bottom: 1px solid #e7e7e7;
	color: #0086c2; 
	font-size: 1.286em;
	font-weight: bold;
	margin-top: 1em;
	padding-bottom: 5px;
}

#s {
	width: 170px;
}

#searchsubmit {
	background: transparent url(images/icons/zoom.png) no-repeat scroll 50% 50%;
	border: medium none;
	width: 16px;
	height: 16px;
}

#sidebar .twitterbox {
	background: #F5F4EF;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding: 5px;
}

#sidebar .twitterbox h2 {
	border-bottom: 1px solid #000;
	color: #000;
	margin-top: 0;
	padding-bottom: 5px;
}

#sidebar .twitterbox  a.twittericon:hover  {
	background: none;
}

#searchform {
	margin: 0 0 10px 0;
}

#sidebar ul li.cat-item {
	background: transparent url(images/icons/folder.png) no-repeat scroll left top;
	padding: 0 0 0.4em 20px;
}

#sidebar .box-small {
	width: 95px;
	margin: 1em 0 1em 0;
}

#sidebar .wp-tag-cloud li {
	background: transparent url(images/icons/tag_blue.png) no-repeat scroll left top;
	float: left;
	margin-left: 5px;
	padding: 0 0 0.4em 20px;
}

#sidebar .tabs {
	background: #F5F4EF none repeat scroll 0%;
	border: 1px solid #e7e7e7;
	clear: both;
	margin: 1em 0;
	padding: 5px;
}

#sidebar .tabs-nav {
	clear: both;
}

#sidebar .tabs-nav li {
	float: left;
}

#sidebar .tabs-nav li a {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	color: #000;
	display: block;
	margin: 0 5px 10px 0;
	padding: 3px 6px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar .tabs-nav li a:hover,
#sidebar .tabs-nav li a.selected {
	background: #fff none repeat scroll 0%;
	text-shadow: none;  
}

#sidebar .tabs-content {
	background: #fff none repeat scroll 0%;
	border: 1px solid #e7e7e7;
	clear: both;
	padding: 0 5px 5px 5px;
}

#sidebar .tabs-content h2 {
	color: #0086c2;
	border-color: #e7e7e7;
	margin: 0.3em 0 0.5em 0;
}

/* Extras */
#extras { overflow: hidden; }  

#extras li { border-bottom: 1px solid #fff; }  

#extras h2 {  
	color: #0086c2;  
	font-size: 1.429em;  
	margin-bottom: .25em;  
	padding: 0 3px;  
}  
 
#extras a:link, #extras a:visited {  
	color: #444;  
	display: block;  
	border-bottom: 1px solid #e7e7e7;
	text-decoration: none;  
	padding: .3em .25em;  
}  

#extras a:hover {
	color: #fff; 
}

/* Blogroll */  
#extras .links {  
	float: left;
	margin-right: 23px;
	width: 210px;
}  
  
/* Flickr-Stream */
#extras .flickr-stream {
	float: left;
	width: 233px;
}

#extras .flickr-stream a:link, #extras .flickr-stream a:visited {
	border: none;	
}

#extras .flickr-stream a:hover {
	background: none;
}

#extras .flickr-stream a:hover img {
	border-color: #fff;
}

#extras .flickr-stream img {
	background: #fff;
	border: 3px solid #e7e7e7;
	height: 50px;
	padding: 2px;
	width: 50px;
}

#extras .flickr-stream .flickr_badge_image {
	float: left;
}

/* Social */  
#extras .social {
	float: left;
	width: 233px;

}

#extras div[class='social'] a {  
	background-repeat: no-repeat;  
	background-position: 3px 6px;  
	padding-left: 25px;  
}  
 
/* Icons */  
.social a[href*='facebook.com'] { background-image: url('images/icons/facebook_16.png'); }
.social a[href*='flickr.com'] { background-image: url('images/icons/flickr_16.png'); }
.social a[href*='twitter.com'] { background-image: url('images/icons/twitter_16.png'); }
.social a[href*='xing.com'] { background-image: url('images/icons/xing_16.png'); }

/* Footer */
#footer {
	background: #fff;
	clear: both;
	font-size: 0.9em;
	margin: 2em 0 30px 0;
	overflow: hidden;
	padding: 20px;
	
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#footer p {
	margin: 0;
}

#lifestream {
	font-size: 0.9em;
}

#lifestream li {
	border-top: 1px solid #e7e7e7;	
	background: #fff;
	padding: 1px 0 1px 0;
}

#lifestream li a:link, #lifestream li a:visited {
	margin: 0;
	display: block;
	padding: 10px 10px 10px 40px;
	background: #fff url(images/icons/lifestream/googlereader.png) no-repeat 10px 50%;
	color: #4f7fc9;
	text-decoration: none;
}

#lifestream a[href ^='http://twitter'] {
	background: #B3ECEF url(images/icons/lifestream/twitter.png) no-repeat 10px 50% !important;
	color: #111 !important;
	
}

#lifestream a[href ^='http://cgi.ebay.de'] {
	background: #fae88b url(images/icons/lifestream/ebay.png) no-repeat 10px 50% !important;
	color: #5d5d5d !important;
}

#lifestream a[href ^='http://timsahling'] {
	background: #fff url(images/icons/lifestream/timsahling.png) no-repeat 10px 50% !important;
	color: #326EA1 !important;
}

#lifestream a[href ^='http://www.last.fm'] {
	background: #D12845 url(images/icons/lifestream/lastfm.png) no-repeat 10px 50% !important;
	color: #fff !important;
}

#lifestream a[href ^='http://www.flickr'] {
	background: #fff url(images/icons/lifestream/flickr.png) no-repeat 10px 50% !important;
	color: #111 !important;
}

#lifestream a[href ^='http://www.youtube'] {
	background: #fff url(images/icons/lifestream/youtube.png) no-repeat 10px 50% !important;
	color: #111 !important;
}

#lifestream li a:hover {
	background: #e7e7e7 url(images/icons/link_go.png) no-repeat 10px 50% !important;
	color: #292c2f !important;
	text-shadow: none;
}

#lifestream .s {
	font-size: 0.8em;
	font-style: italic;
	padding: 0 0 0 10px;
}

.clearfix:after {
	clear: both;  
	content: ".";    
	display: block;    
	height: 0;
	visibility: hidden;
}