/* NOTES 

CSS Styles for http://mycalifornianow.com
Developed by Parker Bennett of Allswell Productions for Fire of Life Films

Colors:

Background: 525252

Light Grey: 	f5f3ef
Menu Grey:	ebe8e2
Orange:	fea101
menu text:	a09990
md grey text	b8add5  maybe b8afa2
dker grey text    999591 8a8072 or 525252
dk brown text  48423b or 514a42
dk dk brown text 211e1b

*/


/* RESETS & BASIC PAGE SETUP */
* { margin: 0px; padding: 0px; }
html { overflow-y: scroll; }
body {
	color: #48423b;
/* 	font: 62.5% Helvetica, sans-serif; */
	font: 85% Helvetica, sans-serif;

	background: #525252 url(images/mycanow_bg.png) repeat-x;
}

img { border: none; margin: 0px; padding: 0px; }

ul { list-style: none inside; }
p { font-size: 1.2 em; line-height: 166%; margin-bottom: 1.2 em; }
a { outline: none; 
	color: #514a42;
	font-weight: bold;
	text-decoration: none;
}

a:hover {text-decoration: underline;
		color: #211e1b;
		background-color: #F9CF8C;
}

a.alt {outline: none; 
	color: #514a42;
	font-weight: normal;
	text-decoration: underline;
}

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* STRUCTURE & STUFF */
#page-wrap {
	width: 936px;
	margin-left: 36px;
	border-top: 3px solid #fea101;
	background: white url(images/mycanow_bg_stripe.png) repeat-y;
	text-align: left;
	height: auto;
}

#header {
	width: 936px; height: 80px;
	background: white;
}	

h1#logo {
	width: 702px;
	height: 80px;
	background: url(images/mycanow_logo.png) top left no-repeat;
	background-position-x: 24px;
	text-indent: -9999px;
}

h2#tagline {
	background-color: white;
	float: left;
	width: 234px;
	height: 80px;
	background: url(images/mycanow_tagline.png) top left no-repeat;
	text-indent: -9999px;
}

#main-sidebar {
	float: left;
	width: 234px;
	min-height: 650px;
    background: #f5f3ef; padding: 0;
    text-align: center;
}

.sidebar {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #8a8072;
	font-weight: normal;
	text-decoration: underline;
}

blockquote#quote {
	width: 234px;
	height: 176px;
	background: url(images/mycanow_menu+quote.png) no-repeat;
	background-position: bottom;
	text-indent: -9999px;
}

#nav {
	padding-top: 9px;
	padding-bottom: 9px;
}
	ul#nav li a {
		display: block;
		width: 234px;
/* 		height: 24px; */
		text-indent: -9999px;
	}
	
	ul#nav li.home a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -168px;
	}
	ul#nav li.home a:hover, ul#nav li.home_active a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -144px;
	}
	ul#nav li.media a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -120px;
	}
	ul#nav li.media a:hover, ul#nav li.media_active a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -96px;
	}
	ul#nav li.team a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -72px;
	}
	ul#nav li.team a:hover, ul#nav li.team_active a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -48px;
	}
	ul#nav li.contact a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: -24px;
	}
	ul#nav li.contact a:hover, ul#nav li.contact_active a {
		background: url(images/mycanow_menu+quote.png) no-repeat;
		height: 24px;
		background-position-y: 0px;
	}
	ul#nav li.contribute {
		padding-top: 9px;
	}
	ul#nav li.contribute a {
		background: url(images/mycanow_contribute_btn.png) bottom no-repeat;
		height: 54px;
	}
	ul#nav li.contribute a:hover {
		background: url(images/mycanow_contribute_btn.png) center no-repeat;
		height: 54px;
	}
	ul#nav li.contribute a:active {
		background: url(images/mycanow_contribute_btn.png) top no-repeat;
		height: 54px;
	}
	ul#nav li.documentary a, ul#nav li.documentary a:active {
		background: url(images/mycanow_docu_btn428.jpg) bottom no-repeat;
		height: 214px;
	}
	ul#nav li.documentary a:hover {
		background: url(images/mycanow_docu_btn428.jpg) top no-repeat;
		height: 214px;
	}
	
#main-content {
	float: right;
	width: 702px; bottom: 0;
	min-height: 650px;
	background: white;
}

#main-content h2 {
	margin: 24px;
	color: #48423B;
}

#main-content p {
	margin-left: 24px;
	margin-right: 120px;
	margin-top: 12px;
}

#footer {
	clear:both;
	border-top: 3px solid #fea101;
	background: #525252;
	margin-bottom:2px;
	font-size: 10px;
	padding-top: 6 px;
	text-align: center;
	line-height: 12px;
	color: #7d7d7d;
}
