/*
|---------------------------------------------------------------
| BODY
|---------------------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	
	background: #e7e7e7;
	color: #2E2E2E;
	font: 79%/1.5 "Armata", sans-serif;
	text-align: center;
}

/*
|---------------------------------------------------------------
| WRAPPER
|---------------------------------------------------------------
*/
.wrapper {
	min-width: relative;
	max-width: relative;
	padding: 0 60px;
	margin: 0 auto;
	
	text-align: left;
}

/*
|---------------------------------------------------------------
| HEAD
|---------------------------------------------------------------
*/
#head {
	margin: 0;
	padding: 0;
	height: 70px;
	
	background: #eee url('') repeat-x top left;
	color: #444;
}
#head .head_content {
	padding: 12px 0 0 0;
	font-weight: bold;
}

/*
|---------------------------------------------------------------
| LOWER HEAD STYLES
|---------------------------------------------------------------
*/
#lower-head {
	height: 180px;
	margin: 0;
	padding: 0;
	
	color: #eee;
	background: #2B3A42 url('') repeat-x top left;
	border-bottom: 0px solid #c58620;
	border-bottom: 0px solid rgba(0, 0, 0, .2);
}
#lower-head .head-content { height: 180px; background: transparent url('http://fc07.deviantart.net/fs15/f/2007/100/2/9/Blue_Nebula_by_PMcB.png') no-repeat top right; }
#lower-head h1, #lower-head h2 { margin: 0 !important; padding: 10px 0 0 0 !important; }
#lower-head h1 { font-size: 400%; }
#lower-head a {
	color: #fff !important;
	border-bottom: 1px solid;
	font-size: 110%;
        font-family: 'Orbitron', sans-serif;
}
#lower-head a:hover { color: #363636 !important; }
#lower-head ul {
	margin: 5px 0 0 0;
	width: 700px;
	position: relative;
}
#lower-head ul li {
	margin: 0 0 10px 0;
	
	color: #fdf0da;
	color: rgba(255, 255, 255, .85);
}

/*
|---------------------------------------------------------------
| MAIN MENU
|---------------------------------------------------------------
*/
#menu {
	height: 22px;
	line-height: 22px;
	margin: 47px 0 0 0;
	float: right;
	
	font-size: 90%;
}
#menu .nav-main {}
#menu .nav-main ul {
	margin: 0 5px;
	padding: 0;
	
	list-style-type: none;
}
#menu .nav-main ul li {
	float: left;
	margin: 0 2px;
	padding: 0;
}
#menu .nav-main ul li a {
	display: block;
	padding: 0 12px;
	
	text-decoration: none;
	color: #888;
	font-weight: bold;
	border: 1px solid transparent;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
        font-family: 'Orbitron', sans-serif;
	
	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;
}
#menu .nav-main ul li a:hover,
#menu .nav-main ul li a.active {
background: #1F2B40 url('../images/gradient-menu-active.png') repeat-x top left;
	color: #fff;
	border: 1px solid #1F2B40;
	border-top: 1px solid #1F2B40;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
}

/*
|---------------------------------------------------------------
| MAIN CONTENT
|---------------------------------------------------------------
| The body layer contains the sub-nav and content layers
|
| .nav-sub => sub navigation
| .content => main page content
*/
#body { margin: 1em 0 2em 0; }

.nav-sub {
	float: right;
	width: 160px;
	margin: 0 0 10px 0;
	
	text-align: right;
	font-size: 82%;
        font-family: 'Orbitron', sans-serif;
}
.nav-sub ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}
.nav-sub ul li {
	padding: 0;
	margin: 0;
	line-height: 2.3;
}
.nav-sub ul li a {
	display: block;
	
	text-decoration: none;
	color: #48616E;
	font-weight: bold;
	border-right: 2px solid transparent;
}
.nav-sub ul li a:hover {
	color: #435159;
	background: transparent url('../images/gradient-submenu-hover.png') repeat-y top right;
	border-bottom: 0;
	border-right: 2px solid #1c94c4;
}
.nav-sub ul li a span { padding: 2px 5px; }
.nav-sub ul li.spacer {
	height: 12px;
	
	border: none;
}
.nav-sub ul li.menu_category {
	font-weight: bold;
	font-size: 120%;
	color: #555;
}

.content {
	margin-right: 210px;
	line-height: 1.4;
}

/*
|---------------------------------------------------------------
| FOOTER
|---------------------------------------------------------------
*/
#footer {
	margin: 2em auto 2em auto;
	padding: 1.7em 0;
	clear: both;
	line-height: 1.4;
	width: 65%;
	
	text-align: center;
	font-size: 90%;
	border: 1px solid #eee;
	color: #555;
	background: #ddd;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/*
