/* BEGIN utility classes */
.center {text-align:center;}
.align-left {text-align:left;}

.no-margin {margin:0 !important;}
.no-margin-top {margin-top:0 !important;}
.no-margin-bottom {margin-bottom:0 !important;}
.margin-top-15 {margin-top:15px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-top-20 {margin-top:20px;}

.no-padding {padding:0 !important;}
.padding-20 {padding:20px;}


.h40 {height:40px;padding:5px 5px 5px 0px;background:white;}

.dotted-top {border-top:1px dotted rgb(204,204,204);}
.dotted-bottom {border-bottom:1px dotted rgb(204,204,204);}	
.dashed-bottom {border-bottom:1px dashed rgb(204,204,204);}
.vertical-divider {position:relative;height:100%;z-index:1;}
.bottom-divider {width:100%;height:15px;}

.mobile-ad {width:320px;margin-top:15px;margin-left:auto;margin-right:auto;}

.grey-bg {text-align:center;}
.white-bg {background:white;text-align:center;}
@media all and (min-width:1200px) {
	.white-bg {padding:15px;}
}
@media all and (max-width:767px) {
	.white-bg {padding:15px 0;}
}
.blue-bg {background-color:rgb(31,158,200);}
.yellow {color:yellow;}

.playbtn {width:45px;}
.play-icon {width:30px;}
.play-icon-lg {width:80px;background:white;}

h3.title, .title-bar-black {
	margin-top:0;
	height:33px;
	padding-bottom:6px;
	padding-left:10px;
	background-color: #333333;
	/*background-color:#F4F4F4;
	background-image:url('/wp-content/themes/chch2013/images/title-bar-black.jpg');
	background-repeat:no-repeat;*/
	color:white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	line-height:36px;
	/*-webkit-box-shadow: inset -6px 0px 2px -4px rgba(255,255,255,.25);
	-moz-box-shadow: inset -6px 0px 2px -4px rgba(255,255,255,.25);
	box-shadow: inset -6px 0px 2px -4px rgba(255,255,255,.25);*/
}
.title-bar-blue {
	margin-top:10px;
	height:33px;
	padding-bottom:6px;
	padding-left:10px;
	background-color:#F4F4F4;
	background-image:url('/wp-content/themes/chch2013/images/title-bar-blue.jpg');
	background-repeat:no-repeat;
	color:white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	line-height:36px;
}
/* END utility classes */