/* Copyright (c) 2013, Oscar de Lama */
.page {
  background-image: url(/_img/noise_texture_pink.jpg);
}
.header {
  background-color: #2a6a8c;
  border-bottom: #d9d3cc solid 1px;
}
.pre-title-icon{display:inline} /* Pre Title Icon */
.header .page-title {
  color: #79c4d1;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 5%;
  font-family: Oswald; 
  font-weight: normal; 
  line-height: 0.8em;
  -webkit-font-smoothing: antialiased;
}
.header .page-title  i { /* icon before title */
  color: #a7d1d9;
  vertical-align: top;
}
#content .inlinecontent {
  border-left: 6px solid #d4ceb0;
  padding: 5pt 0 6pt 11pt;
  margin: 8pt 0 6pt 0;
  -webkit-border-top-left-radius: 6px 12px;
}
#content .inlinepage {
  border-top: #fff solid 1px;
  border-bottom: #d9d3cc solid 1px;
  border-left: none;
  border-right: none;
  padding: 12px 0 24px 0;
  font-size: 1em;
  line-height: 1.5em;
  color: #3e4c5e;
}    
#content .inline-title a {
  font-family: Oswald, Georgia, Times, serif;
  /* font-weight: bold; */
  font-size: 16pt;
  color: #4a463d;
  text-decoration: none; 
}
#content .inline-title a:hover {
  text-decoration: none;
  color: #3d3b35;
} 
section#content article.inlinepage .pagedate {
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #b1a4a0;
  margin-top: 3pt;
}
section#content article.inlinepage .inlinefooter {
  margin-top: 0.5em;
}
section#content article.inlinepage .inlinefooter .tags {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  color: #647182;
}
section#content article.inlinepage .inlinefooter .tags i:before { /* tag icon */
  color: #4c5c73;
}
section#content article.inlinepage .inlinefooter .tags a {
  text-decoration: none;
  color: inherit;
  text-transform:capitalize;
}
