/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: John Vieth
	Author Site	: QuackerTracker.com
	Style Name	: Quacker
	Style URI	: QuackerTracker.com
	Version		: 1.0
	Header Height:	200
	Comments	:
*/

/* Background color */
body {
	/*background: #076324;*/
	background: #806356 url(images/background.jpg) repeat-x top center fixed;
	} 

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background: white url('header-quackertracker.jpg') left center no-repeat;
	height: 250px;
	}
	
#primary {
	/* Contains the main column */
	}

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

/*Menu Tabs*/
ul.menu li a {
	font-size: 1em;
	background: #806356;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #806356;
	}
	