* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	background-color: #F9F9F9;
}
#wrapper {
	position: relative;
	z-index: 0;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
}

/* --- Header + Navigation --- */

#header {
	float: left;
	width: 100%;
	padding: 30px 0;
	color: #FFF;
	background-color: #2B2E36;
}
#header .column {
	float: left;
	display: inline;
	width: 65% !important;
	margin: 0 !important;
}
#header .column.last { width: 35% !important; }
#header .address {
	margin-top: 15px;
	text-align: right;
}
#header h1 {
	text-indent: 30px;
	font-size: 30px;
	line-height: 36px;
	color: #FFF;
	font-weight: 700;
}
#header .title {
	text-indent: 30px;
	font-size: 12px;
}

	/* --- Primary Navigation --- */
	
	ul#nav {
		position: relative;
		z-index: 1;
		float: left;
		width: 100%;
		list-style-type: none;
		background-color: #54877E;
	}
	ul#nav .shadow {
		position: absolute;
		bottom: -6px;
		left: 0;
		width: 100%;
		height: 6px;
		background: transparent url(../images/shadow.png) repeat-x 0 0;
	}
	ul#nav li {
		float: left;
		display: inline;
		width: 33.333333%;
		width: 50%;
		padding: 0;
		overflow: hidden;
	}
	ul#nav li.last { float: right; }
	ul#nav li a, ul#nav li a:active, ul#nav li a:visited {
		display: block;
		width: 100%;
		padding: 15px 0;
		font-size: 15px;
		line-height: 15px;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 300;
	}
	ul#nav li.selected a {
		font-weight: 600;
		color: #54877E;
		background-color: #F9F9F9;	
	}
	
	/* --- Social Networking Icons --- */
	
	ul#social {
		float: right;
		display: inline;
		margin: 10px 20px 0 0;
		list-style-type: none;
	}
	ul#social li {
		float: right;
		display: inline;
		margin-left: 5px;
		padding: 0;
	}
	ul#social li img {
		width: 40px;
		height: 40px;
	}
	
/* --- Content Buckets --- */
	
.column {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.column.last { margin-top: 0 !important; }
.section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-color: #FFF;
	box-shadow: 1px 1px 8px #EEE;
}
.section .inner { padding: 0 30px 30px 30px; }
.section h2 {
	width: 100%;
	padding: 30px 0;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #FE8315;
	text-indent: 30px;
}
.section h2.border {
	margin-bottom: 25px;
	border-bottom: 1px solid #F1F1F1;
}
.section h2 img {
	float: right;
	margin-right: 30px;
	vertical-align: bottom;
}	
#intro {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 30px 0 0 0;
	font-size: 15px;
	line-height: 19px;
}
#intro a { display: none; }
#intro img {
	float: left;
	display: inline;
	margin-right: 30px;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0px 4px 6px #EEE;
}
ul {
	width: 100%;
	list-style-type: none;
}
ul li { padding: 10px 30px; }
ul li.alt { background-color: #FAFAFA; }
table {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	border-collapse: collapse;
}
table tr.alt td { background-color: #FAFAFA; }
table tr td { padding: 10px 30px; }
table tr td span { font-size: 80%; }
table tr td strong {
	font-size: 13px;
	line-height: 18px;
}
table tr td.last { text-align: right; }
#contact-full { margin-top: 0 !important; }
#contact {
	font-size: 13px;
	line-height: 20px;
}
#contact h2 img { margin-top: -5px; }

/* --- Resume Styles --- */

#objective {
	font-size: 16px;
	line-height: 24px;
}
#objective h2 img { margin-top: -6px; }

/* --- About Styles --- */

