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

#4A6E6B
rgb(170, 169, 173)

---NEW---
#4A6E6B             #2F882F
rgb(135,143,24)      rgb(47,136,47)

#4A6E6B
rgb(170, 169, 173)

*/

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

.page-head 		{ color: #4A6E6B; }
.page-subhead	{ color: #4A6E6B; }

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

a 			{ color: #B98039; }
a:hover 		{ color: #4A6E6B;}
a.edit 		{ color: #bbb; }
a.edit:hover	{ color: #4A6E6B; }

.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 #4A6E6B;
}
.content,
.panel {
	border-left: 1px solid #4A6E6B;
	border-right: 1px solid #4A6E6B;
	border-bottom: 1px solid #4A6E6B;
}
#acp-panel {
	border: 1px solid #4A6E6B;
	border-bottom: none;
}
#panelmenu li a span {
	color: #fff;
	border-right: 1px solid #4A6E6B;
}
#panelmenu li a.active:hover span {
	color: #fff;
	border-right: 1px solid #4A6E6B;
	background: rgba(170, 169, 173,.75) url('gradient-menu.png') repeat-x 0 0;
}
#panelmenu li a.active span {
	background: rgba(170, 169, 173,.75) url('gradient-menu.png') repeat-x 0 0;
	border-top: 1px solid #4A6E6B;
	border-bottom: 1px solid #4A6E6B;
	border-right: 1px solid #4A6E6B;
}
#panelmenu li a.active:hover span {
	border-right: 1px solid #4A6E6B;
}
#panelmenu li a:hover span {
	border-top-color: #4A6E6B;
	border-bottom-color: #4A6E6B;
}
#online {
	border: 1px solid #4A6E6B;
	border-top: none;
}
header {
	border-bottom: 1px solid #4A6E6B;
}
/*
.wrapper
{
    -webkit-box-shadow:0px 0px 15px 10px rgba(221,71,64,0.75);
    -moz-box-shadow: 0px 0px 15px 10px rgba(221,71,64,0.75);
    box-shadow: 0px 0px 15px 10px rgba(221,71,64,0.75);
}*/
header
{
    height: 250px;
}
.signin-container
{
    height: 218px;
}

/*
|---------------------------------------------------------------
| 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: #fff;
	background: rgba(73,107,105,.75) url('gradient-menu.png') repeat-x 0 0;
}
.subtabs .ui-tabs-nav li a,
.UITheme .ui-widget-header {
	border: 1px solid #4A6E6B;
}
.ui-tabs .ui-tabs-panel {
	border-top: 2px solid #4A6E6B;
}
.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 #4A6E6B;
}

/*
|---------------------------------------------------------------
| 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: #fff;
	background: rgba(73,107,105,.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 #4A6E6B;
	background: rgba(170, 169, 173,.75) url('gradient-menu.png') repeat-x 0 0;
}
button.button-sec,
input.button-sec {
	color: #555;
}
button.button-signin {
	border-color: #4A6E6B;
}
.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 #4A6E6B;
	background: rgba(148,220,214,.75) url('gradient-menu.png') repeat-x 0 0;
	color: #eee;
}
.signin:hover { border-color: #4A6E6B; }


/*
|---------------------------------------------------------------
| 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 #4A6E6B;
	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: #4A6E6B;
	-moz-box-shadow: 0 0 10px #4A6E6B;
	-webkit-box-shadow: 0 0 10px #4A6E6B;
	box-shadow: 0 0 10px #4A6E6B;
}

