*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	background: #e9e9e9 url(/images/bg-body-tile.gif) top center;
	text-align: center;
}
body, div, input, textarea, select, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #333;
}
.clear {
	float: none !important;
	clear: both;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
.img-100 {
	max-width: 100%;
	height: auto;
}

#content {
	margin: 0 auto;
	padding-bottom: 25px;
	max-width: 980px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
	text-align: center;
}
.line-inset {
	height: 4px;
	overflow: hidden;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4);
}
.line {
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}
.line.spacing {
	margin: 25px 0;
}

#logo {
	display: block;
	background-color: #c0c0c0;
}
#header {
	position: relative;
	margin: 0 auto 25px auto;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
	color: #999;
	text-transform: lowercase;
	text-decoration: none;
	z-index: 900;
}
#header a {
	color: #999;
}
#header a:hover {
	color: #666;
}

#nav-btn {
	display: none;
	padding: 0 5px 0 40px;
	font-size: 24px;
	background: url(/images/icon-menu.png) no-repeat left center;
	background: url(/images/icon-menu.svg) no-repeat left center, none;
}
#social {
	float: right;
	margin-top: 8px;
	margin-right: 40px;
}
#social a {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #bbb;
	background-image: url(/images/icons-social.png);
	background-image: url(/images/icons-social.svg), none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px 80px;
	text-indent: -9999px;
	transition: all 0.25s;
}
#social a.twitter {
	background-position: 0 -20px;
}
#social a.instagram {
	margin-right: 0;
	background-position: 0 -40px;
}
#social a:hover {
	background-color: #999;
}
#nav, #nav li, #nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	display: inline;
}
#nav li a {
	display: block;
	margin-left: 30px; 
	padding: 10px;
}
#nav li a.inactive {
	cursor: default;
}
#nav li ul {
	display: none;
	position: absolute;
	margin-left: 25px;
	width: 150px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
#nav li ul li {
	width: 150px;
}
#nav li ul li a {
	display: block;
	margin: 0;
	padding: 4px 15px;
}

#nav form {
	margin-left: 30px; 
	padding: 8px 10px;
}

h1, h2, h2 a, .title, .subtitle {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-transform: lowercase;
	text-decoration: none;
}
.date {
	font-size: 14px;
	color: #999999;
}
.subtitle {
	color: #888;
	letter-spacing: 1px;
	text-transform: none;
	text-decoration: none;
}
a.subtitle:hover {
	color: #666;
}
.bodycopy {
	margin: 0 auto 30px auto;
	max-width: 900px;
	line-height: 18px;
	text-align: left;
}
.button {
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
a.button:hover {
	color: #333;
	text-decoration: none;
}
.small {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}
.field {
	padding: 2px 5px;
	width: 125px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	outline: none;
	resize: none;
}
.formbutton {
	margin: 0;
	padding: 2px 10px;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
	color: #999;
	text-transform: lowercase;
	text-decoration: none;
}
.formbutton:hover {
	color: #666;
}
.banner {
	outline: 1px solid #ccc;
}
.banner-small {
	display: inline-block;
	margin: 5px;
}

#bio {
	margin: 0 auto 25px auto;
	max-width: 900px;
}
#bio .info {
	float: left;
	padding: 0;
	width: 345px;
}
#bio .info .pic {
	display: inline-block;
	margin-bottom: 20px;
	width: 40%;
	vertical-align: top;
}
#bio .info .twitter {
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 15px;
	width: 60%;
}
#bio .info .twitter iframe {
	width: 100% !important;
}
#bio .video {
	float: left;
	padding: 0 0 0 20px;
	width: 555px;
}

.portfolio-btn {
	display: block;
	margin: 0 auto;
	padding: 17px 10px;
	max-width: 900px;
	border-radius: 1px;
	background: #c0c0c0 url(/images/bg-tile.jpg) repeat center top;
	box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.5), inset -3px -3px 3px rgba(0, 0, 0, 0.5);
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666;
	color: rgba(0, 0, 0, 0.6);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
.portfolio-btn span {
	white-space: nowrap;
}

