
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 1em;
	}
body {
	font-size: 100%;
	text-rendering: optimizeLegibility;
	}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


	.thumb a:visited img {
		display: none;
	}
	
	.thumb a:visited .updated {
		display: none;
	}
	
	.thumb a:active .updated {
		display: none;
	}

	.visited {
		padding: 0 3px 0 3px;
		background: #000;
		color: #fff;
	}




body {
	font: 12px/17px 'Droid Sans Mono', Arial, serif;
	margin: 0 0 0 0;
	background-color: #f2f2f2;
	color: #000;
}

a, a:link, a:hover, a:active, a:visited {
	color: #000;
}

img {
	outline: 0;
	border: 0;
}


a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #6724de;
}

a:active {
	background-color: #222;
	color: #fff;
}

ul, li, ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


.fader {
	display: none;
}




#header {
	height: 40px;
	padding-top: 20px;
	width: 100%;
	top: 0;
	position: fixed;
	text-align: center;
	background-color: #fff;
	z-index: 2000;
	box-shadow: 0px 2px 10px #f2f2f2;
	-webkit-box-shadow: 0px 2px 10px #f2f2f2;
	-moz-box-shadow: 0px 2px 10px #f2f2f2;
}

#header * {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 5px;
}


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

h1, h3 {
	z-index: 2000;
}



#nav-links {
	float: right;
	height: 75px;
	padding-right: 200px;
}



h1 {
	float: left;
	height: 75px;
	padding-left: 200px;
}

h1 a {
	border-bottom: 1px solid #222;
	padding-bottom: 0px;
}



h3 {
	padding-bottom: 2px;
}


h2 a, h2 a:link, h2 a:visited {
}



h4 a, h4 a:link, h4 a:visited {
}

h2 a:hover, h4 a:hover {
}








#plat-nav {
	text-align: center;
	padding-top: 80px;
	position: fixed;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	z-index: 1000;
}

#plat-nav a {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}


#platform {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	display: block;
	color: #222;
}



.section {
	margin:0 auto;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	text-align:center;
	width: 1000px;
}

.section2 {
	margin:0 auto;
	padding-bottom: 30px;
	text-align:center;
	width: 1000px;
}

#infographics, #illustration, #design, #icons, #etc {
	padding-top: 110px;
}

.section .project, .section .circle {
	display: inline-block;
	vertical-align: middle;
}



.project a {
	margin: 9px 9px 9px 9px;
	display:block;
	box-shadow: 0px 0px 5px #c0c0c0;
	-webkit-box-shadow: 0px 0px 5px #c0c0c0;
	-moz-box-shadow: 0px 0px 5px #c0c0c0;
	max-width: 220px;
	overflow:hidden;
	height: 160px;
	text-align: center;
}



.project a:hover {
	box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 0px 7px #999;
}

.project img {
	max-height: 160px;
	min-height: 160px;
	display: block;
}

.project a:visited img {
	opacity: .4;
}

.project a:visited {
	box-shadow: 0px 0px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 0px #c0c0c0;
	-moz-box-shadow: 0px 0px 0px #c0c0c0;
}

.project a:hover img {
	opacity: 1.0;
}


.project h3 {
	font-size: 10px;
}

.project a {
	color: #000;
}


div.project {
	position:relative; /* important(so we can absolutely position the description div */ 
}

div.description {
	position:absolute; /* absolute position (so we can position it where we want)*/
	margin: 0px auto;
	padding-right: 10px;
	bottom: 9;
	display:none; /* hide it */
	/* styling bellow */
	color: #000;
	max-width:220px;
	overflow: hidden;
	
}

div.description_content {
	padding: 5px 0 5px 0;
	text-shadow:1px 1px #fff;
	background-color: #fff;
	font-size: 10px;
	text-transform: uppercase;
}




.circle {
	width: 10em;
	height: 10em; 
	margin: 10px 15px 10px 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border: 1px solid #222;
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg);	

}

.circle h2 {
    text-align: center; 
    font-size: 10px;
    margin-top: 5em;
	letter-spacing: 1.5px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
}


















#projectimages, #projectimages2, #projectimages3 {
	width: 700px;
	float: left;
	margin-top: 110px;
	position: relative;
	display: block;
}

