/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp/2008 - support@echidna.ca
	v1.3 // MASTER core file modified on 11/18/2008	
*/

/*
	=SITE STRUCTURE
*******************************/
#container{width:100%; background:#FFF url(../images/bg_body.jpg) repeat-x top center; position:relative;}
#document{margin:0 auto; width:960px;}
#header{height:139px; width:960px;position:relative; background:url(../images/literacy_clicks_logo.jpg) no-repeat top left; position:relative}
#content{padding-top:64px;}
#content_main{width:460px; float:left; padding:10px 120px 60px 20px; background:url(../images/bg_content_main.jpg) no-repeat 0 0;min-height:380px;_height:380px;}
#content_sidebar{width:325px; float:left;}

#site_info_module{width:100%; padding:25px 0; background:#003466 url(../images/bg_site_info.jpg) repeat-x top center;}
	#site_info{width:960px; margin:0 auto; padding-top:45px; padding-bottom:35px;}
	
#contest_winners{width:450px; height:400px; padding:50px 12px 12px 12px; background:url(../images/contest_winners_bg.jpg) no-repeat top left;}	

/*
	=NAVIGATION STRUCTURE
*******************************/

/* global */
#navigation_primary li, #navigation_secondary li{position:relative; float:left;}

/* primary */
#navigation_primary{position:absolute; left:0; bottom:23px; width:960px; height:32px; background:#eee url(../images/bg_navigation_primary.jpg) no-repeat top center;} /* list or div? */
#navigation_primary li a{height:32px; float:left; display:block; text-indent:-9999px; overflow:hidden;}

/* secondary */
#navigation_secondary{width:; float:; position:relative;} /* list or div? */


/*
	=MODULES STRUCTURE
*******************************/

/* global */


/* home page */


/* sub page */
#content_sidebar img{float:left; display:block; margin-bottom:5px;}
