@font-face {
	font-family: 'WinterthurCondensedRegular';
	src: url('/static/fonts/WinterthurCondensed-webfont.eot');
	src: url('/static/fonts/WinterthurCondensed-webfont.woff') format('woff'), url('/static/fonts/WinterthurCondensed-webfont.ttf') format('truetype'), url('/static/fonts/WinterthurCondensed-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LatinModernSans10Regular';
	src: url('/static/fonts/lmsans10-regular-webfont.eot');
	src: url('/static/fonts/lmsans10-regular-webfont.woff') format('woff'), url('/static/fonts/lmsans10-regular-webfont.ttf') format('truetype'), url('/static/fonts/lmsans10-regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size:62.5%;
	background:#111;
	color:#fff;
	padding:0;
	margin:0;
	font-family:"LatinModernSans10Regular", Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* fixes IE6 layout */
}

img {
	border:none;
}

a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1, h2 {
	color:#000;
}

h1 {
	font-size:2.4em;
	margin:0 0 0.5em 0;
	text-shadow:2px 2px 3px #ccc;
}

h2 {
	font-size:1.6em;
	margin:1em 0 0.6em 0;
	font-weight:normal;
	text-shadow:1px 1px 2px #ccc;
}

h4 {
	font-size:1.4em;
	margin:0 0 0.6em 0;
}

p {
	margin:0 0 1em 0;
}

form {
	padding:0;
	margin:0;
}

fieldset {
	padding:0;
	margin:0;
	border:none;
}

input[type="text"], input[type="password"], textarea, select {
	border:1px solid #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;	
	padding:4px 8px;
	font-family:"LatinModernSans10Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:190px;
}

textarea {
	width:495px;
	overflow:auto;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

#container {
	font-size:1.6em;
	line-height:1.3em;
}

#content a {
	color:#4f82b8;
	font-weight:bold;
}

#header {
	width:1120px;
	margin:0 auto;
	padding:15px 40px 10px 40px;
	position:relative;
	font-family:"WinterthurCondensedRegular", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#logo {
	font-weight:bold;
	text-transform:uppercase;
	font-size:2em;
	line-height:1em;
	float:left;
	letter-spacing:1px;
}
#logo span {
	font-weight:normal;
	text-transform:none;
	font-size:0.9em;
	font-family:"LatinModernSans10Regular", Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	letter-spacing:-1px;
}
#logo a:hover {
	text-decoration:none;
}

#content_wrapper {
	background:#f8f8f8;
	color:#222;
}

#content {
	width:1120px;
	margin:0 auto;
	color:#444;
	padding:80px 40px;
	position:relative;
	text-align:left;
}

#footer {
	width:1120px;
	margin:0 auto;
	font-size:0.8em;
	line-height:1.4em;
	padding:20px 40px;
	color:#ccc;
	text-align:left;
}
#footer a {
	color:#ccc;
}

#skip_nav {
	position:absolute;
	left:-99999px;
	padding:20px;
	background:#f8f8f8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	color:#444;
	font-family:"LatinModernSans10Regular", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2em;
	outline:none;
}
#skip_nav:focus {
	left:200px;
}

#main_menu {
	text-transform:uppercase;
	font-weight:bold;
	float:right;
	padding:0;
	margin:9px 0 0 0;
	line-height:1em;
}
#main_menu li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#main_menu li a {
	float:left;
	padding:4px 10px;
	color:#888;
}
#main_menu li a.selected {
	color:#fff;
}
#main_menu li.last a {
	padding-right:0;
}

#footer .column {
	float:left;
	margin-right:60px;
}

#footer ul {
	padding:0;
	margin:0;
}

#footer ul li {
	padding:0;
	margin:0;
	list-style:none;
}

#footer .social li {
	padding:2px 0 2px 24px;
	margin-bottom:3px;
}
#footer .social .twitter {
	background:url(/static/images/twitter-small.png) left center no-repeat;
}
#footer .social .flickr {
	background:url(/static/images/flickr-small.png) left center no-repeat;
}
#footer .social .youtube {
	background:url(/static/images/youtube-small.png) left center no-repeat;
}
#footer .social .blog {
	background:url(/static/images/feed.png) left center no-repeat;
}
#footer .social .linkedin {
	background:url(/static/images/linkedin.png) left center no-repeat;
}

#copyright {
	margin:40px 0 0 0;
	color:#666;
	text-align:center;
}

p.lead {
	font-size:1.3em;
	line-height:1.2em;
	margin-bottom:0.5em;
}

#content .column {
	float:left;
	width:750px;
}
#content .column.last {
	float:right;
	width:250px;
}
#content .slideshow {
	padding:0;
	margin:0;
	position:relative;
}
#content .slideshow li {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	top:0;
	left:-9999px;
}
#content .slideshow img {
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
}

#blog #main_content {
	width:700px;
	float:left;
}
#blog #sidebar {
	width:200px;
	float:right;
}
#blog #sidebar h2 {
	font-size:1.2em;
	margin:2em 0 0.5em 0;
}

#blog #main_content.wide {
	width:1000px;
}

#blog h1 a, #blog h2 a, #blog h3 a {
	color:#000;
}
#blog h3 a {
	font-weight:normal;
}

#blog #main_content h2 {
	font-size:2.4em;
	margin:0 0 0.5em 0;
	text-shadow:2px 2px 3px #ccc;
	font-weight:bold;
}

#blog #main_content h3 {
	font-size:1.6em;
	margin:1em 0 0.6em 0;
	font-weight:normal;
	text-shadow:1px 1px 2px #ccc;
	color:#000;
}

#blog .navigation {
	display:block;
	float:left;
	width:100%;
	margin-bottom:30px;
}
#blog .navigation .alignleft {
	float:left;
}
#blog .navigation .alignright {
	float:right;
}

