/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
#ribbon h2 {
    /* top:0, right:-30px, bottom:0, left:-30px */
    margin: 0px -30px;
}

#ribbon h2 {
    text-align: right;
    position: relative;
    color: #FFA113;    
    margin: 0 -30px 40px 75px;
    padding: 5px 40px; 
    text-shadow: 1px 1px #000000;
    //background-color: #FFFFFF;
    background-color: #5c5c5c;
    background-image:  linear-gradient(to right,#f0f0f0, #5c5c5c);
    // -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    //-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    //box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

#ribbon h2:before, 
#ribbon h2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

//#ribbon h2:before {
    //border-width: 0 10px 10px 0;
    //border-right-color: #222;
   // left: 0;
//}

#ribbon h2:after {
    border-width: 0 0 10px 10px;
    border-left-color: #222;
    right: 0;
}

blockquote {
  background: #F9F9F9;
  border-right: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-style:italic;
}

blockquote p {
  font-weight:bold;
 }
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}