/*
Author Name : Steve Lam
Author Site : http://stevelam.org/
Style Name  : True Blue
Style URI   : http://code.google.com/p/k2trueblue/
Version     : svn
Comments    : &ldquo;I don't know much about you but I like you because you're true blue.&rdquo;

Notes:
	$Date: 2007-04-05 01:18:26 -0400 (Thu, 05 Apr 2007) $
	$Revision: 17 $

	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');


/* Layout */

#page {
	width: 810px !important;
 	background: transparent url('images/dual_page_bg.png') repeat-y;
}

#page .content {
	width: 780px;
	padding: 0 15px;
 	background: transparent url('images/dual_content_bg_left.png') center repeat-y;
}

#page #primary {
/*	width: 510px;
	margin: -30px 15px 0;
	padding: 0;*/
/**/
	width: 560px;	/*570-25 */
	float: right;
/*	padding-right: 25px;
	padding-left: 5px;*/
padding-left: 10px;
padding-right: 15px;
margin: 0;
}

#sidebar-main {
/*	width: 210px;
	margin: -30px 15px 0;
	padding: 0;*/
/**/	
	width: 170px; /*170-25*/
	float: left;
/*	padding-left: 25px;
	padding-top: 25px;	*/	
padding: 10px;
margin: 0;
}

body.sidebar-dual #sidebar-alt {
	width: 730px;
	left: -5px;
	margin-left: 0;
	padding: 20px 30px;
 	background: #ccc url('images/dual_sidebar_alt_top.png') top no-repeat;
	clear: left;
}

#sidebar-alt div.widget {
	float: left;
	width: 30%;
}

#sidebar-alt div.sb-flickr {
	width: 100%;
	clear: left;
}

/* Header */

#header {
	width: 810px;
	height: 235px;
}


ul.menu {
	width: 730px;
	height: 220px;
	background: url('images/dual_header_overlay_left.png');
}

* html #page #header ul.menu {
	background-image: url('images/dual_header_overlay_left.gif');
}

#footer {
	width: 810px;
 	background: transparent url('images/dual_footer_bg_left.png') no-repeat;
}

body.sidebar-none #footer,
body.sidebar-single #footer {
	padding-top: 25px;
	height: 70px;
	background-position: top center;
}

body.sidebar-dual #footer {
	height: 70px;
	background-position: 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
*/