/* Basic CSS for Chlo&eacute; and Joseph's Web Site */

/*Colors
#b3e1ad - green
#9f97d0 - lavender
#552092 - dark purple (for text)
*/


a:link { text-decoration: underline; color: #fff; } 
a:visited  { text-decoration: underline; color: #fff; } 
a:hover { text-decoration: underline; color: #b3e1ad; }  
a:active { text-decoration: underline; color: #b3e1ad; }


* {
   margin: 0;
   padding: 0;
}

body {
   background: #9f97d0 url(../images/bg.gif) repeat-x;
   font: 100.01% Verdana, Arial, Helvetica, sans-serif; 
}

.hiddenPic { /*for preloading banner*/
	display:none;
}

h1 { /*for screen readers*/
    text-indent: -9999px;
	overflow: hidden;
}

h1 a {
   display: block;
   background:  url(../images/banner.jpg) no-repeat;
   width: 290px;
   height: 604px;
}

h2 {
	font: bold 100% Gauntlet, Arial, Helvetica, sans-serif;
	color: #b3e1ad;
	padding-bottom: 20px;
}

  
h3 {
   color: #552092; 
   font: 85% Verdana, Arial, Helvetica, sans-serif;
   padding-bottom: 12px;
}

h3.first {
	padding-top: 0;
}

p {
   font-size: 80%;
   color: #fff;
   line-height: 150%;
   padding-bottom: 15px;
}


p.access { /*skip nav*/
	display: none;
}


#archives { /*For News and Journal Archive Links*/
	padding-top: 10px;
	border-top: 1px solid #b3e1ad;
}

#archives p {
	font-size: 70%;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

ul { 
   font-size: 80%;
   line-height: 155%;
   list-style-type: none;
} 

li {
   background: transparent url(../images/skate.gif) left center no-repeat;
   padding: 0 0 3px 30px;
   color: #fff;
}


ul.joe li{ /*For Joes' favorites list*/
   background: transparent url(../images/skate_bl.gif) left center no-repeat;
   color: #fff;
   padding-bottom: 3px;
}

