/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   


/*.entry-content img {
    margin: 0px 0px 0px 0px;
}*/
/*.wp-post-image:hover:after {
   background: rgb(255,255,255);
    top: 30px;
    content: attr(title);
    color: #000;
    display: block;
    font-weight: bold;
    height:700px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 240px;
	z-index:200;
}
.grid-element:hover:after{
    background: rgb(255,255,255);
    top: 2px;
    content: attr(title);
    color: #000;
    display: block;
    font-weight: bold;
    height: 240px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width:240px;
}*/






/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/
