/************************************************************************************

	"INSPIRED.CSS"
	-	Layout rules for Science Museum/Inspired

	CONTENTS:
	-	Global
	-	Accessibility
	-	Main Layout
	-	Secondary layouts
		-	collections page

************************************************************************************/

@import "typography.css";
@import "nav.css";
@import "headings.css";

/*	-	Global
------------------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
}

html{
	  background: #EBEBEB url('/images/inspired/img/common/bg_body.gif') no-repeat;
}
body{
}
/*	-	Accessibility
------------------------------------------------------------------------------------*/

ul#skip{
	position: absolute;
	top: -999em;
}

/*	-	Main Layout	
------------------------------------------------------------------------------------*/

div#wrapper{
	position: relative;
	left:  0;
	top: 0;
	width: 968px;
	padding: 0 20px;	
}
div#header{
	position: relative;
	top:  0;
	width: 958px;
	height: 160px;
	background: url('/images/inspired/img/common/bg_header.gif') 0;
}
div#navigation{
	position: absolute;
	left: 281px;
	top:  33px;
	width: 651px;
	height: 160px;
}
div#main{
	position: relative;
	float: left;
	width: 885px;
	padding: 20px 30px;
	margin: 0 20px 0 0;
	/*background: url('/images/inspired/img/dashes/bg_header_full.png') no-repeat;*/
}

div#main.fullwidth{
	background: url('/images/inspired/img/dashes/bg_tile_fullwidth.gif') repeat-y;
}
div#main.halved{
	width: 435px;
	background: url('/images/inspired/img/dashes/bg_main_halved.gif') repeat-y;
}
div#main.halved_split{
	width: 435px;
	background: url('/images/inspired/img/dashes/bg_main_halved_split.gif') repeat-y;
}

/*	#main for various layouts	*/

#find div#main.fullwidth{
	padding-top: 30px;
	background: url('/images/inspired/img/dashes/bg_tile_fullwidth_find.gif') repeat-y;
}
#whatisit div#main.fullwidth{
	height: 310px;
	padding: 30px 30px 0 30px;
}
#sitemap #main{
	width: 884px;
	height: 808px;
	background: url('/images/inspired/img/sitemap/bg_sitemap.gif') no-repeat;
}
div#main.top_right{
	position: absolute;
	top: 228px;
	right: 23px;	
	width: 410px;
	z-index: 10;
	background: url('/images/inspired/img/dashes/bg_topright_base.gif') no-repeat bottom right;
}

/*	end main layouts	*/

div#secondary	{
	position: relative;
	float: left;
	width: 946px;
	padding: 0;
	background: url('/images/inspired/img/dashes/bg_dash_tile.gif') repeat-y;
}
body#collections div#secondary{
	background: none;
}


/*	#secondary for various layouts	*/

/*	What is it,
	
				*/
div#secondary.left	{
	position: relative;
	width: 485px;
	padding: 0;
	background: url('/images/inspired/img/dashes/bg_dash_tile.gif') repeat-y;
}
div#secondary.left.top	{
	top:  0;
}
div#secondary.halved_split{
	background: url('/images/inspired/img/dashes/bg_secondary_halved.gif') repeat-y;
}
/*	Modules in secondary content	*/

div.module{
	position: relative;
	float: left;
	width: 410px;
	margin: 0;
	padding: 0 30px;
	background: url('/images/inspired/img/dashes/bg_item_module_left.gif') no-repeat;
}
div.module.half{
	width: 200px;
	margin-left: 0;
	padding: 10px 0 0 35px;
	background: url('/images/inspired/img/dashes/bg_secondary_halved.gif') repeat-y;
}
div.module.halved{
	position: relative;
	width: 470px;
	margin-left: 0;
	padding: 10px 0 0 35px;
	background: url('/images/inspired/img/dashes/bg_secondary_halved.gif') repeat-y;
}
#press div.module.halved{
	height: 21em;
}
#support div.module.halved{
	height: 16em;
}
#press.release div.module{
	padding:  30px;
}
#beinspired div.module.halved{
	min-height: 21em;
}
#press #main{
	/*height: 10em;*/
}
div#secondary.left div.module.first{
	background: none;
}
div.module.no_padding{
	padding-top: 0;
	margin-top: -20px;
	background: none;	
}
#whatisit div.module{
	width: 440px;
	margin-top: -20px;
	padding: 20px 0 20px 30px;
	z-index: 10;
}
#whatisit div.module.first{
	margin-top: 9px;
}
#eventdetail div#secondary.left div.module.first{
	padding-top:  0;
	margin-top: -30px;
}

/* "inspired will" for "what is" page	*/

div#secondary.left div.module.ins_goals{
	position: relative;
	top: 0;
	height: 210px;
	width: 470px;
	padding: 0 0 20px 0;
	margin: 0;
	text-indent: -999em;
}

/*	end secondary layouts				*/

/*	Footer								*/
ul#footer{
	position: relative;
	float: left;
	clear: both;
	height: 3em;
	padding: 20px 0;
	margin-left: 0;
}
ul#footer.fullwidth{
	width: 984px;
	background: url('/images/inspired/img/common/bg_footer_fullwidth.gif') no-repeat top;
}
ul#footer.half{
	width: 485px;
	margin-left:  20px;	
	background: url('/images/inspired/img/common/bg_footer_half.gif') no-repeat top left;
}
#collections ul#footer.fullwidth{
	width: 944px;
	margin-left: 20px;
}

#beinspired #wrapper ul#footer,
#whatdoyouthink #wrapper ul#footer{
	bottom: 0;
	left: -20px;
}

/*	-	Secondary Layout
------------------------------------------------------------------------------------*/

/*	Collections Page																*/

body#collections ul#collection_items{
	float: left;
	width: 946px;
	padding-top: 0;
	margin-top: -10px;
	background: url('/images/inspired/img/dashes/bg_tile_fullwidth.gif') repeat-y;
}
body#collections ul#collection_items li.first{
	margin-top: 0;
	background: url('/images/inspired/img/dashes/first_collection_left.gif') no-repeat;
}
body#collections ul#collection_items li{
	position: relative;
	float: left;
	width: 430px;
	padding:  340px 24px 24px 24px;
	background: url('/images/inspired/img/dashes/bg_item_collection_left.gif') no-repeat;
}
body#collections ul#collection_items li.right{
	width: 420px;
	background: url('/images/inspired/img/dashes/bg_item_collection_right.gif') no-repeat;
}
body#collections ul#collection_items li.topright{
	width: 420px;
	background: url('/images/inspired/img/dashes/bg_item_collection_topright.gif') no-repeat;
}



