/** 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/** @FONT-FACE ****************************************************************
******************************************************************************/

/** League Gothic ***************/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fontface/League_Gothic-webfont.eot');
    src: url('fontface/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/League_Gothic-webfont.woff') format('woff'),
         url('fontface/League_Gothic-webfont.ttf') format('truetype'),
         url('fontface/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/** STRUCTURE ****************************************************************
******************************************************************************/

body {
	background: #333;
	margin: 0;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	position: relative;
	width: 800px;
	height: 160px;
	background: url('../images/headers/title.png') top center no-repeat;
	}
	#social {
		position: absolute;
		right: 165px;
		bottom: 0px;
		list-style: none;
		}
		#social li {
			float: left;
		}
		#social li a {
			display: block;
			width: 40px;
			height: 60px;
			text-indent: -9999;
		}

#navigation {
	height: 50px;
	}
	#navigation ul {
		list-style: none;
	}
	#navigation ul li {
		float: left;
		display: inline;
	}
	#navigation ul li a {
		display: block;
		line-height: 50px;
		padding: 0 15px 0 15px;
	}

#content p {
	margin: 0 0 15px 0;
}

#port-thumbs {
	max-width: 800px;
}
#port-thumbs ul {
	list-style: none;
	clear: both;
	display: block;
	height: 330px;
	}
	#port-thumbs li {
		float: left;
		display: inline;
		height: 100%;
		}
		.port-thumb {
			border: 2px solid #2d2d2d;
			background: #000;
			max-width: 155px;
			margin: 0 20px 0 0;
			padding: 10px;
		}

#about-sect {
	list-style: none;
	}
	#about-sect li {
		width: 220px;
		margin: 0 60px 0 0;
		float: left;
		display: inline;
	}
	#about-sect li:last-child {
		margin: 0px;
	}

#footer {
	height: 100px;
	background: #666;
}

.clear {
	clear: both;
}



/** PRIMARY STYLING - Classes, Typography ************************************
******************************************************************************/

#content h2.h-portfolio {
	height: 60px;
	width: 800px;
	padding: 55px 0 0 0;
	font-family: 'LeagueGothicRegular';
	font-size: 2.2em;
	color: #C69C6D;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #000;
	letter-spacing: 0.07em;
	
	background: url('../images/headers/folio-arrow.png') top right no-repeat;
}

#content h2.h-about {
	height: 40px;
	width: 800px;
	padding: 85px 0 0 0;
	font-family: 'LeagueGothicRegular';
	font-size: 2.2em;
	color: #C69C6D;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #000;
	letter-spacing: 0.07em;
	
	margin: 0 0 20px 0;
	background: url('../images/headers/about-arrow.png') top right no-repeat;
}

#about-sect h4 {
	font-family: 'LeagueGothicRegular';
	font-size: 1.3em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
}

#about-sect li p {
	font-family: Georgia, serif;
	font-size: 0.8em;
	color: #4c4c4c;
	line-height: 1.3em;
}

.italics {
	font-style: oblique;
}

#content a {
	color: #666;
	text-decoration: none;
	font-style: oblique;
	}
	#content a:hover {
		text-decoration: underline;
	}




















