﻿/*
 * 	SearchWarcraft.com Core Stylesheet
 * 
 * 	Created: 2007.04 by Kevin Rohrbaugh
/*----------------------------------------------------------------------------*/

/*
 * 	Primary styles
/*----------------------------------------------------------------------------*/

html, body {
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial;
	font-size: normal;
	color: #FFF;
	background-color: #262523;
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0;
}

h1 {
	font-size: large;
	font-weight: bold;
}

/* Links */
a, a:visited {
	color: #4d78a7;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/*
 * 	Page Content Containers
/*----------------------------------------------------------------------------*/
div#PageContainer {
	margin: auto;
	position: relative;
	min-height: 100%;
	width: 100%;
	background-color: #262523;
}

html.ie6 div#PageContainer {
	height: 100%;
}

div#ContentContainer {
	margin: auto;
	padding: 140px 10px 80px 10px;
	width: 950px;
}

div.section-border {
	background-image: url( '/assets/img/section-border.jpg' );
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

div.panel {
	padding: 10px 15px 10px 15px;
	background-color: black;
	border: 1px solid #696969;
	text-align: center;
}

img.tagline {
	width: 272px;
	height: 25px;
}

.attention {
	margin: auto;
	text-align: center;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

.attention a {
    font-weight: bold;
}

.attention img {
    vertical-align: middle;
    margin-right: 5px;
}

/*
 *  Header
/*----------------------------------------------------------------------------*/
div#HeaderBorder {
	position: absolute;
	top: 90px;
	left: 0px;
}

div#HeaderContainer {
	position: absolute;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
}

html.ie6 div#HeaderContainer {
	background-image: none;
}

div#HeaderBackground {
	position: absolute;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
	background-image: url( '/assets/img/stripe-background.jpg' );
	background-repeat: repeat;
}

html.ie6 div#HeaderBackground {
	position: absolute;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
	background-image: url( '/assets/img/stripe-background.jpg' );
	background-repeat: repeat;
}

div#HeaderContent {
	position: relative;
	margin: auto;
	padding: 0;
	width: 960px;
	height: 90px;
	color: #696969;
}

div#HeaderContent.simple-header {
	text-align: center;
}

div#HeaderContent div#SearchPanel {
	position: absolute;
	top: 10px;
	right: 20px;
}

html.ie6 div#HeaderContent div#SearchPanel {
	width: 400px;
}

div#HeaderContent .search-input {
		width: 300px;
}

div#HeaderContent.standard-header img#SearchWarcraftLogo {
	position: absolute;
	top: 0px;
	left: 50px;
}

div#HeaderContent.standard-header img.tagline {
	position: absolute;
	right: 5px;
	top: 92px;
}

/*
 *  Footer
/*----------------------------------------------------------------------------*/
div#FooterBorder {
	position: absolute;
	bottom: 60px;
	left: 0px;
}

html.ie6 div#FooterBorder {
	position: absolute;
	bottom: 42px;
	left: 0px;
}

div#FooterContainer {
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-image: url( '/assets/img/stripe-background.jpg' );
	background-repeat: repeat;
}

div#FooterContent {
	width: 950px;
	height: 50px;
	margin: auto;
	text-align: center;
	font-size: xx-small;
	position: relative;
	padding-top: 5px;
	bottom: 0;
	font-size: xx-small;
	color: #696969;
}

/*
 *  Landing Page
/*----------------------------------------------------------------------------*/
div#MainSearch {
	width: 75%;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 100px;
}

html.ie6 div#MainSearch {
	padding-top: 75px;
}

div#MainSearch 	.search-input {
	width: 400px;
}

div#MainSearch div.panel {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div#MainSearch img.tagline {
	margin: auto;
	display: block;
	margin-bottom: 15px;
}

/*
 *  Nav Menu
/*----------------------------------------------------------------------------*/
div#NavMenu {
	padding: 0;
	margin: 5px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

/*
 *  Search Styles
/*----------------------------------------------------------------------------*/
.form-control {
	margin: 0;
	padding: 0;
}

.search-input {
	position: relative;
	top: -3px;
	border: 1px solid #696969;
	height: 16px;
}

html.ie6 .search-input {
	height: 14px;
}

.search-button {
	margin: 0;
	padding: 0;
	height: 21px;
	width: 73px;
	position: relative;
	top: 2px;
}

html.ie6 .search-button {
	top: 1px;
}

div#SearchResults iframe {
	height: 1000px;
	width: 100%;
}

/*
 *  Help Styles
/*----------------------------------------------------------------------------*/
div#SuggestInfo {
	float: left;
	width: 45%;
}

div#SiteList {
	width: 45%;
	margin-left: 50%;
}

div#SiteList a {
	display: block;
	width: auto;
	padding: 2px 0px 2px 0px;
}

div#SiteList a:hover {
	background-color: #262523;
}