@charset "UTF-8";
/* CSS Document */

/*====== Top, Green, Main Navigation ======*/

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #333;
	font-weight: bold;
	padding: 3px 0px 0px 100px;
}
	
ul#nav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8AC513;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul#nav li.lastLi {
	border-right-width: 0;
}

ul#nav li a, 
ul#nav li a:visited {
	color: #333;
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
}

ul#nav li:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8AC513;
}

ul#nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8AC513;

}
	
.current {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8AC513;
}


/*====== Search Box ======*/

/* #searchBox {
	float:right;
	text-align: left;
	background-color: #F1F3EE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1E6E2;
	border-right-color: #E1E6E2;
	border-left-color: #E1E6E2;
} */



/*====== Multnomah Arts Center Logo ======*/

#masthead { /* this is the masthead div (it's really just the container for the logo div with a green outline) */
	background: #fff;
	margin: 0px;
	padding: 7px;
	border: 1px solid #8AC513;
}

#masthead #logo { /* orange backround for MAC logo (white border due to being contained within the masthead div with padding */
	background: #FF6600;
}

			
/*====== Header Image ======*/
				
#header_img {
	clear:both;
	margin: 0px 0 8px 0;
	padding: 8px 0 0 0;
}


/*====== RSS Div block ======*/
				
#rssDiv {
	padding: 8px;
	margin-bottom: 8px;
	color: #666666;
}

#rssDiv #date {
	float: left;
	width: 100px;
	text-align:left;
	font-size: 1em;
	font-weight: bold;
}

#rssDiv #tagline {
	float: left;
	width: 500px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: .1em;
}

#rssDiv #rss {
	float:right;
	margin: 0;
	width: 100px;
	text-align: right;
	vertical-align:top;
}

#rssDiv #rss a, #rssDiv #rss a:visited {
	text-decoration: none;
	color: #666666;
}


















