/* Enter Your Custom CSS Here */
.home .hentry .entry-title a, .archive .hentry .entry-title a {
    display: none;
}

.single-post article.post {
	position: relative;
}

.single-post .entry-header {
	position: absolute;
	bottom: 500px;
	width: 100%;
	text-align: center;
}


.hentry img, .entry-content iframe, .entry-content object, .entry-content video, .entry-content embed {
width: auto;
}

.frontimage {width: 220; height: 150;}

.hentry img, .entry-content img, .widget img, .wp-caption {
max-height: 600px;
}

.hide {display: none;}

#menu-primary li a {
    font-weight: normal;
    text-transform: uppercase;
}

.post-aside {margin-top: 0;}

.hentry .single-thumbnail {
margin-bottom: 20px;
}

.singular .entry-title {
font-size: 1.2em;
font-weight: normal;
}

.singular .loop-nav {
  margin-top: 0px;
}

.next {

}

.singular .byline {display:none;}

#comments-template {
display: none;
}

ul {
margin: 0 auto;
text-align: center;
list-style-type:none;
padding:0;
}

li {
display: inline-block;
vertical-align: top;
float:left;
width:25%;/*this is comment if you wish the grid to be 3 in a row put 33%, if 4 then 25% if 2 in a row then 50%*/
}

@media only screen and (max-width: 960px) {
 
	.hentry .single-thumbnail {
    height: auto;
    width: auto;
	}}

@media only screen and (max-width: 600px) {
 
	.hentry .single-thumbnail {
    height: auto;
    width: auto;
	}}



