/*======================================
	Stylesheet for WelcomeWeb.info
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	margin: 0 auto;
	background: #fff url(/images/body-bg.png) top left repeat-x;
	color: #333;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header_outer {
/*	margin-top: 2em; */
}

#header {
	margin-top: 0;
	position: relative;
	height: 280px;
}

body.home #header {
	height: 360px;
}

#badgeFan {
	position: absolute;
	right: -12px;
	background: #fff url(/images/wwa-logo-inner.jpg) top right no-repeat;
	width: 445px;
	height: 310px;
	z-index: 5;
}
body.home #badgeFan {
	background: #fff url(/images/wwa-logo.jpg) top right no-repeat;
	height: 390px;
}

#header #logo{
	position: absolute;
	top: 40px;
	width: 	500px;
	height: 110px;
	text-indent:  -9999px;
	background: #fff url(/images/wwa-head-main.png) top left no-repeat;
}

#header p {
	position: absolute;
	top: 150px;
	font-size: 1.2em;
	width: 450px;
	padding-right: 50px;
	background: #fff url(/images/wwa-head-arrow.png) top left no-repeat;
	min-height: 100px;
}

body.head #header p {
	top: 180px;
}

#header h1{
	position: absolute;
	width: 	500px;
	top: 228px;
	height: 28px;
	text-indent:  -9999px;
}

body.home #header h1{
	top: 310px;
}

#header h1.h1Guidelines {
	background: #fff url(/images/wwa-head-guidelines.png) top left no-repeat;
}
#header h1.h1Home {
	background: #fff url(/images/wwa-head-home.png) top left no-repeat;
}
#header h1.h1Register {
	background: #fff url(/images/wwa-head-registration.png) top left no-repeat;
}
#header h1.h1Login {
	background: #fff url(/images/wwa-head-login.png) top left no-repeat;
}
#header h1.h1ControlPanel {
	background: #fff url(/images/wwa-head-control.png) top left no-repeat;
}
#header h1.h1MemberDetails {
	background: #fff url(/images/wwa-head-memberdetails.png) top left no-repeat;
}
#header h1.h1MemberBadge {
	background: #fff url(/images/wwa-head-badge.png) top left no-repeat;
}
#header h1.h1MemberSilver {
	background: #fff url(/images/wwa-head-silver.png) top left no-repeat;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
/*
#content ul.adminNav li 
{
	width: 130px;
	float: left;
	background: none;
}
*/
#content .adminNav{
  border:1px solid #ccc;
  border-width:1px 0;
  background-color: #ddd;
  list-style:none;
  margin:0 0 10px;
  padding:0;
/*  text-align:center;*/
}
#content .adminNav li{
  display:inline;
  background: none;
  margin: 0 2px;
  padding-left: 0;
}

#content .adminNav a{
  display:inline-block;
  padding:10px;
  background-color: #fff;
  text-decoration: none;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content_outer {
	background-color: #eee;
}
#content {
	position: relative;
	padding-top: 32px;
}

body.home #content,
body.details #content
{
	background: #eee url(/images/content-bg.png) -16px 30px no-repeat;
}

#content ul, #content ul li {
	margin-left: 0;
}
#content ul {
	padding: 0;
}

#content li {
	padding-left: 15px;
	list-style: none;
	background: transparent url(/images/wwa-bullet.png) top left no-repeat;
}

.badgeBlock p, .badgeBlock ul {
	width: 260px;
}

.badgeBlock img {
	display: block;
	float: right;
	margin: 0 18px 5px 5px;
}

.badgeBlock h3 {
	width: 	170px;
	height: 86px;
	text-indent:  -9999px;
	margin-top: 0;
}
.bronzeBlock {
	
}
.bronzeBlock h3 {
	background: #fff url(/images/content-head-bronze.png) top left no-repeat;
}
.bronzeBlock h3, .bronzeBlock h4 {
	color: #cf8139;
}
.silverBlock {

}
.silverBlock h3 {
	background: #fff url(/images/content-head-silver.png) top left no-repeat;
}
.silverBlock h3, .silverBlock h4 {
	color: #ababab;
}
.goldBlock {
	
}
.goldBlock h3 {
	background: #fff url(/images/content-head-gold.png) top left no-repeat;
}
.goldBlock h3, .goldBlock h4 {
	color: #d2b585;
}

#regLink {
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: center;
	background-color: #ddd;
}
#regLink a{
	color: #523b90;
	font-size: 1.5em;
	line-height: 1.5em;
	text-decoration: none;
}

#regLink a:hover ;{
	text-decoration: underline;
}


#contactform {
	background-color: #ddd;
	overflow: auto;
}
#contactform p {
	width: 800px
}

.currBadge {
	float: left; 
	margin: 0 5px 5px 0;
}

.adminArea {
	background-color: hsla(0, 97%, 61%, 0.24);
}

.infoPending {
	background-color: hsla(222, 48%, 50%, 0.5);
}

.infoBronze {
	background-color: hsla(36, 82%, 76%, 0.5);
}

.infoSilver {
	background-color: hsla(0, 2%, 50%, 0.5);
}

.infoGold {
	background-color: hsla(54, 62%, 47%, 0.5);
}

