@charset "UTF-8";
/* CSS Document */
/* reset */
*{padding:0;margin:0;}
/* @font-face */
@font-face {
	font-family: 'Folks-LightRegular';
	src: url('Folks-Light-webfont.eot');
	src: local('☺'), url('Folks-Light-webfont.woff') format('woff'), url('Folks-Light-webfont.ttf') format('truetype'), url('Folks-Light-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FolksRegular';
	src: url('Folks-Normal-webfont.eot');
	src: local('☺'), url('Folks-Normal-webfont.woff') format('woff'), url('Folks-Normal-webfont.ttf') format('truetype'), url('Folks-Normal-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* site styles */
/* tag styles */
body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
}
h1 {
	font-family:'FolksRegular',Helvetica,Arial;
	font-size: 72px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-weight: normal;
}
h2 {
	font-family: 'FolksRegular',Helvetica,Arial;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-weight: normal;
}
h3 {
	font-family: 'FolksRegular',Helvetica,Arial;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	font-weight: normal;
}
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img {
	margin: 10px 0 0 0;
}

/* id styles */
#container {
	width: 960px;
	padding:0;
	margin: 0 auto 0 auto;
	text-align:left;
}
#header {
	padding: 25px 0 0 0;
	margin: 0;
}
#blurb {
	padding: 10px 0 10px 0;
	margin: 0;
	width: 960px;
	overflow: hidden;
}
#blurb p {
	font-size:13px;
	padding-bottom: 6px;
	line-height: 20px;
}
#about {
	width: 650px;
	margin: 0;
	padding: 0 10px 20px 0;
	float: left;
}
#about a {
	color: #333;
}
#skills {
	width: 280px;
	padding: 10px;
	margin: 0;
	float: left;
	background-color: #87CEEB;
	background-color: rgba(0, 104, 139, 0.3);
}
#work {
	float:left;
	width: 250px;
	padding: 25px 0 0 0;
	margin: 0;
}
#work li a {
	font-size: 13px;
	display: block;
	width: 150px;
	padding: 5px 0 5px 8px;
	margin: 10px 0 10px 0;
	text-decoration:none;
	color:#333333;
	background-color: #fff;
	background-color: rgba(255,255,255,0.4);
}
#work li a:hover {
	font-size: 13px;
	display: block;
	width: 150px;
	padding: 5px 0 5px 8px;
	margin: 10px 0 10px 0;
	text-decoration:none;
	color:#3F3F3F;
	background-color: #87CEEB;
	background-color: rgba(0, 104, 139, 0.3);
}
#images {
	float: left;
	width: 710px;
	padding: 25px 0 20px 0;
	margin: 0;
}
#footer {
	padding: 10px 0 10px 0;
}
#footer a{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted;
}
#footer a:hover {
	border-bottom: 1px solid;
}
#form {
	padding-top: 20px;
}
/* classes */
.title {
	font-family: 'FolksRegular',Helvetica,Arial;
	font-size: 18px;
}
.summary {
	font-size: 12px;
	line-height: 18px;
}
.list {
	list-style: none;
	padding: 0;
}
.link {
	text-decoration: underline;
	color: #5d6b6a;
}
.section {
	font-family: 'Folks-LightRegular',Helvetica,Arial;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.subtitle {
	font-family: 'Folks-LightRegular',Helvetica,Arial;
	font-size: 14px;
	padding: 7px 0 4px 0;
}
.pdf {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	height: 20px;
	color: #5d6b6a;
	font-size: 14px;
}
.clear {
	clear: both;
}