/*
Theme Name: Stace Nelson
Theme URI: http://stacenelson.com
Description: Site design/WordPress theme by Production Monkeys
Version: 1
Author: Production Monkeys
Author URI: http://www.productionmonkeys.com
*/

@import url(css/reset.css);

body {
  background: #e5e5e5;
  font-family: "Open Sans";
  color: #414141;
  font-size: 13px;
}
h1, h2, h3, h4, h5, nav a {
  font-family: Garamond, Serif;
}
h1,h2, h3, h4, h5 {
  color: #00467a;
  font-weight: bold;
  font-size: 24px;
}

section h2 {
  line-height: 30px;
}

strong,b { font-weight: bold;}
em,i { font-style: italic;}
hr { height: 1px; border: none; border-bottom: solid 1px #e6e6e6; margin: 15px 0;}
p,blockquote { margin-bottom: 1em; }
blockquote { font-style: italic; padding: 0 20px; }
blockquote footer { font-style: normal; padding-left: 30px; font-weight: bold; margin-top: -1em; }
a { color: #00467a; }
.widthset {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#header {
  background: url(images/headerslice.png) left top repeat-x;
}
#header>.widthset {
  height: 78px;
}

#header .logo {
  width: 316px;
  float: left;
  margin-left: 20px;
  z-index: 10;
  position: relative;
  left: -9px;
}

#header nav {
  width: 600px;
  float: left;
}
#header ul {
  padding: 0;
}
#header nav li {
  display: inline-block;
  height: 78px;
  line-height: 78px;
  margin-right: 30px;
}
#header nav a {
  color: #083656;
  text-decoration: none;
  font-size: 20px;
}
#header nav a:hover {
  text-decoration: underline;
}

.col {
  position: relative;
  float: left;
  min-height: 100px;
}
.col.left {
  width: 620px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  background: transparent;
  padding: 0;
}

article,#infscr-loading {
  padding: 20px 40px;
  background: #fff;
  margin-bottom: 20px;
  line-height: 18px;
}
#infscr-loading {
  text-align: center;
}

article .metainfo {
  font-size: 11px;
  line-height: 18px;
  margin-top: 4px;
}

article .social {
  margin: 15px 0;
}

.col.right {
  width: 280px;
  padding: 20px;
  margin-top: 20px;
  background: url(images/rightcolumn.png) center top no-repeat;
  min-height: 579px;
  margin-bottom: 40px;
}
.col.right hr {
  border: none;
  height: 2px;
  background: url(images/line.png) center top no-repeat;
}

.col.right h3 {
  font-size: 24px;
  font-weight: normal;
  color: #00467a;
  margin-bottom: 15px;
  text-align: center;
}

.col.right ul {
  line-height: 1.7em;
  list-style-type: none;
  padding: 0;
}

#more-events {
  text-align: right;
}

#more-events a {
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  color: #414141;
  text-decoration: none;
}

.upcoming-event-thumb {
  margin-bottom: 10px;
  font-family: Open Sans;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}
.upcoming-event-thumb:last-child {
  border-bottom: none;
}

.upcoming-event-thumb .date {
  width: 38px;
  height: 38px;
  padding: 5px;
  display: inline-block;
  text-align: center;
  float: left;
  clear: left;
  background: #fff;
  color: #00467a;
  margin-right: 15px;
}

.upcoming-event-thumb .month {
  text-transform: uppercase;
  font-weight: 700;
}

.upcoming-event-thumb .day {
  font-weight: 100;
  font-size: 25px;
}

.upcoming-event-thumb .event-title a {
  font-weight: 700;
  font-size: 17px;
  color: #c11334;
  text-decoration: none;
  line-height: 22px;
}
.upcoming-event-thumb .event-location {
  font-weight: 300;
  font-size: 18px;
}

.button-image {
  padding: 0;
  border: none;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 280px;
  height: 45px;
}
.button-image:hover {
  background-position: 0 -45px;
}
.button-image span {
  display: none;
}
.button-image.contribute {
  background-image: url(images/contribute.png);
}
.button-image.stay-in-touch {
  background-image: url(images/submit.png);
}
.button-image.full-story {
  width: 143px;
  height: 32px;
  background-image: url(images/read.png);
}
.button-image.full-story:hover {
  background-position: 0 -32px;
}

.text-image {
  display: inline-block;
  text-indent: -9999%;
  background-repeat: none;
  background-position: 0 0;
}
.text-image.events {
  width: 337px;
  height: 55px;
  background-image: url(images/eventsflag.png);
  position: relative;
  left: -28px;
  margin-top: 13px;
  margin-bottom: 2px;
}

.svn_button {
  font-size: 15px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #e5e5e5;
  background: url(images/buttonbg.png) 0 0 repeat-x;
  padding: 0 15px;
  border: solid 1px #696969;
}
.svn_button:hover {
  background-position: 0 -26px;
}

.input.text {
  background: #f4f4f4;
  color: #9a9a9a;
  height: 43px;
  line-height: 43px;
  width: 260px;
  padding: 0 10px;
  margin-bottom: 15px;
  border: solid 1px #9a9a9a;
  font-size: 20px;
  font-family: Open Sans;
}

.paid {
  text-align: center;
  margin-top: 15px;
}

/* Secondary pages */
#title {
  height: 179px;
  background: #081e2d url(images/2ndpageheader.jpg) center top no-repeat;
  z-index: 1;
}
#title h1 {
  clear: left;
  padding-left: 42px;
  color: #e5e9f0;
  font-size: 50px;
  text-shadow: 0 0 30px #000;
  position: relative;
  top: -10px;
}
#title>.widthset {
  height: 179px;
}
#headshot {
  position: absolute;
  bottom: 0;
  right: 28px;
}

.social {
  background: #fff;
}

#copyright {
  text-align: center;
  font-size: 11px;
  margin-bottom: 40px;
}
#copyright a {
  color: #414141;
  text-decoration: none;
}

.red {
  color: #c20024;
}

ul {
  list-style-type: disc;
  padding-left: 30px;
}
ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-bottom: 15px;
}
ol li {
  margin-bottom: 15px;
}

#nav-below {
  text-align: center;
  font-size: 2em;
}

#nav-below a {
  text-decoration: none;
}