/* Skeleton WP (http://demos.simplethemes.com/skeleton/) */
ul.tabs { display:block; margin:0; padding:0; }
ul.tabs li { display:block; float:left; height:30px; margin-bottom:0; padding:0; width:auto; }
ul.tabs li a { background:rgba(93,72,49,0.1); border:solid 1px rgba(93,72,49,0.3); border-width:1px 0 0 1px; color:#463625; display:block; font-size:1.2em; font-weight:bold; height:29px; line-height:30px; margin:0; padding:0px 20px; text-decoration:none; width:auto; }
ul.tabs li a.active { background:rgba(93,72,49,0.3); border-radius:4px 4px 0 0 !important; border-right-width:1px; height:30px; margin:0 -1px 0 0; padding-top:4px; position:relative; top:-4px; }
ul.tabs li:first-child a { border-radius:4px 0 0 0; }
ul.tabs li:last-child a { border-radius:0 4px 0 0; border-width:1px 1px 0 1px; }

ul.tabs-content { background:rgba(93,72,49,0.1); border-color:rgba(93,72,49,0.3); border-radius:0 6px 6px 6px; border-style:solid; border-width:1px; display:block; list-style:none; margin:0 0 2em 0; padding:1em; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display:block; }
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after { content:'\0020'; display:block; height:0; overflow:hidden; visibility:hidden; width:0; }
ul.tabs:after { clear:both; }
ul.tabs { zoom:1; }