/* Sight for TypeCon - Other CSS */


/*** Sponsor Styles ***/

.page .post-content p a img {
	padding-right: 20px;
	}

.page .post-content h4 a {
	color: #333;
	}

/*** Post Content Styles ***/

.post-content div.stamp {
	position: relative;
	}

.post-content div.stamp h3.stamptext {
	position: absolute;
	top: -100px;
	left: 20px;
	font-size: 6em;
	font-weight: bold;
	line-height: 1em;
	color: #C90;
	border: none;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	opacity: 0.6;
	}

.post-content .bigbluebutton {
	background-color: #428bca;
	border-radius: 6px;
	border: 1px solid #357ebd;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.33;
	margin: 20px 0;
	padding: 10px 16px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}
  
.post-content .bigbluebutton:hover {
	background-color: #3071a9;
	border-color: #285e8e;
	text-shadow: none;
}

/*** Speaker Content Styles ***/

.type-speakers .post-meta {
	padding-top: 0;
	}

.type-speakers .post-content li {
	display: block;
	float: left;
	font-size: 12px;
	height: 240px;
	margin: 0;
	width: 202px;
	}

.type-speakers .post-content ul {
	padding: 0;
	}

.type-speakers .post-content img {
	border: 6px solid #fff;
	box-shadow: 0px 0px 1px #323232, 1px 1px 5px #ccc;
	margin-bottom: 5px;
	}

/*** Widget Styles ***/

div.widget_callout img {
	width: 250px;
	margin-bottom: 10px;
}

div.widget_callout h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
}

div.widget_callout p {
	line-height: 1.5;
}
