/*
Author			Nate Banion
Date			5/16/11
Description		Style sheet for cover of ENGL 581 ecocriticism essay collection

Notes:
	*div cover_page holds all other divs and elements.
*/

#cover_page /* holds all cover page content */
	{
	/*color:blue;*/
	background-color:gray;
	text-align:center;
	width:500px;
	padding-top:3em;
	padding-bottom:3em;
	margin:auto;	
	}


/*-----------------------------------------------------------------
elements
-----------------------------------------------------------------*/

#cover_page h1
	{
	color:white;
	padding-top:.5em;
	padding-bottom:1em;
	margin-bottom:0em;
	background-color:black;
	}
	
/*-----------------------------------------------------------------
ids
-----------------------------------------------------------------*/

#cover_page>div#image /* contains the cover image */
	{
	padding-bottom:0em;
	}

#cover_page #class_information /* information about the class */
	{
	margin-top:0em;
	color:white;
	background-color:black;
	padding-top:1em;
	padding-bottom:.5em;
	margin-bottom:3em;
	}
	
#cover_page #back_to_contents /* link back to table of contents */
	{
	}