@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}



/* ------------------------------
global styles
------------------------------ */
html	{
	height:100%;
}

body	{
	margin:0;
	padding:0;
	height:100%;
	background-color: #333132;
	text-align: center;
	color: #333132;
	background: url(images/deeGrey4.png);
	}
	
a	{ text-decoration:none; }
a:link	{ color: #808285; }		/* ---GREY--- */
a:visited	{ color:#808285; }	/* ---GREY--- */
a:hover	{ color: #BED639; }		/* ---BRIGHT GREEN--- */
a:active	{ color:#BED639; }	/* ---BRIGHT GREEN--- */

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('DancingScript-Regular-webfont.eot');
    src: url('DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DancingScript-Regular-webfont.woff') format('woff'),
         url('DancingScript-Regular-webfont.ttf') format('truetype'),
         url('DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1	{ 
	padding-top:15px;
	font-family: "PTSansRegular", sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	color: #BED639;
	text-shadow: 1px 1px 3px #000;
	}
	
h2	{
	font:14px/22px 'PTSansBold', Arial, sans-serif;
	letter-spacing:1px;
	color: #808285; 
	text-shadow: 1px 1px 3px #000;
	}	
	
h3	{
	font: 14px/19px 'PTSansRegular', Arial, sans-serif;
	color:#BED639;
	padding:5px 0 0 0;
	text-shadow: 1px 1px 3px #000;
	}

p	{ 
	font: 14px/19px 'PTSansRegular', Arial, sans-serif;
	color:#999;
	}
	

/* ------------------------------
container styles
------------------------------ */

#wrapper	{
	margin: 10px auto;
	padding: 0;
	width: 790px;
	height:100%;
	text-align:left;
	}
	
/* ------------------------------
navigation styles
------------------------------ */	
	
#logo	{
	margin:20px 0 0 0;
	padding:0;
	background-image: url(images/DTurmanLogo.jpg);
	width:260px;
	height:98px;
	float:left;
}

#nav	{
	margin:0;
	float:right;
	display:inline;
	}
		
#nav ul	{
	margin:0;
	padding:10px 1px 0 0px;
	}

	
#nav li	{
	margin:85px 0 0 0;
	padding:0 0 0 20px;
	float:left;
	font: 14px/19px 'PTSansRegular', Arial, sans-serif;
	list-style-type:none;
	}

/* ------------------------------
content styles - INDEX
------------------------------ */


.script	{
	font:20px/22px 'DancingScriptOTRegular', Arial, sans-serif;
	color:#BED639;
}

#indexIntro	{
	padding: 50px 130px 0 60px;
	width:803px;
	height:585px;
	background:url(images/indexBKGRD.jpg) no-repeat;
}

#indexIntro p	{
	margin-right:110px;
	font: 14px/20px 'PTSansRegular', Arial, sans-serif;
}

#actorBox	{
	margin:50px 0 0 0;
	width:330px;
	height:315px;
	float:left;
	background-image:url(images/actorBKGRD.jpg);
}

#actorBox p	{
	margin:75px 28px 0 42px;
	font: 13px/18px 'PTSansRegular', Arial, sans-serif;
	text-shadow: #333 2px 2px 1px;}

#services	{
	margin:50px 0 0 30px;
	width:330px;
	height:315px;
	float:left;
	background-image:url(images/servicesBKGRD.jpg);
}

#services ul	{
	margin:0;
}

	
#services li	{
	font: 13px/18px 'PTSansRegular', Arial, sans-serif;
	list-style-type:none;
	color:#999;
	text-shadow: #333 2px 2px 1px;
	}
	
#list1	{
	float:left;
	padding:73px 25px 0 45px;
}

#list2	{
	margin:25px 0 0 0;
}


/* ------------------------------
content styles - GRAPHIC DESIGN
------------------------------ */

#contentWrapper	{
	width:890px;
	height:100%;
	margin:40px 0 0 0;
	float:left;
	}
	
#identity	{
	width:803px;
	height:610px;
	background-image: url(images/identityBKGRD.jpg);
	float:left;
	}

#identityThumbs	{
	margin:90px 0 0 56px;
}

#collateral	{
	width:803px;
	height:417px;
	background-image: url(images/collateralBKGRD.jpg);
	float:left;
	}
	
#collateralThumbs	{
	margin:90px 0 0 56px;
}	

#posters	{
	width:803px;
	height:283px;
	background-image: url(images/postersBKGRD.jpg);
	float:left;
	}
#posterThumbs	{
	margin:90px 0 0 56px;
}	

#sellsheets	{
	width:803px;
	height:283px;
	background-image: url(images/sellsheetsBKGRD.jpg);
	float:left;
	}
	
#sellsheetThumbs	{
	margin:90px 0 0 56px;
}
	
#ads	{
	width:803px;
	height:417px;
	background-image: url(images/adsBKGRD.jpg);
	float:left;
	}	
	
#adsThumbs	{
	margin:90px 0 0 56px;
}

#stationary	{
	width:803px;
	height:283px;
	background-image: url(images/stationaryBKGRD.jpg);
	float:left;
	}
	
#stationaryThumbs	{
	margin:90px 0 0 56px;
}

#directmail	{
	width:803px;
	height:283px;
	background-image: url(images/directmailBKGRD.jpg);
	float:left;
	}
	