.snaptabs {
	margin: 0 auto 15px auto;
	padding: 0 10px;
	max-width: 920px;
	text-align: right;
}
.snaptabs .subtitle {
	float: left;
}
.snaptabs a {
	display: inline-block;
	padding: 10px 15px;
	background: #ccc;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #b3b3b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#b3b3b3));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#b3b3b3 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#b3b3b3 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#b3b3b3 100%);
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.4), inset -1px -1px 2px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	letter-spacing: 1px;
	text-transform: uppercase;
}
.snaptabs a:hover, .snaptabs a.active {
	background: #999;
	background: -moz-linear-gradient(top,  #adadad 0%, #878787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(100%,#878787));
	background: -webkit-linear-gradient(top,  #adadad 0%,#878787 100%);
	background: -ms-linear-gradient(top,  #adadad 0%,#878787 100%);
	background: linear-gradient(to bottom,  #adadad 0%,#878787 100%);
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.snapgrid-container {
	display: none;
}
#snapGridFeatured {
	display: block;
}
.snapgrid {
	margin: 0 auto;
	max-width: 900px;
}
.snapgrid .snaphold {
	float: left;
	display: block;
	position: relative;
	outline: 1px solid #ccc;
	width: 33.333333%;
	text-align: left;
	overflow: hidden;
}
.snapgrid .snaphold .snaptitle {
	display: none;
	position: absolute;
	padding: 20px 25px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 12px;
}
.snapgrid .snaphold .snaptitle .title {
	font-size: 16px;
}
.snapgrid .snaphold .snaptitle .details {
	margin-top: 10px;
}

.recent {
	margin: 0 auto 25px auto;
	padding: 0 40px;
	text-align: left;
}
.postintro {
	margin-bottom: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.postintro .info {
	float: left;
	width: 40%;
	text-align: left;
}
.postintro .info.nopic {
	width: 100%;
}
.postintro .info h2 {
	padding: 20px 40px;
	width: 100%;
	background: #c0c0c0 url(/images/bg-tile.jpg) repeat center top;
}
.postintro .info .bodycopy {
	margin: 0;
	padding: 10px 40px;
	width: auto;
}
.postintro .pic {
	float: left;
	padding-left: 40px;
	width: 60%;
}

.posttitle {
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.posttitle h1 {
	display: inline-block;
	padding: 20px 40px;
	background: #c0c0c0 url(/images/bg-tile.jpg) repeat center top;
	vertical-align: middle;
}
.posttitle .date {
	display: inline-block;
	padding: 15px;
	vertical-align: middle;
}
.postphoto {
	margin-bottom: 30px;
}
.postphoto .pin {
	display: inline-block;
	padding: 6px 10px 4px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #ccc;
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #b3b3b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#b3b3b3));
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#b3b3b3 100%);
	background: -ms-linear-gradient(top,  #e3e3e3 0%,#b3b3b3 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#b3b3b3 100%);
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.4), inset -1px -1px 2px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	letter-spacing: 1px;
	text-transform: uppercase;
}
.postphoto .pin:hover {
	color: #333;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.postcomments {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 900px;
}
.postcomments .fb-comments, .postcomments .fb-comments span, .postcomments .fb-comments iframe {
    width: 100% !important;
}

@media only screen and (max-width: 920px) {
	#bio .info, #bio .video {
		padding: 10px;
		width: 100%;
	}
	#bio .info .pic {
		width: 15%;
	}
	#bio .info .twitter {
		width: 85%;
	}
	
	.bodycopy {
		padding: 0 20px;
	}
	.recent {
		text-align: center;
	}
	.postintro .pic {
		padding-left: 0;
	}
}
@media only screen and (max-width: 800px) {
	.snaptabs {
		padding: 0;
		text-align: center;
	}
	.snaptabs .subtitle {
		float: none;
		margin-bottom: 15px;
	}
	.snaptabs a {
		padding: 10px 0;
		width: 50%;
	}
	
	.snapgrid .snaphold {
		width: 50%;
		overflow: visible;
	}
	.snapgrid .snaphold.more {
		display: none;
	}
	.snapgrid .snaphold .snaptitle {
		display: block !important;
		padding: 5px 15px;
		opacity: 1 !important;
		background-color: rgba(255, 255, 255, 0.8);
		top: auto;
	}
	.snapgrid .snaphold .snaptitle .details {
		display: none;
	}
	
	.postintro .info .details {
		display: none;
	}
}
@media only screen and (max-width: 780px) {
	#header {
		position: static;
		padding: 10px;
		width: auto;
	}
	#nav-btn {
		display: block;
	}
	#social {
		margin: 0;
	}
	#social a {
		width: 30px;
		height: 30px;
		background-size: 30px 120px;
	}
	#social a.twitter {
		background-position: 0 -30px;
	}
	#social a.instagram {
		background-position: 0 -60px;
	}
	
	#nav {
		display: none;
		margin: 15px 0 0 0;
		border-top: 1px solid #ccc;
	}
	#nav li {
		float: none;
	}
	#nav li a, #nav form {
		margin-left: 0; 
	}
	#nav li ul {
		position: static;
		margin-left: 0;
		width: auto;
		box-shadow: none;
	}
	#nav li ul li {
		width: auto;
	}
	#nav li ul li a {
		display: block;
		margin: 0;
		padding: 4px 10px;
	}
	#nav li ul li a:before {
		content: '\00B7';
		padding-right: 8px;
	}
}
@media only screen and (max-width: 550px) {
	.postintro .info {
		width: 100%;
	}
	.postintro .pic {
		width: 100%;
	}
}
@media only screen and (max-width: 460px) {
	.snapgrid .snaphold {
		width: 100%;
		outline: none;
	}
}
@media only screen and (max-width: 420px) {
	#bio .info .pic, #bio .info .twitter {
		display: none;
	}
}