#projectimages img, #projectimages2 img, #projectimages3 img {
	max-width: 700px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px 0px 8px #c0c0c0;
	-webkit-box-shadow: 0px 0px 8px #c0c0c0;
	-moz-box-shadow: 0px 0px 8px #c0c0c0;
}


.projectnav {
	width: 300px;
	float: left;
	text-align: center;
	border-bottom: 3px double #c0c0c0;
	padding-bottom: 10px;
}

#next2, #prev2, #next3, #next4, #prev3, #prev4 {
	color: #222;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1.5px;
}

.imgcaption, .imgcaption2, .imgcaption3 {
	font-size: 10px;
	width: 287px;
	float: left;
	text-align: center;
	padding-top: 10px;
}


.returnnav {
	border-bottom: 1px solid #c0c0c0;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 10px;
	text-align: center;
	width: 300px;
	float: left;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.returnnav a {
	color: #222;
}




.projecttext {
	width: 300px;
	background-color: #fff;
	float: left;
	margin-top: 130px;
}

.fader h3 {
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin: 10px 5px 5px 5px;
}

.fader .details {
	padding: 5px;
	font-size: 10px;
	margin: 5px 5px 5px 15px;
}

.fader .detailstext {
	clear: both;
	padding: 5px 10px 10px 10px;
	font-size: 10px;
	border-bottom: 3px solid #222;
}

.one {
	clear: both;
	width: 75px;
	float: left;
}

.two {
	width: 210px;
}











/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 80px;
    left: 50%;
    height: 600px;
    
    margin-left: -475px;
    width: 950px;
    
    background-color: #222;
    color: #fff;
    opacity: .99;
}



.jqmClose {
	height: 52px;
	width: 52px;
	margin-left: 898px;
	font-weight: bold;
	background-image: url('http://www.gavinpotenza.com/images/close.png');
	display: block;
	background-color: #f2f2f2;
}

a.jqmClose:active {
	background-image: none;
}

#profile {
	margin: -20px 50px 0px 50px;
	height: 500px;
	border-bottom: 3px solid #f2f2f2;
}

#profile p span {
	text-transform: uppercase;
	letter-spacing: 2px;
}


.profilel {
	width: 406px;
	float: left;
	margin-right: 50px;
	padding-top: 10px;
}

.profiler1 {
	width: 187px;
	float: left;
	margin-right: 10px;
	padding-top: 35px;
}

.profiler2 {
	width: 187px;
	float: right;
	padding-top: 35px;
}

.jqmOverlay { background-color: #f2f2f2;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.mark {
	background: url('http://www.gavinpotenza.com/images/mark.png') no-repeat;
	background-repeat: no-repeat;
	background-position:center; 
	display: block;
	height: 100px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
	width: 406px;
}


#profile p {
	padding: 0 10px 10px 15px;
	margin: 0;
	font-size: 10px;
	text-indent: 25px;
}

#profile p a {
	color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	
}

.title2 {
	padding-left: 12px;
	padding-bottom: 5px;
}

.email {
	margin-top: 10px;
	padding: 17px 0 15px 0;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-bottom: 3px double #f2f2f2;
}


.email2 {
	margin-bottom: 10px;
	padding: 17px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}





.email a, .email2 a {
	color: #f2f2f2;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	padding-bottom: 2px;
}

.email a:hover, .email2 a:hover {
	border-bottom: 1px solid #f2f2f2;
}


.headertext {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 3px;
	margin-bottom: 6px;
	padding-left: 5px;
}

.regulartext{
	font-size: 10px;
	padding-left: 8px;
	margin-bottom: 20px;
}

.regulartext a {
	color: #f2f2f2;
	text-transform: uppercase;
}


#footer {
	width: 100%;
	border-top: 2px solid #c0c0c0;
	margin-top: 20px;
	padding-bottom: 40px;
	display: block;
	height: 50px;
}




#resumewrap {
	width: 646px;
	margin: 0 auto;
	margin-top: 110px;
}

.column {
		width: 187px;
		float: left;
		margin-right: 41px;
	}
	
	.column_double {
		width: 418px;
		float: left;
	}
	
	.column, .column_double {
		margin-top: 30px;
	}
	
	
.resumeleft {
	clear: both;
	float:left;
	width: 30px;
	margin-right: 5px;
}
 
 
.resumeright {
	width: 350px;
	float: left;
	padding-bottom: 10px;
}

