HTML {
	margin: 0; padding: 0;
	-webkit-text-size-adjust: 100%;
}
BODY {
	margin: 0; padding: 0 6px;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 320px) and (orientation: portrait) { 
	HTML, BODY { width: 380px; padding: 0}
}

DIV#container {
	margin: 0 auto;
	padding: 0px;
	background-color: white;
	text-align: left;
	width: 720px;
}
@media only screen and (max-width: 320px) and (orientation: portrait) { 
	DIV#container { width: 370px; }
}

DIV#containerInner, DIV#header H1, DIV#footer {
	margin: 0;
	padding: 0;
}

DIV#containerInner {

}


DIV#homepage {
	/*background: url(../images/homepage/homepage.gif) top left no-repeat;*/
	/*border: solid 1px #EEE;*/
	position:absolute; 
	height:200px; 
	width:720px; 
	margin:-100px 0 0 -360px; 
	top:50%; left:50%;
	cursor: pointer;
}
@media only screen and (max-width: 480px) { 
	DIV#homepage { 
		position: relative;
		display: block;
		width: 100%;
		top: 20px; left: 0;
		margin: 4px; 
		text-align: left;
	}
}
DIV#homepage H1 { 
	position: relative;
	top: 60px; left: 0px;
	margin: 0; padding: 10px 0 0 0;
	border-top: solid 1px #CCC;
	text-align: right; 
	font-size: 19px;
}
@media only screen and (max-width: 480px) { 
	DIV#homepage H1 { 
		position: absolute;
		top: 60px;
		left: 0px;
		text-align: left;
		width: 100%;
	}
}
DIV#homepage H1 A         { font-weight: normal; }
DIV#homepage H1 A:link    { color: #000; text-decoration: none; }
DIV#homepage H1 A:visited { color: #000; text-decoration: none; }
DIV#homepage H1 A:active  { color: #000; text-decoration: none; }
DIV#homepage H1 A:hover   { color: #666; text-decoration: none; }


DIV#header {
	/*background-color: #693;*/
	vertical-align: bottom;
	padding-top: 1em;
	padding-bottom: .5em;
}

DIV#header H1 {
	/*text-transform: uppercase;*/
	font-weight: normal;
	vertical-align: bottom;
}
DIV#header H1 A         { font-weight: normal; }
DIV#header H1 A:link    { color: #000; text-decoration: none; }
DIV#header H1 A:visited { color: #000; text-decoration: none; }
DIV#header H1 A:active  { color: #000; text-decoration: none; }
DIV#header H1 A:hover   { color: #fdd933; text-decoration: none; }

#siteNav {
	padding: 3px 0;
	/*background-color: #CCC;*/
}

DIV#siteNav UL {
	/*border: solid 1px blue;*/
	display: block;
	margin: 0 auto;
	padding: 0 0 1em 0;
	/*border-bottom: solid 1px #CCC;*/
}

DIV#siteNav UL LI {
	margin: 0;
	padding: .5em 2em .5em 0;
	list-style: none;
	display: inline;
	text-transform: uppercase;
}

DIV#siteNav UL.siteNavSecondary {
	font-weight: normal;
}
DIV#siteNav UL.siteNavSecondary LI {
	/*margin: .25em 0;*/
}

DIV#siteNav A         {  }
DIV#siteNav > UL A    {  }	/* non-ie */
DIV#siteNav A:link    { color: #666; text-decoration: none; }
DIV#siteNav A:visited { color: #666; text-decoration: none; }
DIV#siteNav A:active  { color: #666; text-decoration: none; }
DIV#siteNav A:hover   { color: #fdd933; text-decoration: none; }

#siteNav UL.siteNavSecondary A { padding-left: 14px; }

DIV#mainContentFrame {
	margin: 0;
	padding: 0;
}

DIV#mainContent {
	min-height: 400px;
	margin: 0;
	padding: 2em 0;
	border-top: solid 1px #CCC;
	/*line-height: 1.6em;*/
	/*color: #555;*/
}

H2.pageHeading {
	margin-top: 0;
	padding-top: 0;
}

H2.projectHeading {
	margin: 0 0 24px 0;
	padding: 0;
}
H3.projectSubheading {
	margin: -20px 0 24px 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #CCC;
	font-size: 15px
}
H2.projectHeading .credit,
H3.projectSubheading .credit {
	display: inline-block;
	float: right;
	font-size: 15px;
	font-style: italic;
	vertical-align: bottom;
}

