body { background: #eee; margin: 20px; }

ul li { display: inline-block; vertical-align:top;}

ul li h1 {
    padding: 0 16px;
    font: normal 18px/20px 'Helvetica Neue', sans-serif;
    color: #bbb;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}

/* bg */

.foldable {
	position: relative;
	display: inline-block;
	margin: 0 15px 15px 0;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3) ,0 1px 0 rgba(255,255,255,.3) inset ,0 0 1px rgba(255,255,255,.3) inset;
	background: rgb(68,68,68);
	background: linear-gradient(top, rgba(68,68,68,1) 0%,rgba(34,34,34,1) 50%,rgba(51,51,51,1) 50.01%,rgba(34,34,34,1) 100%);
	color: #eee;
	letter-spacing:1px;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #000;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}

/* cut */

.foldable:before {
    position: absolute;
    content: "";
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    box-shadow: 0 1px 0 rgba(255,255,255,.1); 
}

/* content */

.foldable span {
    display:inline-block;
    padding: 10px 5px 6px;
    border-right: 1px solid rgba(0,0,0,.3);
    box-shadow: 1px 0 0 rgba(255,255,255,.05), -1px 0 0 rgba(255,255,255,.05) inset    ; 
    font: normal 28px/20px 'Helvetica Neue', sans-serif;
}

/* fastening */

.foldable span:before, .foldable span:after {
    position: relative;
    top: -3px;
    left: -4px;
    content: ":";
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
}

.foldable span:after {
    content: ":";
    right: -4px;
    left: auto;
}

.foldable span:last-child { border-right:none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }​
.content .container .content .container .content p img {
	text-align: center;
}
.content .container .content .container .content p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
