/*
|---------------------------------------------------------------
| Color Palette
|---------------------------------------------------------------
#696969  #CF5300 #656565
rgb(105,105,105) rgb(207, 83, 0) rgb(117, 76, 111) 

#BABABA  #FFA500 #9b9b9b
rgb(186,186,186)  rgb(255, 165, 0) rgb(178, 129, 159) 
*/

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

.page-head 		{ color: #9b9b9b; }
.page-subhead	{ color: #C4C3C4; }

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

a 			{ color: #9b9b9b; }
a:hover 		{ color: #656565;}
a.edit 		{ color: #bbb; }
a.edit:hover	{ color: #9b9b9b; }

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

/*
|---------------------------------------------------------------
| borders
|---------------------------------------------------------------
*/
#body,
#comments p,
#news_blocks p,
.post_info,
table.acp {
	border: 1px solid #9b9b9b;
}
.content,
.panel {
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
}
#acp-panel {
	border: 1px solid #9b9b9b;
	border-bottom: none;
}
#panelmenu li a span {
	color: #fff;
	border-right: 1px solid #9b9b9b;
}
#online {
	border: 1px solid #9b9b9b;
	border-top: none;
}
#panelmenu li a.active:hover span {
	color: #fff;
	border-right: 1px solid #9b9b9b;
}

/*
|---------------------------------------------------------------
| 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(178, 129, 159,.75) url('gradient-menu.png') repeat-x 0 0;
}
.subtabs .ui-tabs-nav li a,
.UITheme .ui-widget-header {
	border: 1px solid #656565;
}
.ui-tabs .ui-tabs-panel {
	border-top: 2px solid #656565;
}
.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 #656565;
}

/*
|---------------------------------------------------------------
| 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(117, 76, 111,.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 #9b9b9b;
	background: rgba(178, 129, 159,.75) url('gradient-menu.png') repeat-x 0 0;
}
button.button-sec,
input.button-sec {
	color: #555;
}
button.button-signin {
	border-color: #9b9b9b;
}
.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 #656565;
	background: rgba(117, 76, 111,.75) url('gradient-menu.png') repeat-x 0 0;
	color: #eee;
}
.signin:hover { border-color: #9b9b9b; }


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