/**	Styles for "Screen" Media
*		File: styles.css
*		Author: Stephen Davis
*		Auth Web: http://www.xenondesignstudios.com
*		modified: 2011-06-05
* --------------------------------------------------------------
**/

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
	color: #666;
}
body { background: #FFF; }
	a {
		color: #666;
		text-decoration: none;
	}
	a.highlight { color: #C00; }
		a:hover { text-decoration: underline; }
		a img { border: 0; }
#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	font-size: 1.2em;
}
#header { padding: 30px 0 20px; }
#header #masthead {
	background: url("../images/logo.png");
	text-indent: -10000px;
	width: 378px;
	height: 44px;
	margin-left: 70px;
	overflow: hidden;
}
#content { height: 450px; }
#prev, #next {
	width: 45px;
	height: 450px;
	cursor: pointer;
	background: url('../images/arrows.png') no-repeat;
}
#prev {
	float: left;
	background-position: 0 center;
}
	#prev:hover { background-position: -45px center; }
#next {
	float: right;
	background-position: -90px center;
}
	#next:hover { background-position: -135px center; }
#portfolio {
	position: relative;
	overflow: hidden;
	float: left;
	width: 690px;
	height: 450px;
	background: url('../images/bg_portfolio.png');
}
#portfolio_content {
	width: 20000px;
	position: absolute;
	top: 0;
	list-style: none;
}
#portfolio ul li {
	display: block;
	float: left;
}
#portfolio ul li a {
	padding: 25px;
	display: block;
}
#footer {
	padding-top: 20px;
	text-align: right;
}
#footer p { margin-right: 70px; }

