/*

Title: Blog Styles
Author: Adam Thompson

*/

/* typography */

h2.entry-title {
    font-size: 22px;
	margin-top: 0;    
    margin-bottom: 10px;
}

h2.entry-title a{
    text-decoration: none;
}

h2.entry-title a {
    color: #00a5c3; 
}

h2.blog-title, h1.blog-title {
    font-size: 24px;
    margin: 0 0 20px;
}

h1.entry-title {
    font-size: 24px;
    margin: 0 0 10px;
}

.blog-meta {
    display: block;
    color: #010341;
    margin-bottom: 10px;
    font-weight: 600;
}

.entry-meta {
    font-weight: 600;
    font-size: 16px;
}

.blog-btn{
    font-size: 16px !important; 
    max-width: 120px !important; 
    margin: 20px 0 0px !important;
}

.entry-content h2{
    margin: 0 0 15px;
}

/* body - container */


article.post {
    background-color: #fff;
	padding: 12px 12px 20px;
    box-shadow: 2px 2px 4px rgba(90,90,90,0.5);
    margin-bottom: 30px;
}

.tiles article{
	padding: 12px;
}


.blog-container{
	margin-bottom: 40px;
}

footer.entry-footer{
	background-color: transparent;
	min-height: initial;
}

/* navigation */

nav.post-navigation{
     width: auto; 
     height: auto; 
     float: none; 
     padding: 0; 
     background: none; 
}

.post-navigation h2{
	display: none;
}

.nav-links:after{
	content: ' ';
	display: table; 
	clear: both;
}

.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}

.nav-previous a,
.nav-next a {
    display: block;
    background-color: #c4f978;
    padding: 10px;
    border-radius: 28px;
    color: #0f9597;
    text-decoration: none;
    box-shadow: 2px 2px 10px #888888;
    font-weight: 600;
    text-align: center;
    margin: 20px 10px 30px;
    text-shadow: 1px 1px #fff;
    font-size: 16px;
    background: #b4e391;
    background: -moz-linear-gradient(45deg, #b4e391 0%, #61c419 50%, #b4e391 100%);
    background: -webkit-linear-gradient(45deg, #b4e391 0%,#61c419 50%,#b4e391 100%);
    background: linear-gradient(180deg, #b4e391 0%,#61c419 95%,#b4e391 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );
}

.nav-previous a:hover,
.nav-next a:hover {   
}

