/* Global Styles for All */

 /*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*
*Posts
*/

img{max-width:100%}
img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

h3.imagetitles {margin-bottom:10px;}

ul.imagelist {list-style:none;clear:both;margin-bottom:20px;margin-left:0;padding-left:0;}

/* List Image Related */
ul.imagelist {clear:both;position:relative;padding:0;margin:0 -5px 20px -5px;font-size:0;}
ul.imagelist li{display:inline-block;width: 19%;margin:0;margin-left: 1px !important;padding-left: 1px !important;padding:0;}
ul.imagelist li a{display:block;margin:5px;}
ul.imagelist li img{width:100%;height: 120px;-moz-transition: all 0.89s;-webkit-transition: all 0.89s;transition: all 0.89s;}
ul.imagelist li img:hover{-moz-transform: scale(1.4) rotate(3.8deg);-webkit-transform: scale(1.4) rotate(3.8deg);transform: scale(1.4) rotate(3.8deg);}
.titlerelated {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: block;
    height: 30px;
    margin: 0 0 20px 0;
    overflow: hidden;
    cursor: pointer;
}
.titlerelated a:hover, h4:hover{
  color:#337ab7
}
.thumbnails {
    position: relative;
    border: 0px solid #337ab7;
    overflow: hidden;
    height: auto;
}

  .wp-caption {
  	border: 1px solid #ccc;
  	margin-bottom: 0.5em;
  	max-width: 99%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .wp-caption img[class*="wp-image-"] {
  	display: block;
  	margin: 1.2% auto 0;
  	max-width: 98%;
  }
  .wp-caption-text {
  	text-align: center;
  }
  .wp-caption .wp-caption-text {
  	margin: 0.8075em 0;
  }
ul.listhome{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.c{
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.listhome li{
  overflow: hidden;
  width: 310px;
  float: left;
  height: 15px;
  margin: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
  background-color: #87CEEB;
  text-align: center;
}