/*
Theme Name:		Multnomah Arts Center
Theme URI:		http://www.pdc.pdx.edu/mmedia/
Description:	A custom theme for the Multnomah Arts Center, designed by students in the Multimedia Professional Program at Portland State University, Producing Digital Media Class, Spring of 2008.
Version:		1.0
Author:			Deb Pang, Gina Fox, John Galt, Jerry Sealy, Francesca Genovese, Ben Golden, and Andrew Havens
Author URI:		http://www.pdc.pdx.edu/mmedia/
*/

body {
	background: #fff;
	color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 1em;
}

* { padding: 0; margin: 0; }



/*---:[ core layout elements ]:---*/

#container { width: 720px; margin: 0 auto 0 auto; }
					
#content_box {
	width: 720px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;	
}
	
#content { /* content div should be 540 pixels wide (720px - left margin of 180=540) */
	padding: 10px 0 0 0px;
	margin: 0 0 0 180px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #81A3B0;
}

	
#l_sidebar {
	width: 155px;
	height: 100%;
	padding: 0 0 0 5px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#spacer {
	float:left;
	clear:both;
	height: 12px;
	width:100%
}

#footer {
	width: 720px;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
	
	

/*---:[ global elements ]:---*/

a { color: #0060ff; text-decoration: underline; }

	a:visited { color: #333; text-decoration: underline; }

	a:hover { color: #df0000; text-decoration: underline; }

        a:focus {outline: none; }
	
	a img { border: none; }

	
blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }
	
ul, ol, dl { margin: 1em 0 1em 0; }

dt { color: #81a3b0; margin: 10px 0px 5px 0px; font-size: 1.2em; font-weight: bold; }

li, dd { color:#333333; line-height: 140%; margin-left: 2em; }

form { margin-bottom: 15px; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }

				
			
/*====== Widget Styles ======*/

	/*---< FlickrRSS styles for the widget only >---*/
	
		li.widget_flickrrss { }
		
			li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
			
			li.widget_flickrrss a:hover img { background: #ff2a96; }
			
	/*---< Calendar widget styles >---*/
	
	#calendar_wrap { font-size: 1em; }	


/*---:[ search form styles ]:---*/

#search_form { }

	#search_form .search_input { width: 201px; padding: 3px; color: #090; font: normal 1em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 1em !important; }
	
		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }

/*---:[  Directions Map styles ]:---*/
table.directions th {
	background-color:#EEEEEE;
      }
img a:hover {
	border: 2px solid red;
}

/*---:[  Padding around Flickr images ]:---*/
.alignleft {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.alignright {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


/*---:[  Search bar in top right ]:---*/
#searchBox {
	float:right;
	width: 100px;
}

.custom #searchBox #search_form #s {
	width: 100px;
	color: #333333;
}


/* THIS IS THE REDIRECT THAT APPEARS AT THE VERY TOP. IT'S ONLY TEMPORARY */
#notice {

     width: 500px;
     margin: 20px auto 20px auto;

}
#notice h1 {
     font-size: 12px;
     line-height: 14px;
}
#notice a {text-decoration: underline; }