/*---------------------------------------------
Lindsay Fournier - Screen StyleSheet

version:  1.0
author:   citrusfresh design
email:    jesh@citrusfreshdesign.com
website:  www.citrusfershdesign.com
----------------------------------------------*/

* { margin:0; padding:0; }
body {
	font: 62.5% Arial;
	background: #331f17 url(images/darkwood.jpg) -80px 0;
}
img {border:none;}
.hidden{display:none;}
#header {
	width: 780px;
	margin: 75px auto 35px;
	color: #fff;
	position: relative;
}
#header h1 {
	width: 546px;
	height: 64px;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 153px;
	left: 230px;
	background: url(images/slogan.png) no-repeat 0 0;
}
#header img.cir {
	position: absolute;
	top: 30px;
	left: 250px;
}
#topper, #main, #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#topper {
	height: 80px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: #00b6be url(images/header.png) no-repeat 650px 13px;
}

#main { background: #e2d5bf url(images/paper.jpg) 0 0; }

#bio {
	float: left;
	width: 337px;
	position: relative;
	top: -60px;
	margin-left: 15px;
}
#bio h3 {
	height: 31px;
	font-size: 1em;
	text-indent: -9999em;
	background: url(images/bio-top.png);
}
#bio div.content {
	padding: 0 40px 25px 35px;
	color: #5a372c;
	background: url(images/bio-btm.png) no-repeat 0 bottom;
}
#bio p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}
#bio li {
	width: 125px;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #d2232a;
	list-style: inside url(images/check.png);
}
#bio ul.float-left { float: left; margin-bottom: 40px; }
#bio ul.float-right { float: right; margin-bottom: 40px; }
#bio a { clear: both; }
#bio a.bio-btn {
	clear: both;
	display: block;
	width: 110px;
	margin: 20px auto;
	padding: 5px;
	color: white;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	text-shadow: 1px 1px 2px #7c7560;
	background: #ded7c3;
}
#bio a.bio-btn:hover { color: #5a372c; }

#portfolio {
	float: right;
	width: 600px;
	margin-top: 20px;
}
#portfolio div.item {
	width: 550px;
	margin: 20px 0;
	padding: 12px;
	background: url(images/item-bg.png);
}
#portfolio div.item p {
	margin: 40px 0 5px;
	font-size: 1.8em;
	text-align: right;
	color: #d2232a;
}
#portfolio div.item a.pop {
	padding: .3em .5em;
	color: #b79990;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #5a372c;
	background-image: url(images/item-bg.png);
}
#portfolio div.item a.pop:hover {
	color: #5a372c; 
	background-color: #fff;
	background-image: none; 
}

div.clear { clear: both; }

#footer {
	color: #cec0a2;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	padding: 45px 0;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#footer span { color: #fff; }
#footer img.cir1 {
	position: absolute;
	top: 55px;
	right: 95px;
}
#footer img.cir2 {
	position: absolute;
	top: 35px;
	left: 120px;
}