/* Clear floated divs */
.clearme:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearme, body .section {height: 1%;}
/* End hide from IE-mac */

body > .section {
height: auto !important;
}

* html #secondary-content h3,* html #primary-content h3 { margin-top:10px; }

* html #primary-content .artist-list li.highlight {
	padding:10px 5px 11px 5px;
}

* html #primary-content .entry .author-and-title p.name,* html #primary-content .entry .author-and-title p.date {
	width:410px;
	}

* html #primary-content .entry .photo-and-text .text h4 {
	width: 410px;
	}
	

/* Make each page minimum height of 500px */
.one-column #primary-content,
.two-column-layout1 #primary-content,
.two-column-layout1 #secondary-content,
.two-column-layout2 #primary-content,
.two-column-layout2 #secondary-content,
.two-column-layout3 #primary-content,
.two-column-layout3 #secondary-content,
.three-column #primary-content,				
.three-column #secondary-content,
.three-column #tertiary-content {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
/* Fix Primary Navigation width in IE */
#primary-navigation li a {
	width: auto !important;
	width: 125px;
	}

* html #primary-content .calendar {
	margin-left:5px;
}
	
