/*---------------------------------------------------------------
Advanced CSS file for Winchester Scholarship Fund

Colors:     #d0d6cd medium grey
            #000    black
            #fff    white
            #318097 teal
---------------------------------------------------------------*/
body
{
  font-family: "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;  
}
a
{
  font-weight: bold;
  text-decoration: underline;
}
a:after
{
  content: " (" attr(href) ") ";
  font-size: 90%;
}
a[href^="/"]:after
{
  content: " (http://www.winchestersf.org" attr(href) ") ";
}

p
{
  padding: 0;
  margin: 0 0 1.5em;
}
ul, ol
{
  margin-top: 0;
  margin-bottom: 1.5em
}
p + ul, p + ol
{
  margin-top: -1.2em;
}
abbr, acronym
{
  border: 0;
}

div#logo
{
  font-size: 2.5em;
}

p#copyright
{
  float: left;
  font-size: .8em;
  line-height: 2em;
  margin: 0 5px 0 35px;
}
ul#footerNav, ul#mainNav, ul#faqList, a.b2t, .alt, .clear
{
  display: none;
}

/* TABLES */
table
{
  margin: 0 0 1.8em;
}
th, td
{
  padding: 2px 5px;
  text-align: left;
}
table.members
{
  border: solid #000;
  border-width: 0 1px 1px 1px;
  width: 360px;
}
table.members thead
{
  display: none;
}
table.members caption
{
  border: solid #000;
  border-width: 0 0 1px 1px;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 5px;
  text-align: left;
}
table.members td
{
  text-align: left;
  vertical-align: top;
  width: 110px;
}

