/*
|---------------------------------------------------------------
| BODY
|---------------------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	
	background: #404248 url(fade_to_black.jpg) top center;
        background-size:100% 100%;
        background-attachment: fixed;
	color: #999999;
	font: 75%/1.5 "lucida grande", verdana, arial, sans-serif;
	text-align: center;
}

/*
|---------------------------------------------------------------
| WRAPPER
|---------------------------------------------------------------
*/
.wrapper {
	min-width: 976px;
	max-width: 1200px;
	margin: 0 auto;
	
	text-align: left;
}

/*
|---------------------------------------------------------------
| HEAD
|---------------------------------------------------------------
*/
#head {
	min-width: 976px;
	max-width: 1200px;
	margin: 47px auto;
	padding: 0;
	height: 157px;
	
	background: #660066;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

/*
|---------------------------------------------------------------
| CONTENT
|---------------------------------------------------------------
*/
#body {
	position: relative;
	margin: -205px 0 1em 0;
	
        background-size:100%;
	border: 1px solid #666;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.boxy {
	min-width: 750px;
	max-width: 1400px;
	background: rgba(0, 0, 0, .75);
}

#upper-body {
	position: relative;
	height: 177px;
	
	background: transparent;
	
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.content {
	min-width: 750px;
	max-width: 1200px;
	margin-right: 180px;
	line-height: 1.4;
	padding: 1em 15px 1em 1em;
	
	border: 1px solid #444;
	border-left: 0;
	
	border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-bottom-right-radius: 6px;
}

/*
|---------------------------------------------------------------
| MAIN NAVIGATION
|---------------------------------------------------------------
*/
#menu {
	height: 32px;
	line-height: 32px;
	margin-top: 113px;
	
	font-size: 110%;
}
#menu .nav-main { height: 32px; }
#menu .nav-main ul {
	margin: 0 0 0 5px;
	padding: 0;
	width: auto;
	
	list-style-type: none;
}
#menu .nav-main ul li {
	float: left;
	margin: 0 2px 0 0;
}
#menu .nav-main ul li a {
	display: block;
	padding: 0 25px;
	
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: 1px solid transparent;
	border-bottom: 0;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .25);
	
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	background: rgba(0, 0, 0, .75);
}
#menu .nav-main ul li a span {}
#menu .nav-main ul li a:hover {
	background: transparent url('menu-bg-hover.png') repeat-x bottom left;
	border: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
}
#menu .nav-main ul li a.active {
	background: transparent url('menu-bg-active.png') repeat-x bottom left;
	border: 1px solid rgba(0, 0, 0, .3);
	border-bottom: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);
}

/*
|---------------------------------------------------------------
| SUB NAVIGATION
|---------------------------------------------------------------
*/
.nav-sub {
	float: right;
	width: 180px;
	margin: 0 0 10px 0;
	border-top: 1px solid #444;
	
	text-align: right;
	font-size: 92%;
}
.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: #d966ff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-weight: bold;
}
.nav-sub ul li a:hover {
	color: #000;
	background: #cd950c;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.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-size: 120%;
	text-shadow: 0px 1px 0px rgba(70, 70, 70, .8);
	color: #999;
}

/*
|---------------------------------------------------------------
| SIGN IN PANEL
|---------------------------------------------------------------
*/
.signin-container {
	position: relative;
	height: 30px;
}
.signin {
	position: relative;
	float: right;
	margin: 8px 10px 0 10px;
	padding: 3px 8px;
	
	background: #628455;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-weight: bold;
	border: 0;
	font-size: 90%;
}
.signin:hover {
	border: 0;
	color: #fff;
	background: #4a6440;
	background: rgba(0, 0, 0, .4);
}
.signin-active, .signin-active:hover {
	background: #666 !important;
	color: #fff;
}

.signin-panel {
	display: none;
	position: absolute;
	right: 10px;
	top: 30px;
	padding: .5em;
	width: 220px;
	z-index: 100;
	
	color: #fff;
	background: #666;
	font-size: 90%;
}
.signin-panel input[type=text],
.signin-panel input[type=password] {
	width: 210px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	
	border: 1px solid #999 !important;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.signin-panel a {
	border: 0;
	color: #999 !important;
}
.signin-panel a:hover {
	border-bottom: 1px solid;
}

