/* --------------------------


   
-------------------------- */

@import "http://collegerelations.vassar.edu/centralincludes/assets/css/reset.css";


/* - basic sitewide page structure - */


	/* -- main content formatting -- */

	body
	{
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		padding: 0;
		margin: 0;
		text-align: center;
		color: #333;
		line-height: 16px;
	
	}

	h1, h2, h3, h4, h5, h6
	{
		margin: 10px 0;
	}

	h1, h2, h3 { font-family: Georgia, Times, serif; }

	h2
	{
		font-size: 20px;
		color: #333;
		margin-top: 30px;
	}

.courses h2 { font-size: 16px; }

	h3 
	{
		font-size: 16px;
		margin-top: 20px;
		color: #777; 
	}

	h4
	{
		font-size: 14px; margin-top: 20px;
	}

	h5, h6
	{
		font-size: 12px;
		color: #888;
	}
	
	p.hide { display: none; }
	
	p, li
	{
		line-height: 18px;
		margin: 10px 0;
		color: #555;
	}
	
	a
	{
		border-bottom: 1px dotted #8a8;
		color: #580;
		text-decoration: none;
	}
	
	a:hover
	{
		border-bottom: none;
		color: #888;
		text-decoration: none;
	}
	
	ul li
	{
		margin-left: 11px;
		padding: 0; margin: 0 0 0 16px;
		list-style-image: url(../images/bullet_point.gif);
	}
	
	img.left
	{
		float: left;
		margin-right: 4px;
	}

	img.right
	{
		float: right;
		margin-right: 4px;
	}
	
	img
	{
		border: none;
	}

		/* --- download icons --- */
		
		#content_main ul.download
		{
			margin-left: 20px;
		}

		#content_main ul li.pdf
		{
			list-style-image: url(../images/pdf_icon.gif);
		}
		
		#content_main ul li.word
		{
			list-style-image: url(../images/word_icon.gif);
		}
	
		/* --- end download icons --- */
	
	/* -- end main content formatting -- */
	


#wrapper
{
	margin: 0 auto;
	width: 850px;
}

#container
{
	text-align: left;
	margin: 0 auto 40px 0;
	float: none;
}

#content_main
{
	width: 500px;
	padding: 20px;

	padding-bottom: 20px;
}

body #header h1
{
	margin: 0;
}

body h1#title a
{
	display: block;
	width: 720px;
	height: 140px;
	/* text-indent: -9999px; */
}


