/* TOC 
01. COLUMN LAYOUTS ETC.
02. COLOR VARIATION CLASSES
03. FANCY BUTTONS & LINKS 
04. FANCY FORMS
05. FANCY BOXES
06. FANCY IMAGES & GALLERIES
07. FANCY TYPOGRAPHY
08. jQuery TABS
09. jQuery TOGGLES
10. jQuery TOOLTIPS
11. TESTIMONIALS
12. BLOG & PORTFOLIO SHORTCODES
13. WIDGETS
14. MISC SHORTCODES
15. PROGRESSIVE ENHANCEMENTS
*/

/* 

===============================================================================================================
08. TABS
=============================================================================================================== */

.featured_tabs li,.tabs li,.tabs_framed li,.tabs_button li,.tabs_vertical li{padding:0;margin:0;list-style-type:none;float:left;}
.featured_tabs a,.tabs a,.tabs_framed a,.tabs_button a,.tabs_vertical a{display:block;text-decoration:none;position:relative;text-transform:uppercase;letter-spacing:1px;font-size:20px;line-height:10px;}


/* Framed Tabs 
-------------------------------------------------------------- */
.tabs_framed{padding:0;margin:0;list-style-type:none;clear:left;height:60px;border-bottom:04px solid #ffffff;} /*the big line*/
.tabs_framed a{border:05px solid #000000;background:#000000;padding:7px 40px;margin-right:9px;color:#fff;}     /* spacing b/w tabs*/
.tabs_framed a:hover{text-decoration:none;background:#fff;color:#000;}
.tabs_framed a.current{cursor:default;border-bottom:10px solid #000;color:#333;background:#fff;}
.tabs_framed_content{display:none;background-color:#fff;border:1px solid #ffffff;border-width:0 1px 1px 1px;padding:15px 30px;}
.tabs_framed_container{margin-bottom:40px;}
/* 

===============================================================================================================
09. TOGGLES
=============================================================================================================== */

/* Framed Toggles 
-------------------------------------------------------------- */
.toggle_frame{padding:0 20px;padding-top:15px;margin:15px 2px;border:1px solid #fff;background:#f4f4f4;}
.toggle_frame .toggle,.toggle_frame .toggle_accordion{background-position:-141px -474px;}
.toggle_frame .active{background-position:-101px -514px;}
.toggle_frame .toggle_content{border:0;padding:0px;}
.toggle_frame .toggle_content .block{padding:0px;}

/* 
 

===============================================================================================================
15. PROGRESSIVE ENHANCEMENTS
=============================================================================================================== */

.ui-widget-content,.ui-cluetip-outer{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.widget_single_testimonial{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}

/* Transitions
-------------------------------------------------------------- */
.testimonial_next:hover,.testimonial_prev:hover,#searchsubmit,#submit,.hover_fade,.fancy_link,.fancy_button,.button_link,.tabs_framed a,.top a{opacity:1;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;}
.testimonial_next,.testimonial_prev,#searchsubmit:hover,#submit:hover,.hover_fade:hover,.fancy_link:hover,.fancy_button:hover,.button_link:hover,.top a:hover{opacity:.7;}
