@charset "UTF-8";
/* CSS Document */

#body h1 h2 p ul{
	margin: 0;
	padding: 0;
}
#body{
	font: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #545454;
	background: #FFF;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
}

#header {
	width: 1100px;
	margin: 2em auto 0 auto;
}

#header ul {
	list-style: none;
	font: 90% Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 0 60px 400px;
}
#header li{
	float: left;
	padding: 0 20px;
	color: #545454;
}
#header a{
color: #545454;
text-decoration: none;
}

#header li a:hover, header li a:active{
color:#941d31;
}

Content Styles

#welcome p{
width: 400px;
font: Arial, Helvetica, sans-serif;
font-size: 50%;
line-height: 1.3em;
}

.aloha{
font-size: 170%;
color: #941d31;
padding-right: 8px;
}

#photos{
	margin: 0 auto;
	}
#photoGroup{
	margin: 4em 0 4em 0;
}
.gallery{
	cursor: pointer;
	margin: 2px;
	height: 50px;
	background: url(../images/border_50.gif) no-repeat;
	padding: 10px;
	}
	
.photo_large {
	clear: both;
	height: 445px;
}
#work{
	font: 90% Arial, Helvetica, sans-serif;
	background:#CCC;
	padding: 2em;
	border: .1em solid #000;
}
.work{
	margin: 0;
	padding-bottom: 1em;
	font: 130% Arial, Helvetica, sans-serif;
	color: #941d31;
}

.style{
	font: 120% Arial, Helvetica, sans-serifitalic;
	color:#941d31;
}

#work li{
	line-height: 1.5em;
}

.extraSpace{
	padding-top: .5em;
	color: #941d31;
	font-size: 130%;
}

.date{
	color: #555;
	font: italic;
}
.update{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #555;
	padding: 15 0 0 0px;
	border-bottom: dashed #555 1px;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#bio{
width: 700px;
text-align: left;
margin: 2.5em auto 4em auto;
font: 90% Arial, Helvetica, sans-serif;
background:#CCC;
line-height: 30px;
padding: 2em;
border: .1em solid #000;
}

#work{
color: #333;
list-style: none;
line-height: 1.3em;
width: 800px;
margin: 2.5em auto;
text-align: left;
}

#ferris{
	font: Arial, Helvetica, sans-serif;
}
.sign{
font-style: italic;
color:#333;
font-size: 200%;
padding-left: 7em;
}

.link{
	color:#941d31;
	text-decoration: none;
	font-size: 110%;
	letter-spacing: 1px;
}

#footer{
	text-align: center;
	font:  12px Helvetica, Arial, sans-serif;
	color: #545454;
	margin-top: 5em;
}

#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	width: 500px;
	text-align: left;
	margin: 2em auto;
	line-height: 1.5em;
}

#welcome a{
	text-decoration: none;
	color: #900;
}

#wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #419488;
	background: white;
	width: 890px;
	margin: 0px auto;
	display: block;
	position: relative;
	bottom: 0px;
	top: 15px;
	padding: 0px;
	font-weight: lighter;
}

.credit {
border-left: solid 1px #777;
padding-left: 5px;
margin-left: 5px;
}
.credit a{
	color: #941d31;
	text-decoration: none;
}
.credit a:hover{
	text-decoration: underline;
}

.col_work{
	float: left;
	margin: 0 7%;
}
