/*********************/
/* CSS Browser 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;
}

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;
}

/**********/
/* LAYOUT */
/**********/

#wrapper {
	width: 1280px;
	margin: 10px auto;
}

/******************/
/* WEBPAGE HEADER */
/******************/

#header {
	position: relative;
	width: 1280px;
	height: 122px;
	background-image: url(../images/HomePage_Banner.jpg);
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

#bannerSlider {
	position: absolute;
	width: 500px;
	height: 29px;
	overflow: hidden;
	left: 165px;
	top: 93px;
	z-index: 10;
}

#navContainer {
	border-top: 2px solid rgb(0, 0, 0);
	border-bottom: 2px solid rgb(0, 0, 0);
}

/*************/
/* HOME PAGE */
/*************/

#slider-Wrapper {
	position: relative;
	width: 1280px;
	height: 720px;
}

.nivoSlider {
	position: relative;
	width: 1280px;
	height: 720px;
}

.nivoSlider img {
	display: none;
	position: absolute;
	width: 1280px;
	height: 720px;
	top: 0;
	left: 0;
}

/**********************/
/* GALLERY INDEX PAGE */
/**********************/

#contentMain {
	position: relative;	
	width: 1280px;
	background-image:url(../images/BG_Tile.png);
}

#tabbedGalleryPanels {
	padding: 12px 48px;
}

.tabs {
	margin-left: 20px;
}

#panelContainer {
	clear: both;
	padding: 10px;
	background-image:url(../images/BG_TileW.png);
	border-radius: 5px;
	border: 1px solid rgb(0, 0, 0);
	Box-shadow:-8px 8px 24px rgba(0, 0, 0, 0.6);
}

#currentWIP {
	height: 240px;
	margin-bottom: 15px;
}

#thumbsWIP {
	clear: both;
	width: 866px;
	height: 151px;
	padding: 25px 20px;
}

#previousWorks {
	height: 800px;
	margin-bottom: 15px;
}

#thumbsPrevious {
	clear: both;
	width: 866px;
	height: 341px;
	padding: 25px 30px;
}

#logoWork {
	height: 800px;
	margin-bottom: 15px;
}

#thumbsLogo {
	clear: both;
	width: 866px;
	height: 185px;
	padding: 25px 20px;
}

#Prof3DStillsWorks {
	width: 1150px;
}

#Prof3DVidsWork {
	width: 1150px;
}

#Prof3DDemoReel {
	height: 1150px;
	width: 1150px;
}

#Prof3DStillsWorks .ProfStill {
	margin-left: 42px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: -4px 6px 16px rgba(0, 0, 0, 0.6);	
}

#Prof3DStillsWorks img:hover {
	opacity: 0.7;
}

#3DVid {
	margin-bottom: 25px;
}

#Prof3DStillsWorks h2 {
	margin-left: 20px;
	text-shadow: -2px 2px 4px rgba(0, 0, 0, .4);	
}

#Prof3DVidsWork h2 {
	margin-left: 20px;
	text-shadow: -2px 2px 4px rgba(0, 0, 0, .4);
}

#Prof3DDemoReel h2 {
	margin-left: 20px;
	text-shadow: -2px 2px 4px rgba(0, 0, 0, .4);
}
	
/*******************/
/* 3D GALLERY PAGE */
/*******************/

#galleryContainer {
	width: 1280px;
}

#galleryImage {
	position: relative;
	width: 1280px;
}

#galleryImage img {
	position: absolute;
	display: block;
}

#imageContainer {
	position: relative;
	clear: both;
	width: 1280px;
	height: 720px;
	background-image:url(../images/BG_TileW.png);
}

#galleryThumbnailContainer {
	border-top: 2px solid rgb(0, 0, 0);
}

#galleryThumbnails {
	clear: both;
	position: relative;
	width: 986px;
	height: 226px;
	padding: 12px 19px;
}

#overlayCross {
	position: absolute;
	left: 1064px;
	top: 411px;
	z-index: 5;
}

/*********************/
/* LOGO GALLERY PAGE */
/*********************/

#imageLogoContainer {
	position: relative;
	clear: both;
	width: 1280px;
	height: 747px;
	padding: 15px 0px;
	background-image:url(../images/BG_TileW.png);
}

/***************/
/* RESUME PAGE */
/***************/

#contentMainResume {
	position: relative;
	width: 1280px;
	height: 2250px;
	background-image:url(../images/BG_Tile.png);
}

