/*  ---------------------------------------------------------
	Earthtone cascade for rwardell.com ver 2 (alternate)	|
	Author: Bob Wardell, 2009, css 2.1, site version 2.0	|
	("earthtone" color: #3e1614 #e3caac or #f4e9d5) 		|
	--------------------------------------------------------- */

h1 {
	color: #3e1614;
	}
h2 {
	color: #3e1614;
	}
h3	{
	color: #3e1614;
	border: 1px solid #3e1614;
	background-color: #e3caac;
	background-image: url(../images/earth/topnav-tile.gif);
	}
.ui-accordion .ui-accordion-header {background: url(../images/earth/topnav-tile.gif);} /* for jQuery accordion */
h4 {
	background-color:#e6e0be;
	border-left: 1px solid #ae9974;
	border-right: 1px solid #ae9974;
	border-top: 3px double #ae9974;
	border-bottom: 3px double #ae9974;
	}

a, a:link, a:active, a:visited, a:hover {
	color: #4e432d;
	}
body {
	background-color: #d1c4b3;
	background-image: url(../images/earth/background-tile.jpg);
	}
#masthead {
	background-image:url(../images/earth/mast-head.gif);
	}
#style-switch {
	background-image:  url(../images/earth/css.gif);
	}
#topnav {
	border-left: 1px solid #4e432d;
	}
#content-container {
	background-image: url(../images/earth/content-tile.gif);
	}
#content-top {
	background-color: #4e432d;
	}
#topnav .nav {
	border-right: 1px solid #4e432d;
	border-bottom: 1px solid #4e432d;
	}
#topnav .nav-secondary {
	border-right: 1px solid #4e432d;
	border-bottom: 1px solid #4e432d;
	}
#topnav div a {
	color: #4e432d;
	background-color: #cfbfa1;
	background-image: url(../images/earth/topnav-tile.gif);
	}
#topnav div a.on {
	color: #ffffff;
	background-color: #ae9974;
	background-image: none;
	}
#topnav div a:hover {
	color: #4e432d;
	background-color: #e6e0be;
	background-image: none;
	}
#topnav li.on a {
	background-image: url(../images/earth/warm-arrow.gif);
    }
	
/* home styles */
/* #content-container {
	background-image: url(../images/earth/whitestripe.gif);
	} */
#content-container.home #text {	/* the left text on the home page */
	color: #333;
	}
#body-header {
	color: #4e432d;
	}
.drop-cap {		/* for home page and profile */
	border: 1px solid #466783;
	background-image: url(../images/earth/letter-background.gif);
	}
#home-content-bottom { /* the radiused bottom */
	background-image: url(../images/earth/home-content-bottom.gif);
	}
#secondary-content-bottom { /* the radiused bottom, others */
	background-image: url(../images/earth/secondary-content-bottom.gif);
	}
#footer-contain { /* parent container */
	background-image: url(../images/earth/footer-background.gif);
	}
.info-win .preview {
	background-color: #cdc1ae;
	}

/* footer elements */

#footer-text {
	color: #ffffff; 
	}
#footer-text a:link, #footer-text a:visited {
	color: #ffffff; 
	}
#footer-text a:active {
	color: #ffffff;
	}
/* projects classes/ids */
#pic-abs1 {
	background-image: url('../images/proj/vettes.gif');
	border: ridge #f4e9d5;
	}
#pic-abs2 {
	background-image: url('../images/proj/vettes.gif');
	border: ridge #f4e9d5;
	}

/* utility classes */
.portfolio-expand {
	border: double #3e1614;
	background-image: url(../images/earth/background-tile.jpg);
	background-position: bottom;
	}
