/* Douro Azul - text.css */

h1, .h1, h2, .h2, h5, .h5 { color: #FFF; }
h1, .h1, h3, .h3, h4, .h4 { text-transform: uppercase; }
h1, .h1 { font: normal 40px PresidenciaFirmeRegular; }
  .smallerH1 { line-height: 34px; }
h2, .h2 { font: normal 29px KlavikaMedium, Verdana, Arial, Helvetica, sans-serif; }
.paragraphText .h2Bigger{font: normal 29px KlavikaMedium, Verdana, Arial, Helvetica, sans-serif;}
h3, .h3 {
  height: 15px;
  color: #CDB887;
  font: normal 18px PresidenciaFinaRegular;
}
h4, .h4 {
  color: #C5AB71;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
}
h5, .h5 { font: normal 19px KlavikaBold; }
a:hover, a:active { color: #B9A77B; }
a, a:hover, a:active { text-decoration: none; }
a { color: #493F29; }
.darkBrownText {
  color: #49412B;
  font: normal 15px KlavikaLight, Verdana, Arial, Helvetica, sans-serif;
}
.darkBrownTextWthoutFont{
  color: #49412B;
}

.paragraphText h2, .paragraphText .h2{
  font-size:  17px;
}

.paragraphText h3, .paragraphText .h3{
  color: #493F29;
  font:  15px KlavikaMedium;
  text-transform: none;
}

.customParagraphImage {
  position:   relative;
  padding:    9px 4px 5px;
  background: url("/Files/Templates/Designs/DouroAzul/images/topPagraphImage.png") no-repeat scroll left top transparent;
}

.customParagraphImage img{
  border-left: 2px solid #9C8A5E;
  border-right: 2px solid #9C8A5E;
}

.paragraphFrameBottom {
  left:       0;
  height:     41px;
  bottom:     -13px;
  width:      305px;
  position:   absolute;
  padding:    9px 6px 5px;
  background: url("/Files/Templates/Designs/DouroAzul/images/bottomParagraphImage.png") no-repeat scroll left top transparent;
}