/* CSS for John's portfolio site */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 65%;
	background: #eee url(../images/background.jpg) repeat-x top left;
}

h1 {
	font-size: 1.4em;
	margin-top: 10px;
	}

h2 {
	font-size: 1.2em;
	margin-top: 10px;
}

td, p, li {
	font-size: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;
}

td {
	vertical-align: top;
}

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

#container {
	background: #fff url(../images/body_BG.gif) repeat-y top left;
	width: 674px;
	margin: 0;
	padding: 0;
	border-right: 5px solid #c8c8c8;
}

* html #container {
	background: none;
	background-color: #c8c8c8;
}

#content {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	/* border: 1px dashed #00FFFF; */
}

#mast {
	width: 680px;
	height: 120px;
	padding: 0;
	margin: 0;
	/* border: 1px dashed #FF00FF; 
	background: transparent url(../images/masthead.gif) no-repeat top left;
	position: relative;	*/
}

#mast h1 {
	position: relative;
	left: -2000px;
}

#sidebar {
	width: 158px;
	/* background-color: #c8c8c8; */
	float: left;
	/* height: 600px;  */
	position: relative;
	margin: 0;
	padding: 0;
}

#main {
	float: left;
	width: 496px;
	min-height: 205px;
	/* height: 600px; 
	remove after adding actual content */
	background-color: #fff;
	border-top: 10px solid #c8c8c8;
	padding: 10px;
}

* html #main {
	width: 486px;
}

#footer {
	clear: both;
	width: 664px;
	height: 35px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #c8c8c8;
	border-left: 5px solid #c8c8c8;
	border-right: 5px solid #c8c8c8;
	border-bottom: 5px solid #c8c8c8;
	position: relative;
	left: -5px;
	padding-top: 5px;
	padding-left: 5px;
}

#footer p {
	text-align: center;
	font-size: 1em;
}

/***********************************************************
NAVIGATION
************************************************************/

#nav {
	width: 168px;
	position: relative;
	left: -10px;
}

#nav a {
	display: block;
	margin: 0;
	padding: 0;
}

#animation {
	width: 168px;
	height: 50px;
	background: transparent url(../images/animation.gif) no-repeat top left;
}

#animation:hover,
.animation #animation {
	background: transparent url(../images/animation_on.gif) no-repeat top left;
}

#storyboards {
	width: 168px;
	height: 43px;
	background: transparent url(../images/storyboards.gif) no-repeat top left;
}

#storyboards:hover,
.storyboards #storyboards {
	background: transparent url(../images/storyboards_on.gif) no-repeat top left;
}

#conceptArt {
	width: 168px;
	height: 45px;
	background: transparent url(../images/conceptArt.gif) no-repeat top left;
}

#conceptArt:hover,
.conceptArt #conceptArt {
	background: transparent url(../images/conceptArt_on.gif) no-repeat top left;
}

#resume {
	width: 168px;
	height: 44px;
	background: transparent url(../images/resume.gif) no-repeat top left;
}

#resume:hover,
.resume #resume {
	background: transparent url(../images/resume_on.gif) no-repeat top left;
}

#artist {
	width: 168px;
	height: 58px;
	background: transparent url(../images/artist.gif) no-repeat top left;
}

#artist:hover,
.artist #artist {
	background: transparent url(../images/artist_on.gif) no-repeat top left;
}

/*****************************************************************************
ANIMATION PAGE
******************************************************************************/

/* Architectural rendering */
#archRenderingLnk {
	display: block;
	width: 300px;
	height: 203px;
	background: transparent url(../images/thumbs/hollyLaneTurnAnim.jpg) no-repeat top left;
}

#archRenderingLnk:hover {
	background: transparent url(../images/thumbs/hollyLaneTurnAnim.jpg) no-repeat 0 -207px;
}

/* Vehicle rendering */
#vehicleRenderingLnk {
	display: block;
	width: 300px;
	height: 177px;
	background: transparent url(../images/thumbs/carTurnTableAnim.jpg) no-repeat top left;
}

#vehicleRenderingLnk:hover {
	background: transparent url(../images/thumbs/carTurnTableAnim.jpg) no-repeat 0 -183px;
}

/* Character animation */
#charAnimationLnk {
	display: block;
	width: 300px;
	height: 203px;
	background: transparent url(../images/thumbs/bruceColorTurnAnim.jpg) no-repeat top left;
}

#charAnimationLnk:hover {
	background: transparent url(../images/thumbs/bruceColorTurnAnim.jpg) no-repeat 0 -207px;
}

/* Lip Sync */
#lipSyncLnk {
	display: block;
	width: 300px;
	height: 203px;
	background: transparent url(../images/thumbs/bruceLipSyncAnim.jpg) no-repeat top left;
}

#lipSyncLnk:hover {
	background: transparent url(../images/thumbs/bruceLipSyncAnim.jpg) no-repeat 0 -207px;
}

/* Conveying Emotion without facial expressions */
#conveyEmotionLnk {
	display: block;
	width: 300px;
	height: 225px;
	background: transparent url(../images/thumbs/ballGuysAnim.jpg) no-repeat top left;
}

#conveyEmotionLnk:hover {
	background: transparent url(../images/thumbs/ballGuysAnim.jpg) no-repeat 0 -230px;
}

/* Animating Crowds */
#animatingCrowdsLnk {
	display: block;
	width: 300px;
	height: 203px;
	background: transparent url(../images/thumbs/runInFearAnim.jpg) no-repeat top left;
}

#animatingCrowdsLnk:hover {
	background: transparent url(../images/thumbs/runInFearAnim.jpg) no-repeat 0 -206px;
}



/*****************************************************************************
MISCELLANEOUS
******************************************************************************/

.clear {
	clear: both;
}

img,
a img {
	border: 0px none;
}