/*
This file contains styles for student work gallery at the page bottom.
*/

/*
Main container for student work gallery
*/
#student-work
	{
	border-bottom: 12px solid #8B2332;
	height: 200px;
	}

/*
Container for the list of student work items
*/
#student-work-gallery
	{
	overflow: auto;
	}

/*
List of student work items
*/
#student-work-gallery ul
	{
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	}

/*
Student work items
*/
#student-work-gallery li
	{
	float: left;
	margin: 0 20px;
	}

#student-work-gallery li:first-child
	{
	margin-left: 0;
	}

#student-work-gallery a img
	{
	border-style: none;
	}

/*
Styles for student work navigation buttons
*/
#student-work .student-work-nav
	{
	display: block;
	height: 67px;
	padding: 30px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 2.5em;
	opacity: 0.75;
	}

#student-work #student-work-right
	{
	padding-left: 8px;
	}

#student-work #student-work-left
	{
	padding-right: 8px;
	}

/*
Styles for the 'Student Work' text that heads the gallery
*/
#student-work-title
	{
	text-align: center;
	margin: 0;
	padding: 20px 0;
	}

#student-work-title,
#student-work-title a
	{
	font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.75em;
	color: #fff;
	}