/*
|---------------------------------------------------------------
| MAIN NAVIGATION
|---------------------------------------------------------------
*/
#menu {
	height: 30px;
margin-top: -13px;
margin-left: -40px;
font-size: 9px;
border-top: 6px solid #8a8aae;
line-height: 33px;
position: fixed;
}
#menu .nav-main {
	height: 30px;
margin-top: 17px;

font-size: 9px;
line-height: 33px;

}
#menu .nav-main ul {
	margin: 0;
	padding: 0;
	width: auto;

	list-style-type: none;
	height: 30px;
margin-top: -1px;
border-color: #696170;
font-size: 9px;
}
#menu .nav-main ul li {
font-family: 'Pacifico', cursive;
text-transform: lowercase;
font-size: 16px;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #696170;
}
#menu .nav-main ul li a {

	display: block;
	padding: 0 30px 2px 30px;
	text-decoration: none;
	color: #696170;
background-color: #170b25;
	border: 1px solid transparent;
}
#menu .nav-main ul li a:hover {
background-color: #3e2852;
color: #eee;}

#menu .nav-main ul li a.active {
		background-color: #3e2852;
color: #eee;
	}

/*
|---------------------------------------------------------------
| SUB NAVIGATION
|---------------------------------------------------------------
*/
.nav-sub {
background-color: #2c2631;
	float: right;
opacity: 0.9;
font-family: 'Pacifico', cursive;
text-transform: lowercase;
font-size: 16px;
	width: 240px;
		border-left: 6px solid #a07aad;
	margin: 0 0 10px 0;
	text-align: center;
margin-right: -60px;
}
.nav-sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-sub ul li {
	padding: 0;
	margin: 0;
	line-height: 2.2;
}
.nav-sub ul li a {
	display: block;
	padding: 0 5px 0 0;
	text-decoration: none;
	color: #666;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.nav-sub ul li a:hover {
	color: #eee;
	opacity: 0.5;
	background: #57bcb599;
border: 1px solid transparent;

}
.nav-sub ul li a span {
	padding: 2px 7px;
}
.nav-sub ul li.spacer {
	height: 12px;
	border: none;
}
.nav-sub ul li:first-child a {
	border-top: 0;
}
.nav-sub ul li.menu_category {
	padding: 0 5px 0 0;
	font-weight: bold;
font-family: 'Quicksand', sans-serif;
	font-size: 120%;
	text-transform: small-caps;
	color: #444;
}

/*
|---------------------------------------------------------------
| FOOTER
|---------------------------------------------------------------

footer {
	display: none;}*/

