/*
|---------------------------------------------------------------
| MASTER BODY
|---------------------------------------------------------------
*/
body {
	background: #000;
	font: 75%/1.5 "lucida grande", verdana, arial, sans-serif;
	text-align: center;
	padding: 40px;
}

a { text-decoration: none; }

/*
|---------------------------------------------------------------
| WRAPPER
|---------------------------------------------------------------
*/
.wrapper {
	min-width: 650px;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
/*
background-image: url(../../_global/logo.png);
background-repeat: no-repeat;
background-position: 20px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
*/

/*
|---------------------------------------------------------------
| HEAD
|---------------------------------------------------------------
*/
header {
	margin: 0;
	padding: 0;
	height: 185px;
}

/*
|---------------------------------------------------------------
| CONTENT
|---------------------------------------------------------------
*/
#body {
	position: relative;
	margin: 0;
	background: rgba(0,0,0,.5);
}

.content {
	min-width: 650px;
	max-width: 1280px;
	margin-left: 180px;
	padding: 15px;
	line-height: 1.4;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}

/*
|---------------------------------------------------------------
| MAIN NAVIGATION
|---------------------------------------------------------------
*/
#menu {
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
}
#menu .nav-main {
	height: 32px;
}
#menu .nav-main ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
}
#menu .nav-main ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
#menu .nav-main ul li a {
	display: block;
	padding: 0 20px;	
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	border: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu .nav-main ul li a span {padding: 12px; }
#menu .nav-main ul li a:hover, a.active {
	text-shadow: 0 0 0 transparent;
}

/*
|---------------------------------------------------------------
| SUB NAVIGATION
|---------------------------------------------------------------
*/
.nav-sub {
	float: left;
	width: 160px;
	margin: 0 0 15px 0;
	padding: 10px;
	text-align: left;
	font-size: 95%;
}
.nav-sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-sub ul li {
	padding: 0;
	margin: 0;
	line-height: 2;
}
.nav-sub ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.nav-sub ul li a span {
	padding: 2px 5px;
}
.nav-sub ul li.spacer {
	height: 12px;
	border: none;
}
.nav-sub img {max-width:160px;}

.nav-sub ul li.menu_category {
    padding: 0 5px 0 0;
    font-weight: bold;
    font-size: 110%;
}
/*
|---------------------------------------------------------------
| SIGN IN PANEL
|---------------------------------------------------------------
*/
.signin-container {
	position: relative;
	height: 153px;
}
.signin {
	position: relative;
	float: right;
	margin: 8px 10px 0 10px;
	padding: 3px 8px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: bold;
	border: 1px solid transparent;
	font-size: .9em;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.signin:hover {
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.signin-active, .signin-active:hover {
}

.signin-panel {
	float: right;
	padding: .5em;
	font-size: .9em;
}
.signin-panel input[type=text],
.signin-panel input[type=password] {
	width: 210px;
	padding: 5px !important;
	font-size: 1.1em;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.signin-panel input[type=text]:focus,
.signin-panel input[type=password]:focus {
	outline: none;
}
.signin-panel a {

}
.signin-panel a:hover {
}

/*
|---------------------------------------------------------------
| FOOTER
|---------------------------------------------------------------
*/
footer {
	clear: both;
	line-height: 1.4;
	padding: .8em 0;
	text-align: center;
	font-size: .9em;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}


/*
|---------------------------------------------------------------
| INPUTS
|---------------------------------------------------------------
*/
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
	font-size: 1.1em;
	font-family: "lucida grande", verdana, arial, sans-serif;
	-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;
}
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
|---------------------------------------------------------------
*/

tr.alt td, tr.light_gray { background-color: #0b0b0b; }

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

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/
button,
input.button-main,
input.button-sec {
	font-weight: bold;
	font-size: 105%;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
button.button-sec,
input.button-sec {
	border: 1px solid transparent;
	background: transparent;
}

button.button-small {
	font-weight: normal !important;
	font-size: 90%;
}

button[disabled],
button[disabled]:hover,
input.button-main[disabled],
input.button-main[disabled]:hover {
	opacity: .5;
	filter:alpha(opacity=Õ50Õ);
	border: 1px solid #333;
	background: #ffcc00 url('../images/gradient-menu.png') repeat-x center left;
	color: #ccc;
}

/*
|---------------------------------------------------------------
| COMMENTS & NOTES
|---------------------------------------------------------------
*/
#comments p, #news_blocks p, .post_info {
	background: none;
	-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; }
/*
|---------------------------------------------------------------
| 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 #333;
	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;
}

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

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

/*
|---------------------------------------------------------------
| DASHBOARD
|---------------------------------------------------------------
*/
#panel .panel-body {
	background: #777777;
	background: -moz-linear-gradient(top, #777777 0%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top, #777777 0%,#555555 100%);
	background: -o-linear-gradient(top, #777777 0%,#555555 100%);
	background: -ms-linear-gradient(top, #777777 0%,#555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#555555',GradientType=0 );
	background: linear-gradient(top, #777777 0%,#555555 100%);
	border: 1px solid #333;
	color: #fff;
	text-align: left;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
.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; }