/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* WP Show Posts plugin */
.wp-show-posts-entry-header {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Make headings bold */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}
/* offset FOUT */
.wf-loading {
  display: none;
}

/* AIR names in the sidebar image widgets */
h2.widget-title {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}


/* this hides the author title from events listings */
.entry-meta {
	display: none;
}

.entry-date {
	display:none;
}

/*  removes the next/previous pagination in the portfolio section, the project types, and events listings; NOTE: keep near the top of this Additonal CSS section */
.nav-links {
	display: none;
}
.entry-terms {
	display: none;
}

h2.portfolio-entry-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.portfolio-entry-meta {
	display:none;
}

.portfolio-entry-content {
	margin-top: 0;
}

.su-spoiler-title {
	background-color: #e4c128;
}

/* member page styles */
.su-spoiler-content p {
	margin-bottom:0;
}

/*  ALUM AIRS COLUMNS SECTIONS - ARTISTS-IN-RESIDENCE PAGE */
.section-airs {
	clear: both;
	padding: 0;
	margin: 0;
}

/*  ALUM AIRS COLUMN SETUP  */
.col-airs {
	display: block;
	float: left;
	margin: 1% 0 1% 2%;
}

.col-airs:first-child {
	margin-left: 0;
}

/*  ALUM AIRS GROUPING  */
.group-airs:before,
.group-airs:after {
	content: "";
	display: table;
}

.group-airs:after {
	clear: both;
}

.group-airs {
	zoom: 1;
/* For IE 6/7 */
}

/*  ALUM AIRS GRID OF THREE  */
.span_3_of_3-airs {
	width: 100%;
}

.span_2_of_3-airs {
	width: 66%;
}

.span_1_of_3-airs {
	width: 32%;
}

/*  ALUM AIRS GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col-airs {
		margin: 1% 0;
	}
	
	.span_3_of_3-airs, .span_2_of_3-airs, .span_1_of_3-airs {
		width: 100%;
	}
}

/*  staff + board COLUMNS SECTIONS  */
.section-staff {
	clear: both;
	padding: 0;
	margin: 0;
}

/*  staff + board COLUMN SETUP  */
.col-staff {
	display: block;
	float: left;
	margin: 1% 0 1% 2%;
}

.col-staff:first-child {
	margin-left: 0;
}

/*  staff + board GROUPING  */
.group-staff:before,
.group-staff:after {
	content: "";
	display: table;
}

.group-staff:after {
	clear: both;
}

.group-staff {
	zoom: 1;
/* For IE 6/7 */
}

/*  staff + board GRID OF THREE - Staff and Board Page */
.span_3_of_3-staff {
	width: 100%;
}

.span_2_of_3-staff {
	width: 66%;
}

.span_1_of_3-staff {
	width: 32%;
}

/*  staff + board GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col-staff {
		margin: 1% 0;
	}
	
	.span_3_of_3-staff, .span_2_of_3-staff, .span_1_of_3-staff {
		width: 100%;
	}
}