/*  
Template-css: Fabio Borroni 2009 - fabweb.info

*/

	/* Photo Silter */	
	
	#mirror {width: 4000px; height: 600px; position: absolute;z-index: 3;}
	
	/* Basic Setup */

  	body { width:100000px; height: 100%; background-color:white; color: #333333; font-family: helvetica, arial, sans-serif;font-size: 11px;margin:0; padding: 0;overflow-y: hidden }
  	a { color:#aaa; text-decoration: none; }
  	a:hover { color:black; }
  	a img { border:0; margin:0; padding: 0; }
  	a:hover img { border:0; margin:0; padding: 0; }
	blockquote { padding:0px;color:#aaa; }
	.postcontent ul, .postcontent ol, .postcontent2 ul, .postcontent2 ol { padding:10px; }
	
	/* Structure */
	
	div#fixed_content{position: fixed;left: 10%;top: 0;bottom: 0;z-index: 4;}
    #logo a{position: absolute;overflow: hidden;width: 188px;height: 40px;background-image: url('logo.jpg');background-repeat: no-repeat;top: 30px;left: 15px;margin: 0;padding: 5px 0 0 0;z-index: 6 }
    .block { position: absolute;text-align: right; top:85px; left: 110px}
    #menu {list-style: none;margin: 0;padding: 0;position: absolute;top: 45px;left: 215px;width: 1000px;}
    div#scroll_content{z-index: 1;}
    div#posts{position: absolute;top: 70px;width: 100000px;height: autoz-index: 2;padding-left: 11%;}
	
	/* Posts */
	
	.post { min-width: 500px; width:auto;float:left;padding:10px 1px;}
	.postcontent { margin:0 0 0px 0;height:auto;overflow:hidden; }
	.postcontent a, .postcontent2 a { color:#333; }
	a.readmore, #end a { padding:10px;color:#fff;position: relative;background:#000; font-size: 14px; z-index: 3; top: 230px; width: auto;margin-left: 20px }
	a:hover.readmore, #end a:hover{ background:#333;color:#fff;z-index: 3; }


	/* Footer */
	#footer { font-size: 10px;position:absolute;bottom:5px;left:10px;color: #aaa; z-index: 5;width:500px }
