/*Apalachicola Museum of Art*/

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 auto;
	padding: 0;
background-color:#ddf;
}
#pageWrapper, #pageWrapperMenu {
background-color:#CCCCFF;

	font-size: 80%;
	width: 1000px;
	line-height: 1.2;
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	/*background: url(images/pageBack.gif) repeat-y;*/
}

#pageWrapperInside {
border:1px solid #999;
background-color:#FFFFCC;
width:1000px;
margin: 0 auto; /* center, not in IE5 */
margin-top:5px;
}

#bannerWrapper {
background-color:#fc6;
border-bottom:1px solid #999;	
}

h1,h2,h3,h4 {
color:#C90;}

a:visited
,a:link {text-decoration:none;}


#google, #breadcrumb {display:none;}

#nav ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:1em;
	line-height:24px;
}

#nav ul.level1  { 
	padding-left:.5em;
}

#nav a:link, #nav a:visited  {
	display: block;
	width: 100%;
	font-size:14px;
	font-weight:bold;
	padding: .1em 0;
	text-decoration: none;
	color:#C90;
}

#nav a:hover {
	text-decoration:underline;
}

#nav a.current  {
	font-weight: bold;
}

#eventList {
border:1px solid #ccc;
background-color:#eee;
}

#eventList h3 {
text-align:center;
background-color:#ccc;
margin:0;
padding:5px;
}

#eventList .bodyText {
padding:0 0 0 5px;
font-size:.85em;
}

.contentInclude {margin-bottom:5px;}

.contentInclude #miniGrid {margin:auto;}

#calendarDisplay a, #eventList a {
font-weight:bold;
color:#000;
}



#miniGrid {
	float: right;
	width: 224px;
	font-size: 9px;
	line-height: 1;
	border: 2px solid #C90;
}

.miniGridCalendarDay{width:23px;}

.miniGridCalendarDayName{width:29px;}


#miniGrid a {color:#C90;}


#breadcrumbGoogle {display:none;}

#footer {
	background-color:#fc6;
	font-size:.85em;
	text-align:center;
	}

