@charset "utf-8";
/* CSS Document */

.entry-box .entry-content {
    color: #454545;
    line-height: 20px;
}
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;
}
h3.block-header-title-single {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 25px;
    padding: 8px 0 8px 20px;
    text-transform: uppercase;
}
#divider {
	margin-top: 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;
}
a {
    color: #454545;
    text-decoration: none;
}
a:hover {
    color: #1264A1;
    text-decoration: none;
}
.entry-box {
    margin-top: 5px;
    padding-bottom: 5px;
}

.entry-box-left {
    float: left;
    margin-bottom: 15px;
}
.entry-box .entry-meta {
    background-color: #EEEEEE;
    color: #666666;
    display: block;
    font-family: open sans;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 5px;
    text-align: left;
}
.entry-meta a:hover {
    color: #2d9ef1;
    text-decoration: none;
}
.entry-box .entry-thumb-list {
    display: block;
    float: left;
    margin-right: 3%;
    width:40%;
}

.entry-box .entry-categories {
    color: #666666;
    font-family: open sans;
    font-size: 13px;
    line-height: 20px;
}
.kp-hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in;
}
.kp-hover:hover {	
    -webkit-transform: scale(1.2) rotate(5deg);
    -moz-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg); 
}

.learn-more {
    background-color: #1264A1;
    border: 1px solid #0088B2;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 8px 11px;
	text-transform: uppercase
}
.learn-more:hover {
    color:#999;
    background-color:#fff;
    border:1px solid #dbdbdb;
}