.corner-upper-left {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
.corner-upper-right {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}
.corner-lower-left {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.corner-lower-right {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

/*
|---------------------------------------------------------------
| FOOTER STYLES
|---------------------------------------------------------------
*/
#footer {
	clear: both;
	line-height: 1.4;
	padding: .8em 0;
	background: rgba(0, 0, 0, .75);
	
	text-align: center;
	font-size: 90%;
	color: #888;
	
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

/*
|---------------------------------------------------------------
| FONT COLOR CLASSES
|---------------------------------------------------------------
*/
.page-head 		{ color: #ccc; }
.page-subhead	{ color: #eee; }

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

/*
|---------------------------------------------------------------
| LINKS
|---------------------------------------------------------------
*/
a {
	text-decoration: none; 
	color: #d966ff;
}
a:hover {
	color: #cd950c;
	border-bottom: 0;
}

a.delete, a.edit {
	color: #ff77FF;
	border: 0;
	font-weight: bold;
}
a.delete:hover { color: #f00; }
a.edit:hover { color: #008000; }

.upload-close {
	color: #c00 !important;
	
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.upload-close:hover {
	background: #c00 !important;
	color: #fff !important;
}

/*
|---------------------------------------------------------------
| INPUTS
|---------------------------------------------------------------
*/
input[type=text],
input[type=password] {
	px;border: 1px solid #333;
	color: #888;
	font-family: "lucida grande", verdana, arial, sans-serif;
	background: #000;
	font-size: 1.2em;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type=text]:focus,
input[type=password]:focus {
	color: #eee;
	border: 1px solid #d966ff;
	background: #000;
}

textarea {
	font-size: 100%;
	font-family: "lucida grande", verdana, arial, sans-serif;
	border: 1px solid #333;
	color: #888;
	background: #000;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
textarea:focus {
	color: #eee;
	border: 1px solid #d966ff;
	background: #080808;
}

select {
	border: 1px solid #333;
	color: #888;
	font-family: "lucida grande", verdana, arial, sans-serif;
	background: #000;
	font-size: 1.2em;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
select:focus,
select:hover {
	color: #eee;
	border: 1px solid #d966ff;
	background: #080808;
}

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 { background-color: #111; }
tr.light_gray { background-color: #111; }

th {
	text-align: center;
	font-size: 120%;
}

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/
button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	font-weight: bold;
	font-family: "lucida grande", verdana, arial, sans-serif;
}

button.button-main {
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	border: 1px solid #d966ff;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .55);
	font-size: 100%;
}
button.button-main:hover {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x center left;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

button.button-sec {
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	border: 1px solid #d966ff;
	font-size: 90%;
	font-weight: normal;
}
button.button-sec:hover {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x center left;
	color: #fff;
}

button.button-small {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	font-weight: normal !important;
	font-size: 90%;
}
button.button-small:hover {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #fff;
}

button.button-signin {
	height: 24px;
	padding: 0 10px 2px 10px;
	
	font-size: 95%;
	font-weight: bold;
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	border: 1px solid #d966ff;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .55);
}
button.button-signin:hover {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x center left;
	color: #fff;
}

input.button-main {
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	border: 1px solid #d966ff;
	font-weight: bold;
	font-size: 120%;
}
input.button-main:hover {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x center left;
	color: #fff;
}

input.button-sec {
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	border: 1px solid #d966ff;
	font-size: 100%;
	font-weight: normal;
}
input.button-sec:hover {
	border: 1px solid #d966ff;
	background: #770077 url('gradient-soft-30.png') repeat-x center left;
	color: #fff;
}

button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
	opacity: .65;
	filter:alpha(opacity='70');
	
	background: #770077 url('gradient-soft-30.png') repeat-x top left;
	color: #ccc;
	border: 1px solid #d966ff;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .55);
	font-size: 100%;
}

/*
|---------------------------------------------------------------
| COMMENTS & NOTES
|---------------------------------------------------------------
*/
#comments p, #news_blocks p, .post_info, .info-full, #notes {
	background-color: #0f0f0f;
	border: 1px solid #333;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 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: .9em;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.flash-success {
	border: 1px solid #006600;
	background: #008800 url('gradient-soft-50.png') repeat-x 0 0;
	color: #eeffee;
}
.flash-error {
	border: 1px solid #bb1100; 
	background: #cc1100 url('gradient-soft-50.png') repeat-x 0 0;
	color: #ffeeee;
}
.flash-info {
	border: 1px solid #97a5c8;
	background: #c5d6ec url('gradient-soft-50.png') repeat-x 0 0;
	color: #0e2d6b;
}

/*
|---------------------------------------------------------------
| 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('js-disabled.png') repeat-x 0 0;
	color: #111;
	font-weight: bold;
	text-align: center;
}

.alt { background-color: #111; }

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

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

/*
|---------------------------------------------------------------
| ACP PANEL STYLES
|---------------------------------------------------------------
*/
#acp-panel {
	border: 1px solid #666;
	border-bottom: 0;
	background: #0f0f0f;
	
	border-radius-topleft: 4px;
	border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.panel {
	background: #000;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	
	border-radius-topright: 4px;
	border-radius-bottomleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
#panelmenu { list-style: none; }
#panelmenu li a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
#panelmenu li a span {
	color: #999;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-right: 1px solid #666;
	text-shadow: 0px 1px 0px rgba(70, 70, 70, 1);
}
#panelmenu li a:hover span {
	background: #000;
	color: #ccc;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#panelmenu li a.active span {
	background: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #000;
	color: #ccc;
}
#panelmenu li a.active:hover span {
	color: #ccc;
	border-right: 1px solid #000;
}

#online {
	background: #0f0f0f;
	border: 1px solid #666;
	border-top: none;
	
	border-radius-bottomleft: 4px;
	border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.count {
	font-weight: bold;
	font-size: 90%;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

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

/*
|---------------------------------------------------------------
| DASHBOARD
|---------------------------------------------------------------
*/
.panel-handle a, .panel-handle a:hover {
	text-decoration: none;
	border: none;
}
.panel-handle a span {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #777;
	font-weight: bold;
}
.panel-handle a:hover span {
	background: #ccc url('panel-handle-bg.png') repeat-x 0 0;
	color: #555;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#panel .panel-body {
	background: #222 url('panel-bg.png') repeat-x top left;
	border: 1px solid #111;
	color: #fff;
	text-align: left;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

.panel-handle {
	background: #ddd url('panel-handle-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #222;
	text-align: center;
	font-size: 85%;
}

.panel-trigger span { text-align: center; }

.panel_1 a, .panel_2 a, .panel_3 a {
	color: #fff;
	border-bottom: 1px solid;
}

.panel_1 a.edit, .panel_2 a.edit, .panel_3 a.edit {
	color: #999;
	border-bottom: 0;
	font-weight: bold;
}
.panel_1 a.edit:hover, .panel_2 a.edit:hover, .panel_3 a.edit:hover { color: #ddd; }



.status {
    padding: 0 12px 0 0 !important;
    font-weight: bold;
}