@import url('reset.css');
@import url('text.css');
@import url('960.css');

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeue-webfont.eot');
	src: local('☺'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#webfontYW4lu6A6') format('svg');
	font-weight: normal;
	font-style: normal;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: rgb(57,96,115);
}

a:hover {
	color: rgb(191,29,42);
	border-bottom: 1px dotted rgb(191,29,42);
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
}

blockquote em {
	font-style: normal;
}

body, .wufoo {
	font:  62.5%/150% 'Droid Serif', Georgia, serif;
	color: rgb(50,50,50);
}

footer {
	min-height: 220px;
	margin-top: 40px;
	padding-top: 20px;
	background-color: rgba(0,0,0,.9);
	border-top: 2px solid rgba(255,255,255,.4);
	font: 1.1em/150% 'Helvetica Neue', Helvetica, sans-serif;
	color: rgba(255,255,255,1);
}

footer a:link, footer a:active, footer a:visited {
	color: rgb(205,190,169);
}

footer a:hover {
	color: rgb(57,96,115);
	border-bottom: 1px dotted rgb(57,96,115);
}

footer li {
	margin-left: 0;
	margin-bottom: 10px;
	list-style: none;
}

footer section p {
	font-size: 1em;
}

header h1 {
	margin-bottom: 0;
	font: 4.8em/100% 'BebasNeueRegular' !important;
}

header h2 {
	margin-top: -10px;
	margin-left: 120px;
	font: 1.35em/100% 'BebasNeueRegular' !important;
}

hr {
	height: 1px;	
	background-color: rgb(38,28,23);
}

input {
	padding: 4px;
	margin-right: 5px;
	border: 1px solid rgb(126,117,105);
	width: 140px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #eeeeee), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #eeeeee 1px, #FFFFFF 25px);
}

input[type=submit] {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgb(57,96,115) !important;
	font-weight: bold;
	color: #fff;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0px 0px 8px;
	webkit-box-shadow: rgba(0, 0, 0, .3) 0px 0px 8px;
}

object {
	border: 5px solid #fff;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.4);
	box-shadow: 5px 5px 10px rgba(0,0,0,.4);
}

section p, section li {
	font-size: 1.2em;
	line-height: 170%;
}

section h1 {
	font: 2.4em/140% 'Droid Serif';
}

section h2, section h3 {
	font: 1.6em/140% 'Droid Serif';
}

section h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font: bold 1.4em/100% 'Helvetica Neue', Arial, sans-serif;
	border-bottom: 1px solid #fff;
}

textarea {
	display: block;
	margin-top: 10px;
	width: 540px;
	height: 180px;
	border: 1px solid rgb(126,117,105);
}

#activeprojects, #retiredprojects, #someofjeremystalks {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(50,50,50);
}

#attribution {
	position: relative;
	top: -15px;
	right: 20px;
	text-align: right;
	font-size: 1.3em;
}

.clear {
	clear: both;
}

.error {
	font-weight: bold;
	color: rgb(191,29,42);
}

#photo img {
	margin-top: 40px;
	margin-left: 30px;
	border: 3px solid #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.4);
	box-shadow: 3px 3px 5px rgba(0,0,0,.4);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	rotation: 10deg;
}

#projects h3 {
	display: -moz-inline-block;
	display: inline-block;
	margin-right: 20px;
}

#projects li, #speaking li {
	display: -moz-inline-block;
	display: inline-block;
	margin-left: 0;
	margin-right: 5px;
	list-style: none;
}

#projects li a:hover {
	border: none;
}

#projects .inset {
	max-width: 134px;
	max-height: auto;
	border: 3px solid #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.4);
	box-shadow: 3px 3px 5px rgba(0,0,0,.4);
}

.project_description {
	margin-bottom: 30px;
}

#sent {
	min-height: 365px;
}

#social a:hover {
	border-bottom: none;
}

#social li {
	display: -moz-inline-block;
	display: inline-block;
	margin-right: 10px;
}

#speaking li img {
	position: relative;
	top: 3px;
}

#speaking object {
	margin-bottom: 80px;
}

#top {
	height: 60px;
	padding-top: 20px;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(255,255,255,.4);
	background-color: rgba(0,0,0,.4);
}

#top nav a {
	
	color: rgba(255,255,255,1);
}

#top nav li {
	display: -moz-inline-block;
	display: inline-block;
	margin-top: 12px;
	font: bold 1.2em/100% 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
}
