



/*============================================================*/

.facebookblock {
	margin:10px auto;
	padding: 10px 0;
	border-width: 1px 0 0 0;
	overflow: auto;
}
.facebookblock .title a { text-decoration: none; color: #5B61AD; }
.facebookblock .title a:hover { color: #8BB423; }

.facebookblock .dateline {
	font-size: .9em;
	margin: 0.25em 0 0.75em 0;
}

/*============================================================*/

.twitterblock {
	margin:10px auto;
	padding: 10px 0;
	border-width: 1px 0 0 0;
	overflow: auto;
}

.twitterblock .post {
	margin-top: 8px;
	font-size: 14px;
	text-align:left;
	overflow: hidden;
	white-space: normal;
}

.twitterblock .user,
.twitterblock .body {
	display: inline-block;
	vertical-align: top;
}
.twitterblock .user {
	width: 150px;
	height: 48px;
	background: no-repeat left center;
	padding-left: 60px;
}
.twitterblock .body {
	width: 450px;
}
.twitterblock .user a { text-decoration: none; color: #5B61AD; }
.twitterblock .user a:hover { color: #8BB423; }

.twitterblock .name {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;
}
.twitterblock .handle {
	font-size: 1.15em;
}
.twitterblock .date {
	font-size: 0.9em;
}

.twitterblock .body {
	line-height: 1.5em;
}
.twitterblock .foot {
	font-size: 0.9em;
}

.twitterblock .link {
	
}

/*=========================*/
/*
<div class="twit-post">
	<div class="twit-user">
		<a class="twit-name"></a>
		<a class="twit-handle"></a>
	</div>
	<div class="twit-body"></div>
	<div class="twit-foot">
		<span class="twit-date"></span>
		<a class="twit-link"></a>
	</div>
</div>
*/

.twit-post {
	font-size: 14px;
	text-align:left;
	overflow: hidden;
	white-space: normal;
	width: 100%;

}
.twit-user {
	display: block;
	background: no-repeat left center;
	padding: 12px 0 0 60px;
	height: 50px;
	font-family: "Amaranth", "Ruluko", Arial, sans-serif;
	font-weight: 400;
}
.twit-user a {
	text-decoration: none;
	color: #5B61AD;
}
.twit-user a:hover { color: #8BB423; }

.twit-name {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1em;
}
.twit-handle {
	font-size: 1.15em;
	font-size: 0.9em;
}
.twit-body {
	margin: 0 0 0.75em;
	line-height: 1.5em;
}
.twit-foot {
	font-size: 0.9em;
}
.twit-date {
	float: left;
	font-size: 0.9em;
}
.twit-link {
	float: right;
}

/*============================================================*/

#divYouTubeVidFrame {
	z-index: 500;
}
#divYouTubeVidFrame div.controls a {
	font-size:14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#divYouTubeVidFrame div.controls a:hover {

}

.youtubeblock {
	margin:10px auto;
	padding: 10px 0;
	border-width: 1px 0 0 0;
	overflow: auto;
}
.youtubeblock .title a { text-decoration: none; color: #AD005B; }
.youtubeblock .title a:hover { text-decoration: underline; }

.youtubeblock .info, .youtubeblock .content, .youtubeblock .photo {
	display: inline-block;
	vertical-align: top;
}
.youtubeblock .info {
	padding-top: 10px;
	width: 100%;
	white-space: nowrap;
	font-size: 11px;
}
.youtubeblock .info em {
	font-style: normal;
	display: inline-block;
	width: 50px;
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
}

.youtubeblock .content {
	width: 49%;
	
}

.youtubeblock .content .title h3{
	margin-top: 0;
	
}

.youtubeblock .photo {
	position: relative;
	width: 48%;
	padding-right: 2%;
	white-space: nowrap;
}
.youtubeblock .photo img {
	display: block;
	margin: 0 auto;
	border: 0;
	width: 100%;
	height: auto;
}

.play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 88px;
	opacity: 0.7;
	text-align: center;
}

.play-overlay:hover {
	opacity: 1;
} 

.play-overlay img
{
	position: relative;
	left: -50%;
	top: -50%;
}