/* styles for calendar page */

html body #content {
	padding-right: 25px;
	padding-top: 25px;
	width: 898px;
	}

html body #content h1 {
	margin: 0 0 20px;
	font-style: italic;
	color: #f5f8c9;
	background: url(./images/green_h1_gradient.gif) top left no-repeat #8a9c84;
	font-size: 2em;
	padding: 12px 25px 18px 60px;
	text-transform: none;
	}
	
#list_page {
	border: 1px solid #d3d3d3;
	border-top-color: #adb5aa;
	background: #d4dbe3;
	overflow: hidden;
	padding: 0 0 25 20px;
	padding-bottom: 2em;
	width: 100%;
	}



.list_item {
	margin: 1px 22px;
	padding: 20px 20px 4px;
	background: url(/sup/css/images/related_items_bg.jpg) top right no-repeat #f8fafb;
	border: 1px solid #f9fafb;
	}
	
.list_item .item_image {
	float: right;
	margin: 0 0 12px 25px;
	height: 88px;
	border: none;
	}

.list_item h2 {
	margin: 0 0 10px;
	line-height: 1.2;
	padding-left: 0px;
	}

.list_item h2 a {
	padding-left: none;
	}

.list_item .museum a {
	text-decoration: none;
	color: #444;
	}

