

/* ------------------------------------------------------------------------------------------------------*/
/* CSS SPECIFIC TO RESUME PAGES  --------------------------------------------*/

#resume #wrapper {
	background-image: url(../images/resume/content-frame-resume.gif);
}

#resume #mainContent {
	width: 853px;
	height: 328px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 31px 0 12px 44px;
	padding: 24px 0 0 0;
	text-align: left;
}

#resume #resumeNav {
	margin: 25px auto 0 auto;
	width: 270px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: .05em;
	background: #FFFFFF;
}


/*Resume Navigation */

#resumeNav a:link			{ color: #777777; text-decoration: none; }
#resumeNav a:visited	{ color: #777777; text-decoration: none; }
#resumeNav a:hover		{ color: #000000; text-decoration: none; }
#resumeNav a:active		{ color: #000000; text-decoration: none; }
#resumeNav a:focus		{ outline: 0; }

#resumeNav a.currentPage:link			{ color: #000000; text-decoration: none; }
#resumeNav a.currentPage:visited	{ color: #000000; text-decoration: none; }


/* "Download Resume" Button */

div#pdfLink { text-align: right; width: 853px; margin: 5px auto 0 auto;}

#pdfLink a {
	padding: 2px 0 2px 26px;
	background: url(../images/resume/pdf-icon.gif) no-repeat;
	font-size: 10px;
	width: 39px;
}

#pdfLink a:link 		{ color: #666666; text-decoration: none; }
#pdfLink a:visited	{ color: #666666; text-decoration: none; }
#pdfLink a:hover 		{ color: #333333; text-decoration: underline; }
#pdfLink a:active 	{ color: #333333; text-decoration: none; }



/* FILM/TV RESUME: Definitions for two-column layout  */

#filmtvResume .col1{
	width: 395px;
	margin: 0 0 0 43px;
	padding: 0;
	float: left;
	display: inline;
}

#filmtvResume .col2{
	width: 365px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
}

#filmtvResume p {
	line-height: 15px;
	margin: 0 0 15px 0;
}

h2#filmResume	{ width: 35px; height: 11px; text-indent: -5000px; background: url(../images/resume/h-film.gif) no-repeat; }
h2#tvResume		{ width: 92px; height: 11px; text-indent: -5000px; background: url(../images/resume/h-television.gif) no-repeat; }



/* GENERAL RESUME: Definitions for four-column layout  */

#generalResume .col1{
	width: 192px;
	margin: 0 0 0 43px;
	padding: 0;
	float: left;
	display: inline;
}

#generalResume .col2{
	width: 191px;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	display: inline;
}

#generalResume .col3{
	width: 176px;
	margin: 0 0 0 27px;
	padding: 0;
	float: left;
	display: inline;
}

#generalResume .col4{
	width: 160px;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	display: inline;
}

h2#celebrities		{ width: 90px;  height: 10px; text-indent: -5000px; background: url(../images/resume/h-celebrities.gif) no-repeat; }
h2#photographers 	{ width: 138px; height: 25px; text-indent: -5000px; background: url(../images/resume/h-photographers.gif) no-repeat; }
h2#commercials 		{ width: 117px; height: 25px; text-indent: -5000px; background: url(../images/resume/h-commercials.gif) no-repeat; }
h2#music 					{ width: 47px; height:  10px; text-indent: -5000px; background: url(../images/resume/h-music.gif) no-repeat; }
h2#editorial 			{ width: 77px; height:  10px; text-indent: -5000px; background: url(../images/resume/h-editorial.gif) no-repeat; }





/* Used to clear the four columns (necessary for scrollbar functionality) */
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