DIV#footer {
	margin: 4px 0 0 0;;
	padding: 8px 0 36px 0;;
	border-top: solid #CCC 1px;
	color: #999;
}
DIV#footer A:link    { color: #999; text-decoration: none; }
DIV#footer A:active  { color: #999; text-decoration: none; }
DIV#footer A:visited { color: #999; text-decoration: none; }
DIV#footer A:hover   { color: #999; text-decoration: underline; }


DIV.clear {
	clear: both;
}




/*** PROJECTS MENU ***/

.projectsmenu {
	display: inline-block;
	position: relative;
	/*background: #CCC;*/
}

.projectsmenu-category {
	/*background: #EEE;*/
	/*border-top: solid 12px white;*/
}

.projectsmenu-category .heading {
	display: block;
	float: left;
	width: 80px;
	/*padding: 4px 6px;*/
}
@media only screen and (max-width: 320px) and (orientation: portrait) { 
	/* FOR SMALL SCREENS */
	.projectsmenu-category .heading { 
		display: block; 
		width: auto; 
		float: none; 
		/*padding: 1em;*/
		margin: 0 0 1em 0;
		/* background: #DDD; */
		font-size: 21px;
	}
}

.projectsmenu-category-items {
	margin-left: 100px;
	background: #FFF;
	padding: 0 0 0 16px;
}
@media only screen and (max-width: 320px) and (orientation: portrait) { 
	/* FOR SMALL SCREENS */
	.projectsmenu-category-items { 
		margin-left: 0; 
		margin-bottom: 1em;
		padding: 0;
	}
}

.projectsmenu-item {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 130px;
	padding: 0px;
	margin: 0 16px 6px 0;
	vertical-align: top;
	line-height: 1em;
	text-align: left;
}
.projectsmenu-item A:link    { color: #000; text-decoration: none; }
.projectsmenu-item A:visited { color: #000; text-decoration: none; }
.projectsmenu-item A:active  { color: #000; text-decoration: none; }
.projectsmenu-item A:hover   { color: #000; text-decoration: none; }

.projectsmenu-item A IMG.thumbnail {
	height: 80px;
	width: 80px;
	border: 0;
	margin: 0 0 8px 0;
	opacity: 0.80;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
}
.projectsmenu-item A:hover IMG.thumbnail  { 
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
}

.projectsmenu-item .filler {
/*
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #EEE;
*/
}




/*** PROJECT GALLERY WRAPPER (new style) ***/

DIV.project-gallery-wrapper { 
	position: relative;
	margin: 0 0 2em 0;
}

UL.project-gallery-sections {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	margin: 4px 0 0 0;
	padding: 0;
}

UL.project-gallery-sections LI {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}
@media only screen and (max-width: 320px) and (orientation: portrait) { 
	/* HIDE SECTION TABS ON SMALL SCREENS */
	UL.project-gallery-sections { display: none; }
}

UL.project-gallery-sections LI A         { display: block; padding: 4px 8px; background-color: #EEE; }
UL.project-gallery-sections LI A:link    { color: black; text-decoration: none; }
UL.project-gallery-sections LI A:active  { color: black; text-decoration: none; }
UL.project-gallery-sections LI A:visited { color: black; text-decoration: none; }
UL.project-gallery-sections LI A:hover   { color: black; text-decoration: none; background-color: #DDD; }

UL.project-gallery-sections LI.selected A         { background-color: #CCC; }
UL.project-gallery-sections LI.selected A:hover   { background-color: #CCC; }


DIV.project-gallery {
	margin-left: 108px;
	position: relative;
}
@media only screen and (max-width: 320px) and (orientation: portrait) { 
	/* SECTION TABS ARE HIDDEN ON SMALL SCREENS; RESET LEFT MARGIN */
	DIV.project-gallery { margin-left: 0; }
}

DIV.project-gallery-notabs {
	margin: 0;
	position: relative;
}
DIV#gallery {
	width: 100%;
	height: 400px;
}


/*** LIST OF PUBLICATIONS / ARTICLES ***/
UL.publications {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

UL.publications LI {
	margin: 0;
	padding: 5px 0 2px 20px;
	background-image: url(../images/icons/page_white.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	min-height: 16px;
}
UL.publications LI.audio { background-image: url(../images/icons/sound_gray.png); }
UL.publications LI.link  { background-image: url(../images/icons/page_white_text.png); }
UL.publications LI.pdf   { background-image: url(../images/icons/page_white_acrobat.png); }
UL.publications LI.video { background-image: url(../images/icons/television_gray.png); }