body{font-family:"Trebuchet MS",Arial,Sans-Serif;}

.fork {  border:0;  position:absolute;  top:0;  right:0;}
.col {  width: 260px;  float: left;  margin-right:32px;  margin-bottom: 16px;}
.c3 {  margin-right:0;}	  



h3 {  margin: 0;  background-color:#003600; font-size: 20px; }

h3 a {  background: url("sprite.png") 15px 13px no-repeat;  display: block;  padding: 10px;  padding-left: 32px;  margin: 0;  color: #fff;  text-decoration: none;  font-weight: normal;  border-bottom: 3px solid #e8e7e4;  }
h3:hover { background: #404040; }
h3.open  { background: #003600; }
h3.open a { background-position: 13px -25px; }h3 + div { padding: 10px; }



/* Pre hide sections with JavaScript on--- */h3+div {  display: none;}
/* CSS3 Animation example--- */

#css3-animated-example h3 + div {  height: 0px;  padding: 0px;  overflow: hidden;  background: #003308;  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: 5px;}
#css3-animated-example .content a{  font-size:14px;color:#003600; text-decoration:none; list-style:none; display:block; text-align:right;}

#css3-animated-example h3.open + div {height: auto;  background: #e8e7e4;}