.infoArea h3,
.infoArea dt,
.infoArea dd, 
.infoArea a {
	margin: .4em; 
}

.infoArea dt,
.infoArea dd { 
	margin: .4em; 
	float: left;
	width: 150px;
}

.infoArea a {
  display:inline-block;
  padding:10px;
  background-color: #fff;
  text-decoration: none;
}

.infoArea .btn {
  margin:0 0 10px;
  padding:0;
  text-align:center;
}
.infoArea p {
  display:inline;
  background: none;
}

.infoArea a{
  display:inline-block;
  padding:10px;
  background-color: #fff;
  text-decoration: none;
}


/*
.infoArea dd { 
	margin-top: .8em; margin-bottom: .4em; 
	width: 170px;
}
*/
/**************************************/
/*               FOOTER               */
/**************************************/
#footer_outer {
	position: relative;
	clear: both;
}
#footer {
	position: relative;
	height: 375px;
}

body.home #footer {
	height: 375px;
}
	
#footer h2 {
	width: 	500px;
	height: 50px;
	text-indent:  -9999px;
	background: #fff url(/images/footer-heading-trust.png) top left no-repeat;
}
#footer p {
	width: 450px;
	z-index:2;
}
#footer #footerMap {
	position: absolute;
	top: 0;
	left: 450px;
}
#footer #copyright {
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 930px;
	padding-top: 10px;
	height: 80px;
	text-indent:  -9999px;
	background: #fff url(/images/footer-background.png) top left no-repeat;
}

#footer #validification{
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 930px;
	height: 50px;
	z-index: 2;
}
#footer #validification img {
	border: 0;
}

/**************************************/
/*        SILVER REPORT               */
/**************************************/

.silverReport h2 { 
	clear: both;
}

.siteThumb {
	float: right;
}

.silverNav {
	display: block;
	background-color: #ddd;
}

.leftBox {
	float: left;
	margin-right: 10px;
}

.trafficLight {
	background-color: #eee;
	table-layout:fixed;
}
.trafficLight th {
	background-color: #fff;
	color: #666;
	height: 12px;
	padding: 0;
}
.trafficLight tr.selected td {background-color: #ddd;}
.trafficLight tr > td:first-child { 
  text-align: center;
}

.trafficLight tr > td:last-child { 
  text-align: center;
  font-weight: bold;
}

/**************************************/
/*               Q-Tabs               */
/**************************************/


/* Common Styles */
/* Used by all layouts: do NOT remove this section */
#content .qtwrapper {
	height: 1%;
	margin: 1em 0;
}
#content ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
#content ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
#content .qtcontent {
	position: absolute;
	margin: 0 0 1em;
	padding: 3px;
	width:99%;
	visibility: hidden;
	border: 1px solid #ccc;
}
#content .qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */

#content .qthead-basic ul.qtabs li {
	background: #eeeeee !important;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid;
	position: relative;
	bottom: -1px;
}
#content .qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}
#content .qthead-basic ul.qtabs li.open {
	background: #fff !important;
	z-index: 2;
}
#content .qthead-basic ul.qtabs li.open span {
	color: #000;
}
#content div.current-basic {
	clear: both;
	border-width: 1px 1px 1px; 
	border-style: solid;
	border-color: #a0a0a0;
	width: 490px;
	height: 120px;
}

/* Rounded Tabs (class suffix: -round1) */
#content .qthead-round1 ul.qtabs li {
	background:#eeeeee url(/images/round1l.gif) no-repeat scroll 0% 0%;
	margin-left: 5px !important;
	padding: 0;
}
#content .qthead-round1 ul.qtabs li span {
	background: transparent url(/images/round1r.gif) no-repeat scroll right top;
	display: block;
	margin: 0;
	padding: 4px;
}
#content .qthead-round1 ul.qtabs li.open {
	background:#666666 url(/images/round1lo.gif) no-repeat scroll 0% 0%;
}
#content .qthead-round1 ul.qtabs li.open span {
	background:transparent url(/images/round1ro.gif) no-repeat scroll right top;
	color:#fff;
}
#content .qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}
#content div.current-round1 {
	clear:both;
	border-width: 3px 1px 1px; 
	border-style:solid;
	border-color: #666666;
/*
	width: 450px;
*/
}

#content .qthead-home ul.qtabs li {
	border: 1px solid #ccc;
	background:#eeeeee url(/images/wwaHomeTabs.png) no-repeat scroll 0 0;
	margin-left: 5px !important;
	padding: 0;
	height: 50px;
	width: 200px;
	text-indent: -9999px;
}

#content .qthead-home ul.qtabs li.bronze {
	background-position: 0 0;
}

#content .qthead-home ul.qtabs li.silver {
	background-position: -200px 0;
}

#content .qthead-home ul.qtabs li.gold {
	background-position: -400px 0;
}

#content .qthead-home ul.qtabs li.platinum {
	background-position: -600px 0;
}

#content .qthead-home ul.qtabs li.open {
	background-position-y: -100px;
}
#content .qthead-home ul.qtabs li.hover span {
	background-position-y: -100px;
	text-decoration: underline;
}
#content div.current-home {
	clear:both;
}

