/*
Theme Name:		K2 True Blue
Theme URI:		http://stevelam.org/projects/trueblue/
Description:	Advanced Style for K2
Author:			Steve Lam
Author URI:		http://stevelam.org/
Version:		1.6-bleeding
Template:		K2

Notes:
	$Id: style.css 55 2009-09-28 02:30:22Z spikeyslam $

	header_bg.jpg is derived from http://www.flickr.com/photos/dnorman/9516226/ by D'Arcy Norman
*/

/* Core CSS */
@import url('css/core.css');

/* Support for Internet Exploder 6 */
@import url('css/ie6win.css');

/* Single Column */

body.columns-one #page {
	width: 590px;
 	background: transparent url('images/c1_content_bg.png') repeat-y;
}

body.columns-one #header {
	background-position: 605px 15px;
}

body.columns-one #header ul.menu {
	width: 510px;
}

body.columns-one #header-overlay {
	background: url('images/c1_header_overlay.png');
}

body.columns-one #page #primary {
	width: 520px;
	margin: -30px 20px 0px;
	padding: 0px;
}

body.columns-one #page .secondary {
	width: 260px;
	margin: 0px;
	padding: 0px 10px;
}

body.columns-one #footer {
	width: 590px;
 	background: transparent url('images/c1_footer_bg.png') no-repeat;
}

body.columns-one #primary #rollingarchives {
	margin: 0px 10px;
}


/* Two Columns */

body.columns-two #page {
	width: 810px;
 	background: transparent url('images/c2_content_bg.png') center repeat-y;
}

body.columns-two #header {
	background-position: 795px 15px;
}

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

body.columns-two #page #primary-wrapper {
	margin-right: -240px;
}

body.columns-two #page #primary {
	width: 520px;
	margin: -30px 240px 0px 10px;
	padding: 0px;
}

body.columns-two #page .secondary {
	width: 220px;
	margin: 0px 10px;
	padding: 0px;
}

body.columns-two #page #sidebar-1 {
	margin-top: -30px;
}

body.columns-two #header {
	width: 810px;
}

body.columns-two #header-overlay {
	width: 730px;
	background: url('images/c2_header_overlay.png');
}

body.columns-two #footer {
	width: 810px;
 	background: transparent url('images/c2_footer_bg.png') no-repeat;
}


/* Three Columns */

body.columns-three #page {
	width: 980px;
 	background: transparent url('images/c3_content_bg.png') repeat-y;
}

body.columns-three #header {
	background-position: 965px 15px;
}

body.columns-three #page div.content {
	width: 950px;
}

body.columns-three #header ul.menu {
	width: 900px;
}

body.columns-three #header-overlay {
 	background: transparent url('images/c3_header_overlay.png') no-repeat;
}

body.columns-three #page #primary {
	width: 520px;
	margin: -30px 10px 0px;
	padding: 0px;
}

body.columns-three #sidebar-1 {
	width: 185px;
	margin: -30px 10px 0px;
	padding: 0px;
}

body.columns-three #sidebar-2 {
	width: 185px;
	margin: -30px 10px 0px;
	padding: 0px;
	left: auto;
}

body.columns-three #footer {
	width: 980px;
 	background: transparent url('images/c3_footer_bg.png') no-repeat bottom center;
}

/* Three Columns wide */

body.columns-three.sidebars-none #page {
 	background-image: url('images/c3w_content_bg.png');
}

body.columns-three.sidebars-none #page #primary {
	padding: 0 10px;
}

body.columns-three.sidebars-none #header-overlay {
 	background-image: url('images/c3w_header_overlay.png');
}

body.columns-three.sidebars-none #footer {
 	background-image: url('images/c3w_footer_bg.png');
}


/*
	"Once in a blue moon there is a blue sky. I wear blue jeans and fly my blue kite.
	It hangs like a bluebird until the wind dies and then the tears pour out of my blue eyes.
	If it is your birthday we'll bake a blue cake and then we'll eat it off my blue plates.
	Because kid I don't know much about you but I like you because you're true blue."

	-Bright Eyes
*/
