html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: rgb( 227, 232, 219);/*original bckground color: rgb(220, 222, 215);*/
	color: #444;
	font-size: 75%;
}
a{
	color: #657845; /* original color: #660;*/
	text-decoration: none;
}

a img {
	border:none;
	margin-right:24px;
	text-align:right;
	margin-bottom:20px;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	/*font-family: Myriad-Regular, "Lucida Grande", Helvetica, sans-serif;*/
	margin: 0 0 10px 0;
	
}
h1 {
	padding: 0;
	font-size: 2em;
	color: #333;
}
h2 {
	padding-top: 45px;
	font-size:1.1em;
	color: rgb(109, 101, 154);
	padding-left:5px;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

#bkg {
	width:1007px;
	margin:20px auto 0;
	background-image: url(library/shadow-bkg2.png); /*original with cooler grey body color: url(../library/shadow.jpg);*/
	background-repeat:no-repeat;
}
div#page {
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	/* border-color: rgb(217, 215, 210);
	border-style:none solid;
	border-width: 3px;*/
}

#header {
	background-image: url(library/header-bkg.png); /*note home page needs a different header*/
	background-repeat:no-repeat;
	margin-top:-5px;
	position:relative;
}

#header h1 {
	text-indent:-9999px;
}

#homelink {
	background-color:transparent;
	height:80px;
	left:0;
	position:absolute;
	top:0;
	width:800px;
}

.sitenav {
	border-bottom:1px dashed #918BB3;
	display:block;
	float:right;
	margin-top:-25px;
	padding:0 0 0 5px;
	position:relative;
	}
	
.sitenav li, .sitemap li {
	color:#6D659A;
	display:inline;
	list-style:none;
	margin-right:15px;
}

li.last {
	margin-right:5px;
}

ul.sitemap {
	float:left;
	padding-left:15px;
	
}
.sitemap li {
	text-align:left;
	line-height:100%;
	margin-right: 8px;
}

.sitenav li a, .sitemap li a {color: rgb(145, 139, 179);}

.sitenav li a, .sitemap li a {
	text-decoration:none;
}


.sitenav {margin-right:35px; }


.sitenav li a:hover, .sitemap li a:hover { color: rgb(109, 101, 154);}




div#container {
	padding: 20px 20px 75px; 
	border-top:1px dashed #B7B4CE;
	width:940px;
}

/*these declarations come from #gallery in the portfolio css*/
#content-main {
	position:relative;
	left:50px;
	margin-right:20px;
	top: 45px; /* this is for the portfolio home page*/
	text-align:right;
	width:500px;
	float:left;
	}
	
#content-side {
	position:relative;
	float:right;
	right:100px;
	top:25px;
}

#design #content-side {
    right: 36px;
    top: 0;
    width: 200px;
}


#statement #content-side {
	width:200px;
	right:0;
}

#resume #content-side {
	width:125px;
	right:23px;
}
	

#content-side h3 {
	text-indent:-9999px;
	margin:0;
}

#content-side ul {
	margin-top:8px;
	margin-bottom:27px;
	padding-left:20px;
}


