@charset "utf-8";
/* CSS Document */

/*generics */
body {
  background: #faf8d1 url(images/dcypaa-bg.png) no-repeat top center;
  margin: 0px;
  font-family: 'lucida sans', Arial;
  font-size: 13px;
  line-height: 1.4em;
  }
p {
  margin: 0 0 1.5em;
  padding: 0;
  }
h1, h2, h3 {
  margin: 0 0 3px;
  }
h1 {
  color: #734719;
  font-size: 29px;
  font-weight: bold;
  line-height: 35px;
  font-family: georgia;
  font-style: italic;
  margin-left: 4px;
  }  
h2 {
  color: #0c5a68;
  font-size: 20px;
  font-weight: bold;
  }
#page {
  width: 829px;
  margin: auto;
  }
#content {
  margin-left: 9px;
  margin-bottom: 10px;
  background-color: #faf8d0;
  border: 1px solid #e8a776;
  padding: 40px;
  }
.divider-dotted {
  border-bottom: 1px dashed #1C3F75;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  }
p.home-par{
  font-size: 14px;
  line-height: 19px;
  padding: 20px;
  }
a {
  text-decoration: none;
  border-bottom: 1px dashed #d21e1e;
  }
a:link {
  color: #d21e1e;
  }
a:visited {
  color: #d1642f;
  }
a:hover {
  color: #1e7c17;
  }
.padding1 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  }
.buffer1 {
  margin-bottom: 10px;
  }
.buffer2 {
  margin-bottom: 30px;
  }
.buffertop1 {
  margin-top: 10px;
  }
.buffertop2 {
  margin-top: 30px;
  }
.buffertop3 {
  margin-top: 60px;
  }
.small1 {
  font-size: 12px;
  }
.small3 {
  font-size: 13px;
  }
.medium {
  font-size: 15px;
  }
.medium1 {
  font-size: 19px;
  }
.blue {
  color: #0c5a68;
  }
.red {
  color: #c72525;
  }
.red1 {
  color: #c37676;
  }
.bold {
  font-weight: bold;
  }
.caps {
  text-transform: uppercase;
  }
.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  }
.textcenter {
  text-align: center;
  }
.float-l {
  float: left;
  }
.float-r {
  float: right;
  }
.clear {
  clear:both;
  height:0;
  overflow:hidden;
  }
.italic {
  font-style: italic;
  }
.lineh-17 {
  line-height: 17px;
  }
  
/* header */
#masthead {

  }
#masthead h1 {
  background: #faf8d1 url(images/dcypaa-header.png) no-repeat top left;
  width: 829px;
  height: 347px;
  margin: 0;
  }
#masthead h1 a {
  border: medium none;
  text-decoration: none;
  }
#masthead h1 a span {
  display: none;
  }
  
/* navigation */
#topnav {
  width: inherit;
  height: 71px;
  }
#topnav a{
  text-decoration: none;
  border: 0;
  }
#topnav ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display: block;
  }
#topnav li {
  float:left;
  margin:0;
  padding:0;
  height: 71px;
 }
#topnav span {
  display: none;
  }
#home-button {
  width: 152px;
  background: url(images/home-button.png) no-repeat;
  }
#committee-button {
  width: 141px;
  background: url(images/committee-button.png) no-repeat;
  }
#events-button{
  width: 122px;
  background: url(images/events-button.png) no-repeat;
  }
#links-button {
  width: 107px;
  background: url(images/links-button.png) no-repeat;
  }
#meetings-button {
  width: 152px;
  background: url(images/meetings-button.png) no-repeat;
  }
#contact-button {
  width: 155px;
  background: url(images/contact-button.png) no-repeat;
  }
#home-button a, #events-button a, #committee-button a, #links-button a, #meetings-button a, #contact-button a {
  height: 71px;
  display: block;
  }
#home-button a:hover {
  background: transparent url(images/home-button.png) no-repeat bottom center;
  }
#committee-button a:hover {
  background: transparent url(images/committee-button.png) no-repeat bottom center;
  }
#events-button a:hover {
  background: transparent url(images/events-button.png) no-repeat bottom center;
  }
#links-button a:hover {
  background: transparent url(images/links-button.png) no-repeat bottom center;
  }
#meetings-button a:hover {
  background: transparent url(images/meetings-button.png) no-repeat bottom center;
  }
#contact-button a:hover {
  background: transparent url(images/contact-button.png) no-repeat bottom center;
  }

/*homepage*/
.home-quote {
  color: #0e495c;
  font-family: Georgia;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  padding: 0 20px;
  font-weight: bold;
  }
.index-header {
  font-size: 26px;
  }
/* footer */
#footer{
  width: 818px;
  margin: auto;
  text-align: center;
  }
#footer a {
  text-decoration: none;
  }
#footer p.menu {
  font-size: 11px;
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  }
#footer p.title {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 12px 0 30px 0;
  font-weight: bold;
  }
  
/* committee */
table#committee {
 
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  }
table#committee td {
  border: 1px solid #000;
  background-color: #f7dd8e;
  }
table#committee td p {
  padding: 5px;
  font-size: 15px;
  margin: 0;
  }
/* links */
#links-wrapper {
  line-height: 18px;
  }
#link-col1 {
  width: 25%;
  padding: 40px 30px 0 0;
  display: inline;
  float: left;
  }
#link-col2 {
  width: 60%;
  padding: 40px 50px 0 0;
  display: inline;
  float: left;
  }
#link-col1 a, #link-col2 a {
  font-weight: bold;
  }
  
/* meetings */
/*#meeting-cont {
  display: block;
  width: 100%;
  }*/
#meeting1, #meeting2, #meeting3{
  width: 26%;
  padding: 10px 20px 20px 10px;
  display: inline;
  margin: 20px 20px 10px 0;
  float: left;
  background-color: #fff;
  height: 150px;
  }
  
/* events */
#events-cont {
  width: 400px;
  margin: auto;
  }
  
/*spades-rules*/
body#spades-rules #page{
  width: 100%;
  }
body#spades-rules #content {
  margin-left: 0;
  }
