/*  Warhammer Online - global.css */
/* ============================================ */
/* author: Jason Krieger, jkrieger@ea.com */
/* ============================================ */
/* Last Updated: 02/13/2007 @ 6:28pm - Jason */
/* ============================================ */



/*  Main Site Structure */
/* ============================================ */

html { height: 100% }

body {
	background: #000000 url('../archivos/main_content-bg.jpg') top center repeat-y;
	color: #ffffff;
	font-size: 0.8em;
	font-family: Veranda, Arial, Geneva, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

img { border: 0px; }
a img { border: 0px; }

/*  Global Nav */
/* ============================================ */

#gnav-container {
	background: #000000;
	color: #999999;
	font-size: 10px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	}

	.gnav {
		background: #000000 url('../archivos/gnav_mythic-logo.gif') no-repeat;
		margin: 0px auto;
		padding: 6px 0px 4px 45px;
		text-align: left;
		width: 600px;
		float: left;
		}

	.gnav a, gnav a:link, gnav a:visited {
		color: #999999;
		text-decoration: none;
		}

	.gnav a:hover {
		color: #990000;
		text-decoration: underline;
		}
		
	.gnav a.active {
		color: #990000;
		text-decoration: underline;
		}
		
	.lang-select {
		width: 140px;
		height: 24px;
		float: right;
		text-align: right;
		margin: 0px 0px 0px 0px;
		background: #212121;
		}
		
	
/*  Main Site - BG Fixes */
/* ============================================ */

.bg-fix-gnav {
	background: #000000;
	height: 24px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;

	}

.bg-fix-hill {
	background: url('../archivos/header_hill-bg.jpg') top center repeat-x;
	height: 209px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 24px;
	}

.bg-fix-header {
	background: url('../archivos/header_base-metal2.jpg') top center no-repeat;
	height: 94px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 138px;
	}


/* Header */
/* ============================================ */

#header-container {
	background: url('../archivos/header_hill-bg.jpg') top center repeat-x;
	height: 209px;
	margin: 0px auto;
	text-align: center;
	width: 985px;
	}

	.header-base {
		background: url('../archivos/header_base-metal2.jpg') center 115px no-repeat;
		height: 209px;
		margin: 0px auto;
		padding: 0px;
		}

	.header {
		height: 209px;
		margin: 0px auto;
		text-align: center;
		width: 680px;
		}

		.header .navbar {
			height: 44px;
			margin: 0px auto;
			width: 660px;
			}

/* Header - Main Nav */
/* ============================================ */

	ul#nav {
		position: relative;
		top: -2px;
		left: 0px;
		width: 660px;
		margin: 0px;
		height: 44px;
		list-style-type: none;
		overflow: hidden;
		}

	body#home ul#nav  { background: transparent url('../archivos/main-nav_all-sites.jpg') no-repeat 0 0; }
	body#herald ul#nav { background: transparent url('../archivos/main-nav_all-sites.jpg') no-repeat 0 -44px; }
	body#realm ul#nav  { background: transparent url('../archivos/main-nav_all-sites.jpg') no-repeat 0 -88px; }

	ul#nav li a {
		position: absolute;
		top: 0px;
		width: 220px;
		text-indent: -9000px;
		text-decoration: none;
		padding: 44px 0px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:44px; /* IE5/Win */
		background: transparent url('../archivos/main-nav_all-sites.jpg') no-repeat;
		}

	body#home li#hom a 			{ background-position: 0 0; width: 220px; left: 0; }
	body#home li#hom a:hover		{ background-position: 0 0; }
	body#home li#her a 			{ background-position: -220px -132px; left: 220px; }
	body#home li#her a:hover		{ background-position: -220px 0px; }
	body#home li#rlm a 			{ background-position: -440px -132px; left: 440px; }
	body#home li#rlm a:hover		{ background-position: -440px 0; }

	body#herald li#hom a			{ background-position: 0 -132px; width: 220px; left: 0; }
	body#herald li#hom a:hover		{ background-position: 0 -44px; }
	body#herald li#her a			{ background-position: -220px -44px; left: 220px; }
	body#herald li#her a:hover		{ background-position: -220px -44px; }
	body#herald li#rlm a			{ background-position: -440px -132px; left: 440px; }
	body#herald li#rlm a:hover		{ background-position: -440px 0; }

	body#realm li#hom a 			{ background-position: 0 -132px; width: 220px; left: 0; }
	body#realm li#hom a:hover		{ background-position: 0 -44px; }
	body#realm li#her a 			{ background-position: -220px -132px; left: 220px; }
	body#realm li#her a:hover		{ background-position: -220px -88px; }
	body#realm li#rlm a 			{ background-position: -440px -88px; left: 440px; }
	body#realm li#rlm a:hover		{ background-position: -440px 88px; }


