/* 
## @project: SolidForm Maintenance page w/ ajax contact form
## @filename: yellow/style.css
## @description: the jquery behind the theme switcher
## @author: PlasticBrain Media LLC | plasticbrain.net
*/

.ui-widget-header { border: 1px solid #b15ba9; background: #ffdd57 url(images/ui-bg_diagonals-thick_45_ffdd57_40x40.png) 50% 50% repeat; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #b15ba9; background: #fece2f url(images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x; font-weight: bold; color: #893381; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #893381; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #a45b13; background: #ffdd57 url(images/ui-bg_gloss-wave_70_ffdd57_500x100.png) 50% 50% repeat-x; font-weight: bold; color: #381f00; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #381f00; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #655e4e; background: #ffffff url(images/ui-bg_inset-soft_30_ffffff_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0074c7; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #0074c7; outline: none; text-decoration: none; }


h1, h3, #tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	color: #893381;
}
