html {
	background-position: fixed;
	max-height: 100%;
	height: 100%;
}
body {
	background: linear-gradient(#333333, #aaaaaa);
	font: 400 16px 'Open Sans', sans-serif;
	background-repeat: no-repeat;
	background-position: fixed;
	background-color: #aaaaaa;
	margin: 20px 0;
	color: #808080;
}
b { color: #75b1d6; }
i { color: #f3c23a; }
u { color: #6e9eba; }
strike { color: #cccccc; }
strong { color: #708e31; }
a:link, a:active, a:visited {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-decoration: none;
	font-weight: 600;
	color: #3c76a1;
}
a:hover { color: #75b1d6; }
h1 {
	font: 600 30px 'Nunito', sans-serif;
	border-bottom: 1px solid #f8f1d4;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	color: #75b1d6;
}
h1:first-letter {
	color: #3c76a1;
}
h2 {
	font: 600 24px 'Nunito', sans-serif;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	color: #f3c23a;
}
h2:first-letter { color: #708e31; }
h3 {
	font: 600 20px 'Nunito', sans-serif;
	border-bottom: 1px solid #f8f1d4;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
    text-align: center;
	color: #75b1d6;
}

input, textarea, select {
	font: 400 16px 'Nunito', sans-serif;
	box-shadow: 0 0 3px #eeeeee;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 10px 20px;
	color: #808080;
}
blockquote {
	font: italic 400 16px 'Nunito', sans-serif;
}
#wrapper {
	background-color: #ffffff;
	width: 900px;
}
#wrapper .header {
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	margin: 0 auto;
	height: 300px;
	width: 900px;
}
#wrapper .header .title {
	font: 400 60px 'Amatic SC', cursive;
	text-shadow: 2px 2px 0 #2f61a5;
	text-transform: lowercase;
	margin: 180px 0 0 33.2%;
    text-align: center;
	position: absolute;
	color: #ffffff;
	width: 300px;
}
#wrapper .header .tagline {
	font: 400 10px 'Georgia', sans-serif;
	background-color: #000000;
	text-transform: uppercase;
	margin: 250px 0 0 32.8%;
	letter-spacing: 2px;
	position: absolute;
	color: #ffffff;
	padding: 5px;
	width: 300px;
}
#wrapper .menuTop {
	background-color: #333333;
	display: flex;
	width: 900px;
}
#wrapper .tcgLinks {
	display: flex;
	width: 860px;
}
#wrapper .tcgLinks a {
	font: 600 16px 'Barlow Condensed', sans-serif;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	flex: 1;
}
#wrapper .tcgLinks a:hover:nth-child(odd),
#wrapper .tcgLinks a:hover:nth-child(even) { background-color: #eaeaea; color: #1a4143; }
#wrapper .tcgLinks a:nth-child(odd) { color: #9aac96; }
#wrapper .tcgLinks a:nth-child(even) { color: #d8c779; }
#wrapper .welcomeNote {
	font: 400 14px 'Nunito', sans-serif;
	background-image: url('welcome-lisa.png');
	background-position: center right;
	border-bottom: 8px solid #ffffff;
	border-top: 8px solid #ffffff;
	padding: 25px 300px 25px 20px;
	background-repeat: no-repeat;
	background-color: #eaeaea;
	text-align: justify;
	line-height: 22px;
	color: #808080;
}
#wrapper .content {
	font: 400 16px 'Nunito', sans-serif;
	text-align: justify;
	line-height: 26px;
	color: #808080;
	padding: 20px;
}
#wrapper .content .tcg-links {
    background-color: #808080;
    text-align: center;
    padding: 5px;
}
#wrapper .content .tcg-links a {
    font: 600 16px 'Nunito', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
    color: #e0e9ed;
}
#wrapper .sideBar {
	font: 400 12px 'Nunito', sans-serif;
	text-align: justify;
	line-height: 20px;
	color: #aaaaaa;
	padding: 20px;
}
#wrapper .footer {
	font: 400 12px 'Nunito', sans-serif;
	background-color: #333333;
	text-align: center;
	color: #808080;
	padding: 20px;
}
#wrapper .footer .links a {
	font: 600 12px 'Nunito', sans-serif;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

/* Drop Down Menu
-------------------------------------------------------------- */
#primaryNav {
	width: 100%;
	margin: 0;
}
#primaryNav ul {
	list-style: none;
	position: relative;
	display: flex;
	margin: 0;
	padding: 0;
}
#primaryNav ul a:hover {
	color: #ffffff;
}
#primaryNav ul li {
	position: relative;
	float: left;
	flex: 1;
}
#primaryNav ul li:nth-child(odd) a { color: #3c76a1; }
#primaryNav ul li:nth-child(even) a { color: #75b1d6; }
#primaryNav ul li a {
	font: 600 20px 'Nunito', sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	display: block;
}
#primaryNav ul li a:hover {
	background-color: #eaeaea;
	padding: 15px 0;
	color: #6e9eba;
}
#primaryNav ul ul {
	background: #eaeaea;
	position: absolute;
	display: none;
	padding: 0;
	top: 100%;
	left: 0;
}
#primaryNav ul ul li {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-bottom: 1px solid #dadada;
	width: 180px;
	float: none;
	padding: 0;
}
#primaryNav ul ul li a:hover {
	background-color: #cccccc;
	text-transform: capitalize;
	padding: 10px 10px;
	font-size: 14px;
	color: #ffffff;
}
#primaryNav ul ul a {
	text-transform: capitalize;
	line-height: 120%;
	padding: 10px 10px;
	font-size: 14px;
	text-align: left;
	color: #ffffff;
}
#primaryNav ul ul ul {
	top: 0;
	left: 100%;
}
#primaryNav ul li:hover > ul {
	color: #ffffff;
	display: block;
}

/* Table Styles
-----------------------------------------------------------*/
.border {
	border: 1px solid #eeeeee;
	padding: 5px;
}
.headLine {
	font: 600 18px 'Barlow Condensed', sans-serif;
	border-bottom: 2px solid #f8f1d4;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 5px;
	color: #849980;
}

/* Image Styles
-----------------------------------------------------------*/
.buddies {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-radius: 100px;
	margin: 0 5px;
	opacity: 0.4;
	width: 150px;
}
.buddies:hover { opacity: 1; }
.decks {
    line-height: 0;
}
.cardList {
    font: 400 11px 'Nunito', sans-serif;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 150px;
}
.cardList span.text {
    background-color: #e4e3de;
    margin: 3px 0 10px 0;
    display: block;
    color: #000000;
    padding: 2px;
}
#needed-deck {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 31%;
    margin: 0;
    border-top: 1px solid #eeeeee;
    vertical-align: top;
}
#needed-cards {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 68%;
    margin: 0;
    border-top: 1px solid #eeeeee;
    vertical-align: top;
}
#needed-trading #needed-cards {
    color: white !important;
}
#needed-pending {
    font-weight: normal;
    color: #FFC03C;
	text-shadow: 1px 1px 2px rgba(255, 192, 60, 0.5);
}
#needed {
    text-align: left;
    font-family: calibri;
    font-size: 11px;
}
#needed b, #needed strong {
    text-align: left;
    font-family: calibri;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}