/*specific to the portfolio home page */
.collage li a{
	color:rgb(62, 86, 22);
	background-image:url(library/nav-arrow.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:22px;
}

.collage li a:hover {
	color:rgb(101, 120, 69) ;
	background-image:url(library/nav-arrow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
	
h3.collage {
	background-image:url(library/portfolio-heads.gif);
	height:50px;
	width:259px;
	background-position:0px 0px;
}

.paint li a{
	color:rgb(99, 86, 8) ;
	background-image: url(library/navarrows_paint.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding-left:22px;
}
.paint li a:hover {
	color: rgb(130, 120, 57);
	background-image:url(library/navarrows_paint.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
h3.paint {
	background-image:url(library/portfolio-heads.gif);
	height:50px;
	width:259px;
	background-position:0px 100px;
}


.print li a{
	color:rgb(145, 127, 50);
	background-image: url(library/navarrows_print.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	padding-left:22px;
}
.print li a:hover {
	color: rgb(167, 153, 91) ;
	background-image:url(library/navarrows_print.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
h3.print {
	background-image:url(library/portfolio-heads.gif);
	height:50px;
	width:259px;
	background-position:0px 50px;
}

.collage li, .paint li, .print li {
	list-style:none;
}

.tooltip{ padding: 7px; border: 1px dashed #B7B4CE; background: #FFF; }

/* I don't think we need this, but am not sure so leave it commented...
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}*/

/*universal footer declarations */
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 15px 0; 
	text-align: right;
	border-top: 1px dashed rgb(183, 180, 206);
	width:980px;
	font-size:85%;
	
}

#footer p, #footer ul {
	line-height:100%;
	padding-right:25px;
	margin:0;
	color:#918BB3;
}



/*specific to the webdesign page*/

#container-design {
	padding: 20px; 
	border-top:1px dashed #B7B4CE;
	width:940px;
}

#content-side ul.navigation {
	list-style:none;
	border-left: 1px dashed #A3A86A;
	padding-left:12px;
	margin-top:15px; /* was 35px*/
	margin-right:0;
}
ul.navigation li a {
	/*color: rgb(145, 139, 179); this is the light purple */
	color: rgb(163, 168, 106); /*this is 75% of the home page webdesign color */
	text-decoration:none;
}

ul.navigation li a:hover {
	/*color: rgb(101, 109, 154);dark purple*/
	color: rgb(132, 139, 57); /* home page webdesign color 100%*/
}

/* this is on the webdesign and statement pages */
#slider {
    width: 648px;
    margin: 0 auto;
    position: relative;
	float:left;
	left:12px;
	
}

.scroll {
    height: 358px;
    width: 648px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
	
}

.scrollContainer div.panel {
    padding: 20px;
    height: auto;
    width: 598px;
}

/*the following are styles for the info inside the panels */

.panel img { border:none; float:left; margin-right:20px; }
.panel img a { }
	
.panel  h3 a, .panel p a {text-decoration:none; color: #918BB3; }
.panel h3 a:hover, .panel p a:hover {color:#6D659A;}

h3{
		font-size:100%;
		font-weight:normal;
		margin:15px 10px;
		}	
		
.panel p { 
	font-size:85%;
	margin-bottom:25px;
	padding-right:10px;
	line-height:1.6em;
}

/* intro paragraph declarations */
#intro {
	margin:35px 50px 20px 35px;
}
#intro p {
	line-height:1.6em;
	color:#666;
	
}

#intro p a {
	text-decoration:none;
	color:rgb(77, 5, 5);
}

#intro p a:hover {color:#6D659A;}

/*specific to the statement pages */

#books p, #italy p, #statement1 p {margin-bottom:10px; }
#books img, #italy img, #statement1 img {float:right; margin-top:5px; }
#books h3, #italy h3, #statement1 h3 { color:#6D659A; margin: 5px 0; font-weight:bold; }

/*specific to resume page */
#resume h3 {color:#6D659A; font-weight:bold; float:left; width:120px; text-align:right; padding-top:45px; }
#resume .panel ul {
	float:right;
	font-size:90%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:0;
	margin-top:-15px;
	width:398px;
}

#resume .panel ul li {line-height:1.4em; padding-top:5px; margin-left:-45px;}
	
	#resume .panel ul li ul {
		font-size:100%;
		margin-top:-2px;
		margin-bottom:7px;
	}
	
	#resume .panel ul li ul li {
		margin-left:-25px;
		line-height:1em;
	}
	
#solo, #group, #awards, #edu, #collections {
	background-repeat:no-repeat; background-position:80px 0px; overflow:auto;}
	
#solo {background-image:url(library/res1.png); }
#group {
	background-image:url(library/res2.png);}
#awards {background-image:url(library/res3.png);}
#edu {background-image:url(library/res5.png);}
#collections {background-image:url(library/res4.png);}
	

#resume #slider div.panel {
    padding: 20px;
    height: auto;
    width: 608px;
}

#resume #slider { margin-top:35px;
		width:648px;
		overflow:auto;}  


#resume .panel p {
	float:right;
	font-size:90%;
	margin-right:35px;
	margin-top:-15px;
	width:398px;
}

/*to get the slider navigation to highlight the active panel*/

ul.navigation a.selected { color:rgb(132, 139, 57); font-weight:600;}
	
	
