/* ## Stylesheet for Sundays Magic site ## */
/* overwrites sundays style sheet */

/* ## General ## */
body	{background:#db8; margin:0px 10px;}
/* size, font-family, color */
body,p,ul,td			{font-size:small;}
body,p,td,th,ul,li,a	{font-family:Arial, Helvetica, sans-serif; color:#333;}

/* ## Headings ## */
/* default font-family and colour */
h1,h2,h3,h4,h5	{color:#06c; font-family:Arial, Helvetica, sans-serif;}
/* size and other */
h1		{font-size:180%; text-align:center; font-family:Trebuchet MS;}
h2		{font-size:150%; margin-top:20px; margin-bottom:0px;}
h3		{font-size:120%; margin-top:20px; margin-bottom:0px;;}
h4,h5	{font-size:100%; margin-top:10px; margin-bottom:0px;}

/* ## Links ## */
a			{color:#00f;}
a:active 	{color:#f00;}
a:visited 	{color:#33f;}
a:hover		{color:#f00;}

/* ## Lists ## */
ul li	{list-style:disc url(i/bullet_card.png);}

/* ## Other ## */
code	{font-size:120%;}
em	{font-weight:bold; font-style:normal;}
hr	{color:#000; background:#000; border:none; height:1px;}

.prop	{color:#666; font-style:italic; font-size:85%;}
.rest	{color:#c66; font-style:italic; font-size:85%;}

.card	{margin:10px; font-family:courier, serif;}
.change	{font-weight:bold; color:#c33;}

/* top nav on block results*/
#tn {width:40%; margin:auto;}

/* for display tables divs */
.dt, .dtc		{text-align:center; padding:5px 0px;}
.dt th, .dtc th	{font-size:90%; background:#bbb; border:1px #aaa solid;}
.dt td 			{font-size:75%; background:#ddd; text-align:left; border:1px #ccc solid;}
.dtc td 		{font-size:90%; background:#ddd; text-align:center; border:1px #ccc solid;} /* only diff */
.dt td.e, .dtc td.e	{background:transparent; border:none;}/* empty */
.dt td.a, .dtc td.a	{background:#ccb; text-align:center;}/* alternate */
.dt td.na, .dtc td.na	{background:#aaa; text-align:center;}/* na HtH cells */
.dt td.eq, .dtc td.eq	{background:#fcc; border:1px #fcc solid; text-align:center;}/* equal HtH cells */
/* Planeswalker title colours */
.dt td.pr, .dtc td.pr	{background:#ccd; text-align:center;}/* Prodigy */
.dt td.ap, .dtc td.ap	{background:#8b8; text-align:center;}/* Apprentice */
.dt td.tm, .dtc td.tm	{background:#3cf; text-align:center;}/* Task Mage */
.dt td.ad, .dtc td.ad	{background:#fcc; text-align:center;}/* Adept */
.dt td.ss, .dtc td.ss	{background:#c9c; text-align:center;}/* Spellshaper */
.dt td.gm, .dtc td.gm	{background:#7a0; text-align:center;}/* Guildmage */


/* main part of front page */
#frontmain	{text-align:Left; margin:1em 400px 1em 5em;}

.old	{padding:3px; border:1px solid #999; background:#ccc;}

/* ## end ## */