#blog .tags {
	margin-top:30px;
	background:#eee;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

#blog .hentry {
	margin-bottom:60px;
}

#blog h3#comments {
	font-size:1.4em;
}
#blog .commentlist {
	padding:0 0 0 0px;
	margin:0 0 0 0px;
	list-style-position:inside;
}
#blog .commentlist li {
	margin:0 0 10px 0;
	font-size:4em;
	line-height:1.6em;
	color:#ddd;
	float:left;
	width:100%;
}
#blog .commentlist li .comment-body {
	font-size:0.25em;
	line-height:1em;
	color:#444444;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#fff;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;	
	padding:20px 20px 1px 20px;
	float:right;
	width:870px;
}
#blog .commentlist li .comment-author,
#blog .commentlist li .comment-meta {
	margin-bottom:5px;
}

#blog #commentform {
	padding:20px;
	background:#eee;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
}

#blog .published {
	font-weight:bold;
	text-shadow:1px 1px 2px #ccc;
}

#blog #sidebar ul {
	padding:0;
	margin:0;
}
#blog #sidebar li {
	padding:0;
	margin:0;
	list-style:none;
}

#blog #searchform input {
	margin-top:5px;
}

#contact {
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	background:#eee;	
}
#contact label {
	float:left;
	width:100px;
	clear:both;
	margin-top:10px;
}
#contact input,
#contact textarea,
#contact select {
	float:left;
	margin-top:10px;
}
#contact .submit {
	clear:both;
	margin-left:100px;
}

.companyinfo {
	padding:20px 20px 0 20px;
}

p.error {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	color:#000;
	background:#faa;
	padding:10px;
}
p.success {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	color:#000;
	background:#afa;
	padding:10px;
}

input.error,
textarea.error {
	border:2px solid red;
	background:#fee;
}

.accordion {
	padding:0;
	margin:0;
}
.accordion h2 {
	margin:0;
}
.accordion li {
	padding:20px;
	margin:0 0 10px 0;
	list-style:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	background:#eee;	
}
.accordion li .anchor {
	padding:10px 0 10px 54px;
	cursor:pointer;
	background:url(/static/images/right-arrow.png) left top no-repeat;
}
.accordion li .anchor.open {
	background:url(/static/images/down-arrow.png) left top no-repeat;
}
.accordion li .content {
	padding-top:30px;
}

#contact.hire label {
	width:160px;
}
#contact.hire .submit {
	margin-left:160px;
}
#contact.hire input[type="text"] {
	width:300px;
}

ul.yes {
	padding:0;
	margin:0 0 20px 20px;
}
.yes li {
	padding:4px 0 4px 30px;
	margin:0;
	list-style:none;
	background:url(/static/images/yes.png) left center no-repeat;
}

.cv h3 {
	margin:30px 0 0 0;
}
.cv .duration {
	font-size:0.9em;
	font-weight:bold;
}
.cv .skills {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;
	background:#eee;
	padding:10px 20px;
	font-size:0.9em;
	margin:40px 0;	
}

.rss {
	background:url(/static/images/rss.png) 3px 3px no-repeat #eee;
	padding:23px 0 23px 80px;
	display:block;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px #ccc;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #ccc;	
	margin-bottom:30px;
}

.hresume ol {
	padding:0;
	margin:0 0 60px 0;
}
.hresume li {
	padding:0;
	margin:0;
	list-style:none;
}
.hresume address {
	margin-bottom:40px;
}

.map_position {
	margin-left:4px;
}

.map_position .coords {
	display:none;
}

#map_container {
	position:absolute;
	top:0;
	left:246px;
	width:470px;
	height:470px;
	padding:16px;
	background:url(/static/images/trans.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	z-index:1000;
}
#map_container .close {
	position:absolute;
	top:-10px;
	right:-10px;
	width:30px;
	height:30px;
	background:url(/static/images/close.png);
}
#map {
	width:100%;
	height:100%;
}


#portfolio_main_piece {
	margin-top:50px;
	-moz-box-shadow:0px 0px 5px #888;
	-webkit-box-shadow:0px 0px 5px #888;
	box-shadow:0px 0px 5px #888;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	padding:20px;
	background:#c0dbe5;
	float:left;
	width:960px;
	height:333px;
}
#portfolio_main_piece .image {
	float:left;
	width:500px;
	height:333px;
}
#portfolio_main_piece .image img {
	-moz-box-shadow:0px 0px 20px #000;
	-webkit-box-shadow:0px 0px 20px #000;
	box-shadow:0px 0px 20px #000;
}
#portfolio_main_piece .content {
	width:380px;
	float:right;
	height:293px;
	overflow:auto;
	padding:20px;
	background:#fefefe;
	-moz-box-shadow:inset 0px 0px 5px #888;
	-webkit-box-shadow:inset 0px 0px 5px #888;
	box-shadow:inset 0px 0px 5px #888;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
}
#portfolio_main_piece h2 {
	margin-top:0;
}

#portfolio_thumbs {
	margin-top:20px;
	padding:10px;
	float:left;
	background:#c0dbe5;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	-moz-box-shadow:0px 0px 5px #888;
	-webkit-box-shadow:0px 0px 5px #888;
	box-shadow:0px 0px 5px #888;
	position:relative;
	width:980px;
	min-height:175px;
}
#portfolio_thumbs li {
	padding:0;
	margin:10px;
	list-style:none;
	float:left;
}
#portfolio_thumbs .content {
	display:none;
}

#portfolio_thumbs .image img {
	width:225px;
	-moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;	
}

.paper {
	-webkit-animation-name: spinPaper;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes spinPaper {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}