body h1#title a, #nav_site a
{
	border: none;
}

	/* -- page navigation -- */

	ul#nav_page
	{
		position: absolute;
		top: -900px;
		left: -900px;
	}
	
	ul#nav_page li
	{
		list-style: none;
	}

	/* -- end page navigation -- */
	

	/* -- sitewide navigation -- */
	
	#nav_site
	{
		padding: 3px;
		text-align: center;
		border: 1px #f00;
	}
	
	#nav_site ul
	{
		margin: 0;
		padding: 0;
	}
	
	#nav_site ul li
	{
		display: inline;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#nav_site ul li a
	{
		padding: 4px 6px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 16px;
		text-decoration: none;
	}
	
	/* -- end sitewide navigation -- */

	/* -- subnav (for pages like Students) -- */

	#sub_nav
	{
		text-align: center;
		margin-top: 10px;
	}
	
	#sub_nav ul
	{
		margin: 0;
		padding: 0;
	}

	#sub_nav ul li
	{
		display: inline;
		list-style: none;
		padding: 0px;
		margin: 0;
	}

	#sub_nav ul li a
	{
		padding: 4px 6px;
		text-decoration: none;
		border: none;
	}
	
	#sub_nav ul li.last
	{
		border: none;
	}

	/* -- end subnav -- */


	/* -- footer address -- */

	address
	{
		display: inline;
		color: #fff;
		font-style: normal;
	}
	
	#footer_address
	{
		font-size: 10px;
		text-align: center;

		padding: 5px 0 15px 0;
		clear: both;

	}
	
	#footer_address a
	{
		border-bottom: 1px dotted #ddd;
		text-decoration: none;
		color: #ddd;
	}
	
	#footer_address a:hover
	{
		border-bottom: none;
		background: #fff;
		color: #888;
	}
	
	/* -- end footer address -- */


	/* -- global and redundant navigation -- */

	ul#nav_global
	{
		padding-bottom: 10px;
	}
	
	ul#nav_site_redundant, ul#nav_global
	{
		margin: 0; padding: 0;
	}
	
	ul#nav_site_redundant li, ul#nav_global li
	{
		display: inline;
		padding: 2px 4px;
	}

	/* -- end global and redundant navigation -- */


	/* -- supplementary navigation -- */
	
	#supp_nav
	{
		font-size: 10px;
		text-align: center;
	}
	
	#supp_nav ul
	{
		margin: 0; padding: 0;
	}
	
	#supp_nav ul li
	{
		display: inline;
		list-style: none;
		padding: 0;
		margin: 0 4px;
	}
	
	/* -- end supplementary navigation -- */
	




		/* --- minigallery (appears on most inner pages) --- */		
	
		#minigallery
		{
			float: right;
			display: inline; /* double-margin hack */
			width: 150px;
			margin-right: 98px; 
			margin-top: 20px; 
		}

#minigallery h2 { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; margin-top: 20px; text-transform: uppercase; letter-spacing: 2px; margin-left: 10px; }

		
		#minigallery img
		{
			float: right;
			margin: 5px;
			padding: 0;
		}
			
		/* --- end minigallery --- */
		
		p.screensaver
		{
			background: url(../images/screensaver_icon.jpg) no-repeat ;
			height: 40px;
			text-align: left;
			padding: 10px 0 0 50px;
		}

	/* -- end gallery page styles -- */


	body
	{
		background: #FFEBC7;
	}
	
	#header { position: relative; padding-top: 130px; }
	
	#header h1
	{
		text-indent: -9999px;
	}

	#header h1 a { position: absolute; top: 40px; left: 0px; width: 400px; height: 70px; }

	#header h2 { text-indent: -9999px; }
	#header h2 a { position: absolute; top: 110px; left: 90px; width: 280px; }
	
	#nav_site li.students a
	{
		background: #C28100;
		color: #fff;
		font-weight: bold;
	}
	
	#nav_site
	{
		padding: 0;
	}
	
	#nav_site ul li.last a
	{
		border-right: 1px dotted #888;
	}
	
	#container
	{
		background: url(../images/background_students.jpg) repeat-y;
		width: 850px;
	}
	
	#nav_site ul.nav li a
	{
	}
	
	#footer_address
	{	
		background: url(../images/footer_students.jpg) no-repeat bottom;
		padding: 80px 0 40px 0;
	}

	#footer_address p { margin: 0; }
	#footer_address a { color: #888; }
	#footer_address a:visited { color: #aaa; }
	#footer_address a:hover { color: #000; }
	
	#nav_site ul.nav li { margin: 0 3px; }

	#nav_site ul.nav li a:hover { background: #ddd; color: #444; }

	#nav_site ul.nav ul { display: none; }



#header a { border: none; }

#content_main { padding-left: 45px; }
#content-sidebar { width: 240px; float: right; margin-top: 60px; padding-right: 10px; }
#content-sidebar ul { margin: 0; padding: 0; }
#content-sidebar ul ul, #nav-side ul ul ul, #nav-side ul ul ul ul { margin: 8px 0 0 0px; padding: 0 0 0 10px; font-size: 11px; border-left: 1px dotted #ccc; }
#content-sidebar ul li { list-style: none; margin: 3px 0 0 0; line-height: 16px; }
#content-sidebar ul li a { border: none; }

/* #content_main, #content-sidebar { border: 1px solid #eee; } */

table.posters img { float: left; }

em, i { font-style: italic; }
strong, b { font-weight: bold; }


#release-side h4 { font-size: 11px; margin-top: 20px; text-transform: uppercase; letter-spacing: 2px; }

#nav-side { position: relative; }

#header h2 a { position: absolute; left: 150px; height: 30px; }

p.biopic_container { float: left; margin: 0 2em .5em 0; }

