/* Suffolk Folk Stylesheet */

/* general */

html, body
{
	background: white;
	color: black;
	font-family: sans-serif;
}

h1, h2, h3
{
	margin-top: 0;
	margin-bottom: 5px;
	font-family: sans-serif;
}

h2
{
  font-size: 150%;
}

i
{
  font-family: 'Times Roman', serif;
}

sup
{
  font-size: 60%;
}

/* headers */

div.headerpanel
{
	font-size: 80%;
	font-family: sans-serif;
	border: none; /* solid thin #060; */
	background: #ded;
	width: 510px;
	padding-left: 5px;
	float: right;
}

/* main navigation bar */

div.navbar
{
	width: 100%;
	height: 10px; /* was 32px */
	margin: auto; 
	background: white; 
	color: black;
	text-align: center;
	font-size: 14px;
	font-family: sans-serif;
	height: 26px;
}

div.navtab-left
{
	margin: 0;
	padding-top: 5px;	
	width: 8px;
	background: white url(images/nav-tab-left.png) top right no-repeat;
	text-align: center;
	float: left;
	height: 20px;
}

div.navtab-mid
{
	margin: 0;
	padding: 5px 0 0;	
	background: white url(images/nav-tab-mid.png) top repeat-x;
	text-align: center;
	float: left;
	height: 20px;
}

div.navtab-right
{
	margin: 0;
	padding-top: 5px;
	width: 8px;
	background: white url(images/nav-tab-right.png) top left no-repeat;
	text-align: center;
	float: left;
	height: 20px;
}


div.navoffset
{
	margin: 0 10px 0 0;
	width: 56px;
	float:left;
	background: white;
	color: black;
}

div.navtab-mid a
{
	color: #eef;
	text-decoration: none;
}

div.navtab a:hover
{
	background: #0c0;
}

/* sub navigation buttons */

span.subnav
{
	background: #fdb;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 14px;
}

span.subnav a:link
{
	text-decoration: none;
	color: #33f;
}

span.subnav a:visited
{
	text-decoration: none;
	color: #909;
}

span.subnav-this
{
	background: #060;
	color: white;
	font-size: 14px;
}

span.subnav-other
{
	background: #ded;
	color: black;
	font-size: 14px;
}

span.subnav-other a
{
	text-decoration: none;
}

/* content */

td.content h1, td.content h2, td.content h3
{
	color: black;
	background: #9c9;
}

ul li h4
{
	margin-bottom: 0;
}


div.content, table tr td.content
{
	padding: 10px;
	font-family: sans-serif;
	font-size: 16px;
	background: #ffc;
	color: black;
}

div.rightcol
{
	float: left;
	width: 360px;
	margin: 0;
	padding-left: 10px;
  border-left: solid thin #9c9;
}

div.leftcol
{
	float: left;
	width: 360px;
	margin: 0 10px 10px;
	padding-right: 20px;
}

div.pic
{
	border: thin solid #9c9;
	padding: 4px;
	margin: 4px;
	float: right;
	clear: right;
	background: white;
	color: black;
	font-size: 90%;
}

div.pic img
{
	margin: auto;
}

/* Mardles page */
table.deadlines
{
	border-top : thin solid green;
	border-right : thin solid green;
	margin: 10px;
}

table.deadlines tr td, table.deadlines tr th
{
	border-left : thin solid green;
	border-bottom: thin solid green;
	padding: 5px;
}

table.adrates
{
	border-top : thin solid green;
	border-right : thin solid green;
	margin: 10px;
  border-collapse: collapse;
}

table.adrates tr td, table.adrates tr th
{
	border-left : thin solid green;
	border-bottom: thin solid green;
	padding: 5px;
  font-size: 80%;
}

ul.adformats
{
  margin-left: 2em;
  padding-left: 0;
  font-size: 80%;
}



/* index page */
div.newsflash
{
	margin: 20px;
	padding-bottom: 10px;
	border: none;
	background: white;
	color: black;
	
}

div.newsflash h2
{
	background: red;
	color: white;
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px;
}

/* events listings */

table.eventcal
{
	border-top: thin solid green;
	width: 700px;
}

table.calendar
{
	border-collapse: collapse;
  width: 700px;
}

table.calendar tr td
{
	border: thin solid green;
	padding: 3px 5px;
	margin: 0;
}

tr.calendar
{
	border: thin solid green;
	padding: 3px;
}

/* dances page */
table.dance1
{
	clear: right;
	border-collapse: collapse;
	background: #ffe;
	color: black;
	width: 100%;
}

table.dance1 tr td
{
	border-top: none; /* thin solid green;*/
	border-bottom: none; /* thin solid green; */
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

/* contacts page */
table.committeelist
{
	border-collapse: collapse;
}

table.committeelist tr td
{
	border-top: thin solid #dcb;
	border-bottom: thin solid #dcb;
	margin: 0;
	padding: 2px 10px;
	vertical-align: top;	
}

/* stop press page */

ul.stoppress li
{
  margin-top: 5px;
  border-top: 1px solid #090;
}

ul.stoppress li ul li
{
  margin-top: 0;
  border: none;
}

ul.stoppress li h4
{
  margin-top: 5px;
/*  background: white; */
  color: #900;
}

ul.stoppress li h5
{
  margin: 5px 0 0 0;
}

/* Folk at the Riverside page */

img.rspic
{
	border: thick solid white;
  float: right;
  clear: right;
}

div.riverside-main
{
	font-weight: bold;
	font-family: Georgia,serif; 
	color: black; 
	background: white;
	width: 370px; 
	margin: auto; 
	border-left: thin solid #9f9;
	border-right: thin solid #9c9;
}

table.riversideprog
{
  border-collapse: collapse;
  border: thin solid black;
}

table.riversideprog tr td
{
  border: thin solid black;
  padding: 5px;
  vertical-align: top;
}

/* schools pages */

div.schoolsinfo
{
  clear: both;
  margin: 20px;
  padding: 20px;
  border: medium solid #363;
  background: white;
}

table.kersey
{
  border-collapse: collapse;
  border: thin solid black;
  width: 80%;
  margin: auto;
}

table.kersey tr td
{
  border-bottom: thin solid #999;
  padding-right: 10px;
}

/***** admin membership *****/

table.listmembers tr td
{
  vertical-align: top;
}
