/*
|---------------------------------------------------------------
| MASTER BODY STYLES
|---------------------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	
	background: #eee url('../images/body-bg.png') repeat-x 0 0;
	color: #2E2E2E;
	font: 79%/1.5 "Armata", sans-serif;
	text-align: center;
}

/*
|---------------------------------------------------------------
| WRAPPER STYLES
|---------------------------------------------------------------
| The wrapper controls the width and centering of the layout
*/
#container {
	width: 650px;
	margin: 3em auto;
	
	border: 1px solid #999;
	text-align: left;
	
	-moz-box-shadow: 7px 7px 12px #aaa;
	-webkit-box-shadow: 7px 7px 12px #aaa;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*
|---------------------------------------------------------------
| HEAD STYLES
|---------------------------------------------------------------
|
| The head layer
*/
#head {
	margin: 0;
	padding: 0;
	height: 70px;
	
	background: #2E2E2E url('../images/gradient-head.png') repeat-x bottom left;
	color: #444;
	
	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;
}
#head .head_content {
	padding: 12px 0 0 10px;
	
	font-weight: bold;
}

/*
|---------------------------------------------------------------
| LOWER HEAD STYLES
|---------------------------------------------------------------
*/
#lower-head {
	height: 100px;
	margin: 0;
	padding: 0;
	
	color: #fff;
	background: #2E2E2E url('../images/gradient-lower-head.png') repeat-x top left;
	border-bottom: 1px solid #c58620;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#lower-head .head-content { height: 100px; }
#lower-head h1 {
	margin: 0 !important;
	padding: 28px 0 0 12px !important;
        font-family: 'Orbitron', sans-serif;
}

/*
|---------------------------------------------------------------
| MENU STYLES
|---------------------------------------------------------------
*/
#menu {
	height: 22px;
	line-height: 22px;
	margin: 47px 0 0 0;
	float: right;
	
	font-size: 95%;
}
#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;
	
	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 span { padding: 0 12px; }
#menu .nav-main ul li a:hover,
#menu .nav-main ul li a.active {
	background: #f8b953 url('../images/gradient-menu-active.png') repeat-x top left;
	color: #fff;
	border: 1px solid #f8b953;
	border-top: 1px solid #f6a828;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
}

/*
|---------------------------------------------------------------
| BODY STYLES
|---------------------------------------------------------------
*/
.content {
	line-height: 1.4;
	padding: 1em 2em;
	margin: 0 auto;
	
	background: #e7e7e7;
}

/*
|---------------------------------------------------------------
| FOOTER STYLES
|---------------------------------------------------------------
*/
#footer {
	margin: 0;
	padding: 1.7em 0;
	clear: both;
	
	text-align: center;
	font-size: 90%;
	color: #888;
	background: #eee;
	border-top: 1px solid #ddd;
	
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

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

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

/*
|---------------------------------------------------------------
| INPUT STYLES
|---------------------------------------------------------------
*/
input[type=text],
input[type=password] {
	border: 1px solid #bbb;
	color: #777;
	font-family: "Armata", sans-serif;
	font-size: 120%;
	
	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;
}

select {
	border: 1px solid #bbb;
	color: #777;
	font-family: "Armata", sans-serif;
	font-size: 120%;
	
	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: "Armata", sans-serif;
	font-size: 110%;
}

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/
button {
	font-weight: bold;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

button.button-main {
	border: 1px solid #e78f08;
	background: #f6a828 url('../images/gradient-hard-30.png') repeat-x center left;
	color: #fff;
}
button.button-main:hover {
	border: 1px solid #e78f08;
	background: #f6a828 url('../images/gradient-hard-50.png') repeat-x center left;
	color: #fff;
}

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;
}

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;
}

/*
|---------------------------------------------------------------
| 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;
}