/* CSS file for The Maddy Institute */

/* added for the no left or rightbar areas */
#content {
	margin: 0;
	} 
#wrapper {
	margin-top:1em;
	}

.imgWithCaption {
  display: block; 
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:5px;
  margin-right:5px;
	}
	
.imgWithCaption p {
	text-align:justify;
	padding: 0 5px;
	}
	
#content .icon{
	border:none;
	margin-top:0;
  }
#content .audio_list li {
	list-style-image:url(../images/speaker.gif);
	display:list-item; 
	padding-left: 5px;
	}
.film_list {
	list-style:url(../images/film.gif);
	}
.centered {
  margin: auto;
	}

.floatRight, #content img.floatRight {
  float: right;
	}
#content img.floatRight {
  margin: 5px 5px 0 10px;
	}

.floatLeft, #content img.floatLeft {
  float: left;
	}
#content img.floatLeft {
  margin: 5px 10px 0 0;
	}

#content img.noFloat {
  float:none;
  }
	
#leftbar_holder {
	background: #fff url(../images/leftbar_background.gif) repeat-x left top;
	}
.topofpage a { 
	font-size: .8em;
	float: right;
	}
.topofpage a:visited { color: #069; }

#search {
	color:#fff;
	width:300px;
	float:right;
	font-weight:bold;
	margin-top:1em;
	font-size:80%;
	}
	
#search p {
	display:inline;
	margin-left:.5em;
	}
#search input {
	font-size:70%;
	}
	