/*** Shortcodes Ultimate - content elements ***/

/*		Heading
---------------------------------------------------------------*/

.su-heading-style-default {
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.su-heading-style-default .su-heading-inner {
	padding: 1em 0.5em;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}
.su-heading.su-heading-align-left { text-align: left; }
.su-heading.su-heading-align-left .su-heading-inner { padding-left: 0.2em; }
.su-heading.su-heading-align-right { text-align: right; }
.su-heading.su-heading-align-right .su-heading-inner { padding-right: 0.2em; }
.su-heading.su-heading-align-center { text-align: center; }

/*		Divider
---------------------------------------------------------------*/

.su-divider {
	clear: both;
	border: none;
	text-align: right;
	line-height: 1;
}
.su-divider a {
	display: inline-block;
	font-size: 0.8em;
	text-decoration: none;
	outline: none;
	padding-bottom: 5px;
}
.su-divider-style-default { border-bottom-style: solid; }
.su-divider-style-dotted { border-bottom-style: dotted; }
.su-divider-style-dashed { border-bottom-style: dashed; }
.su-divider-style-double { border-bottom-style: double; }

/*		Spacer
---------------------------------------------------------------*/

.su-spacer {
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.su-spacer-5 { height: 5px }
.su-spacer-10 { height: 10px }
.su-spacer-20 { height: 20px }
.su-spacer-30 { height: 30px }
.su-spacer-40 { height: 40px }

/*		Highlight
---------------------------------------------------------------*/

.su-highlight {
	display: inline;
	padding: 1px 0;
}

/*		Label
---------------------------------------------------------------*/

.su-label {
	display: inline;
	margin-right: 0.3em;
	padding: 0.1em 0.3em;
	font-size: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.su-label-type-default { background: #999 }
.su-label-type-success { background: #090 }
.su-label-type-warning { background: #f90 }
.su-label-type-important { background: #f03 }
.su-label-type-black { background: #111 }
.su-label-type-info { background: #09c }

/*		Dropcap
--