#header header h1, #header header h2, #header header h3, #header header h4, #header header h5, #header header h6, #header header strong, #header header b, #header header p { color: #decd3c; font-family: 'Kaushan Script', cursive; }

h1, h2, h3, h4, h5, h6 { color:#decd3c; text-transform:none; }
h1, h2{ font-family: 'Kaushan Script', cursive; }

input.special[type="submit"], input.special[type="reset"], input.special[type="button"], button.special, .button.special {
background-color:#b4a62c; color:black !important; box-shadow:3px 3px 3px #666; }

input.special[type="submit"]:hover, input.special[type="reset"]:hover, input.special[type="button"]:hover, button.special:hover, .button.special:hover {
background-color:#e8d95b; }

body, input, select, textarea{ color:#a3a77f; }
p{ text-align:justify; }
#header p { text-align:center; }
.main .goto-next { background-color:#b4a62c; color:black; }
.main .goto-next:hover { background-color:#e8d95b; }
#footer .container, #header .container, .main .container { background:black; }

#footer footer a, #footer footer li, #footer footer { color:#ccc; }

a { color:#b4a62c; }
a:hover { color:#e8d95b !important; }

#ccList h3{ clear:both; }
#ccList ul li { font-size:.9em; margin:1em 0; list-style: none; float: left; text-align: left; width: 50%; height: 2em; } 


/* JQUERY ACCORDION */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #ccc;
	background: #fbf092;
    font-weight: normal;
    color: #666;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #333;
	color:#b4a62c;
}
.ui-accordion .ui-accordion-content{ background: #333; color:#eee; }