body {
	font: 400 16px 'Open Sans', sans-serif;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-color: #f1eef3;
	text-align: justify;
	line-height: 26px;
	color: #adabae;
	margin: 0;
}

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: #8d7686;
}
a:hover { color: #80a9a9; }

b { color: #a18999; }
i { color: #93c2c3; }
u { color: #b8a998; }
strike { color: #c6c4c7; }
strong { color: #9f9da0; }

h1 {
	font: 600 50px 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	color: #b8a998;
}
h1:first-letter { color: #93c2c3; }
h2 {
	font: 600 20px 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	margin: 8px 0 10px 0;
}

input, textarea, select {
	font: 400 16px 'Open Sans', sans-serif;
	border: 1px solid #e6e3e8;
	padding: 10px 15px;
	border-radius: 5px;
	color: #adabae;
	margin: 3px;
}

blockquote  {
	font: italic 400 16px 'Open Sans', sans-serif;
	background-color: #e6e3e8;
	padding: 2% 4% 2% 6%;
	border-radius: 20px;
	position: relative;
	line-height: 26px;
	max-width: 100%;
	margin: 2% auto;
	color: #b8a998;
	z-index: 15;
	width: 80%;
}
blockquote:after {
	content: '\f10d';
	font: 600 30px 'Font Awesome 5 Free', sans-serif;
	top: 0; bottom: 0; left: -10px;
	background-color: #f1eef3;
	margin: auto 0 auto -30px;
	border-radius: 50px;
	position: absolute;
	line-height: 100%;
	color: #93c2c3;
	padding: 20px;
	height: 30px;
	z-index: 25;
}

blockquote.phpcode
{
    font: 400 16px 'Courier New', monospace;
    background-color: rgba(0,0,0,0.05);
    text-align: left;
    font-style: normal;
    border-radius: 0;
    color: #333333;
    padding: 20px;
    width: 100%;
    margin: 0;
}
blockquote.phpcode:after {
    content: none;
    background-color: none;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	clear: both;
	left: auto;
}
#header {
	background-image: url('header.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	height: 460px;
	width: 900px;
}
#float-block {
	position: absolute;
	width: 265px;
	top: 20px;
}
#float-block img {
	-webkit-transition: all 0.6s ease;
	-webkit-filter: grayscale(100%);
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	filter: grayscale(100%);
	margin: 2px;
}
#float-block img:hover {
	-webkit-filter: none;
	filter: none;
}
#float-block img.skinThumb {
    border: 3px solid #d5cdce;
    border-radius: 50px;
    width: 80px;
}
#float-block span.skinCredit {
    font: 400 11px 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#navigation {
	position: fixed;
	margin: 50px 0 0 0;
	width: 200px;
}
#navigation a {
	font: 600 26px 'Barlow Condensed', sans-serif;
	background-color: rgba(255,255,255, 0.3);
	-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;
	border-radius: 0 5px 5px 0;
	display: block;
	margin: 5px 0;
	padding: 10px;
}
#navigation a:hover:nth-child(odd) { color: #4c4052; }
#navigation a:hover:nth-child(even) { color: #4c4052; }
#navigation a:nth-child(odd) { color: #93c2c3; }
#navigation a:nth-child(even) { color: #8d7686; }

.tcgLinks {
    margin-right: 0 !important;
    margin-top: -20% !important;
    float: right;
    position: fixed;
    right: 0 !important;
	width: 200px;
}
.tcgLinks a {
	font: 600 28px 'Barlow Condensed', sans-serif;
	background-color: rgba(255,255,255, 0.5);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	border-radius: 5px 0 0 5px;
	transition: all 0.6s ease;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 5px 0;
	padding: 10px;
}
.tcgLinks a:hover:nth-child(odd) { color: #4c4052; }
.tcgLinks a:hover:nth-child(even) { color: #4c4052; }
.tcgLinks a:nth-child(odd) { color: #93c2c3; }
.tcgLinks a:nth-child(even) { color: #8d7686; }

#container {
	margin: -80px auto 30px auto;
	width: 100%;
}
#container .sub-links {
	margin-bottom: 30px;
	display: flex;
	width: 750px;
	left: 0;
}
#container .sub-links a {
	font: 600 20px '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;
	flex: 1;
}
#container .sub-links a:hover:nth-child(odd) { color: #877380; }
#container .sub-links a:hover:nth-child(even) { color: #80a9a9; }
#container .sub-links a:nth-child(odd) { color: #a18999; }
#container .sub-links a:nth-child(even) { color: #95c6c6; }
#container .content {
	text-align: justify;
	width: 900px;
}
#footer {
	font: 400 12px 'Open Sans', sans-serif;
	background-image: url('footer.jpg');
	background-repeat: repeat-x;
	text-transform: uppercase;
	padding: 3% 15% 1% 15%;
	line-height: 20px;
	overflow: hidden;
	margin: 0 auto;
	bottom: 0;
}

/* 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
-----------------------------------------------------------*/
#thumbViews {
    display: flex;
}
#thumbViews > div {
    text-align: center;
    margin: 0 20px;
    flex: 1;
}
#thumbViews > div:first-child {
    margin-left: 0;
}
#thumbViews > div:last-child {
    margin-right: 0;
}

.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 'Calibri', sans-serif;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: auto;
}
.needed-list {
    font: 400 12px 'Calibri', sans-serif;
    border: 1px solid #e0e0e0;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: left;
    overflow: auto;
    padding: 10px;
    height: 100px;
    width: 90%;
}
#needed-deck {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 31%;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    vertical-align: top;
}
#needed-cards {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 68%;
    margin: 0;
    border-bottom: 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;
}

.highlightCard {
    border: 2px solid white;
    padding: 5px;
    background: linear-gradient(90deg,rgba(255, 230, 168, 1) 0%, rgba(255, 169, 203, 1) 50%, rgba(181, 187, 248, 1) 100%);
}
.dimmedCard {
    border: 2px solid white;
    background: whitesmoke;
    opacity: 0.4;
    filter:alpha(opacity=40);
}