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

body {
	margin: 0;
	padding: 0;
	/*background-attachment: fixed;*/
}

.navigation {
	text-decoration: none;
	color: #999;
}
.navigationThere {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
.navigationThereNotBold {
	text-decoration: none;
	color: #000;
	font-style: italic;
	font-weight: normal;
}
.navigation:hover {
	text-decoration: none;
	color: #000;
}
.artworkName {
	color: #000;
	font-weight: bold;
}
.artworkMaterial {
	color: #000;
	font-style: italic;
}
.artworkSize {
	color: #000;
	font-size: small;
}

/* ------------------------------ header divs -- */

#headerDiv {
	height: 45px;
	width: 680px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 36px;
	color: #999;
	text-align: center;
}
#headerSubDiv {
	height: 20px;
	width: 680px;
	color: #999;
	text-align: center;
}
#horizontalRuleHolderDiv {
	height: 2px;
	width: 640px;
	padding-top: 6px;
	padding-left: 40px;
}
#horizontalRuleLineDiv {
	height: 2px;
	width: 600px;
	background-color: #999;
}
#navBarDiv {
	height: 30px;
	width: 680px;
	color: #999;
}
#navButtonOuterDiv {
	height: 27px;
	width: 120px;
	float: left;
	padding-left: 40px;
	text-align: center;
	color: #999;
}
#navButtonInnerDiv {
	height: 22px;
	width: 120px;
	float: left;
	padding-top: 5px;
	text-align: center;
	color: #999;
}
#navButtonInnerThereDiv {
	height: 22px;
	width: 120px;
	float: left;
	padding-top: 5px;
	text-align: center;
	color: #FFF;
	background-color: #999;
}

/* ------------------------------ home content divs -- */

#autoResizeDiv {
	height: 780px;
	width: auto;
}
#centeredDiv {
	height: 740px;
	width: 680px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#mainContentDiv {
	height: 630px;
	width: 680px;
	margin: auto;
	text-align: center;
}
#homePictureDiv {
	height: 340px;
	width: 680px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}
#homePictureCaptionDiv {
	height: 70px;
	width: 680px;
	margin: auto;
	text-align: center;
	padding-top: 0px;
}
#homeSceptersDiv {
	height: 25px;
	width: 580px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	color: #666;
}
#homeInfoDiv {
	height: 100px;
	width: 580px;
	margin: auto;
	text-align: center;
	padding-top: 2px;
	padding-left: 50px;
	padding-right: 50px;
	color: #666;
}


/* ================================================================== */
/* -------------------------- artwork divs -------------------------- */

#autoResizeArtworkDiv {
	height: auto;
	width: auto;
	padding-bottom: 50px;

}
#centeredArtworkDiv {
	height: auto;
	width: 680px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

/* -- -- -- -- artwork sub menu divs -- -- -- -- */

#artworkSubMenuDiv {
	height: 130px;
	width: 680px;
	text-align: center;
}
#artworkCategoriesDiv {
	height: 24px;
	width: 680px;
	text-align: center;
	font-style: italic;
	float: left;
}
#artworkCategoryRuleDiv {
	height: 7px;
	width: 640px;
	padding-top: 20px;
	padding-left: 40px;
	float: left;
}
#artworkCategoryRule2Div {
	height: 20px;
	width: 640px;
	padding-left: 40px;
	float: left;
}
#horizontalRule2HolderDiv {
	height: 8px;
	width: 285px;
	padding-top: 4px;
	float: left;
}
#horizontalRule2Div {
	height: 2px;
	width: 285px;
	background-color: #999;
}
#horizontalRuleTopLinkDiv {
	height: 12px;
	width: 30px;
	font-size: 8px;
	text-align: center;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
}
#artworkCategoryDiv {
	height: 40px;
	width: 680px;
	text-align: center;
	font-size: x-large;
	font-style: italic;
	color: #666;
	float: left;
	padding-top: 6px;
}

/* -- -- -- -- artwork divs -- -- -- -- */

#thumbsRowAutoHeight {
	width: 670px;
	padding-left: 10px;
	padding-bottom: 40px;
}
#thumbDiv {
	height: auto;
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	float: left;
}
#captionsRowDiv {
	height: 30px;
	width: 640px;
	padding-left: 40px;
}
#captionDiv {
	height: 100px;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
}
#subMenuDiv {
	height: 40px;
	width: 680px;
	padding-top: 10px;
	text-align: center;
}

/* ================================================================== */
/* == shows divs ==================================================== */

#showsAutoResizeDiv {
	width: auto;
}
#showsCenteredDiv {
	height: auto;
	width: 680px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#showsContentDiv {
	height: auto;
	width: 680px;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
}
#showTextDiv {
	height: 30px;
	width: 680px;
	padding-top: 30px;
	color: #666;
	font-style: italic;
}
#showDiv {
	height: auto;
	width: 680px;
	padding-bottom: 20px;
}
#showTallDiv {
	height: 160px;
	width: 680px;
	padding-top: 0px;
}
#horizontalRuleShowHolderDiv {
	height: 15px;
	width: 590px;
	padding-top: 6px;
	padding-left: 90px;
}
#horizontalRuleShowLineDiv {
	height: 3px;
	width: 500px;
	background-color: #E5E5E5;
}
#showTitleDiv {
	width: 680px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #366;
	font-size: 18px;
}
#showDateDiv {
	width: 680px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #603;
	font-size: 16px;
}
#showLocationDiv {
	height: 20px;
	width: 680px;
	font-weight: normal;
}
#showAwardDiv {
	height: 30px;
	width: 680px;
	font-weight: normal;
	color: #900;
}