#resumeContainer {
	float: left;
	width: 680px;
	padding: 15px 80px;
	padding-bottom: 0px;
}

#resumeHeader {
	width: 750px;
	height: 120px;
	background:url(../images/ResumeHeader.png) left top no-repeat;
}

#resumePage {
	width: 750px;
	background-image: url(../images/BG_TileW.png);
	border: 1px solid rgb(0, 0, 0);
	Box-shadow:-8px 8px 24px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

#resumeContent {
	width: 750px;
}

#resumeSoftware {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#resumeSkills {
	float: left;
	width: 325px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#recContainer {
	float: right;
	width: 300px;
	padding: 10px 10px;
	margin-right: 55px;
	margin-top: 120px;
}

#overlayResumeCross {
	position: absolute;
	left: 1064px;
	top: 1763px;
	z-index: 15;
}

#resumeUpper {
	padding: 15px 25px 0px 25px;
}

#ResumeLowerInfo {
	clear: both;
	padding-left: 25px;	
	padding-right: 25px;
	padding-bottom: 20px;
}

/************/
/* BIO PAGE */
/************/

#contentMainBio {
	position: relative;
	width: 1280px;
	height: 1200px;
	background-image:url(../images/BG_Tile.png);
}

#bioPic {
	float: left;
	width: 300px;
	height: 600px;
	padding-top: 50px;
	padding-left: 70px;
}

#myPic {
	background:url(../images/MyPic.jpg) no-repeat center center;
	width: 300px;
	height: 420px;
	border-radius: 5px;
	border: 1px solid rgb(0, 0, 0);
	Box-shadow:-8px 8px 24px rgba(0, 0, 0, 0.6);
}

#bioContainer {
	position: relative;
	float: left;
	width: 750px;
	height: 1150px;
	padding: 15px 80px;
}

#miniBio {
	height: 1120px;
}

#bioBody {
	height: 1050px;
}

#signature {
	width: 148px;
	height: 48px;
	margin-left: 175px;
	margin-top: 10px;
}

#bioBottom {
	width: 710px;
	height: 450px;
}

#personal01 {
	float: left;
	width: 320px;
	padding-left: 10px;
	padding-right: 10px;
}

#personal02 {
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
}

#hobbies {
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
}

#overlayBioCross {
	position: absolute;
	left: 1064px;
	top: 713px;
	z-index: 15;
}

/****************/
/* CONTACT PAGE */
/****************/

#contactContainer {
	width:600px;
	height: 575px;
}

#cardHolder {
	float: left;
	width: 478px;
	height: 500px;
	position: absolute;
	left: 70px;
	top: 40px;
}

#card {
	width: 415px;
	height: 225px;
}

#cardInfo {
	clear: both;
	width: 415px;
	height: 173px;
}

#cgLogo {
	float: left;
	background: url(../images/LogoBK.png) no-repeat;
	width: 46px;
	height: 57px;
	margin-left: 90px;
}

#sendMessageHolder {
	float: right;
	width: 527px;
	height: 500px;
	position: absolute;
	left: 625px;
	top: 20px;
	background-image:url(../images/BG_TileW.png);
	}


/**************/
/* LINKS PAGE */
/**************/

#contentMainLinks {
	position: relative;
	width: 1280px;
	height: 720px;
	background-image:url(../images/BG_Tile.png);
}

#friendLinks {
	float: left;
	width: 540px;
	height: 240px;
	position: absolute;
	left: 64px;
}

#favLinks {
	float: right;
	width: 540px;
	height: 240px;
	margin-bottom: 10px;
	position: absolute;
	left: 664px;
}

#resourceLinks{
	clear: both;
	width: 1150px;
	height: 690px;
	position: absolute;
	left: 64px;
	
}

#CGLinks {
	clear: both;
	float: left;
	width: 540px;
	height: 550px;
	margin-left: 20px;
}

#otherLinks {
	float: right;
	width: 540px;
	height: 550px;
	margin-right: 20px;
}

/**********/
/* FOOTER */
/**********/

#footer {
	clear: both;
	width: 1280px;
	height: 122px;
	background-image: url(../images/HomePage_Footer.jpg);
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top: 2px solid rgb(0, 0, 0);
}

/*********************/
/* Gallery Selection */
/*********************/

#GalleryGate {
	width: 1280px;
	height: 720px;
}

#GallerySelection01 {
	width: 640px;
	height: 720px;	
	float: left;
}

#GallerySelection02 {
	width: 640px;
	height: 720px;
	float: right;
		
}