html, body {
	margin: 0;
}
body {
	background: #f6f6f6;
	margin: 0;
	padding: 0;

	font: 1em/1.5em 'Crimson Text';
	font-size: 23px;
	line-height: 35px;
	font-weight: 300;
	color: #333;
}

#wrap {
	background: #fff;
	margin: 0 auto;
	padding: 100px 125px;
}

#header {
	background: #fff;
	width: inherit;
}
	#logo {
		float: left;
	}
		#logo img {
			width: 234px;
			height: auto;
		    transition: width .15s ease-in-out;
		}
#nav {
	margin-top: 5px;
	float: right;
	font-size: .9em;
	line-height: 1em;
}
	#nav ul {
		margin: 0;
		padding: 0;
	}
	#nav li {
		display: inline-block;
		margin: 0 0 0 25px;
	}
	#nav a {
		display: inline-block;
		color: #ccc;

		transition: all .10s ease-in;
	}
	#nav .current a {
		color: #666;
	}
		#nav .sel a,
		#nav a:hover {
			color: #ff0000;
			transition: all .10s ease-in;
		}
#main {
	margin-top: 60px;
}
#footer {
	text-align: center;
	margin: 20px 0;
	color: #999;
	font-size: .75em;
}
	#footer .links {
		margin-left: 30px;
	}
	#footer .links a {
		margin-right: 10px;
	}

/* _______________________________________________________ */

#intro {
	margin: 60px 0 60px 0;
	font-size: 1.4em;
	text-align: center;
	font-style: italic;
}

#photos {
	margin: 0 -125px;
}

	#blog .entry {
		clear: both;
		margin-bottom: 2em;
	}
	#blog .tags {
		display: block;
		text-align: right;
	}
	#blog .tags a {
		margin-left: 15px;
		color: #999;
		font-style: italic;
	}

.tagcloud li {
	margin-bottom: .5em;
}

/* _______________________________________________________ */

#slideshow {
	background: #eee;
	overflow: hidden;
	height: 600px;
	position: relative;
	margin-bottom: 60px;
}
	#slideshow img {
		width: 100%;
	}
	#slideshow .slide {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		opacity: 0;
	}
	#slideshow .caption {
		position: absolute;
		bottom: 15px;
		right: 30px;
		z-index: 20;

		margin: 0;
		color: #aaa;
		font-size: .6em;
	}

	#slideshow .quote {
		display: none;
		position: absolute;
		top: 40px;
		left: 40px;
		right: 40%;
		z-index: 20;
		font-size: 22px;
		line-height: 30px;
	}
		#slideshow .quote .q {
			position: absolute;
			font-size: 32px;
		}
		#slideshow .quote .t {
			margin-left: 15px;
			margin-right: 3px;
		}
		#slideshow.dark .quote {
			color: #fff;
		}
		#slideshow.light .quote {
			color: #333;
		}
		#slideshow.verylight .quote {
			color: #333;
		}
		#slideshow .dots {
			position: absolute;
			left: 15px;
			bottom: 5px;
			z-index: 30;
		}
		#slideshow .dots li {
			display: inline-block;
			margin-right: 5px;
		}
		#slideshow .dots a {
			color: #999;
			font-size: 15px;
		}
		#slideshow .dots a.sel {
			color: #666;
		}


/* _______________________________________________________ */

#projects {
	overflow: hidden;
}
	#projects .status,
	#projects .tags {
		color: #999;
		font-size: .85em;
	}
	#projects h3 a span {
		color: #888;
		margin-right: 15px;
	}
	#projects li {
		margin-bottom: 2em;
	}
	#projects li p {
		margin-bottom: .5em;
	}
	#projects .thumb {
		text-align: right;
	}

/* _______________________________________________________ */


#publications .t {
	margin-left: 25px;
}

/* _______________________________________________________ */

#contact label {
	display: block;
}

#contact {
	width: 60%;
	margin: 0 auto;
}
#contact input,
#contact textarea {
	width: 100%;
}
#contact .button {
	width: 25%;
}
#contact #human_chk {
	width: auto;
}
/* _______________________________________________________ */

span.f {
	font-size: 80px;
	float: left;
	margin: 20px 6px 5px 0;
}
span.f2 {
	font-size: 51px;
	float: left;
	margin: 13px 6px 0 0;
	font-style: italic;
}

/* _______________________________________________________ */


section, section.row {
	margin-bottom: 60px;
}

article p {
	
	margin-bottom: 1em;
}
	article p:first-of-type,
	article p.no-indent {
		text-indent:0;
	}

	article a {
		border-bottom: 1px solid #ccc;
		padding-bottom: 3px;
	}
	article.post .mast {
		text-align: center;
	}
	article a.no {
		border: 0;
		padding: 0;
	}
	article iframe {
		margin: 30px 0 !important;
	}

*::-moz-selection {
	background: #222;
	color: #fff;
}
*::selection {
	background: #222;
	color: #fff;	
}

a {
	color: #ff3300;
	font-weight: 400;
	text-decoration: none;
}
	a:hover {
		color: #111;
	}

p {
	text-indent: 2em;
	margin: 0 0 1em 0;
}
.small, p small {
	font-size: .85em;
	line-height: 1.35em;
	display: inline-block;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0 0 1em 0;
}
h1 {
	font-size: 1.7em;
	line-height: 1.3em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.15em;
}
h1 a, h2 a, h3 a, h4 a {
}
	.title {
		text-align: center;
	}

input, textarea {
	border: 1px solid #aaa;
	padding: 10px;
	color: #333;

	border-radius: 2px;
}
button, .button {
	background: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in;
}
	button:hover, .button:hover {
		background: #ff3300;
		box-shadow: none;
		transition: background .2s ease-in;
	}

ul {
	list-style-type: square;
}
	ul li {
		margin: 0 0 1.25em 0;
	}

blockquote {
	background: #f9f9f9;
	padding: 10px;
}

hr {
	background: #666;
	height: 1px;
	border: 0;
	margin: 15px 0;
}

pre {
	font-size: .7em;
	line-height: 1.3em;
}


ul.no {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highlight {
	background: #333 !important;
	margin: 0 -283px 0 -275px;
	padding: 30px;
}
	.highlight pre {
		font-size: .8em;
	}
.underlined li {
	margin-bottom: 1em;
}
	.underlined li:last-child {
		margin-bottom: 0;
	}

.underlined li:hover {
	border-color: #666;
}
.date {
	display: block;
	color: #888;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.clear {
	clear: both;
}



/* _________________________________ */

@media screen and (max-width: 950px) {
	#wrap {
		padding-top: 40px;
		padding-right: 30px;
		padding-left: 30px;
	}
	#photos {
		margin-right: -30px;
		margin-left: -30px;
	}
	.highlight {
		margin: 0;
	}
}

@media screen and (max-width: 720px) {
	#logo {
		float: none;
	}
	#nav {
		float: none;
		margin-bottom: 30px;
	}
	#nav li {
		margin: 0 25px 0 0;
	}
}
