/* ## Stylesheet for Sundays site ## */
*	{margin:0px; padding:0px;}

/* ## General ## */
body	{background:#fed; margin:1em;}
/* font-family, font-size, colour */
body,p,td,th,ul,ol	{font-size:14pt; font-family:Arial, Helvetica, sans-serif; color:#666;}
td,th	{font-size:14pt;}
p	{margin:0px 0px 0.75em 0px;}

@media only screen and (min-width: 1000px) {
body,p,td,th,ul,ol	{font-size:100%;}
td,th	{font-size:100%;}
} 


/* ## Headings ## */
/* default font-family and colour */
h1,h2,h3,h4,h5	{color:#c60; font-family:Arial, Helvetica, sans-serif; margin:1em 0 0.3em 0;}
/* size and other */
h1		{font-size:200%; margin-top:0; text-align:center;}
h2		{font-size:150%;}
h3		{font-size:140%;}
h4,h5	{font-size:130%;}

@media only screen and (min-width: 1000px) {
h1		{font-size:180%; margin-top:0; text-align:center;}
h2		{font-size:130%;}
h3		{font-size:110%;}
h4,h5	{font-size:100%;}
} 

/* ## Links ## */
a				{color:#00e;}
a:visited 		{color:#00c;}
a:active,a:hover{color:#f00; background:#ccc;}

/* ## Lists ## */
ul, ol	{margin-left:25px; margin-bottom:1em;}
p.pl	{margin:0px 0px 1px 0px;}
ul li	{list-style:disc url(i/bullet_board.png);}
li.card	{list-style:disc url(i/bullet_card.png);}
li.disc	{list-style:disc;}
li.none	{list-style:none;}
li.war	{list-style:disc url(i/bullet_war.png);}

/* ## Other ## */
em	{font-weight:bold; font-style:normal;}
hr	{margin:1em;}

#mc	{display: block; width:100%;}
@media only screen and (min-width: 1000px) {
	#mc	{float:left; width:47%;}
} 
#mcp	{width:90%;}

.next	{margin:0 2em 1.5em 2em; padding:0 1em; border:3px #f66 solid; background:#fff; border-radius:15px; box-shadow: 0 8px 16px 0 rgba(255,0,0,0.8), 0 6px 20px 0 rgba(0,0,0,0.19);}
.next h2	{margin-top:0.2em; color:#f66; text-align:left;}
.next h5	{margin-top:0.2em;}
.next .card	{padding-left:20px; background:url(i/bullet_card.png) no-repeat;}
.next .board	{padding-left:20px; background:url(i/bullet_board.png) no-repeat;}
.next .war	{padding-left:20px; background:url(i/bullet_war.png) no-repeat;}


#header,#prev,.year,.house,#roll,#houserules,#remoteoptions	{margin:0 1em 1em 1em; padding:0 1em; border:1px #eca solid; background:#eca; border-radius:15px;}
#header {padding-bottom:1em;}
#header p {font-size:100%;}
#header .email		{float:left; padding:0em 10px 0em 1em;  font-size:160%; font-weight:bold;}
#prev h4	{padding-bottom:.5em;}
#remoteoptions h3 {color:#3a3;}
.mtg	{color:#69f;}
.mk		{color:#c93;}
.mon	{color:#c60;}


#biglist	{border:2px #eca solid; background:#eca; padding-left:0.5em; border-radius:15px;}/*background:#ddf;*/
@media only screen and (min-width: 1000px) {
	#biglist	{margin-left:48%; }
} 
#biglist h2	{text-align:center;}
#biglist li em	{color:#f66; font-size:120%;}
.gtitle {font-weight:bold;}

#most, #mostgrouped	{width:90%; margin:0 auto; padding:0.5em 1em 1em 1em; background:#fed; border-radius:10px;}
#mostgrouped	{background:#def; display:none;}
#most .card, #mostgrouped .card	{color:#666; padding-left:20px; background:url(i/bullet_card.png) no-repeat;}
#most .board, #mostgrouped .board	{color:#666; padding-left:20px; background:url(i/bullet_board.png) no-repeat;}
#most .war, #mostgrouped .war	{color:#666; padding-left:20px; background:url(i/bullet_war.png) no-repeat;}
.most-group {margin-bottom:0.3em; padding:0.3em; border:2px #db9 solid; background:#ffc; border-radius:10px;}/*background:#def*/
#mostgrouped .most-group {background:#fed;}
.most-group table {width:100%;}
.most-group th {width:90px; font-size:110%; font-weight:bold; color:#c60;}
.most-group td {font-weight:bold;}
.most-group td.lp {width:120px; text-align:center; font-weight:normal;}
#most .hdr, #mostgrouped .hdr	{border:none; background:none;}
.hdr th {color:#000;}
.hdr td.gm {}
.hdr td.pl {width:120px; padding-left:25px;}
.hdr td.lp {font-weight:bold;}

.nav	{margin:-1em -1em 1em -1em; padding:0.1em 3em; background:#c60;}
.nav a {color:#fed; text-decoration:none;}

.attendees {padding-left:5em;font-size:70%;color:#888;}

/* top link */
.tl	{padding-top:5px; text-align:center; font-size:80%;}

/* ## end ## */