/*
Theme Name: 		fanzine
Description: 		Fanzine's Theme
Version: 			1.0
Author: 			Karsten K
Tags: 				
License: 			none
License URI: 		none
Author URI:			http://kjkstudio.com
Theme URI:			
*/

/* =Structure  
-------------------------------------------------------------- */

html 
{
}

body
{
	margin: 0;
	padding: 0;
	background: #f8f8f9;
	height:100%;
}

div#wrapper 
{
	margin: 0 auto 0 auto;
	width: 1100px;
}

div#main
{
	float: left;
	background-color: #fff;
	border-left: solid 1px #a1a1a1;
	border-right: solid 1px #a1a1a1;
	width: 1050px;
	padding: 0 25px 0 25px;
	margin: 0 0 0 0;
}

div #left_col
{
	width: 690px;
	overflow: hidden;
	position: inline;
	float: left;
	padding: 20px 0 20px 0;
}

div #right_col
{
	width: 330px;
	/*position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;*/
	float: left;
	clear: none;
	margin: 0 0 0 0;
}

div #scrollhider
{
	width: 20px;
	background: #fff;
	float: left;
	height: 100%;
	margin: 0 0 0 1052px;
	position: fixed;
}

div #skip
{
	display: none;
}

div #breadcrumb
{
	display: none;
}

div #container
{
	float: left; 
	clear: left;
	width: 1050px;
	margin: 0;
}


