h1.uppercase-h1 {
	font-size: 46px;
	text-transform: uppercase;
	margin-bottom: .5em;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-weight: 600;
}
#webinar #upcoming-webinars {
	background-image: url('../../images/backwebinar.png');
	width: 100%;
	border-bottom: 1px #B5DBDE solid;
	padding-bottom: 1.5em;
}
#webinar #upcoming-webinars article {
	margin-bottom: 1em;
}
#webinar #upcoming-webinars article .thumb {
	background-color: #898989;
	width: 350px;
	height: 220px;
	padding: 0;
	overflow: hidden;
}
#webinar #upcoming-webinars article h1 {
	font-size: 30px;
}
#webinar #upcoming-webinars article .webinar-date {
	font-size: 18px;
	font-weight: 600;
}
#webinar #past-webinars {
	padding-bottom: 1.5em;
}
#webinar #past-webinars article {
	border-bottom: 1px #B5DBDE solid;
}
#webinar #past-webinars article h1 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
#webinar #past-webinars article h1 a span {
	padding-left: 0;
}
#webinar #past-webinars article h1 a:hover {
	color: #0099cc;
}
#webinar #past-webinars article .webinar-date {
	font-size: 14px;
	color: #c10596;
	text-transform: uppercase;
}
#webinar #past-webinars article .webinar-today {
	text-transform: uppercase;
	text-align: right;
	color: #0099cc;
}
#webinar #past-webinars article:last-of-type {
	border-bottom: none;
}
#webinar #past-webinars > h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	background-image: url('../../images/backwebinar.png');
}
#webinar #past-webinars > h1 span {
	display: inline-block;
	height: 100%;
	background: white;
	padding: 0.25em 1em;
	font-weight: 600;
}


.webinar_single header {
    background: #B4D9E9;
    border-top: 1px solid #A8D6E6;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.webinar_single header h1 {
    font-size: 30px;
}
.webinar_single header p {
    font-size: 18px;
    font-weight: 600;
}
.webinar_single .webinar_top h2 {
    background-image: url('../../images/page-header-pattern-2.png');
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
    font-weight: 600;
}
.webinar_single .webinar_top h2 > span {
    display:inline-block;
    background: #FFF;
    padding-right: .5em;
}
.webinar_single .speakers {
    margin-bottom: 1em;
}

.webinar_single .avatar_container {
    padding: 0;
    width: 40%;
    float:left;
    margin-right: 5%;
    overflow: hidden;
}
.webinar_single .avatar_container .avatar {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}


.webinar_single .speaker_info {
    width: 55%;
    float: right;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 1em;
}


.webinar_single .speaker_info  p.moderator {
    color: #c10596;
    font-size: 14px;
    text-transform: uppercase;
}

.webinar_single .speaker_info p
{
    margin: 0;
}

.webinar_single .avatar_container  img { 
    max-width: 100%;
    height: auto !important;
}
.webinar_single .speakers b {
    color:#319bc7;
}

.webinar_single .webinar_info h2 {
    color: #0f89b4;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #0F89B4;
    padding-bottom: 0.5em;
}

.webinar_single > .content-tablist {
    margin-top: 1em;
}
#TB_window .entry-title{
	font-size: 12pt !important;
     font-weight: bold;
     margin: 0;
}
#TB_window .entry-content{
	font-size: 12pt !important;
}
#TB_ajaxContent p {
     padding: 0;


}
