/*
Color CSS Document for ACLA Library Websites

Updated: 11/21/2006

Color Reference
	top border = 34819a
	other accents = 46a7c7
	right side modules = c3d5df
	top/bottom borders = 74b4cf
	content background = dbebf6
	text/link color = 6c6c6c
	link highlight/events background = e8e8e8
	visited link = 5a767d
*/

/*begin body definition*/
/* I wanted to use Corbel here but it looks terrible when viewed on a machine without ClearType -MB */
body{
	font: 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-color:#fff;
	color: #ffc;	
}

a:link{
	background-color: transparent;
	color: #6c6c6c;
}

a:visited{
	background-color: transparent;
	color: #5a767d;
}

/*end body definition*/


/*container holds head, body and foot*/
#container{
	background-color:#dbebf6;
	color: #6c6c6c;
}
#bottom{
	background-color: #dbebf6;
	color: #6c6c6c;
}

/*start header*/
#header{
	background-color: #fff;
	color:#000;
	border-top:7px solid #34819a;
}

#topnav{
	background-color: transparent;
	color:#6c6c6c;
}

#searchform, #googlediv {
      margin-top: 0.3em;
      text-align: right;
}

.spacer{
	background-color:#74b4cf;
	color: #74b4cf;
}

.spacerHighlight{
	background-color:#34819a;
	color: #34819a;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header h1{
	font: bold 30px Constantia, Palatino, "Book Antiqua", Georgia, serif;
	background-color: transparent;
	color:#6c6c6c;
}
/*end header */

/*start left Column */

#nav{
	background-color:#fff;
	color:#000;
	border-right:2px solid #e8e8e8;
}

#nav ul{
	background-color:#fff;
	color: #6c6c6c;
} 

#nav ul li a{
	color:#6c6c6c;
	background-color:#fff;
	font-size: 12px;   
}

#nav ul li a:hover{
	background-color:#e8e8e8;
	color: #000;
	border-top: 1px solid #6c6c6c;
}
#nav ul li a:active{
	background-color:#c3d5df;
	color: #000;
}
#nav h2{
	background-color:#fff;
	color:#46a7c7;
	font:bold 16px Constantia, Palatino, "Book Antiqua", Georgia, serif;
}
.logos{
	background-color:transparent;
}
/*end left column*/


/*start main section*/

/* The old links didn't stand out at all in the main text MBB */

#rightSide{
	background-color:#fff;
	color:#000;
}
#content{
	background-color: #fff;
	color:#000;
}

#content a:link{
	background-color: transparent;
	font-weight: bold;
	color: #46a7c7;
}

#content h2{
	background:#46a7c7;
	color:#fff;
	font:bold 18px Constantia, Palatino, "Book Antiqua", Georgia, serif;
}

#content h3{
	background-color:#fff;
	color:#46a7c7;
	font:bold 16px Constantia, Palatino, "Book Antiqua", Georgia, serif;
	border-top: 1px solid #46a7c7;
	clear: both;
}

#content h3.noclear {
	background-color:#fff;
	color:#46a7c7;
	font:bold 16px Constantia, Palatino, "Book Antiqua", Georgia, serif;
	border-top: 1px solid #46a7c7;
	clear: none;
}

#content h4{
	background-color:#fff;
	color:#46a7c7;
	font:bold 14px Constantia, Palatino, "Book Antiqua", Georgia, serif;
}

#content dt
{
font: bold 14px Constantia, Palatino, "Book Antiqua", Georgia, serif;
margin-bottom: 0.5em;
}

#content dd
{
margin-left: 0;
margin-bottom: 1em;
}

/*end main section*/


/*begin right column*/
#rightColumn {
	background-color: #fff;
	color: #6c6c6c;
}

#hours{
	background-color:#dbebf6;
	border-top:solid 10px #46a7c7;
	color:#6c6c6c;
	font-size:10px;
}
#contact{
	background-color:#dbebf6;
	border-top:solid 10px #46a7c7;
	color:#6c6c6c;
	font-size:10px;
}
#contact a {
	background-color:#dbebf6;
	color:#000000;
	font-size:12px;
}
#events{
	background-color:#46a7c7;
	color:#ffffff;
	font-size:10px;
		
}
#events FONT{
	color:white !important;
	font-size:10px;
		
}

/* These links need to be lighter because the background is darker */
#events a {
	color: white;
	font-weight: bold;
}

#events h2{
	background-color:#c3d5df;
	color:#6c6c6c;
	font-size:12px;
}

/*end right column*/
#events .ekLink{
 font-size: 9px;
}

/*begin footer*/
#foot{
	background-color:#fff;
	color:#6c6c6c;
	font-size:9px;
}
* html #foot {
  background-color: #fff;
	 color: #6c6c6c;
}
/*end footer*/

/* Miscellaneous stuff */
ul.nobullets {
    list-style-type: none;
	margin-left: 0px;
}

fieldset {
    border: 0;
}

.alert {
   background: #ff8888;
   padding: 1px 15px;
   font-size: 1.1em;
}

.notice { 
   background: #FFFF99;
   padding: 1px 15px;
   font-size: 1.1em;
}