p a{color:rgb(77, 77, 77); font-size:14px; line-height:21px; text-decoration:underline}
.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}


.c3 {
  margin-right:0;
}



h4 {
width:300px;
border-radius:5px;
  margin: 0;
  
   -moz-box-shadow: 0 1px 10px -1px #000;
-webkit-box-shadow: 0 1px 10px -1px #000;
box-shadow: 0 1px 10px -1px #000;

 /* background-color: rgb(228,10,85);
  background-image: linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -o-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -moz-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -webkit-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);
  background-image: -ms-linear-gradient(bottom, rgb(228,10,85) 14%, rgb(255,36,111) 57%);*/
}

h4 a {


  background: url("sprite.png") 17px 9px no-repeat;
  display: block;
  padding: 7px;
  padding-left: 32px;
  margin: 0;
  color: rgb(128, 0, 38);
  font-size:21px;
  font-family:'Quattrocento', serif;
  text-decoration: none;
  font-weight: normal;

}
h4:hover { background: #7f1329; color:#ffffff; }
h4 a:hover {  color:#ffffff; }
h4.open  {  color:#ffffff; }
h4 a.open  { background: #7f1329; color:#ffffff; }
h4.open a { background-position: 13px -29px; }


/* Pre hide sections with JavaScript on
--- */
h4+div {
  display: none;
  padding-left:20px;
  }

/* CSS3 Animation example
--- */
#css3-animated-example h4 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;
}

#css3-animated-example h4.open + div {
  height: auto;
  background: #aaffff;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
 
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}
