/* GLOBAL RULE RESET
/* ----------------------------------------------------- */

@import "reset.css";


/* MAIN DESIGN
/* ----------------------------------------------------- */

body {
	background: #322b27 url(body_top.gif) top repeat-x;
	color: #5e514b;
	font: 13px "Lucida Grande", Verdana, sans-serif;
}

a {
	color: #ffc71c;
}

a:hover {
	color: white !important;
}

#container {
	width: 750px;
	margin: 130px auto;
}

h1 span, .infinise span, .mediatemple span {
	display: none;
}

h1 {
	margin: 0 0 10px 30px;
	width: 78px;
	height: 40px;
	float: left;
}

a:hover h1 {
	opacity: 0.7;
}

.infinise {
	display: block;
	float: right;
	width: 92px;
	height: 24px;
	margin: 20px 28px 0 0;
	background: transparent url(infinise.png) left top no-repeat !important;
}

.mediatemple {
	display: block;
	float: right;
	background: transparent url(mediatemple.png) left top no-repeat;
	width: 47px;
	height: 24px;
	margin: 20px 6px 0 0;
}

.infinise:hover, .mediatemple:hover {
	background-position: left bottom !important;
}

strong {
	color: #8b7d76;
}

.recovery {
	float: left;
	display: block;
	margin: 24px 0 0 30px;
	color: #5e514b;
}

small {
	font-size: 9px;
	opacity: 0.5;
}


/* HIDING MAIN PAGE
/* ----------------------------------------------------- */

#menu, #submenu, #logo {
	display: none;
}


/* BOXES
/* ----------------------------------------------------- */

#boxes {
	background: #221d1a url(main_end.gif) bottom repeat-x;
	line-height: 22px;
	position: relative;
	clear: both;
}

#separator {
	background-color: #322b27;
	width: 50px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}

.box {
	padding: 30px 35px 35px 35px;
	-webkit-border-radius: 5px;
}

h2 {
	font: 25px "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, sans-serif;
	color: #b7d985;
	text-shadow: 0px 1px 2px black;
	padding-bottom: 5px;
}

pre {
	white-space: normal;
	font: 13px Consolas, Monaco, monospace;
	color: #8b7d76;
	margin-top: 10px;
	line-height: 18px;
}


/* NEW LOGIN PAGE
/* ----------------------------------------------------- */

#login {
	width: 350px;
	margin: 100px auto 50px auto;
}

#login .box {
	background: #221d1a url(main_end.gif) bottom repeat-x;
	line-height: 22px;
	position: relative;
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
}

#login p {
	margin-top: 5px;
}

label {
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
}

input.text {
	width: 272px;
	padding: 2px 3px;
	margin: 0 -1px 10px -1px;
	font-size: 13px;
	background-color: #322b27;
	border: 1px solid #1e1a17;
	border-bottom-color: #38302c;
	color: #8b7d76;
}

input.text:focus {
	background-color: #443a34;
	border-bottom-color: #4a3f39;
	color: white;
}

.remember {
	float: left;
	padding-top: 7px;
}

.remember span {
	cursor: default;
}

.remember input {
	margin: 5px 6px 0 0;
	float: left;
}

input.submit {
	float: right;
	background: #37312d;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #8b7d76;
	font: bold 12px "Lucida Grande", Verdana, sans-serif;
	margin: 7px 3px 0 0;
	padding: 5px 10px;
	cursor: pointer;
}

input.submit:hover {
	background: #5e514b;
	color: white;
}

#login #footer {
	margin: -5px 35px;
	font-size: 11px;
	line-height: 22px;
	text-align: right;
}

#login #footer a {
	color: #5e514b;
}


/* WELCOME
/* ----------------------------------------------------- */

.welcome {
	margin-top: 80px !important;
}

.welcome .second {
	border-top: 10px solid #322b27;
	padding-top: 20px;
}

.welcome p {
	margin-top: 15px;
	line-height: 25px;
}

.welcome a {
	font-weight: bold;
}

.welcome p.first {
	color: #8b7d76;
	font-size: 18px;
	line-height: 30px;
}

.welcome p.first strong {
	color: white;
}

.watermark {
	margin: -30px -35px;
	padding: 30px 35px;
	background: transparent url(welcome_watermark.png) left top no-repeat;
	font: normal 18px "Helvetica Neue", Helvetica, sans-serif;
}



