.footer p {
	float: left;
	margin-left: 15px;
	font-weight: normal;
	font-size: .9em;
}

.video-list .ui-li-thumb {
	max-height: 100px;
	max-width: 100px;
	top: 3px;
	left: 2px;
}

.video-list .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
  padding-left: 110px;
}

/* this is a frig. possible bug with jQuery mobile? */
.video-list .ui-li-divider,
.video-list .ui-li-divider.ui-btn-up-r
{
	background: #A71D22;
	color: #FFF;
	border: 0;
}

a.logo {
	display: block;
	width: 194px;
	height: 103px;
}

.post h2 {
	margin: 0;
}

.post-tagline p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

.post-contents {
	background-color: #A71D22;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webskit-border-radius: 5px;
}

.markdown blockquote {
	border-left: 2px solid #ffe052;
	margin-left: 10px;
	padding-left: 10px;
}

.author {
	font-weight: bold;
}

.ui-li-desc {
	padding-top: 10px;
}

.author {
	font-size: small;
	font-weight: normal;
}

.ui-btn-active {
	border: 1px solid 		#155678;
	background: 			#EDD301;
	font-weight: bold;
	color: 					#fff;
	cursor: pointer;
	text-shadow: 0 -1px 1px #145072;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, 
							#FFF062, 
							#E0D30B);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#FFF062),
		color-stop(1, 		#E0D30B));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#85bae4', EndColorStr='#5393c5')";
  	outline: none;
}

.ui-btn-active a.ui-link-inherit {
	color: 					#fff;
}

.forum-responses.ui-li-count {
	position: static;
}

.blog-post iframe {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

.video-share {

	font-size: 0.9em;
	height: 25px;
	line-height: 25px;
}

.twitter-share-button {
	vertical-align: middle;
	cursor: pointer;
}

.facebook-share-button span { display: none; }

.facebook-share-button {
	border:none; 
	overflow:hidden; 
	display: inline-block;
	width: 55px; 
	height:20px;
	background-repeat: no-repeat;
	vertical-align: middle;
	cursor: pointer;
	background-image: url("images/share-facebook.png");
}

.facebook-share-button:hover {
	background-image: url("images/share-facebook_hover.png");
}

.leaderboard, .mpu {
  text-align: center;
}