body
	{ 
	margin: 0 auto;
	cursor: default;
	background: url(design/bg2.png) repeat 0% 0%;
	background-attachment: fixed;
	}

a {
	cursor: default;
	color: #5986bf;
}

a:hover {
	cursor: default;
	color: #7aacec;
}

/* CONTAINERS & DIVS FOR CONTENT */

#header
{
	width: 1025px;
	height: 265px;
	padding-bottom: 10px;
	background: url(design/yeonjun.png) no-repeat;
}

#container
	{
	margin: 0 auto;
	padding: 0px;
	width: 1288px;
	height: 100%;
	}

#container-style
	{
	background: #FFF;
	clear: both;
	width: 1288px;
	overflow: hidden;
	}

#sidebar
{
	position: fixed;
	width: 147px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding-left: 27px;
	padding-right: 27px;
	margin-top: 20px;
	border-right: 1px solid #e6e6e2;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #747474;
}

#sidebar strong {
	color: #2f2f2f;
}

.sidenav {
	line-height: 30px;
}
.sidenav a {
	cursor: default;
	color: #5f5f5f;
	text-decoration: none;
}

.sidenav a:hover {
	color: #a5c8d6;
}

.nav {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav a{
	cursor: default;
	color: #a39a97;
	text-decoration: none;
}

.nav a:hover {
	cursor: default;
	color: #85716b;
}


#content
{
	padding-left: 233px;
	width: 1040px;
	float: left;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #747474;
}

#footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	color: #dea895;
}

#footer a {
	color: #dea895;
	text-decoration: none;
}

#footer a:hover {
	color: #ba8b7a;
}

#collectingdeck {
	float: left;
	padding-bottom: 20px;
}

#collectingdeck:nth-child(odd) {
	margin-right: 45px;
}


h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a2d4e3;
}

h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #a2d4e3;
	letter-spacing: 2px;
	text-transform: uppercase;

}

em {
	color: #e8b5ad;
	font-style: normal;
}

/* DECORATIVE */

blockquote {
	border: 1px solid #eee4d5;
	background-color: #fef8f1;
	padding: 20px;
	margin: 40px;
	line-height: 26px;
}

blockquote strong {
	color: #c3a69b;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

li {
padding-left: 25px;
background: url('design/peachbullet.png') no-repeat left top;
}


textarea
{
	border: 1px solid #f7eae8;
	background: #fffaf9;
    width: 1000px;
    height: 120px;
	outline: none;
	padding: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #9f9c9b;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
}

input
	{	
	border: 1px solid #f7eae8;
	background: #fffaf9;
	font-family: 'Source Sans Pro', sans-serif;
	color: #9f9c9b;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	height: 32px;
	padding: 5px;
	}

input[type=submit] {
	width: 100px;
	height: 45px;
	background-color: #bce0ec;
	border: 1px solid #bce0ec;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
}


input:focus,
select:focus,
textarea:focus {
    outline: none;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6c5c2;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d6c5c2;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d6c5c2;
}

.tcgdescription {

	font-family: georgia;
	font-style: italic;
	font-size: 11px;
	color: #7c7c7c;
	letter-spacing: 2px;
}


.rectangle {
	 margin-left: 54px;
	 margin-top: 30px;
	 margin-bottom: 30px;
     width: 37px;
     height: 4px;
     background: #ebe4da;
    }

.statistics {
	font-size: 12px;
	line-height: 27px;
}

.statistics em {
	font-style: normal;
	font-weight: bold;
	color: #a2d5e3;
}

#coupons img {
margin: 2px 5px 2px 5px;
}

#cards img {
margin: 2px 6px 2px 6px;
}

#cardscollect img {
margin: 0px 3px 0px 3px;
}

#cardsmisc img {
margin: 0px 4px 0px 4px;
}

#sl_cds img {
margin: 0px 3px 0px 4px;
}


.collapse {
	display: block;
	width: 1000;
	background: #f7efe9;
	padding: 10px 0px 10px 15px;
	letter-spacing: 1px;
	color: #c7a397;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 50px;
}

.collapse a {
	text-decoration: none;
	color: #c7a397;
}

.collapse a:hover {
	color: #c7a397;
	text-decoration: none;
}


.carddiv {
	width: 100%;
	height: 35px;
	background: #f9f1ef;
	text-align: center;
	letter-spacing: 1px;
	color: #d6aea8;

}

.mastered {
	font-size: 0px;
	line-height: 0px;
}

.mastered img {
	margin: 0px;
    padding: 8px;
}

.img
	{
	padding: 10px;
	filter:alpha(opacity=80);
	opacity:0.8;
	}

.img:hover {
	filter:alpha(opacity=10);
	opacity:1;
	}

.indexbody
{
	font-size: 15px;
	line-height: 32px;
}

