/*
Theme Name: K2
Theme URI: http://getk2.com
Description: <strong><a href="themes.php?page=k2-options">Configure K2</a></strong> or visit the <a href="http://getk2.com/forum/">support forums</a>, <a href="http://k2.stikipad.com/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>. K2 was developed by <a href="http://binarybonsai.com/">Michael</a>, <a href="http://chrisjdavis.org/">Chris</a>, <a href="http://zeo.unic.net.my/">Zeo</a>, <a href="http://stevelam.org/">Steve</a> and Ben, and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Version: 1.0-RC6
Author: Various Artists
Author URI: http://getk2.com/

CSS Documentation:	http://k2.stikipad.com/docs/show/CSS+Overview
The Real K2: 		http://en.wikipedia.org/wiki/K2
*/

@import url('css/core.css.php');



body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #adadad;
	text-align: center;
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 10px;
	position: relative;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: 4px solid #000000;
	clear: both;
	}



.columns-two #page {
	width: 780px;
	}


#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #77572c;
	}

.content {
        padding: 0 20px;
	}

#primary {
	position: relative;
	float: left;
	width: 470px;
	padding-right: 35px;
        padding-left: 10px;
        padding-bottom: 60px;
	}

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 200px;
	}

.columns-two #sidebar-alt {
	width: 200px;
	}

.meta-start {
	/*padding: 2px 0 2px 20px ;
	background: url('images/time.png') left top no-repeat;*/
	}