/*
|---------------------------------------------------------------
| FONT COLORS
|---------------------------------------------------------------
*/
.page-head 		{ color: #647160; }
.page-subhead	{ color: #587498; }

.gray	{ color: #777; }
.red	{ color: #c00; }
.orange	{ color: #e99e1c; }
.green	{ color: #008000; }
.blue	{ color: #406ceb; }

/*
|---------------------------------------------------------------
| LINKS
|---------------------------------------------------------------
*/
/*
|---------------------------------------------------------------
| LINKS
|---------------------------------------------------------------
*/
a {
	text-decoration: none; 
	color: #777;
	border-bottom: 1px solid;
}
a:hover {
	color: #555;
	border-bottom: 0;
}

a.delete, a.edit {
	color: #bbb;
	border: none;
}
a.delete:hover { color: #c00; }
a.edit:hover { color: #a3c586; }

.upload-close {
	color: #c00 important;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.upload-close:hover {
	background: #c00 !important;
	color: #fff !important;
}

/*
|---------------------------------------------------------------
| INPUTS
|---------------------------------------------------------------
*/
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
	background: linear-gradient(top, #fefefe 0%,#f3f3f3 100%);
	font-size: 1.1em;
	font-family: "lucida grande", verdana, arial, sans-serif;
	color: #999;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: inset 0 1px 1px #e3e3e3, 0 1px 0 #f6f6f6;
	-webkit-box-shadow: inset 0 1px 1px #e3e3e3, 0 1px 0 #f6f6f6;
	box-shadow: inset 0 1px 1px #e3e3e3, 0 1px 0 #f6f6f6;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select:hover,
select:focus {
	border: 1px solid #a8b3a3;
	background: #fff;
	color: #555;
}

kbd {
	font-size: 115%;
	font-weight: bold;
	font-family: "lucida grande", verdana, arial, sans-serif;
}

.cell-label {
	font-weight: bold;
	font-size: 100%;
	text-align: right;
}

/*
|---------------------------------------------------------------
| TABLES
|---------------------------------------------------------------
*/

table { font-size: 100%; }

tr.alt td, tr.light_gray { background-color: #221e1e;
color: #aaa; }

th {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/
button,
input.button-main,
input.button-sec {border-bottom: 1px solid #1b1717;
	border-top: 1px solid #1b1717;
	border-left: 1px solid #1b1717;
	border-right: 1px solid #1b1717;
	background: #1b1717;
	opacity: 0.9;
color: #aaa;}

button.button-main:hover,
button.button-signin:hover,
input.button-main:hover {
	border-bottom: 1px solid #4d4343;
	border-top: 1px solid #4d4343;
	border-left: 1px solid #4d4343;
	border-right: 1px solid #4d4343;
	background: #4d4343;
	opacity: 0.9;
color: #aaa;}

button.button-sec,
input.button-sec {
	font-weight: normal;
}
button.button-sec:hover,
input.button-sec:hover {
	border-bottom: 1px solid #4d4343;
	border-top: 1px solid #4d4343;
	border-left: 1px solid #4d4343;
	border-right: 1px solid #4d4343;
	background: #4d4343;
	opacity: 0.9;
color: #aaa;}

button.button-signin {
	border-color: #a8b3a3;
}

button.button-small {
	color: #777;
	font-weight: normal;
}
button.button-small:hover {
	color: #555;
	border: 1px solid #aaa;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d5d5d5 50%, #d8e1e7 50%, #c5c5c5 51%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(50%,#d5d5d5), color-stop(50%,#d8e1e7), color-stop(51%,#c5c5c5), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d5d5d5 50%,#d8e1e7 50%,#c5c5c5 51%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#d5d5d5 50%,#d8e1e7 50%,#c5c5c5 51%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#d5d5d5 50%,#d8e1e7 50%,#c5c5c5 51%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #e5e5e5 0%,#d5d5d5 50%,#d8e1e7 50%,#c5c5c5 51%,#e5e5e5 100%);
}

button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
	opacity: .65;
	filter:alpha(opacity='70');
	font-weight: bold;
	font-family: "lucida grande", verdana, arial, sans-serif;
	color: #888;
	border: 1px solid #d0d0d0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
	font-size: 1.5em;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, #f2f2f2 0%,#e5e5e5 100%);
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

/*
|---------------------------------------------------------------
| COMMENTS & NOTES
|---------------------------------------------------------------
*/
#comments p, #news_blocks p, .post_info, .info-full, #notes {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

/*
|---------------------------------------------------------------
| LIST STYLES
|---------------------------------------------------------------
*/
ul.square { list-style: square; }
ol.roman { list-style: upper-roman; }
ul.none, ol.none { list-style: none; }

#list-grid { list-style-type: none; }

#list li, #list-grid li {
	font-weight: bold;
	font-size: 90%;
}

/*
|---------------------------------------------------------------
| FLASH MESSAGES
|---------------------------------------------------------------
*/
.flash_message {
	font-weight: bold;
	font-size: 1em;
	border: 1px solid;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}
.flash-success {
	border-color: #4e984e;
	color: #fff;
	background: #62c462;
	background: -moz-linear-gradient(top, #62c462 0%, #57a957 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#57a957));
	background: -webkit-linear-gradient(top, #62c462 0%,#57a957 100%);
	background: -o-linear-gradient(top, #62c462 0%,#57a957 100%);
	background: -ms-linear-gradient(top, #62c462 0%,#57a957 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#57a957',GradientType=0 );
	background: linear-gradient(top, #62c462 0%,#57a957 100%);
}
.flash-error {
	border-color: #b03630;
	color: #fff;
	background: #ee5f5b;
	background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee5f5b), color-stop(100%,#c43c35));
	background: -webkit-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
	background: -o-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
	background: -ms-linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5f5b', endColorstr='#c43c35',GradientType=0 );
	background: linear-gradient(top, #ee5f5b 0%,#c43c35 100%);
}
.flash-info {
	border-color: #2e8ba6;
	color: #fff;
	background: #5bc0de;
	background: -moz-linear-gradient(top, #5bc0de 0%, #339bb9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#339bb9));
	background: -webkit-linear-gradient(top, #5bc0de 0%,#339bb9 100%);
	background: -o-linear-gradient(top, #5bc0de 0%,#339bb9 100%);
	background: -ms-linear-gradient(top, #5bc0de 0%,#339bb9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#339bb9',GradientType=0 );
	background: linear-gradient(top, #5bc0de 0%,#339bb9 100%);
}

/*
|---------------------------------------------------------------
| MISC
|---------------------------------------------------------------
*/
hr {
	border: 1px solid #ddd;
	border-width: 1px 0 0;
}

.loader { text-align: center; }

.system_warning {
	height: 20px;
	line-height: 19px;
	width: 100%;
	background: transparent url('../images/js-disabled.png') repeat-x 0 0;
	color: #111;
	font-weight: bold;
	text-align: center;
}

.alt { background-color: #f3f3f3; }

.activity-border { border-right: 1px solid #ddd; }

.logged-in-controls a { border: 0; }

strong { font-weight: bold; }
em { font-style: italic; }

/*
|---------------------------------------------------------------
| ACP PANEL STYLES
|---------------------------------------------------------------
*/
#acp-panel {
	border: 1px solid #221e1e;
	border-bottom: 0;
	background: #221e1e;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.panel {
	background: #221e1e;
	border-left: 1px solid #221e1e;
	border-bottom: 1px solid #221e1e;
	-moz-border-radius: 0 3px 0 3px;
	border-radius: 0 3px 0 3px;
}
#panelmenu { list-style: none; }
#panelmenu li a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
#panelmenu li a span {
	color: #888;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid #221e1e;
}
#panelmenu li a:hover span {
	background: #221e1e;
	border-top-color: #221e1e;
	border-bottom-color: #221e1e;
	color: #a79c8e;
}
#panelmenu li a.active span {
	background: #2d202d;
	border-top: 1px solid #2d202d;
	border-bottom: 1px solid #2d202d;
	border-right: 1px solid #2d202d;
	color: #aaa;
}
#panelmenu li a.active:hover span {
	color: #aaa;
	border-right: 1px solid #2d202d;
}

#online {
	background: #2d202d;
	border: 1px solid #2d202d;
	border-top: none;
color: #eee;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.count {
	font-weight: bold;
	font-size: 90%;
}

table.acp {
	font-size: 110%;
	border: 1px solid #221e1e;
}
.col1 {
	font-size: 125%;
	background: #221e1e;
	text-align: right;
	font-weight: bold;
color: #aaa;
}
.col2 {
	font-size: 90%;
	background: #221e1e;
	font-weight: bold;
color: #aaa;
}

td.cell-spacer {background: #221e1e;}


/*
|---------------------------------------------------------------
| DASHBOARD
|---------------------------------------------------------------
*/
#panel .panel-body {
	background: #554444;
opacity: 0.8;	
border: 1px solid #333;
width: 600px;

::-webkit-scrollbar {width: 3px; height: 1px;}
::-webkit-scrollbar-button {width: 3px; height: 1px;}
::-webkit-scrollbar-thumb {background: #6b6983;}
::-webkit-scrollbar-track {background: #302f3d;}
::-webkit-scrollbar-corner {background: #302f3d;}

overflow-y: auto;
	color: #fff;
padding: 14px;
	text-align: left;
border-radius: 20px;

}
.panel_1 a, .panel_2 a, .panel_3 a {
	color: #9e90a2;
	border-bottom: 1px transparent;
}
.panel_1 a.edit, .panel_2 a.edit, .panel_3 a.edit {
	color: #9e90a2;
	border-bottom: 0;
	font-weight: bold;
}
.panel_1 a.edit:hover, .panel_2 a.edit:hover, .panel_3 a.edit:hover { color: #fff; }