/*
Author Name  : Steve Lam
Author Site  : http://stevelam.org/
Style Name   : True Blue
Style URI    : http://stevelam.org/projects/trueblue/
Version      : 1.5.2-svn
Layout Widths: 610, 830, 1000
Comments     : &ldquo;I don't know much about you but I like you because you're true blue.&rdquo;

Notes:
	$Date: 2008-05-08 13:56:43 -0700 (Thu, 08 May 2008) $
	$Revision: 50 $

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

/* Support for customizations */
@import url('css/custom.css');

/* Pink for October */
/*@import url('themes/pink4october/pink4october.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;
}


/*
	"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
*/