#map-canvas {
	width: 100%;
	height: 365px;
	background-color: #EEE;
}

	/* --- Experience --- */
	
	#jobs .job {
		float: left;
		padding: 30px 30px 0 30px;
		margin-bottom: 10px;
		text-align: justify;
		border-top: 1px solid #F1F1F1;
	}
	#jobs .job p { margin-bottom: 20px; }
	#jobs .job .title { font-size: 13px; }
	#jobs .job .title span {
		float: right;
		color: #999;
		font-size: 12px;
	}
	#jobs .job a { display: none; }
	
	/* --- Most Played Music --- */
	
	#music {
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}
	#music h2 { line-height: 32px; }
	#music .track {
		position: relative;
		float: left;
		display: inline;
		width: 20%;
		text-align: center;
		color: #FFF;
		font-size: 14px;
		line-height: 18px;
		background-size: cover;
		background-position: top center;
		overflow: hidden;
	}
	#music .track:nth-child(10), #music .track:nth-child(11) { display: none; }
	#music .track .overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
	}
	#music .track .overlay .bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .8;
		background-color: #000;
	}
	#music .track p {	
		position: absolute;
		top: 50%;
		z-index: 1;
		width: 80%;
		padding: 0 10%;
		margin-top: -18px;
	}
	#music .track p a, #music .track p a:active, #music .track p a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#music .track p a:hover { text-decoration: underline; }
	#music .track p span {
		font-size: 11px;
		color: #CCC;
	}
	
	/* --- Movies + TV --- */
	
	#movies .poster { width: 12.5%; }
	#tv .poster { width: 20%; }
	
	/* --- Education --- */
	
	#education { padding-top: 10px !important; }
	
	/* --- Recent Tweet --- */
	
	#twitter p {
		font-family: 'Georgia', serif;
		font-size: 14px;
		line-height: 20px;
		font-style: italic;
	}
	#twitter .date {
		margin-top: 15px;
		font-size: 10px;
		font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
		font-style: normal;
		font-weight: 400;
		text-transform: uppercase;
	}
	
/* --- Work Styles --- */

#projects .intro {
	padding: 30px;
	font-style: italic;
	border-top: 1px solid #F1F1F1;
}
#projects .intro a {
	color: #333;
	text-decoration: underline;	
}
#projects .project {
	float: left;
	padding: 30px;
	border-top: 1px solid #F1F1F1;
}
#projects .project img {
	float: left;
	display: inline;
	margin: 0 30px 10px 0;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #F1F1F1;
}
#projects .project a:hover img { background-color: #FE8315; }
#projects .project .details {
	padding-top: 10px;
}
#projects .project .details h3 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400;
}
#projects .project .details p { margin-bottom: 0; }
#projects .project .details .link { margin-bottom: 15px; }

/* --- Miscellaneous Styles --- */

a img { border: none; }
a, a:active, a:visited { color: #FE8315; }
a:hover { color: #000; }
strong { color: #54877E; }

/* --- Smart Phones --- */

@media only screen and (max-width: 530px), only screen and (-webkit-min-device-pixel-ratio : 1.5), sreen and (min-device-pixel-ratio : 1.5) {
	
	/* --- Header + Navigation --- */
	
	#wrapper { padding: 0 !important; }
	#header { padding: 15px 0; }
	#header h1 {
		font-size: 24px;
		line-height: 28px;
	}
	ul#social { margin-top: 15px; }
	ul#social li { margin-left: 0; }
	ul#social li img {
		width: 30px;
		height: 30px;
	}
	
	/* --- Structural --- */
	
	#intro {
		font-size: 15px;
		line-height: 19px;
		margin-bottom: 30px;
		padding-bottom: 0 !important;
		border-bottom: none;
	}
	#intro img {
		width: 33%;
		height: auto !important;
		margin: 0 20px 0 30px;
	}
	#intro p { margin: 0 30px; }
	#intro span { display: none; }
	#intro a { display: inline; }
	.column { margin-top: 0; }
	.section {
		border-top: 1px solid #F3F3F3;
		margin-bottom: 0;
		box-shadow: none;
	}
	table tr td { padding-right: 0 !important; }
	table tr td.last { padding-right: 30px !important; }
	
	/* --- Resume Page --- */
	
	#objective {
		margin-top: 0 !important;
		border-top: none;
	}
	
	/* --- About Page --- */
	
	#map-canvas { height: 260px; }
	#jobs .job { text-align: left; }
	#jobs .job .title span {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	#jobs .job span { display: none; }
	#jobs .job a { display: inline; }
	#music { margin-bottom: 0 !important; }
	#music h2 { text-indent: 30px; }
	#music .track {
		width: 33.33333334%;
		font-size: 14px;
		line-height: 18px;
		display: block !important;
	}
	#music .track:nth-child(8), #music .track:nth-child(9), #music .track:nth-child(10), #music .track:nth-child(11), #music .track:nth-child(12), #music .track:nth-child(13) { display: none !important; }
	#movies .show:nth-child(8), #movies .show:nth-child(9) { display: none !important; }
	#movies { margin: 0 !important; }
	#movies h2 { text-indent: 30px; }
	#movies .poster { width: 33.3333334%; }
	#tv .poster { width: 33.33333334%; }
	#tv .show:nth-child(5), #tv .show:nth-child(6) { display: none !important; }
	
	/* --- Projects --- */
	
	#projects .intro {
		padding-bottom: 0 !important;
		border-bottom: none !important;
	}
	#projects {
		padding-bottom: 30px;
		border: none !important;
	}
	#projects .project {
		padding: 30px 0 0 0 !important;
		border: none !important;
	}
	#projects .project img {
		width: 100%;
		height: auto !important;
		margin-bottom: 30px;
		padding: 0 !important;
		border: none !important;
	}
	#projects .project .details { padding: 0 30px; }
}

