		/* --- Reset --- */
		html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

		* {
			outline: none;
			-moz-outline: none;
		}

		body,
		html {
			height: 100%;
		}

		body {
			font-family: "HelveticaNeue-Regular", 'Helvetica Neue', Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-weight: 300;
			text-align: center;
			line-height: 19px;
			background-color: #e8e8e8;
			background-image: url(http://lab.crtvml.com/tumblr/folio-bg.jpg);
			color: #525252;
			text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
			-webkit-text-stroke: 1px transparent;
		}

		@media only screen and (max-device-width:480px) {
			body {
				-webkit-text-stroke: 0 black;
			}
		}

		/* --- Typography --- */

              
		h1 {
			font-size: 32px;
			font-weight: 300;
		}

		h2 {
			font-size: 21px;
			font-weight: 200;
			margin: 0 0 10px;
			color: #616161;
		}

		h3 {
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-size: 18px;
			font-weight: normal;
			text-transform: uppercase;
		}

		h4 {
			font-size: 13px;
			font-weight: bold;
			text-transform: uppercase;
		}

		p,
		#content ul li,
		#content ol li {
			font-family: Georgia, Times, serif;
			font-size: 15px;
			margin: 0 0 14px;
		}

		small {
			font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-size: 10px;
		}
		
		strong {
			font-weight: bold;
		}
		
		address {
			font-size: 12px;
			font-style: normal;
			text-transform: uppercase;
		}

		#content ul li,
		#content ol li {
			margin-left: 30px;
		}

		.left-column ul li {
			list-style-type: disc;
		}

		.left-column ol li {
			list-style-type: decimal;
		}

		#content blockquote {
			font-style: italic;
			font-size: 16px;
			margin: 10px;
		}

		a {
			text-decoration: none;
		}

		#content a {
			color: #31302e;
			text-decoration: underline;
		}

		#content a:hover {
			text-decoration: none;
		}

		/* --- Layout --- */
		#wrapper {
			width: 100%;
			display: block;
			position: relative;
		}

		.container {
			width: 940px;
			margin: 0 auto;
			text-align: left;
		}

		/* --- Columns --- */
		.left-column {
			width: 540px;
			margin: 0 0 30px;
			float: left;
		}

		.right-column {
			width: 340px;
			margin: 0 0 30px;
			float: right;
		}

		#header {
			width: 100%;
			margin: 20px 0 0;
			padding: 0 0 20px;
			float: left;
			display: block;
			background: url(http://lab.crtvml.com/tumblr/hr.jpg) bottom center no-repeat;
		}

			#title {
				max-width: 260px;
				margin: 0 20px 0 0;
				float: left;
			}

			#header h1 {
				font-size: 26px;
				line-height: 26px;
				font-weight: bold;
			}

			#header h1 a {
				color: #525252;
			}

			#header h1 a:active {
				top: 1px;
				position: relative;
			}

		#nav {
			width: 550px;
			margin: 20px 0 0 50px;
			float: right;
			overflow: hidden;
			line-height: 12px;
		}

			#nav ul {
				margin: 0 0 0 -2px;
				float: right;
			}

			#nav ul li,
			#nav ul li.active a,
			#nav ul li.active a span,
			.button,
			.button a,
			.button a span,
			.back,
			.back a,
			.back a span,
			ul.tags li,
			ul.tags li a,
			ul.tags li a span {
/* 				background-image: url(http://static.tumblr.com/l3dtuf9/bgFkzr0k9/buttons.png); */
			}
			
			.button,
			.button span,
			#nav ul li,
			#nav ul li span {
				cursor: pointer;
			}

			#nav ul li {
				height: 25px;
				margin: 0 0 0 -2px;
				padding: 0 0 0 3px;
				float: left;
				overflow: hidden;
				font-size: 14px;
				font-weight: 800;
				background-repeat: no-repeat;
/* 				background-position: left 2px; */
				vertical-align: baseline;
			}

			#nav ul li.active {
				z-index: 10;
				position: relative;
				background: #3e9ad4;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
/* 				background-position: 100% -77px; */
				background-repeat: no-repeat;
			}

				#nav ul li a {
					height: 25px;
					color: #686868;
					display: block;
					position: relative;
					-webkit-transition: color 0.1s ease-in;
				}

				#nav ul li a:hover {
					color: #3e9ad4;
				}			

				#nav ul li.active a {
					background-position: 0px -51px;
					background-repeat: no-repeat;
					color: #fff;
					text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
				}

					#nav ul li a span {
						max-width: 200px;
						height: 25px;
						margin: 0 10px;
						padding: 0 0 7px;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						line-height: 24px;
						position: relative;
						float: left;
					}

					#nav ul li.active a span {
						background-repeat: repeat-x;
						background-position: left -25px;
					}

		.button,
		ul.tags li {
			height: 25px;
			margin: 0 0 0 -2px;
			padding: 0 0 0 3px;
			float: left;
			overflow: hidden;
			font-size: 14px;
			font-weight: 800;
			background-repeat: no-repeat;
			vertical-align: baseline;
			z-index: 10;
			position: relative;
			background: rgb(100,0,0);
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
/* 			background-position: 100% -155px; */
			background-repeat: no-repeat;
		}

			.button a,
			ul.tags li a {
				height: 25px;
				color: #686868;
				display: block;
				position: relative;
				background-position: 0px -129px;
				background-repeat: no-repeat;
				color: #fff;
				text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
			}

				.button a span,
				ul.tags li a span {
					max-width: 200px;
					height: 25px;
					margin: 0 10px;
					padding: 0 0 7px;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
					line-height: 24px;
					position: relative;
					float: left;
					background-repeat: repeat-x;
					background-position: left -103px;
				}

		.back {
			background-position: 100% -234px;
		}

			.back a {
				background-position: 0px -208px;
			}

				.back a span {
					margin: 0 5px 0 18px;
					padding-left: 10px;
					background-position: left -182px;
				}

		#content ul.tags li {
			font-family: "HelveticaNeue-Regular", 'Helvetica Neue', Helvetica, Arial, Tahoma, Verdana, sans-serif;
			font-size: 12px;
			margin: 0 5px 0 0;
			text-transform: uppercase;
			background-position: 100% -312px;
		}
		
		#content ul.tags li:active,
		.button:active {
			top: 1px;
			position: relative;
		}

			ul.tags li a {
				color: #fff;
				background-position: 0px -286px;
			}

			ul.tags li:active {
				position: relative;
				top: 1px;
			}

				ul.tags li a span {
					background-position: left -260px;
				}

		#content ul.tags li a,
		#content .back a {
			color: #fff;
			text-decoration: none;
		}

		#content ul.tags li:active,
		#content .back:active {
			top: 1px;
			position: relative;
		}

		#intro {
			width: 100%;
			margin: 10px 0 10px;
			padding: 0 0 16px;
			float: left;
			display: block;
			text-align: center;
			background: url(http://lab.crtvml.com/tumblr/hr.jpg) bottom center no-repeat;
		}

			#intro h2 {
				font-size: 40px;
				line-height: 44px;
				margin: 0 0 10px;
			}

			#intro p {
				font-style: italic;
			}

		#projects-container {
			width: 100%;
			float: left;
			display: block;
			overflow: hidden;
			margin-top: 20px;
