/*
|---------------------------------------------------------------
| Color Palette
|---------------------------------------------------------------
---OLD---
#b770cf
rgb(183,112,207)

#cfb770
rgb(207,183,112)

---NEW---
#269fd2             #2F882F
rgb(38,159,210)      rgb(47,136,47)

#cfb770
rgb(207,183,112)

*/

/*
|---------------------------------------------------------------
| main
|---------------------------------------------------------------
*/
body 			{ color: #ccc; }

.page-head 		{ color: #cfb770; }
.page-subhead	{ color: #269fd2; }

.gray			{ color: #999999; }
.red			{ color: #cc334c; }
.orange			{ color: #ccb333; }
.green			{ color: #33cc66; }
.blue			{ color: #334ccc; }
.MD			{ color: #00cc00; }
.black		{ color: #000; }

a 			{ color: #cfb770; }
a:hover 		{ color: #269fd2;}
a.edit 		{ color: #bbb; }
a.edit:hover	{ color: #cfb770; }

.nav-sub ul li.menu_category { color: #ccc; }
footer { color: #fff; }

/*
|---------------------------------------------------------------
| borders
|---------------------------------------------------------------
*/
#comments p,
#news_blocks p,
.post_info,
.wrapper,
table.acp,
.wiki-subnav {
	border: 1px solid #cfb770;
}
.content,
.panel {
	border-left: 1px solid #cfb770;
	border-bottom: 1px solid #cfb770;
}
#acp-panel {
	border: 1px solid #cfb770;
	border-bottom: none;
}
#panelmenu li a span {
	color: #fff;
	border-right: 1px solid #cfb770;
}
#panelmenu li a.active:hover span {
	color: #fff;
	border-right: 1px solid #cfb770;
	background: rgba(207,183,112,.75) url('gradient-menu.png') repeat-x 0 0;
}
#panelmenu li a.active span {
	background: rgba(207,183,112,.75) url('gradient-menu.png') repeat-x 0 0;
	border-top: 1px solid #269fd2;
	border-bottom: 1px solid #269fd2;
	border-right: 1px solid #269fd2;
}
#panelmenu li a.active:hover span {
	border-right: 1px solid #cfb770;
}
#panelmenu li a:hover span {
	border-top-color: #269fd2;
	border-bottom-color: #269fd2;
}
#online {
	border: 1px solid #cfb770;
	border-top: none;
}
header {
	border-bottom: 1px solid #cfb770;
}

/*
|---------------------------------------------------------------
| Tabs - Primary
|---------------------------------------------------------------
*/
#menu .nav-main ul li a,
.ui-tabs .ui-tabs-nav li a,
.subtabs .ui-tabs-nav li a,
#panelmenu li a:hover span,
#panelmenu li a.active span,
.UITheme .ui-widget-header {
	color: #000;
	background: rgba(38,159,210,.75) url('gradient-menu.png') repeat-x 0 0;
}
.subtabs .ui-tabs-nav li a,
.UITheme .ui-widget-header {
	border: 1px solid #269fd2;
}
.ui-tabs .ui-tabs-panel {
	border-top: 2px solid #269fd2;
}
.subtabs .ui-tabs-panel {
	border: none;
}
.subtabs .ui-tabs-nav li:first-child a,
.subtabs .ui-tabs-nav li:first-child.ui-tabs-selected a {
	border-left: 1px solid #269fd2;
}

/*
|---------------------------------------------------------------
| Tabs - Secondary
|---------------------------------------------------------------
*/
#menu .nav-main ul li a:hover,
#menu .nav-main ul li a:active,
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.subtabs .ui-tabs-nav li a:hover,
.subtabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #000;
	background: rgba(38,159,210,.9)  url('gradient-menu.png') repeat-x 0 0;
}

/*
|---------------------------------------------------------------
| Buttons - Primary
|---------------------------------------------------------------
*/
button,
input.button-main,
input.button-sec,
button.button-small {
	color: #111;
	border: 1px solid #cfb770;
	background: rgba(207,183,112,.75) url('gradient-menu.png') repeat-x 0 0;
}
button.button-sec,
input.button-sec {
	color: #555;
}
button.button-signin {
	border-color: #cfb770;
}
.signin,
.signin:hover {
	background: #000;
	color: #fff;
}

/*
|---------------------------------------------------------------
| Buttons - Secondary
|---------------------------------------------------------------
*/
button.button-main:hover,
button.button-signin:hover,
input.button-main:hover,
button.button-sec:hover,
input.button-sec:hover,
button.button-small:hover {
	border: 1px solid #269fd2;
	background: rgba(38,159,210,.75) url('gradient-menu.png') repeat-x 0 0;
	color: #eee;
}
.signin:hover { border-color: #cfb770; }


/*
|---------------------------------------------------------------
| Inputs
|---------------------------------------------------------------
*/
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
.signin-panel input[type=text],
.signin-panel input[type=password] {
	color: #9a9a9a;
	border: 1px solid #cfb770;
	background: #000;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:hover,
select:focus,
.signin-panel input[type=text]:focus,
.signin-panel input[type=password]:focus {
	outline: none;
	border-color: #269fd2;
	-moz-box-shadow: 0 0 10px #269fd2;
	-webkit-box-shadow: 0 0 10px #269fd2;
	box-shadow: 0 0 10px #269fd2;
}