/*
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');

/* **** k2_tak **** */

body {
	background: #FFAAA9;
	}
	
#page {
	/* The entire design is contained within the 'page' id */

	border: 1px solid #cc8887;
        border-top: none;
	}
	
#header {
	/* Contains the H1 and menu */

	background: #F1443B;
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left;
	}

.secondary {
	/* Contains the sidebar */
	}

.car-trip {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
 }

blockquote.code {
	background: none;
	background-color: #ededed;
	border: 1px dashed #333;
	padding: 0 20px 0 20px;
}

img.icon_left  { float: left; margin: 5px 10px 10px 0px; padding: 5px; border: solid 1px #C2C2C2; }
em { color: #8b0000; font-style: normal }

h3.entry-title, h3.entry-title a, h3.entry-title a:visited {
        color: #333;
	font-size: 1.4em;
}

.entry-comments h4 {
	font-size: 1.3em;
}

ul.st-related-posts {
	list-style: square;
}

#nav-above {
	margin: 5px 0 20px 0;
}