#packaging	{
	width:803px;
	height:339px;
	background-image: url(images/packagingBKGRD.jpg);
	float:left;
	}	
	
#packagingThumbs	{
	margin:110px 0 0 56px;
}
	
.thumbs	{
	margin:5px;
	padding:3px;
	border: solid 2px #666;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}


/* ------------------------------
content styles - ILLUSTRATION
------------------------------ */

#intro	{
	width:803px;
	height:182px;
	background-image:url(images/introBKGRD.jpg);
	}
	
#intro p	{
	padding: 40px 60px 0 60px;
	font: 14px/20px 'PTSansRegular', Arial, sans-serif;
}

#digital	{
	width:803px;
	height:662px;
	background-image: url(images/digital_illBKGRD.jpg);
	float:left;
	}

#digitalThumbs	{
	margin:110px 0 0 56px;
}

#artifact	{
	width:803px;
	height:916px;
	background-image: url(images/artifact_illBKGRD.jpg);
	float:left;
	}

#artifactThumbs	{
	margin:110px 0 0 56px;
}

#reconstructions	{
	width:803px;
	height:907px;
	background-image: url(images/archRecon_illBKGRD.jpg);
	float:left;
	}

#reconstructionsThumbs	{
	margin:110px 0 0 56px;
}

/* ------------------------------
content styles - WEB DESIGN
------------------------------ */


#website	{
	width:803px;
	height:450px;
	background-image: url(images/websiteBKGRD.jpg);
	float:left;
	}

#websiteThumbs	{
	margin:110px 0 0 56px;
}

#bannerAd	{
	width:803px;
	height:329px;
	background-image: url(images/bannerAdBKGRD.jpg);
	float:left;
	}

#bannerAdThumbs	{
	margin:90px 0 0 56px;
}

/* ------------------------------
content styles - AG PORTFOLIO
------------------------------ */

#AGintro	{
	width:803px;
	height:120px;
	background: url(images/AGintroBKGRD.jpg) no-repeat;
}

#AGintro p	{
	margin-right:110px;
	padding: 50px 130px 0 60px;
	font: 14px/20px 'PTSansRegular', Arial, sans-serif;
}

#AGidentity	{
	width:803px;
	height:450px;
	background-image: url(images/AGidentityBKGRD.jpg);
	float:left;
	}

#AGidentityThumbs	{
	margin:110px 0 0 56px;
}

#AGcollateral	{
	width:803px;
	height:450px;
	background-image:url(images/AGcollateralBKGRD.jpg);
	float:left;
	}

#AGcollateralThumbs	{
	margin:110px 0 0 56px;
}

#AGposters	{
	width:803px;
	height:450px;
	background-image: url(images/AGpostersBKGRD.jpg);
	float:left;
	}

#AGpostersThumbs	{
	margin:110px 0 0 56px;
}

#AGdirectMail	{
	width:803px;
	height:450px;
	background-image: url(images/AGdirectmailBKGRD.jpg);
	float:left;
	}

#AGdirectMailThumbs	{
	margin:110px 0 0 56px;
}

#AGstationary	{
	width:803px;
	height:307px;
	background-image: url(images/AGstationaryBKGRD.jpg);
	float:left;
	}

#AGstationaryThumbs	{
	margin:110px 0 0 56px;
}

#AGads	{
	width:803px;
	height:1132px;
	background-image: url(images/AGadsBKGRD.jpg);
	float:left;
	}

#AGadsThumbs	{
	margin:110px 0 0 56px;
}




/* ------------------------------
content styles - RESUME
------------------------------ */

#resume	{
	width:803px;
	height:765px;
	background-image: url(images/resumeBKGRD.jpg);
	float:left;
	}

#resumeContent	{
	margin:30px 0 0 60px;
}

#resumeContent ul	{
	margin:0;
	}

	
#resumeContent li	{
	font: 13px/16px 'PTSansRegular', Arial, sans-serif;
	list-style-type:none;
	color:#6F7072;
	}

/* ------------------------------
content styles - CONTACT
------------------------------ */

#contact	{
	margin:60px 0 0 20px;
	width:330px;
	height:314px;
	background-image:url(images/contactBKGRD.jpg);
	float:left;
}

#contactForm	{
	margin: 0 0 0 80px;
}

#connect	{
	margin:80px 80px 0 0;
	width:300px;
	height:200px;
	float:right;
}
	
.socialIcons	{
	margin:20px 10px 0 0;
}

input {  
	border: 1px solid #666;
  	background-color: #CCC; 
		-moz-border-radius: 5px;
	border-radius: 5px;
} 
	
textarea {  
	border: 1px solid #666;
  	background-color: #CCC;  
	-moz-border-radius: 5px;
	border-radius: 5px;	} 	

.submit	{
	margin-top:12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
/* ------------------------------
content styles - CONTACT - THANK YOU
------------------------------ */
	

#contact2	{
	margin:80px 0 0 50px;
	width:330px;
	height:314px;
	float:left;
}




/* ------------------------------
content styles - FOOTER
------------------------------ */

#footer p	{
	padding: 0 60px 20px 20px;
	font: 10px/14px 'PTSansRegular', Arial, sans-serif;
	float:left;
}






/*------lightbox------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }



#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }






