/* Guts callouts */

/* example -------------------------------------------------------- */

/*	my_callout
---------------------------------------- */
div.my_callout {
	/*stuff here*/
}
	.my_callout h2 {
		/*stuff here*/
	}
	
/* end example ---------------------------------------------------- */


/* Newsletter callout */
div.newsletter_callout {
	background: #d6ccc0;
	padding: 20px 10px;
	margin-top: 30px;
}
div.newsletter_callout h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.newsletter_callout .combo_input input {
	background: #fff;
	width: 200px;
}
div.newsletter_callout .combo_input input.submit {
	background: #be2810;
	width: 70px;
	cursor:pointer;
}
div.newsletter_callout p {
	clear: both;
	padding-top: 10px;
	color: #667;
	display: block;
	font-size: 10px;
	line-height: 14px;
}


/* Twitter feed box callout */
div.twitter_feed_box_container {
	width: 300px;
	height: 150px;
	background-color: black;
	margin-bottom:20px;
}

div.twitter_feed_box_container_i {
	position: relative;
}

div.twitter_feed_box {
	background-image: url(/images/social/social_twitter_gray.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	position: absolute;
	background-color: black;
	color: white;
	width: 300px;
	height: 150px;
}

div.twitter_custom_image {
	position: absolute;
	left: 160px;
	top: 0;
	width: 140px;
	height: 150px;
}

div.twitter_custom_image img {
	display: block;
}

div.twitter_feed_box div.latest_tweet_box {
	width: 160px;
	height: 120px;
	position:relative;
}

div.twitter_feed_box div.loading_text {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 25px;
	font-size: 12px;
	font-family: "Georgia";
	font-style: italic;
	color: #666666;
	position:absolute;
	bottom:5px;
}

div.twitter_feed_box div.tweet_list {
}

div.twitter_feed_box div.tweet_text {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 25px;
	font-size: 12px;
	font-family: "Georgia";
	font-style: italic;
	line-height: 14px;
	color: #d6ccc0;
	/*vertical-align: text-bottom;*/
	position:absolute;
	bottom:5px;
}

div.twitter_feed_box div.tweet_text div.tweet_text_inner {
}

div.twitter_feed_box div.latest_tweet_box div.tweet_text a {
	font-family: "Arial";
	color: #4cb2c7;
	text-decoration: none;
}
	div.twitter_feed_box div.latest_tweet_box div.tweet_text a:hover {
		color:#FFF;
	}

div.twitter_feed_box div.tweet_date a {
	position: absolute;
	top: 130px;
	left: 10px;
	font-weight: bold;

	font-size: 10px;
	font-family: "Arial";
	color: #4cb2c7;
	text-decoration: none;
}

	div.twitter_feed_box div.tweet_date a:hover {
		color:#FFF;
	}
div.twitter_feed_box div.follow_link a {
	position: absolute;
	font-weight: bold;
	top: 130px;
	left: 120px;

	font-size: 10px;
	font-family: "Arial";
	color: #be2810;
	text-decoration: underline;
}
	div.twitter_feed_box div.follow_link a:hover {
		color:#FFF;
	}

div.twitter_plus_service div.tabbed_panel {
	margin-top: 25px;
}

/* Twitter Plus Service Schedule Callout Additions */

div.service_schedule {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 90px;
	font-size: 12px;
	color: #d6ccc0;
	background-color: black;
}
	.service_schedule p {
		color:#FFF;
	}
	.service_schedule ul {
		border-top:1px solid #333;
		padding:10px 0px;
		margin-top:10px;
		font-size:11px;
		line-height:16px;
	}
		.service_schedule ul li {
			margin:0px 0px 10px 0px;
		}
			.service_schedule ul li strong {
				color:#FFF;
				font-weight:bold;
			}

/* Bible Verse Callout */
div.bible_gateway {
	padding: 24px 16px;
	background: #333;
}

div.bible_gateway h5 {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

div.bible_gateway blockquote {
	padding: 12px 5px;
	font: italic 14px Georgia;
	color: #999;
	line-height: 20px;
}

div.bible_gateway a.listen_link {
	color: #d6ccc0;
	font-size: 10px;
	display: block;
	margin: 0 5px 15px;
	background: url(../images/listen_link_bg.gif) no-repeat left;
	padding-left: 15px;
}

div.bible_gateway a:hover.listen_link {
	color:#FFF;
}

div.bible_gateway p.copyright {
	color: #999;
	font-size: 10px;
	line-height: 16px;
	padding: 0 5px;
}

/* Skinny Right Side Basic Text Callout */

#store .skinny_right_side .basic_text_callout h2 {
	padding-top: 30px;
}
#store .skinny_right_side .basic_text_callout ul li {
	padding-left: 5px;
}
#store .skinny_right_side .basic_text_callout ul li a {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/grey_right_arrow.gif) no-repeat left;
	padding-left: 10px;
	text-decoration: underline;
}
#store .skinny_right_side .basic_text_callout ul li a:hover {
	color:#be2810;
}

/*Donate Callout - Text based*/

.donate_callout {
	background:#4CB2C7;
	padding:10px 10px 0px 10px;
	margin:0px 0px 20px 0px;
	border:10px solid #388897;
	color:#FFF;
}
	.donate_callout h2 {
		color:#FFF;
		font-size:18px;
		margin-bottom:10px;
	}
	.donate_callout p {
		font-size:12px;
		line-height:18px;
		margin-bottom:10px;
	}
		.donate_callout_amount {
			background:#388897;
			padding:5px 5px 5px 10px;
		}
			.donate_callout_amount .textInput {
				margin-left:10px;
				padding:3px 5px;
				border:0px;
			}
			.donate_callout_amount .submitInput {
				background:#333;
				color:#FFF;
				border:0px;
				padding:2px 10px;
			}
			.donate_callout_footnote {
				font-size:10px !important;
				font-style:italic;
			}
			
			
.donate_callout #donation_product_code_select{
	width:260px;
}

/* Triple Image Callout */

div.triple_image {
	width: 300px;
	height: 107px;
	overflow:hidden;
	margin:30px 0px 0px 0px;
}

div.triple_image div.image_1 {
	width: 90px;
	height: 105px;
	float:left;
	margin-right:15px;
}

div.triple_image div.image_2 {
	width: 90px;
	height: 105px;
	float:left;
}	

div.triple_image div.image_3 {
	width: 90px;
	height: 105px;
	float:right;
}