::selection {
	color: #9f9c9b;
	background: #f3e9e5; }

::-moz-selection {
	color: #9f9c9b;
	background: #f3e9e5; }


/* Daggles card search script */

.highlightCard {
	border: 0px solid #D63550;
	background: transparent;
}
.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}


/* Andrea mastery script */


.titlehide {
margin: 0px;
padding: 0px;
display: none;
}



/* ANDREA'S MASTERY DISPLAY : STYLING; */


#master {
	text-align: center;
}

#master a {
text-decoration: none;
}

#master a:hover {
text-decoration: none;
}

.titlehide {
margin: 0px;
padding: 0px;
display: none;
}

/* ANDREA'S MASTERY DISPLAY : GROUPS */

#s-masg {
width: 250px;
height: 150px;
padding: 5px;
margin: 15px 15px 5px 15px;
background-color: #fff;
border: 1px solid #ebe4da;
background-color: #fff;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6;
display: inline-block;
}

#s-masgdesc {
width: 230px;
height: 130px;
padding: 10px;
opacity: 100;
filter: alpha(opacity=100);
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6;
position: relative;

font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 14px;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;text-align: center;
}

.s-masgdesc {
padding: 5px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}

#s-masgdesc:hover {
opacity: 1;
filter: alpha(opacity=60);
background-color: rgba(202,135,107,.6);
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6;
}


/* ANDREA'S MASTERY DISPLAY : IDOLS */

#s-mas {
width: 100px;
height: 100px;
border-radius: 50%;
margin: 15px 15px 5px 15px;
border: 1px solid #ebe4da;
background-color: #fff;
background-color: #fff;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6;
display: inline-block;
}

#s-masdesc {
width: 80px;
height: 80px;
border-radius: 50%;
padding: 10px;
opacity: 0;
filter: alpha(opacity=0);
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6;
position: relative;

font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 8px;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;text-align: center;
}

.s-masdesc {
padding: 5px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}

#s-masdesc:hover {
opacity: 1;
filter: alpha(opacity=60);
background-color: rgba(202,135,107,.6);
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6;
}

/* ANDREA'S MASTERY DISPLAY : SECTION GiFS */


#s-bts {
width: 250px;
height: 150px;
background: url('https://i.pinimg.com/originals/14/7f/18/147f180716c3718594dd7c1704e6213c.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-g7 {
width: 250px;
height: 150px;
background: url('https://data.whicdn.com/images/295358878/original.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-svt {
width: 250px;
height: 150px;
background: url('https://media.giphy.com/media/VzqX9U4bena8w/giphy.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-txt {
width: 250px;
height: 150px;
background: url('https://64.media.tumblr.com/eb9c11e0b13c7112b701c01d15179cda/db5156c1698f5392-83/s540x810/8d9bc743116430ac3835e79ab7502f19cc35cc8f.gif') no-repeat;
background-size: cover;
background-position: center;
}


#s-jjk {
width: 100px;
height: 100px;
border-radius: 50%;
background: url('https://66.media.tumblr.com/0967847d690ca7b4ec9a60876eca0348/tumblr_ortv0jDCER1r99c4io1_540.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-kmg {
width: 100px;
height: 100px;
border-radius: 50%;
background: url('https://66.media.tumblr.com/691448743107e8f7ad88dc94b5ce732d/tumblr_pwuuutYBBR1rabk28o4_r1_400.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-cyj {
width: 100px;
height: 100px;
border-radius: 50%;
background: url('https://64.media.tumblr.com/b4457ef2bcfe05d574fc3d59f1039a2d/9ae5ed96372541d3-7c/s400x600/8bd587de57e83361181943f0e23108d600f87a2e.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-kyg {
width: 100px;
height: 100px;
border-radius: 50%;
background: url('https://66.media.tumblr.com/96a83efd3be88240f65cc7be4b72a347/tumblr_ps33m4Jqhd1utactko1_400.gif') no-repeat;
background-size: cover;
background-position: center;
}

#s-syv {
width: 100px;
height: 100px;
border-radius: 50%;
background: url('https://66.media.tumblr.com/085e8b6e0ee44b299c33ca947285f37f/tumblr_pxrdz6aTdU1qz958co5_r1_640.gif') no-repeat;
background-size: cover;
background-position: center;
}


/* Show Needed script */


#needed-deck {
    font-weight: normal;
    color: #a1c5d4;
    text-align: left;
    display: inline-block;
    width: 31%;
    margin: 0px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: top;
}

#needed-cards {
    font-weight: normal;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 68%;
    margin: 0px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: top;
}

#needed-trading #needed-cards {
    color: white !important;
}

#needed-pending {
    font-weight: normal;
    color: #d0d0d0;
}

#needed {
    text-align: left;
}

#needed b, #needed strong {
    text-align: left;
    font-weight: bold;
}