.entry-box-left {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.entry-box .entry-thumb {
    display: block;
    float: left;
    margin-right: 3%;
    width: 50%;
}

.entry-box .entry-content {
    color: #454545;
    line-height: 20px;
}
.entry-box .entry-content img {
    padding-left: 8%;
    width: 85%;
}
p {
    line-height: 20px;
    margin-bottom: 10px;
	color: #454545;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
#news-single{
    background-color: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-header-single {
    background-color: #2d9ef1;
    margin-bottom: 20px;
}
h3.block-header-title-single {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 25px;
    padding: 8px 0 8px 20px;
    text-transform: uppercase;
}
#divider {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/title-pattern.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

h2 {
    color: #111111;
    font: 400 22px/24px 'Oswald',sans-serif;
    margin-bottom: 10px;
	margin-top: 10px;
    letter-spacing: 0;
}

.news-thumb {
    display: block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.news-hover {
    transition: all 0.5s ease-in 0s;
}
a {
    color: #454545;
    text-decoration: none;
}
a:hover {
    color: #2d9ef1;
    text-decoration: none;
}
.related-news{
    padding:15px;
}
.related-news .news-entry-list li {
    border-bottom: 1px dotted #E7E7E7;
    float: left;
    margin: 0 2% 15px 0;
    padding-bottom: 15px;
    width: 48%;
}
.news-entry-list a.news-title {
    color: #454545;
    display: block;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
a.news-title:hover {
    color:#2d9ef1;
}
.entry-box .entry-link {
    color: #666666;
    font-family: open sans;
    font-size: 13px;
    line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.entry-box .entry-link:hover {
    color: #2d9ef1;
    text-decoration: none;
	font-weight: bold;
}
.video {
    background-color: #EEEEEE;
    float: none;
    padding: 1% 12%;
    width: 76.5%;
	margin-bottom: 10px;
}