/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins.css";


/* Site
-------------------------------------------------------------- */
body { background-color: #0c0d0f; }

a:link { color: #a6221d; }
a:visited { color: #a6221d; } 
a:hover { color: #ff3333, } 


#page {
	width: 1154px;
	margin: 0px auto;
}
/* Header
-------------------------------------------------------------- */
#header_top {
	height: 175px;
	width: 1154px;
	background-image: url('../img/header_sprite.png');
	background-repeat: no-repeat;
}

#header_bottom {
	height: 37px;
	width: 884px;
	background-image: url('../img/header_sprite.png');
	background-position: 0px -175px;
	background-repeat: no-repeat;
	padding: 21px 135px 0px 135px;
	color: #fff;
}

.frame_top {
	height: 21px;
	width: 1154px;
	background-image: url('../img/header_sprite.png');
	background-position: 0px -233px;
	background-repeat: no-repeat;
}

.frame_background {
	width: 1034px;
	background-image: url('../img/main.png');
	background-repeat: repeat-y;
	padding: 0px 60px;
	color: #fff;
}

.frame_footer {
	height: 20px;
	width: 1024px;
	padding: 14px 65px 0px 65px;
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
}

/* Menu 
--------------------------------------------------------*/
.menu_frame_top-red, .menu_frame_top {
	height: 21px;
	width: 211px;
	background-image: url('../img/menu_frame_sprite.png');
	background-repeat: no-repeat;
}

.menu_frame_background-red, .menu_frame_background {
	width: 173px;
	background-image: url('../img/menu_frame_background.png');
	background-repeat: repeat-y;
	color: #fff;
	padding: 0px 19px;
}

.menu_frame_content-red, .menu_frame_content {
	width: 173px;
	background-image: url('../img/menu.png');
	background-repeat: repeat-y;
	color: #fff;
	border-left: 1px solid #000;
}
.menu_frame_content ul { list-style: none; padding: 0px; margin: 0px; width: 156px; margin: 0 auto;}
.menu_frame_content li {margin-bottom: 5px;}
.menu_frame_content li a{ color: #432d0e; font-size: 11px; text-transform: uppercase; font-weight: bold; display: block; width: 136px; height: 26px; background: url(../img/menu_button.png) no-repeat; padding: 12px 0px 0px 20px;}

.menu_frame_footer-red, .menu_frame_footer {
	height: 25px;
	width: 211px;
	background-image: url('../img/menu_frame_sprite.png');
	background-position: 0px -21px;
	background-repeat: no-repeat;
}

.menu_frame_top-red, .menu_frame_footer-red { background-image: url('../img/menu-frame-sprite-red.png'); }
.menu_frame_content-red { background-image: url('../img/menu-red.png'); }
/* Paper Sprite 
--------------------------------------------------------*/
.paper_top {
	height: 30px;
	width: 585px;
	background-image: url('../img/paper_sprite.png');
	background-repeat: no-repeat;
}

.paper_background {
	width: 565px;
	background-image: url('../img/paper_background.png');
	background-repeat: repeat-y;
	color: #533e2f;
	padding: 0px 10px;
}
.paper_footer {
	height: 30px;
	width: 585px;
	background-image: url('../img/paper_sprite.png');
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#left_side, #content, #right_side {
	float: left;
	display: inline;
}

#left_side {
	width: 211px;
	margin: 0px 0px 0px 3px;
}

#content {
	width: 585px;
	margin: 0px 10px;
}

#right_side {
	width: 211px;
	margin: 0px;
}

/* Icons
--------------------------------------------*/
.icon, .heart_icon {
	width: 26px;
	height: 21px;
	background-image: url('../img/icons/top_bar_sprites.png');
	display: block;
	float: left;
}

.sword_icon { background-position: -27px 0px; }
.armor_icon { background-position: -56px 0px; }
.shoes_icon { background-position: -84px 0px; }
.skull_icon { background-position: -114px 0px; }

#homepage {
	width: 1000px;
	margin: 0px auto;
}

.world-top, .world-bottom, .world-stats {
	width: 1000px;
	height: 273px;
	background-image: url('../img/homepage-background.jpg');
	background-repeat: no-repeat;
}

.world-stats {
	height: 106px;
	background-position: 0px -273px;
	width: 900px;
	padding: 0px 50px;
}

.world-stats p {
	color: #e8e8e8;
	font-size: 11px;
	margin: 65px 0px 0px 10px;
}

.world-bottom {
	height: 212px;
	background-position: 0px -379px;
	padding: 30px 0px 0px 60px;
}

.welcome-text {
	float: left; 
	width: 520px; 
}

.homepage-login {
	float: left;
	margin: 5px 0px 0px 0px;
	width: 250px;
}

.homepage-register {
	width: 400px; 
	float: left; 
	margin-left: 20px;
}

.homepage-character-welcome {
	width: 410px; 
	float: left;
}

.login-details {
	text-align: right;
	margin: 2px 5px 0px 0px;
	color: #ffffff;
	font-size: 12px;
}

.login-details a { color: #ffcf0f; }

.homepage-login label { 
	color: #ffffff;
}

.submit-input {
	margin-top: 75px;
	width: 80px;
}

.user-input, .password-input, .register-input{
	padding: 5px 5px 5px 25px;
	border: 1px solid #767676;
	width: 200px;
	background-image: url('../img/faded-user.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 5px;
}

.register-input {
	background-color: #f9eed9;
	border: 1px solid #44390f;
	color: #44390f; 
}

.email-input {
	background-image: url('../img/email.png');
}

.password-input { 
	background-image: url('../img/faded-key.png');
	margin-top: 1px;
}