/* USE THIS FILE TO ADD ANY ADDITIONS/MODIFICATIONS
---------------------------------------- */
.link-none{
	text-decoration:none;
}
.site_logo {
	background-image: url(./images/forum_logo.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 124px;
	height: 44px; 
}
.site_logo_footer {
	background-image: url(./images/forum_logo.svg);
	background-repeat: no-repeat;
	width: 138px;
	height: 52px;
	display: inline-block;
	background-position: center;
}

a.postlink {
  color: #8d1509;
}

a.postlink:visited {
	color: #7393B1;
}

a.postlink:hover, a.postlink:focus {
	color: #23527c;
}

.vdo-wrap{
	max-width:622px; 
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.vdo-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; 
	height: 0; overflow: hidden;

}
 
.vdo-container iframe,
.vdo-container object,
.vdo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb-wrap{
	max-width:560px;
	margin: 0px auto;
	padding:20px 0px;
}
.fb-container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 144%; /*56.25% for 560 by 315 vdo only*/
	height: 0; overflow: hidden;
}
 
.fb-container iframe,
.fb-container object,
.fb-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
