@charset "UTF-8";
/* CSS Document */
/* Killer Coke Content */

.red {
	color:#F00;
	}
	
.content hr.shadow {
	height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	}
	
.content h1 {
	display:block;
	border:1px solid #900;
	padding:20px;
	background:#900;
	color:#FFF;
	font-size:225%;
	font-weight:bold;
	}
	
h4,
.content h4 {
	color:#900;
	font-size:2em;
	line-height:125%;
	}
	
.content h5 {
	color:#900;
	font-size:1.5em;
	text-align:center;
	padding:10px 0;
	}

.content .gray {
	color:#333;
}

div.content a:link, 
div.content a:visited {
	color:#900;
	}

div.content a:hover, 
div.content a:active {
	color:#F00;
	}



blockquote {
  	padding: 10px 20px;
  	margin: 0 0 20px;
  	font-size: inherit;
  	border-left: none;
	}
	
.content .col-md-6 h1 {
	background:#333 url(../img/template/h1_bg.jpg) no-repeat;
}

p.caption {
	text-align:center;
	font-size:120%;
	font-weight:bold;
}

.content_img_left_400,
.content_img_right_400 {
max-width:400px;
}

.content_img_left_300,
.content_img_right_300 {
max-width:300px;
}

.content_img_left_200,
.content_img_right_200 {
max-width:200px;
}

.content_img_900 img,
.content_img_600 img,
.content_img_left_400 img,
.content_img_right_400 img,
.content_img_left_300 img,
.content_img_right_300 img,
.content_img_left_200 img,
.content_img_right_200 img {
width:100%;
margin:0 0 -6px 0;
padding:0;
max-width:100%;
}

.content_img_left_400,
.content_img_left_300,
.content_img_left_200 {
margin:0 10px 10px 0;
float:left;
}

.content_img_right_400,
.content_img_right_300,
.content_img_right_200 {
margin:0 0 10px 10px;
float:right;
}

.content_img_900 h3,
.content_img_600 h3,
.content_img_left_400 h3,
.content_img_right_400 h3,
.content_img_left_300 h3,
.content_img_right_300 h3,
.content_img_left_200 h3,
.content_img_right_200 h3 {
font-size:2em;
text-align:center;
margin:5px;
font-family:"Times New Roman", Times, serif;
text-shadow:none;
padding-top:3px;
}

.content_img_900,
.content_img_600,
.content_img_right_200,
.content_img_right_300,
.content_img_right_400,
.content_img_left_200,
.content_img_left_300,
.content_img_left_400 {
background:#fefefe;
padding:3px;
}

.content_img_right_200 h3,
.content_img_right_300 h3,
.content_img_right_400 h3,
.content_img_left_200 h3,
.content_img_left_300 h3,
.content_img_left_400 h3,
.feature .content_img_right_200 h3,
.feature .content_img_right_300 h3,
.feature .content_img_right_400 h3,
.feature .content_img_left_200 h3,
.feature .content_img_left_300 h3,
.feature .content_img_left_400 h3,
.content_img_900 h3,
.content_img_600 h3 {
color:#900;
font-size:1.5em;
text-align:center;
}


/* .feature styles */

.feature {
border-bottom:1px #330000 dashed;
margin:0 0 10px 0;
}

.feature h3 {
padding:0;
margin:0;
text-align:left;
color:#660000;
font-size:20px;
}


p.video {
text-align:center;
}

ul.newsletter_menu {
list-style:none;
}

ul.newsletter_menu a:link {
text-decoration:none;
}

ul.newsletter_menu a:hover {
text-decoration:underline;
}

.clear {
	clear:both;
	float:left;
}