/* Coded by Wesley Foster
&copy; 2010. All rights reserved. */

body {
	background-color: #efefef;
	font-family: "Helvetica Neue", Geneva, sans-serif;
	color: #71706b;
	margin: 0;
}

#header {
	text-align: center;
}

blockquote {
			
	padding: 10px 0 0 80px;
	margin: 0 10px 0 0;
	
	background: transparent url('/images/quote.png') 0 0 no-repeat;
	
	font-style: italic;
	font-size: 20px;
	
	}
	
p {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 17px;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;	
	text-align: center;
}

.title {
	text-align: left;
	width: 370px;
	margin-left: auto;
	font-weight: bold;
	margin-right: auto;
	font-family: Georgia;
	font-size: 20px;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;	
}

#work {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 60px;
	font-style: italic;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
	text-align: center;
}

.smallwork {
	width: 500px;
	margin-left: auto;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 50px;
	font-family: Georgia;
	font-style: Bold;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;
	text-align: center;
}

/* @group links */

a:link, a:visited {
	color: #737373;
	
	text-decoration: none;
	background: transparent;
	padding: 1px 6px;
	margin: 0px -4px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background: #737373;
	padding: 1px 4px;
	margin: 1px;
	-webkit-border-radius: 5px;
}

/* @end */

ul, li {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 15px;
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #000;	
	text-align: center;
	list-style: none;
}


/* @group elements */

img {
	border: 0;
}

/* @end */

#footer {
		margin-top: 25px;
		border-top: dotted 1px #C0C5C9;
		font-family: Monaco;
		font-size: 11px;
		
		text-align: center;
		
		}