/* 			background: url(http://static.tumblr.com/l3dtuf9/qYXkzr0kp/highlight.png) repeat-y top center; */
		}

			#projects {
				width: 981px;
				margin: 0 auto;
			}

			#projects ul li {
				width: 281px;
				height: 260px;
				margin: 0 23px;
				padding: 0 0 50px;
				float: left;
				font-size: 13px;
				font-weight: bold;
				text-align: center;
				text-transform: uppercase;
				background: url(http://lab.crtvml.com/tumblr/img-wrap-280.png) no-repeat 0 0;
			}

				#projects ul li a {
					color: rgb(115,45,45);
					-webkit-transition: all 0.15s ease-in;
				}

				#projects ul li a:hover {
					color: rgb(40,140,150);
				}

				#projects ul li .img-wrap {
					width: 271px;
					height: 220px;
					margin: 5px 0px 10px 5px;
					overflow: hidden;
					float: left;
					position: relative;
					opacity: 1;
					cursor: pointer;
					background-repeat: no-repeat;
					background-position: 0 0;
					-webkit-transition: opacity 0.15s ease-in;
				}

				#projects ul li .img-wrap:hover {
					opacity: .08;
					filter: alpha(opacity=10);
					
				}  		 	

					#projects ul li .img-wrap img {
						display: block;
						max-width: 500px;
						opacity: 1;
						position: absolute;
						left: 0%;
						top: 0%;
					}

				#projects ul li span.project-title {
					font-size: 18px;
					width: 280px;
					height: 25px;
					overflow: hidden;
					float: left;
					white-space: nowrap;
					text-overflow: ellipsis;

				}

		.img-wrap-360 {
			width: 350px;
			height: 218px;
			overflow: hidden;
			float: left;
			margin: 0 0 10px;
			padding: 5px 6px 14px;
			opacity: 0.95;
			background: url(http://static.tumblr.com/l3dtuf9/3uekzr0ly/img_bg_360.png) no-repeat 0 0;
			-webkit-transition: opacity 0.2s ease-in;
		}
                     .img-wrap-360 img { width:350px;height: 218px; overflow: hidden;}


		#banner {
			width: 560px;
			clear: both;
			float: left;
		}

		.img-wrap-fullsize {
			margin: 0 0 35px;
			float: left;
			border-left: 1px solid #bebebe;
			border-right: 1px solid #bebebe;
			border-bottom: 1px solid #838383;
/*
			-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
*/
		}

			.img-wrap-fullsize img {
				padding: 5px;
				display: block;
				background: #fff;
				max-width: 530px;
				float: left;
			}

		#tag-header {
			margin: 0 0 30px;
		}


		#content {
			width: 100%;
			margin: 10px 0;
			padding: 0 0 16px;
			float: left;
			display: block;
		}
		
		#content p {
			line-height: 22px;
		}
		
		#content h1 {
			margin: 0 0 15px;
			line-height: 32px;
		}
		
		h1#page-title {
			text-transform: uppercase;
		}

		#footer {
			width: 100%;
			padding: 20px 0 16px;
			float: left;
			background: url(http://lab.crtvml.com/tumblr/hr.jpg) top center no-repeat;
		}

		#footer h2 {
			float: left;
			margin: 0 10px 0 0;
		}

		.hr {
			width: 100%;
			height: 7px;
			margin: 0 0 10px;
			display: block;
			float: left;
			background: url(http://lab.crtvml.com/tumblr/hr.jpg) center no-repeat;
		}

		.hr hr {
			display: none;
		}

		.right {
			float: right;
		}

		.left {
			float: left;
		}

                #pagination { 
                   float: right;
margin-bottom: 8px;
}

#tumblr_controls {
	display: none;
	}

.ampersand {
	font-family: Baskerville, Garamond, Georgia, serif;
	font-style: normal;
	}
	
#description img {
	margin: 3px 12px 6px 0;
	max-height: 240px;
	max-width: 160px;
	float: left;
	}
	
#sidebar {
	margin-top: 20px;
	}

p.headline {
	width: 460px;
	font-size: 16px;
	line-height: 22px;
	font-style: normal;
	margin: 0 auto;
	text-align: left;
	}