/* ================================================================== */
/* == resume divs =================================================== */

#autoResizeResumeDiv {
	width: auto;
	padding-bottom: 100px;
}
#centeredResumeDiv {
	width: 680px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
#resumeDiv {
	width: 600px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 80px;
	color: #333;
}

/* ================================================================== */
/* == more main divs ================================================ */

#autoResizeMoreDiv {
	width: auto;
	padding-bottom: 100px;
}
#centeredMoreDiv {
	width: 690px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	padding-bottom: 30px;
}

/* -- more sub menu divs ----------------- */

#moreSubMenuDiv {
	height: 40px;
	width: 550px;
	padding-top: 5px;
	padding-left: 90px;
}
#scepterDiv {
	height: 19px;
	width: 135px;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}
#subNavButtonDiv {
	height: 23px;
	width: 60px;
	float: left;
	padding-top: 4px;
	text-align: left;
	font-style: italic;
}
#subNavButtonShortDiv {
	height: 23px;
	width: 28px;
	float: left;
	padding-top: 4px;
	padding-left: 6px;
	text-align: left;
	color: #999;
	font-style: italic;
}

/* -- more photo divs ----------------- */

#morePhotoRowDiv {
	width: 680px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#moreThumbDiv {
	width: 206px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	float: left;
}
#timelinePhotoDiv {
	height: 325px;
	width: 680px;
	padding-top: 20px;
	color: #333;
}
#sepiaPhotoDiv {
	height: 550px;
	width: 680px;
	color: #333;
	text-align: center;
}

/* -- article divs ----------------- */

#articlesDiv {
	height: 1450px;
	width: 640px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#ncwcaDiv {
	height: 290px;
	width: 370px;
	color: #333;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#menloParkAlmanacDiv {
	height: 360px;
	width: 230px;
	color: #333;
	float: left;
}

#paloAltoWeeklyDiv {
	height: 355px;
	width: 220px;
	color: #333;
	float: right;
	padding-right: 20px;
	text-align: left;
}
#sfChronicleDiv {
	height: 150px;
	width: 402px;
	color: #333;
	float: right;
}
#sacramentoBee77Div {
	height: 185px;
	width: 350px;
	color: #333;
	float: right;
}
#sacramentoBee74Div {
	height: 105px;
	width: 402px;
	color: #333;
	float: right;
}
#artWeekDiv {
	height: 265px;
	width: 230px;
	color: #333;
	float: left;
}
#sanMateoMTimesDiv {
	height: 290px;
	width: 280px;
	color: #333;
	float: left;
}
#sfChronicleMar97Div {
	height: 190px;
	width: 405px;
	color: #333;
	float: left;
	padding-left: 20px;
}
#almanacDiv {
	height: 450px;
	width: 210px;
	color: #333;
	float: right;
}
#pennisulaMagDiv {
	height: 140px;
	width: 352px;
	color: #333;
	float: right;
}

/* -- menlo parks almanac divs ----------------- */

#menloAutoResizeDiv {
	height: 5550px;
	width: auto;
}
#menloCenteredDiv {
	height: 5480px;
	width: 1110px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	text-align: center;
}
#menloSubMenuDiv {
	height: 32px;
	width: 800px;
	padding-top: 5px;
	padding-left: 220px;
}
#subNavButtonLongDiv {
	height: 23px;
	width: 120px;
	float: left;
	padding-top: 4px;
	text-align: center;
	color: #999;
	font-style: italic;
}
#menloScepterDiv {
	height: 19px;
	width: 135px;
	float: left;
	padding-top: 8px;
	padding-left: 0px;
}
#menloScepterDotDiv {
	height: 19px;
	width: 10px;
	float: left;
	padding-top: 8px;
	padding-left: 0px;
}

#menloPageDiv {
	height: 1490px;
	width: 1100px;
}

#menloPage4Div {
	height: 810px;
	width: 1100px;
}

/* -- palo alto weekly divs ----------------- */

#paloAutoResizeDiv {
	height: 2980px;
	width: auto;
}
#paloCenteredDiv {
	height: 2920px;
	width: 1110px;
	margin: auto;
	background-color: #FFF;
	padding-left: 10px;
	text-align: center;
}
#paloSubMenuDiv {
	height: 32px;
	width: 800px;
	padding-top: 5px;
	padding-left: 287px;
}
#paloPageDiv {
	height: 1512px;
	width: 1100px;
}
#paloPage2Div {
	height: 1290px;
	width: 1100px;
}

/* -- more contact divs ----------------- */

#contactDiv {
	height: 70px;
	width: 680px;
	padding-top: 20px;
	color: #333;
	text-align: center;
}

/* ================================================================== */
/* == footer divs ================================================ */

#autoResizeFooterDiv {
	width: auto;
	padding-bottom: 80px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
}
