/* ## Stylesheet for Monkey, monkey, monkey site ## */

/* ## General ## */
body	{background:#fff; margin:1em 3em;}
/* 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;}
h2		{font-size:150%; margin-top:20px; margin-bottom:0px; border-bottom:1px solid;}
h3		{font-size:120%; margin-top:20px; margin-bottom:0px;;}
h4,h5	{font-size:100%; margin-top:10px; margin-bottom:0px;}

/* ## Links ## */
a			{color:#30f;}
a:active 	{color:#f00;}
a:visited 	{color:#30f; background:#eee;}
a:hover		{color:#f00;}

/* ## Lists ## */
/*ul li	{list-style:disc url(http://www.ymrl.org.au/images/bullet_star.gif);}*/
p.pl {margin-bottom:-12px;}
ul,ol,li	{margin-left:20px;}
/* ## 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;}


/* ############ forms ############################################################ */
input, textarea {font-size: 150%;}
button {margin-top: .75em; padding:.5em 1em; font-size: 120%; border-radius:5px; background-color: #fff; border:2px #000 solid;box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}
button:hover		{ background-color: #ff9900;}


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

/* for display tables divs */
.dt, .dtc		{text-align:left; width:90%; margin:5px auto; padding:5px 0px 5px 0px;}
.dt table, .dtc	table	{width:90%;}
.dt th, .dtc th		{background-color:#ddd; border:1px #aaa solid; padding:5px;}
.dt td 			{text-align:left; border:1px #ccc solid; padding:5px;}
.dtc td 		{text-align:center; border:1px #ccc solid; padding:5px;} /* only diff */

/* top scores box */
#scores	{float:left; Width:50%;}
tr.onesong	{background:#fdd;}
#suggest	{margin-left:50%; padding-left:1em;}
/* ## end ## */