/*******************************************************************************
	AUTHOR:		Timothy Higgins
	CONTACT:	th422@drexel.edu
	
	This style sheet is for the landing page of the site, index.php. It is only
	used there.
*******************************************************************************/

	/***************************************************************************
		Override.
	***************************************************************************/
	*{
		padding: 0;
		margin: 0;
	}
	a:link, a:visited{
		color: #fee7ca;
	}
	a:hover, a:active{
		color: #edd6b0;
	}
	body{
		background-image: url('image/bg.jpg');
		background-position: center center;
		background-color: #fee7ca;
		font-family: sans-serif;
	}
	img{
		border-style: none;
		display: block;
	}
	p{
		font-size: 13px;
		margin-top: 20px;
	}
	
	/***************************************************************************
		Extra styles.
	***************************************************************************/
	
	/* Orange gradient row. */
	td.gradient{
		background-image: url('image/gradient.jpg');
		background-position: center bottom;
		background-repeat: repeat-x;
	}
	td.gradient div.title{
		font-size: 35px;
		color: #660033;
		margin-top: 20px;
	}
	
	/* Logo. */
	td.logo{
		vertical-align: bottom;
	}
	td.logo img{
		margin-bottom: -50px;
	}
	
	/* Dark maroon row. */
	td.dark{
		background-color: #36001b;
		padding: 10px 0 10px 0;
	}
	td.dark div.location{
		font-size: 10pt;
		color: white;
		vertical-align: top;
		padding: 5px;
		border-left: 2px solid #660033;
		float: left;
	}
	
	/* Awards. */
	div.awards{
		background-image: url('image/awards_bg.jpg');
		background-position: center top;
		background-repeat: repeat-x;
		padding: 20px;
	}