|---------------------------------------------------------------
| FONT COLORS
|---------------------------------------------------------------
*/
.page-head 		{ color: #2B3A42; }
.page-subhead	{ color: #2B3A42; }

.gray	{ color: #2B3A42; }
.red	{ color: #2B3A42; }
.orange	{ color: #2B3A42; }
.green	{ color: #2B3A42; }
.blue	{ color: #2B3A42; }

/*
|---------------------------------------------------------------
| LINKS
|---------------------------------------------------------------
*/
a {
	text-decoration: none; 
	color: #555;
}
a:hover {
	color: #263D39;
	border-bottom: 1px solid;
}

/*
|---------------------------------------------------------------
| INPUTS
|---------------------------------------------------------------
*/
input[type=text],
input[type=password] {
	border: 1px solid #bbb;
	color: #777;
	font-family: "Orbitron", sans-serif;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type=text]:focus,
input[type=password]:focus {
	color: #444;
	border: 1px solid #888;
}

textarea {
	font-size: 100%;
	font-family: "Orbitron", sans-serif;
	border: 1px solid #bbb;
	color: #777;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
textarea:focus {
	color: #444;
	border: 1px solid #666;
}

select {
	border: 1px solid #bbb;
	color: #777;
	font-family: "Orbitron", sans-serif;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
select:focus,
select:hover {
	color: #444;
	border: 1px solid #888;
}

kbd {
	font-weight: bold;
	font-family: "Orbitron", sans-serif;
	font-size: 110%;
}

.cell-label {
	font-weight: bold;
	font-size: 100%;
	text-align: right;
}

/*
|---------------------------------------------------------------
| TABLES
|---------------------------------------------------------------
*/
tr.alt td, .alt { background-color: #EDEDED; }
tr.light_gray { background-color: #EDEDED; }

th {
	text-align: center;
	font-size: 120%;
}

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/
button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	font-weight: bold;
}

button.button-main {
	border: 1px solid #2B3A42;
	background: #2B3A42 url('../images/gradient-hard-30.png') repeat-x center left;
	color: #fff;
}
button.button-main:hover {
	border: 1px solid #1F2B30;
	background: #1F2B30 url('../images/gradient-hard-50.png') repeat-x center left;
	color: #fff;
}

button.button-sec {
	/*border: 1px solid #999;
	background: #ccc url('../images/gradient-soft-30.png') repeat-x center left;
	color: #666;*/
	
	border: 1px solid #eee;
	background: #eee;
	color: #555;
}
button.button-sec:hover {
	/*border: 1px solid #eee;
	color: #aaa;*/
	background: #eee;
	border-bottom: 1px solid #eee;
	color: #aaa;
}

button.button-small {
	border: 1px solid #ccc;
	background: #fff url('../images/button-sec_bg.jpg') repeat-x top left;
	color: #777;
	font-weight: normal !important;
	font-size: 90%;
}
button.button-small:hover { border: 1px solid #aaa; }

input.button-main {
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #e78f08;
	background: #f6a828 url('../images/gradient-hard-30.png') repeat-x center left;
	color: #fff;
}
input.button-main:hover {
	border: 1px solid #e78f08;
	background: #f6a828 url('../images/gradient-hard-50.png') repeat-x center left;
	color: #fff;
}

input.button-sec {
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #ccc;
	background: #fff url('../images/button-sec-bg.png') repeat-x top left;
	color: #1c94c4;
}
input.button-sec:hover {
	border: 1px solid #fbd850;
	color: #eb8f00;
}

button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
	opacity: .5;
	filter:alpha(opacity='70');
	
	border: 1px solid #e78f08;
	background: #f6a828 url('../images/gradient-hard-30.png') repeat-x center left;
	color: #fff;
}

/*
|---------------------------------------------------------------
| COMMENTS AND BOXES
|---------------------------------------------------------------
*/
#comments p, #news_blocks p, .post_info, .info-full, #notes {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.border-1 { border: 1px solid #ddd; }

/*
|---------------------------------------------------------------
| LISTS
|---------------------------------------------------------------
*/
ul.square { list-style: square; }
ul.none, ol.none { list-style: none; }
ol.roman { list-style: upper-roman; }

#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 #a4c897;
	background: #ccecc5 url('../images/gradient-soft-30.png') repeat-x center left;
	color: #376b0e;
}
.flash-error {
	border: 1px solid #cd0a0a; 
	background: #d93232 url('../images/gradient-soft-30.png') repeat-x center left;
	color: #fff;
}
.flash-info {
	border: 1px solid #fed22f;
	background: #fff0a5 url('../images/gradient-soft-30.png') repeat-x center left;
	color: #363636;
}

/*
|---------------------------------------------------------------
| MISC
|---------------------------------------------------------------
*/
hr {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
}

.loader { text-align: center; }

.system_warning {
	font-weight: bold;
	text-align: center;
}

/*
|---------------------------------------------------------------
| ACP PANEL
|---------------------------------------------------------------
*/
#acp-panel {
	border: 1px solid transparent;
	background: transparent;
	color: #555;

}
.panel {
	background: #e7e7e7;
	border-left: 0px solid transparent;


}
#panelmenu { list-style: none; }
#panelmenu li a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
#panelmenu li a span {
	color: #555;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 0px solid transparent;
}
#panelmenu li a:hover span {
	color: #fff;
	background: #transparent;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
#panelmenu li a.active span {
	background: #fff;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: none;
}
#panelmenu li a.active:hover span {
	color: #555;
	border-right: none;
}

#online {
	background: transparent
	border: 0px solid transparent;
	border-top: none;

}

.count {
	font-weight: bold;
	font-size: 90%;
	
}

table.acp {
	font-size: 110%;
	border: 1px solid transparent;
}
.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;
	color: #aaa;
}
.panel-handle a span {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	font-weight: bold;
}
.panel-handle a:hover span {
	background: #eee;
	color: #555;
	border-left: 0px solid #222;
	border-right: 0px solid #222;
}

#panel .panel-body {
	background: #eee;
	color: #555;
		margin-top: 0px;
}

.panel-handle {
	background: #555;
	border-bottom: 0px solid #222;
	text-align: center;
	font-size: 85%;
	margin-top: 0px;
	margin-bom: 0px;
}

.panel-trigger span { text-align: center; }

.panel_1 a, .panel_2 a, .panel_3 a {
	color: #555;
	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; }

}



/*
|---------------------------------------------------------------
| all good things in ti-ime/i know we'll be fi-ine!
|---------------------------------------------------------------
*/

small {
  font-size: 80%;
}
