
.pod {margin-top:20px;}
.pod > h3 > a {color:#fff; display:block;}
.pod > h3 > a:hover {background-color:rgba(255,255,255,.1);}
.pod > :first-child {background:#666; background:-moz-linear-gradient(#999, #666); background:-o-linear-gradient(#999, #666); background:-webkit-linear-gradient(#999, #666); -moz-border-radius:6px 6px 0 0; border-radius:6px 6px 0 0; color:#fff; text-align:center; font-variant:small-caps; padding:3px 0;}
.pod > * {-moz-box-shadow:4px 0 6px rgba(0,0,0,.1); -webkit-box-shadow:4px 0 6px rgba(0,0,0,.1); box-shadow:4px 0 6px rgba(0,0,0,.1); margin:0 10px;}
.pod > div {background:#fff; -moz-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px; padding:5px;}
.pod.alt > :first-child {background:#6DB43F; background:-moz-linear-gradient(#6DB43F, #579033); background:-o-linear-gradient(#6DB43F, #579033); background:-webkit-linear-gradient(#6DB43F, #579033);}
.pod.tab > :first-child {width:284px;}

