/*
Author Name : Steve Lam
Author Site : http://stevelam.org/
Style Name  : True Blue
Style URI   : http://stevelam.org/projects/trueblue/
Version     : 1.4.1
Comments    : &ldquo;I don't know much about you but I like you because you're true blue.&rdquo;

Notes:
	$Date: 2007-07-11 01:28:42 -0700 (Wed, 11 Jul 2007) $
	$Revision: 24 $

	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.png') center repeat-y;
}

#page #primary {
	width: 510px;
	margin: -30px 15px 0;
	padding: 0;
}

#sidebar-main {
	width: 210px;
	margin: -30px 15px 0;
	padding: 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.png');
}

* html #page #header ul.menu {
	background-image: url('images/dual_header_overlay.gif');
}

#footer {
	width: 810px;
 	background: transparent url('images/dual_footer_bg.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
*/