/* --- Desktops and laptops --- */

@media only screen and (min-width: 1224px) {
	ul#social li img {
		width: 48px;
		height: 48px;
	}
	.column {
		float: left;
		width: 47.5%;
		margin-right: 5%;
	}
	.column.last { margin: 30px 0 0 0 !important; }
	.column.full { width: 100% !important; }
	#music .track {
		display: block !important;
		width: 16.666667% !important;
		width: 25% !important;
		font-size: 14px;
		line-height: 18px;
	}
	#music .track span { font-size: 11px !important; }
	#movies .poster { width: 25%; }
}

/* --- Large screens --- */

@media only screen and (min-width: 1025px) and (max-width: 1223px) {
	ul#social li img {
		width: 48px;
		height: 48px;
	}
	.column {
		float: left;
		width: 47.5%;
		margin-right: 5%;
	}
	.column.last { margin: 30px 0 0 0 !important; }
	.column.full { width: 100% !important; }
	#music .track {
		display: block !important;
		width: 16.666667% !important;
		width: 25% !important;
		font-size: 14px;
		line-height: 18px;
	}
	#music .track span { font-size: 11px !important; }
	#movies .poster { width: 25%; }
}

/* --- Print --- */

@media print {
	
	body { padding: 30px 0; }
	
	/* --- Header + Navigation --- */
	
	strong, a, a:active, a:visited {
		color: #333;
		text-decoration: none;
	}
	#contact {
		position: absolute;
		top: 4px;
		right: 0;
		width: auto !important;
	}
	#contact h2 { display: none; }
	#wrapper { padding: 0 !important; }
	#header { padding: 0; }
	#header h1 {
		color: #333;
		font-size: 24px;
		line-height: 28px;
		text-indent: 0;
	}
	#header .title {
		color: #333;
		text-indent: 0;
	}
	ul#social { display: none; }
	ul#nav { display: none; }
	
	/* --- Structural --- */
	
	.column { margin-top: 0; }
	.section {
		border: none;
		margin-bottom: 30px;
		box-shadow: none;
	}
	.section h2 {
		text-indent: 0;
		padding: 0 0 10px 0;
	}
	.section h2.border { border-color: #DDD; }
	.section h2 img { display: none; }
	.section .inner { padding: 0 0 30px 0; }
	table tr td {
		padding: 10px 0;
		border-bottom: 1px solid #DDD;
	}
	table tr td.last { padding-left: 30px !important; }
	ul li { padding: 5px 0; }
	
	/* --- Resume Page --- */
	
	#technical { margin-top: 45px; }
	#objective {
		margin-top: 45px !important;
		border-top: none;
		text-align: justify;
	}
	#jobs .job {
		margin-bottom: 0;
		padding: 20px 0 0 0;
		border-color: #DDD;
		text-align: justify;
	}
}