/*
	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		:	Ross Ogilvie
	Author Site		:	http://www.littlegreenclouds.com
	Style Name		:	2ducktrading
	Style URI		:
	Header Width	:	864px
	Header Height	:	224px
	Version			:	1.0
	Comments		:	i'm a n00b
*/


	
#header {
	background: white url('2duckheader-ex.jpg') center center no-repeat;
	height: 224px;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #b32d33 !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #c65e63;
	}
	
.columns-two #page {
	width: 864px;
	}
	
#primary {
	position: relative;
	float: left;
	width: 520px;
	padding: 10px;
	}
	
body.columns-two #primary-wrapper {
	float: left;
	margin-right: -280px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 220px;
	}

body.columns-two .secondary {
	float: right;
	}

.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 {
	width: 240px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	background-image: sb-back.png;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #666666;
	position: relative;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 0pt;
	padding-left: 10px;
	overflow-x: hidden;
	o
