/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Lindsay Carruth
	Author Site	: http://sneakykitty.com
	Style Name	: BABble 
	Style URI		: http://babble.sneakykitty.com
	Version		: 1.0
	Comments	: Not for use on any other site.
*/

#page {
	/* The entire design is contained within the 'page' id */
	text-align: justify;
	padding: 10px 0 10px;
	border: none;
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background-image: url()
	}
	
.primary {
	/* Contains the main column */
	width: 400px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	font-size: 1.1em;
	line-height: 1.5em;
	}

body {
	font: 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
	/* font-size: 9px; */
	color: #444;
	background: #EDEDED;
	text-align: center;
	}

img {
	border: 0;
	max-width: 400px;
	}

/* sidebars */

.columns-three #page {
	width: 860px;
	}

.columns-three #primary {
	width: 450px;
	/* margin-left: 160px; */
	left: 10px;
	padding: 5px 5px 0;
	}

.columns-three #sidebar-main {
	width: 170px;
	text-align: left;
	padding: 5px 5px 0;
	left: 20px;
	}

.columns-three #sidebar-alt {
	width: 170px;
	text-align: left;
	padding: 5px 5px 0;
	left: -650px;
	/* margin-left: -170px; */
	}

/* Main Menu in Header */

ul.menu li a {	/* inactive tab font color*/
	color: #222;
	background: #eee;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover { /* active tab colors */
	color: #333 !important; 	/* text */
	background: white;	/* background */
	text-decoration: none;
	}

/* Headings */

h1 { /* H1 is the title in the header */
	display: none;
}

#header .description { /* Description in header */
	display: none;
	}


/* other */

hr {
	}

