/*
|---------------------------------------------------------------
| Color Palette
|---------------------------------------------------------------
#c00000
rgb(192,0,0)

#c00000
rgb(192,0,0)
*/

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

.page-head 		{ color: #c00000; }
.page-subhead	{ color: #666; }

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

a 			{ color: #c00000; }
a:hover 		{ color: #666;}
a.edit 		{ color: #bbb; }
a.edit:hover	{ color: #c00000; }

.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 #c00000;
}
.content,
.panel {
	border-left: 1px solid #c00000;
	border-bottom: 1px solid #c00000;
}
#acp-panel {
	border: 1px solid #c00000;
	border-bottom: none;
}
#panelmenu li a span {
	color: #fff;
	border-right: 1px solid #c00000;
}
#panelmenu li a.active:hover span {
	color: #fff;
	border-right: 1px solid #c00000;
	background: rgba(192,0,0,.75) url('gradient-menu.png') repeat-x 0 0;
}
#panelmenu li a.active span {
	background: rgba(192,0,0,.75) url('gradient-menu.png') repeat-x 0 0;
	border-top: 1px solid #c00000;
	border-bottom: 1px solid #c00000;
	border-right: 1px solid #c00000;
}
#panelmenu li a.active:hover span {
	border-right: 1px solid #c00000;
}
#panelmenu li a:hover span {
	border-top-color: #c00000;
	border-bottom-color: #c00000;
}
#online {
	border: 1px solid #c00000;
	border-top: none;
}
header {
	border-bottom: 1px solid #c00000;
}

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

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

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.subtabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #000;
	background: rgba(192,0,0,.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 #c00000;
	background: rgba(192,0,0,.75) url('gradient-menu.png') repeat-x 0 0;
}
button.button-sec,
input.button-sec {
	color: #555;
}
button.button-signin {
	border-color: #c00000;
}
.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 #666;
	background: rgba(102,102,102,.75) url('gradient-menu.png') repeat-x 0 0;
	color: #eee;
}
.signin:hover { border-color: #666; }


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