/*
Theme Name: Kanguru
Theme URI: http://wordpress.org/
Description: The WordPress theme designed for the Kanguru magazine. Stockholm, Sweden
Version: 1.0
Author: tvorog
Author URI: http://taipoint.org/
Tags: white, orange, fixed width, three columns, no widgets
*/


/* Begin Typography & Colors */

body {
	padding:0;
	margin:0;	
	color: #000;	
	font-size:small;
}
html, body {font-size:small; font-family : Arial, Helvetica, sans-serif;} /* overal font and sizing */
.clear{clear:both;}

#holder{
	width:950px;
	margin:30px auto 0;
	border:0px solid red;
}
	
	#header{		
		text-transform:uppercase;
		margin-bottom:10px;
	}
	
	
	#left{		
		width:210px;		
		margin:20px 0 40px -230px;
		float:left;
	}
	
	#content{		
		margin:20px -470px 40px 230px;
		border:0px solid red;
		width:470px;
		float:left;
	}
	
	#content.wide{		
		margin:20px -720px 40px 230px;
		width:720px;
	}
	
	#sidebar{
		margin:20px 0 40px;
		float:right;
		width:210px;		
	}
