/**	Styles for "Screen" Media
*		File: styles.css
*		Author: Stephen Davis
*		Auth Web: http://www.xenondesignstudios.com
*		modified: 2010-01-12
* --------------------------------------------------------------
**/

* {
	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;
}
#prev {
	float: left;
	background: url('../images/prev.png') left center no-repeat;
}
	#prev:hover { background-image: url('../images/prev-hover.png'); }
#next {
	float: right;
	background: url('../images/next.png') right center no-repeat;
}
	#next:hover { background-image: url('../images/next-hover.png'); }
#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;
	padding: 25px;
}

#portfolio ul li a {
	position: relative;
}

#portfolio ul li span {
	position: absolute;
	bottom: 3px;
	left: 0;
	background: url('../images/bg_link.png');
	padding: 2px 12px 3px;
	width: 624px;
}

#portfolio ul li a:hover span {
	text-decoration: underline;
}

#footer {
	padding-top: 20px;
	text-align: right;
}
#footer p {
	margin-right: 70px;
}