/* Body Structure */
/* ============================================ */

#wrapper {
   background: #000000 url('../archivos/main_content-bg.jpg') top center repeat-y;
	height: auto !important;
   height: 100%;
	margin: 0px auto;
	min-height: 100%;
   position: relative;
   width: 985px;
	}

#content-container {
	margin: 0px auto;
	padding: 0px 0px 310px 0px; /* makes room for footer, +10px to height of footer image */
	text-align: center;
	width: 985px;
	}


/* Body Structure - Left Column (sub-nav)*/
/* ============================================ */

#content-left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 157px;
	}

	.subnav {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		}

	.subnav .cat-title {
		margin: 0px;
		padding: 0px;
		}

	.subnav .nav-selection {
		margin: 0px;
		padding: 0px;
		width: 157px;
		}

		.subnav .nav-selection .header {
			background: url('../archivos/nav_child-header.gif') top center no-repeat;
			height: 17px;
			margin: 0px;
			padding: 0px;
			width: 157px;
			}

		.subnav .nav-selection .listbox {
			background: url('../archivos/nav_child-bg.jpg') repeat-y;
			margin: -1px 0px 0px 0px;
			padding: 0px;
			width: 157px;
			}

			.subnav .nav-selection .listbox .selection {
				color: #999999;
				font-size: 10px;
				margin: 0px;
				padding: 5px 0px 5px 0px;
				word-spacing: 1px;
				line-height: 13px;
				}

				.subnav .nav-selection .listbox .selection a, .selection  a:link, .selection  a:visited {
						color: #999999;
						text-decoration: none;
						}

					.subnav .nav-selection .listbox .selection a:hover {
						color: #f5c400;
						text-decoration: none;
						}

		.subnav .nav-selection .footer {
			background: url('../archivos/nav_child-footer.gif') top center no-repeat;
			height: 12px;
			margin: 0px;
			padding: 0px;
			width: 157px;
			}


/* Body Structure - Middle Column*/
/* ============================================ */

#content-center {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-align: center;
	width: 660px;
	}
	
	
/* Body Structure - Right Column*/
/* ============================================ */


#content-right {
	float: right;
	padding: 0px;
	margin: 0px 1px 0px 0px;
	width: 157px;
	}

	.rightbar-box1 {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		width: 157px;
		}

	.rightbar-box2 {
		margin: 0px;
		padding: 0px;
		width: 157px;
		}

	.rightbar-box3 {
		margin: 0px;
		padding: 0px;
		width: 157px;
		}


/* Footer*/
/* ============================================ */


#footer-container {
	background: url('../archivos/footerv3_bg.gif') top center no-repeat;
	height: 300px;
	margin: -300px auto 0px; /*be sure to adjust the padding in CONTENT CONTAINER to allow for spacing */
	position: relative;
	text-align: center;
	width: 984px;
	}

	.footer {
		color: #666666;
		text-align: center;
		padding: 120px 0px 0px 0px;
		margin: 0px;
		}
		
		.footer .footer-row1 {
			width: 810px;
			text-align: center;
			margin: 0px auto;
			padding: 0px;
			}
			
			.footer .footer-row1 img{
				margin: 0px 10px;
				}
		
		.footer .footer-row2 {
			width: 810px;
			text-align: left;
			margin: 40px auto 0px auto;
			}
			
			.footer .footer-row2 .legal-img {
				float: left;
				margin: 5px 5px 0px 10px !important;
				margin: 5px 3px 0px 5px;
				}
			
			.footer .footer-row2 .legal-type {
				float: left;
				margin: 5px 0px 0px 0px;
				font-size: 12px;
				line-height: 20px;
				}
				
				.footer .footer-row2 .legal-type a, .legal-type a:link, .legal-type a:visited {
					color: #666666;
					text-decoration: none;
					font-weight: bold;
					}

				.footer .footer-row2 .legal-type a:hover {
					color: #990000;
					text-decoration: underline;
					font-weight: bold;
					}
					
			.footer .footer-row2 .mythic {
				float: right;
				margin: -10px 10px 0px 0px !important;
				margin: -10px 5px 0px 0px;
				}
					
					
/* 404*/
/* ============================================ */

.fourohfour {
	margin: 25px auto;
	}

/*
     FILE ARCHIVED ON 07:52:41 Sep 07, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:02:00 May 03, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 84.062
  exclusion.robots: 0.228
  exclusion.robots.policy: 0.209
  RedisCDXSource: 1.146
  esindex: 0.016
  LoadShardBlock: 57.654 (3)
  PetaboxLoader3.datanode: 58.946 (4)
  CDXLines.iter: 20.753 (3)
  load_resource: 117.448
  PetaboxLoader3.resolve: 83.423
*/