@import url("reset.css");

body {
	font:normal 20px Helvetica;
}

a {
  border-bottom: 1px dotted #eee;
  color: #53abe8;
  font-weight: bold;
  text-decoration: none;
}

#branding {
  background-color: #53abe8;
  border-bottom: 1px solid #000;
	color:#fff;
	display:block;
	font:bold 18px Helvetica;
	line-height:40px;
	text-align:center;
	text-shadow:rgba(0, 0, 0, .25) -1px -1px 1px;
	text-decoration:none;
}

.navigation { display: none; }

h1,
#upcoming-events h3 {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  padding: 10px;
}

h3 .icon {
  margin-right: 5px;
  vertical-align: bottom;
}

#upcoming-events {
  clear: both;
  padding-top: 15px;
}

#upcoming-events dt,
#upcoming-events dd {
  padding: 0 10px;
}

#upcoming-events dt {
  margin-top: 10px;
}

#upcoming-events dt a {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#upcoming-events dd a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}

#membership-prompt a {
  background-color: #6fc26e;
  border-top: 1px solid #dedede;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 10px auto 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

#copyright {
  color: #666;
  display: block;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

ol.list li {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 10px;
}

ol.list li h2 {
  padding: 10px 0;
}

ol.list li h2 a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}

ol.list li .meta {
  color: #666;
  font-size: 13px;
  margin-bottom: 5px;
}

ol.list li p {
  margin-bottom: 10px;
}

#sponsors {
  margin-top: 20px;
  text-align: center;
}

#sponsors li {
  padding: 5px;
}

#feature { display: none; }

/** Blog: Entry Detail */

body.blog.detail h2,
body.blog.detail .meta,
body.blog.detail .body {
  padding: 0 10px;
}

body.blog.detail h2 {
  margin: 10px 0;
}

body.blog.detail h2 a {
  color: #000;
}

.meta {
  color: #666;
  font-size: 13px;
  margin-bottom: 5px;
}

body.blog.detail p {
  font-size: 15px;
  line-height: 22px;
  margin: 10px 0;
}

/** Calendar */

body.calendar h2 {
  background-color: #555;
  border: 1px solid #222;
  border-left: 0;
  border-right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  text-shadow: rgba(0, 0, 0, .25) -1px -1px 1px;
  text-transform: uppercase;
}

body.calendar #primary-content ol li {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-size: 14px;
  padding: 10px;
}

body.calendar #primary-content ol li h3 a {
  color: #000;
  font-size: 18px;
}

/** Board */

body.board #primary-content h2 {
  margin: 10px;
}

body.board #primary-content h2 a {
  color: #000;
  font-size: 18px;
}

body.board #primary-content .headshot {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0 10px 10px 10px;
  max-width: 35%;
  float: left;
}

body.board #primary-content p {
  font-size: 15px;
  line-height: 22px;
  margin: 10px;
}

/** Pagination */

.pagination {
  margin: 25px 0;
  text-align: center;
}

.pagination li {
  color: #ccc;
  display: inline;
  font-size: 14px;
  margin: 0 25px;
}

.pagination li a {
  -webkit-border-radius: 10px;
  background-color: #f2f2f2;
  padding: 15px;
}
