/*
Theme Name: Sebastian Jochum
Theme URI: http://www.BTism.de
Description: Custom Template.
Version: 0.1
Author: Boris Tschernach
Author URI: http://www.BTism.de

*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* compressed: http://compressor.ebiene.de/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clear{display: inline-block;}.clear:after,.container:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}* html .clear{height:1%;}.clear{display:block;}


body { 
  font-size: 87.5%;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background-color: #000;
  /*text-shadow: #fff 0 0 0;*/ /* make safari look nice */
  height: 100%;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
a:hover, a:active {
  color: #f00;
}


/*
  Layout
*/
#wrapper {
  margin: 80px 20px;
}

#content {
  margin-left: 200px;
  /*background-color: #633;*/
}

#menu {
  float:left;  
  width: 190px;
  overflow: hidden;
  
  
  /*background-color: #663;*/
}

/*
  Content
*/
#content .post-text {
/*background: #333;*/
  max-width: 580px;
  margin-top: 1em;
  font-weight: bold;
  line-height: 1.75;
  /*background: #333;*/
}

#content .post-contact {
  padding-top: 1em;
}

#content .img-list {
  /*background: #366;*/
}

#content h2 {
  font-weight: bold;
  color: #f00;
}

#content p {
  margin-bottom: 1em;
}

#content a {
  color: #fff;
}
#content a:hover, #content a:active  {
  color: #f00;
}

/*
  Menu
*/
#menu ul {
  margin-top: 1.5em;
}
#menu li {
  text-transform: lowercase;
  line-height: 1;
  margin-bottom: 1.3em;
}
#menu li.current_page_item a {
  color: #f00;
}
#menu li.current_page_item a:hover, #menu li.current_page_item a:active {
  color: #fff;
}
#menu li a.dimmed {
  color: #fff;
}


/*
  Img rollovers
*/
.img-highlight .date,
.img-highlight a img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.hl,
.img-highlight .date.hl,
.img-highlight a.hl img {
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}

/* mh: Position Inhalt Pages neu */

#content .clear.post.post-text.fadeout {
    margin-top: 0em;
	margin-left: 30px;
}


/*
  Recent
*/

.img-list {
  overflow: hidden;
}

.img-list .thumb {
  float: left;
  position: relative;
}

.post-single .img-list {
  position: relative;
}

.img-list .date {
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  
  text-align: right;
  font-weight: bold;
  margin-top: 1.5em;
}
.img-list .post.sameday .date {
  display: none;
}

.img-list a {
  display: block;
}

.img-list img {
  display: block;
  height: 115px;
  margin: 0 5px 5px 30px;
}

.img-list .post.sameday img,
.post-single .img-list img  {
  margin-left: 0;
}

.post-single .img-list .first-thumb img {
  margin-left: 30px;
}
.page-template-page_thumbs-php .post-single .img-list .first-thumb img,
.page-template-default .post-single .img-list .first-thumb img {
  margin-left: 0;
}

.img-list .date span.dt-part {
  display: block;
}
.img-list .date .dt-dot {
  color: #f00;
  display: inline;
}


/*
	backlink
*/
a.backlink {
	background: transparent url(js/shadowbox-3.0.3/previous-sj.gif) no-repeat 0 0;
	display: block;
	overflow: hidden;
	height: 20px;
	width: 50px;
	text-indent: -9999px;
}
a.backlink:hover {
	background-position:0 -20px;
}




/*
  youtube
*/
.yt-crop {
	width: 155px;
	height:115px;
	overflow: hidden;
	position: relative;
	margin: 0 5px 5px 30px;
}
.img-list img.yt-thumb {
	/* default size: 97/130 (default.jpg) or 480/360 (0.jpg)*/
	width: 160px;	
	height: 120px;
	margin: -3px 0 0 -3px;
	display: block;
}


/*
	Helpers
.nv { display: none; }*/

pre.debug { background-color: #cc9; color: #000; padding: 0.5em;}
