

.image-with-caption {
	display:block;
	margin-bottom:16px;
}

.image-caption {
	display:block;
	position:absolute;
	bottom:14px;
	left:14px;
	color:#000;
	background:#fff;
	padding:7px 12px;
	max-width:240px;
	z-index:5;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.9;
	filter:alpha(opacity=90);
	line-height:15px;
	font-size:10px;
}

.blank-spacer {
	display:block;
	height:16px;
}

.gallery-shortcode {
	background:#232323;
	color:#fff;
	margin:0px auto 16px auto;
	width:340px;
	padding:16px 30px 0px 30px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gallery-shortcode .screens {
	display:block;
	padding-bottom:10px;
}

.gallery-shortcode .screens:after {
	display:block;
	content:'';
	clear:both;
}

.gallery-shortcode .screens .single-screen {
	display:block;
	float:left;
	margin-right:8px;
}

.gallery-shortcode .screens .single-screen:last-child {
	margin-right:0px;
}

.gallery-shortcode h3 {
	display:block;
	padding-bottom:10px;
}

.gallery-shortcode h3 a {
	color:#fff;
	font-size:14px;
}

.gallery-shortcode h3 a .icon-text {
	font-weight:normal;
	padding-right:10px;
}

.gallery-shortcode p {
	color:#fff;
	font-size:10px;
}

blockquote, blockquote.style-1 {
	padding-left:50px;
	padding-bottom:16px;
	line-height: 23px;
	font-size: 16px;
	background-image:url(../images/blockquote-1.png);
	background-repeat:no-repeat;
	background-position:2px 5px;
}

blockquote.style-2 {
	background-image:url(../images/blockquote-2.png);
}

blockquote.style-3 {
	background-image:url(../images/blockquote-3.png);
}

blockquote.style-4 {
	background-image:url(../images/blockquote-4.png);
}

.page-view-block ul, .full-width-page ul {
	display:block;
	margin-bottom:16px;
}

.page-view-block ul li, .full-width-page ul li {
	line-height:23px;
	padding-left:30px;
	position:relative;
	background:url(../images/list-icon.png) no-repeat 4px 8px;
	padding-bottom:7px;
}

.page-view-block ul li.styled, .full-width-page ul li.styled {
	background:transparent;
}

.page-view-block ul li .icon-text, .full-width-page ul li .icon-text {
	display:inline-block;
	width:15px;
	text-align:center;
	position:absolute;
	left:0px;
	cursor:default;
}

.double-paragraph {
	display:block;
	/*padding-bottom:16px;*/
	width:100%;
}

.double-paragraph:after {
	clear:both;
	content:'';
	display:block;
}

.double-paragraph > div {
	width:48%;
	display:block;
	text-align:justify;
}

a.button {
	display:inline-block;
	font-size:11px!important;
	background:#232323;
	color:#fff;
	padding:7px 10px 6px 10px;
	margin:0px 10px 16px 0px;
	line-height: 15px;
}

a.medium-button {
	display:inline-block;
	font-size:19px!important;
	background:#232323;
	color:#fff;
	padding:7px 17px 7px 17px;
	margin:0px 10px 16px 0px;
}

a.huge-button {
	display:inline-block;
	font-size:24px!important;
	background:#232323;
	color:#fff;
	padding:8px 19px 6px 19px;
	margin:0px 10px 16px 0px;
}

a.button:hover, a.medium-button:hover, a.huge-button:hover {
	background:#ff7800;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.breaking-line {
	margin-bottom:16px;
	width:100%;
}

.breaking-line.br-style-1 {
	height:5px;
	background:url(../images/break-1.png) repeat-x center;
}

.breaking-line.br-style-2 {
	height:8px;
	background:url(../images/break-2.png) no-repeat center;
}

.breaking-line.br-style-3 {
	height:5px;
	background:url(../images/break-3.png) repeat-x center;
}

.breaking-line.br-style-4 {
	height:22px;
	background:url(../images/break-4.png) repeat-x center;
}

.breaking-line.br-style-5 {
	height:22px;
	background:url(../images/break-5.png) repeat-x center;
}

.breaking-line.br-style-6 {
	height:5px;
	background-color:#232323;
	background-image:url(../images/break-6.png);
	background-repeat:repeat-x;
	background-position:center;
}







