/* View Blog */

.view-blog .image-area img {
  width: 100%;
  height: auto;
}

.view-blog .view-header {
  margin-bottom: 40px;
}

.view-blog .view-header .title-wrapper {
  text-align: center;
}

.view-blog .view-header .title {
  background: transparent url("../images/hr-1.png") no-repeat center bottom;
  display: inline-block;
  font-style: 20px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 30px 3px 30px;
  margin: 10px 0 10px 0;
}

.view-blog .view-header .subtitle {
  text-align: center;
}

/* Node Blog Teaser */

.node-blog .teaser{
  -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  padding: 20px;
}

.node-blog .teaser .image-area a {
}

.node-blog .teaser .image-area a img {
}

.node-blog .teaser .created {
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
}

.node-blog .teaser .title-area h2 {
  font-size: 20px;
  margin: 10px 0 15px 0;
}

.node-blog .teaser .read-more-area {
  margin-top: 5px;
  text-align: right;
}

.node-blog .teaser .read-more-area a {
  background: transparent url("../images/bg-read-more.png") no-repeat right center;
  color: #B5B6B6;
  font-size: 12px;
  padding-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.node-blog .teaser .read-more-area a:hover,
.node-blog .teaser .read-more-area a:active {
  font-weight: bold;
  text-decoration: none;
}

/* Node Blog Full */

.node-blog .full {

}

.node-blog .full .image-area img {
  width: 100%;
  height: auto;
}

.node-blog .full .created {
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 20px;
}

.node-blog .full .title-area h1 {
  font-size: 20px;
  margin: 10px 0 15px 0;
}

.node-blog .full .body-area {

}