/*
 *	Quark CSS3 additions to above simple theme
 */
.ui-tabs {
	border-radius : 4px;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	-o-border-radius : 4px;
	padding: 0px !important;
}

ul.ui-tabs-nav {
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.ui-tabs-panel {
	border-radius : 0 0 4px 4px;
	-moz-border-radius : 0 0 4px 4px;
	-webkit-border-radius : 0 0 4px 4px;
	-o-border-radius : 0 0 4px 4px;
}

.ui-tabs {
/*	background: -moz-linear-gradient( top, #EEE, #AAA);*/
	background: #151515;
	background: -moz-linear-gradient(top , #6E4A40, #4A2F35);
	background: -webkit-gradient(linear, left top, left bottom , from(#6E4A40), to(#4A2F35));
	background: -webkit-linear-gradient(top , #6E4A40, #4A2F35);
	background: -o-linear-gradient(top , #6E4A40, #4A2F35);	
	box-shadow: 0 3px 6px #999;
	-moz-box-shadow: 0 3px 6px #999;
	-webkit-box-shadow: 0 3px 6px #999;
	-o-box-shadow: 0 3px 6px #999;
	border: 0px !important
}

.ui-tabs .ui-tabs-panel .wp-tab-content > .wp-tabs .ui-tabs {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

.ui-tabs > .wp-tabs .ui-tabs {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

.ui-tabs .ui-tabs-panel {
   	background: #593C34;
	background: -moz-linear-gradient(top , #6E4A40, #4A2F35);
	background: -webkit-gradient(linear, left top, left bottom , from(#6E4A40), to(#4A2F35));
	background: -webkit-linear-gradient(top , #6E4A40, #4A2F35);
	background: -o-linear-gradient(top , #6E4A40, #4A2F35);
	text-shadow: 0 1px 0 #000;
	border-top: 1px solid #9C6C5F;
	color: #DBCCB4;
	padding: 10px;
}

.ui-tabs .ui-tabs-panel a {
	color: #DBCCB4;
}

ul.ui-tabs-nav {
	border-bottom: 1px solid #4A2F35;
	background: #444;
	background: #222;
	background: -moz-linear-gradient(top, #222222, #333333);
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#333));
	background: -webkit-linear-gradient(top, #222222, #333);
	background: -o-linear-gradient(top, #222222, #333);
	padding-top: 10px;
/*	background:none;*/
	padding-left: 10px;
}

ul.ui-tabs-nav li {
	background: #C7A777;
    background: -moz-linear-gradient(top , #DBC6A4, #C7A777);
    background: -webkit-gradient(linear, left top, left bottom , from(#DBC6A4), to(#C7A777));
    background: -webkit-linear-gradient(top , #DBC6A4, #C7A777);
    background: -o-linear-gradient(top , #DBC6A4, #C7A777);
	border-radius          : 5px 5px 0 0;
	-moz-border-radius     : 5px 5px 0 0;
	-webkit-border-radius  : 5px 5px 0 0;
	-o-border-radius       : 5px 5px 0 0;
	border-bottom: 1px solid #4A2F35;
	height:14px;
	padding: 7px 0;
	-moz-box-shadow    : 0 1px 0 #FFF inset;
	-webkit-box-shadow : 0 1px 0 #FFF inset;
	-o-box-shadow      : 0 1px 0 #FFF inset;
	box-shadow         : 0 1px 0 #FFF inset;
	margin-right: 3px;
}

ul.ui-tabs-nav.ul-bottom li {
	border-radius          : 0 0 5px 5px;
	-moz-border-radius     : 0 0 5px 5px;
	-webkit-border-radius  : 0 0 5px 5px;
	-o-border-radius       : 0 0 5px 5px;
}

ul.ui-tabs-nav li a {
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	padding:6px 10px;
}


ul.ui-tabs-nav li.ui-state-active {
	background: #593C34;
	background: -moz-linear-gradient(top, #8F675B, #6E4A40);
	background: -webkit-gradient(linear, left top, left bottom, from(#8F675B), to(#6E4A40));
	background: -webkit-linear-gradient(top, #8F675B, #6E4A40);
	background: -o-linear-gradient(top, #8F675B, #6E4A40);
	border: 1px solid #444;
	border-bottom: 0px !important;
	bottom: -2px;
	height: 18px;
}

ul.ui-tabs-nav.ul-bottom li.ui-state-active {
	border-radius          : 0 0 5px 5px;
	-moz-border-radius     : 0 0 5px 5px;
	-webkit-border-radius  : 0 0 5px 5px;
	-o-border-radius       : 0 0 5px 5px;
	background: -moz-linear-gradient(top, #4A2F35, #57373E);
	background: -webkit-gradient(linear, left top, left bottom, from(#4A2F35), to(#8F675B));
	background: -webkit-linear-gradient(top, #4A2F35, #8F675B);
	background: -o-linear-gradient(top, #4A2F35, #8F675B);
	border-bottom: 2px solid #000;
	border-top: 0px;
}


ul.ui-tabs-nav li.ui-state-active a {
	color: #EBD4B0;
	text-shadow: 0 1px 0 #000;
	border-top: 1px solid #EBD4B0;
	border-radius          : 4px;
	-moz-border-radius     : 4px;
	-webkit-border-radius  : 4px;
	-o-border-radius       : 4px;
}


.ui-tabs-panel .tab-top-nav a,
.ui-tabs-panel .tab-bottom-nav a {
	background: #C7A777;
	background: -moz-linear-gradient(top, #DBC6A4, #C7A777);
	background: -webkit-gradient(linear, left top, left bottom, from(#DBC6A4), to(#C7A777));
	background: -webkit-linear-gradient(top, #DBC6A4, #C7A777);
	background: -o-linear-gradient(top, #DBC6A4, #C7A777);
	text-shadow: 0 1px 0 #EBD4B0;
	color: #000;
	border-radius          : 4px;
	-moz-border-radius     : 4px;
	-webkit-border-radius  : 4px;
	-o-border-radius       : 4px;
	border: 1px solid #4A2F35;
	padding: 4px 7px;
}

.ui-tabs h1,
.ui-tabs h2,
.ui-tabs h3,
.ui-tabs h4,
.ui-tabs h5 {
	color: #F2E5D0 !important;
}


/* Tabs at bottom */

ul.ui-tabs-nav.ul-bottom {
	border-top: 2px solid #111 !important;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-radius: 0 0 5px 5px;
	background: -moz-linear-gradient(top, #333, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	background: -webkit-linear-gradient(top, #333, #222);
	background: -o-linear-gradient(top, #333, #222);
}

ul.ui-tabs-nav.ul-bottom li {
	vertical-align:top;
	border-radius: 0 0 5px 5px;
	background: -moz-linear-gradient(top, #C7A777, #DBC6A4);
	background: -webkit-gradient(linear, left top, left bottom, from(#C7A777), to(#DBC6A4));
	background: -webkit-linear-gradient(top, #C7A777, #DBC6A4);
	background: -o-linear-gradient(top, #C7A777, #DBC6A4);
	border-bottom: 1px solid #000;
	border-top: 0px !important;
	top:0px;	
}


ul.ui-tabs-nav.ul-bottom li.ui-state-active {
	border: 1px solid #000;
	background: none;
	background: -moz-linear-gradient(top, #4A2F35, #57373E);
	background: -webkit-gradient(linear, left top, left bottom, from(#4A2F35), to(#57373E));
	background: -webkit-linear-gradient(top, #4A2F35, #57373E);
	background: -o-linear-gradient(top, #4A2F35, #57373E);	
	border-top: 0px;
	border-bottom: 2px solid #000 !important;
	bottom: 0;
	top:	-2px;
	height: 19px;

}

ul.ui-tabs-nav.ul-bottom li.ui-state-active a {
	border-top: 0px;
}



.wp-tabs {
	position:relative;
}
.cap-icon-link {
	position: absolute;
	top:2px;
	right: 5px;
	opacity: 0.4;
}

.cap-icon-link:hover {
	opacity: 1;
}


.ui-accordion h3 {
	margin-bottom: 0px !important;
	margin-top: 2px !important;
	outline: 0;
}

.ui-accordion-content {
	font: 12px/1.5 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
	padding: 10px;
}


.ui-accordion h3.ui-accordion-header,
h3.ui-collapsible-header {
	background: #593C34;
	background: -moz-linear-gradient(top, #8F675B, #6E4A40);
	background: -webkit-gradient(linear, left top, left bottom, from(#8F675B), to(#6E4A40));
	background: -webkit-linear-gradient(top, #8F675B, #6E4A40);
	background: -o-linear-gradient(top, #8F675B, #6E4A40);
	border: 1px solid #444;
	border-radius          : 3px;
	-moz-border-radius     : 3px;
	-webkit-border-radius  : 3px;
	-o-border-radius       : 3px;
	padding : 5px 10px;
	font: bold 14px 'Segoe UI', 'Lucida Grande', 'Arial', sans-serif;
	color: #000;
	text-shadow: 0 1px 0 #BA7D6D;
}

h3.ui-collapsible-header:hover,
h3.ui-accordion-header:hover {
	background: #C7A777;
    background: -moz-linear-gradient(top , #DBC6A4, #C7A777);
    background: -webkit-gradient(linear, left top, left bottom , from(#DBC6A4), to(#C7A777));
    background: -webkit-linear-gradient(top , #DBC6A4, #C7A777);
    background: -o-linear-gradient(top , #DBC6A4, #C7A777);
	color: #473C2B;
	text-shadow: 0 1px 0 #FFD698;
}

h3.ui-collapsible-header.ui-state-active,
h3.ui-accordion-header.ui-state-active {
	background: #C7A777;
    background: -moz-linear-gradient(top , #DBC6A4, #C7A777);
    background: -webkit-gradient(linear, left top, left bottom , from(#DBC6A4), to(#C7A777));
    background: -webkit-linear-gradient(top , #DBC6A4, #C7A777);
    background: -o-linear-gradient(top , #DBC6A4, #C7A777);	
	border-radius          : 4px 4px 0 0;
	-moz-border-radius     : 4px 4px 0 0;
	-webkit-border-radius  : 4px 4px 0 0;
	-o-border-radius       : 4px 4px 0 0;
	border-bottom:0px;
	color: #473C2B;
	text-shadow: 0 1px 0 #FFD698;	
}

.ui-collapsible-content,
.ui-accordion .ui-accordion-content {
	background: #FFE7CC;
	color: #282828;
	border: 1px solid #71757F;
	box-shadow         : 0 1px 2px #AAA;
	-moz-box-shadow    : 0 1px 2px #AAA;
	-webkit-box-shadow : 0 1px 2px #AAA;
	-o-box-shadow : 0 1px 2px #AAA;
}


