/**
 * PerchShortcodes
 * Author: ThemePerch
 * Author URI: http://www.themeperch.net
 */

/* Column Styles --- */

.perch-one-half { width: 48%; }
.perch-one-third { width: 30.66%; }
.perch-two-third { width: 65.33%; }
.perch-one-fourth { width: 22%; }
.perch-three-fourth { width: 74%; }
.perch-one-fifth { width: 16.8%; }
.perch-two-fifth { width: 37.6%; }
.perch-three-fifth { width: 58.4%; }
.perch-four-fifth { width: 79.2%; }
.perch-one-sixth { width: 13.33%; }
.perch-five-sixth { width: 82.67%; }

.perch-one-half,
.perch-one-third,
.perch-two-third,
.perch-three-fourth,
.perch-one-fourth,
.perch-one-fifth,
.perch-two-fifth,
.perch-three-fifth,
.perch-four-fifth,
.perch-one-sixth,
.perch-five-sixth {
	float: left;
	margin-right: 4%;
	margin-bottom: 2em;
	position: relative;
}

.perch-column-last {
	clear: right;
	margin-right: 0 !important;
}


/* Alert Styles --- */

.perch-alert {
	-webkit-border-radius: 4px !important;
    border-radius: 4px !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
    line-height: 1.6em;
    margin: 0 0 1.5em 0;
    padding: 0.8em;
}

.perch-alert.white {
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #373737;
}

.perch-alert.red {
    background: #ffe6e3;
    border: 1px solid #f2c3bf;
    color: #bf210e;
}

.perch-alert.yellow {
    background: #fff7d6;
    border: 1px solid #e9d477;
    color: #956433;
}

.perch-alert.green {
    background: #edfdd3;
    border: 1px solid #c4dba0;
    color: #657e3c;
}

.perch-alert.grey {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #373737;
}



/* Clearfix */
.perch-clearfix:before,
.perch-clearfix:after { content:""; display:table; }
.perch-clearfix:after { clear: both; }
.perch-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }