/* BODY ------------------------------------------------------------------ */
html {
  background-color: #f0f0f0;
  border-top: 4px solid #4b4c0a; }

body {
  padding-bottom: 1.5em;
  background-color: transparent;
  font: 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #59595b;
  text-shadow: 0 1px 0 white; }

header, footer, nav, article, section, aside {
  display: block; }

/* HEADINGS -------------------------------------------------------------- */
h1 {
  margin-bottom: 0.75em;
  font-size: 2em;
  line-height: 1.1; }

h2 {
  margin-bottom: 0.75em;
  font-size: 1.4em;
  line-height: 1.3; }

h3 {
  margin-bottom: 0.75em;
  font-size: 1.3em;
  line-height: 1.2; }

h4, h5 {
  margin-bottom: 0.75em;
  font-size: 1.1em;
  line-height: 1.2; }

/* TYPOGRAPHY ----------------------------------------------------------- */
p, ul, ol, dl, table {
  font-size: 0.875em;
  /* 14 / 16 = .875 */ }

p, ul, ol {
  margin-bottom: 1.5em; }

ul {
  list-style-type: disc;
  margin-left: 1em; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 1em; }

strong, b {
  font-weight: bold; }

div > strong {
  font-weight: normal; }

em, i {
  font-style: italic; }

hr {
  display: none; }

blockquote {
  font-family: Georgia, Times, serif;
  line-height: 1.3;
  text-indent: -10px; }

/* LINKS ------------------------------------------------------------------ */
a {
  outline: none;
  color: #809a4b;
  text-decoration: none; }
  a:visited {
    outline: none;
    color: #809a4b;
    text-decoration: none; }
  a:hover {
    color: #a8c053;
    text-decoration: underline; }
  a:active, a:focus {
    position: relative;
    top: 1px;
    color: #809a4b; }

/* TABLES -------------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 1.4em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em; }
  table.cal td {
    vertical-align: top; }

tr {
  display: block;
  border-top: 1px solid #e8e5df;
  border-bottom: 1px solid white; }

td {
  display: inline-block;
  width: 30%;
  padding: 0.75em 20px 0.75em 0 !important;
  vertical-align: middle;
  text-align: left !important; }

tr:first-child td {
  border-top-width: 0; }
tr:last-child td {
  border-bottom-width: 0; }

/* FORMS -------------------------------------------------------------- */
input[type="text"] {
  outline: none;
  margin: 0.5em 40px 0.5em 0;
  padding: 5px;
  width: 100%;
  background-color: #f5f3f1;
  border-top: 1px solid #e8e5df;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid #e8e5df;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333333; }

textarea {
  outline: none;
  margin: 0.5em 40px 0.5em 0;
  padding: 5px;
  width: 100%;
  background-color: #f5f3f1;
  border-top: 1px solid #e8e5df;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid #e8e5df;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #333333;
  height: 120px; }

input[type="submit"] {
  position: relative;
  left: -10px;
  display: inline-block;
  margin: 0 0 0.5em 10px;
  padding: 1em 20px !important;
  background-color: #5f99a5;
  /* 5F99A5 */
  border-width: 0 !important;
  color: white;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #141414;
  cursor: pointer; }

/* LAYOUT -------------------------------------------------------------- */
.container {
  position: relative;
  /* 960px */
  max-width: 1152px;
  min-width: 640px;
  margin: 0 auto;
  width: 80%; }

#content {
  width: 70%; }

nav {
  width: 70%;
  margin-bottom: 1.5em;
  padding: 0.75em 0;
  border-bottom: 1px solid #c8c8c8; }
  nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  nav li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0.25em 10px;
    font-size: 0.875em; }
    nav li:first-child {
      margin-left: -10px; }
    nav li:hover {
      background-color: white;
      text-decoration: none; }
    nav li a:hover {
      text-decoration: none; }

aside {
  position: fixed;
  left: 74%;
  width: 19%;
  /* 190 / 960 = .1979 */
  text-align: center; }
  aside dl, aside p {
    text-align: left; }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

/* NAV -------------------------------------------------------------- */
/* SIDEBAR -------------------------------------------------------------- */
.logo {
  max-width: 100%;
  margin-bottom: 1.5em; }

/* CONTENT -------------------------------------------------------------- */
/* homepage */
.featured {
  padding: 10px;
  margin-bottom: 1.5em;
  background-color: white;
  border: 1px solid #c8c8c8;
  display: block; }
  .featured img {
    max-width: 100%; }

.excerpt {
  position: relative;
  padding: 1.5em 0;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid white; }

.quote + .excerpt {
  border-top-width: 0;
  padding: 1.5em 0; }

.excerpt:last-of-type {
  border-bottom-width: 0; }
.excerpt h2 {
  padding-right: 100px; }
.excerpt p:last-of-type {
  margin-bottom: 0; }

.timestamp {
  opacity: 0.25;
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  font-size: 0.875em;
  /* 14 / 16 = .875 */ }

.excerpt:hover .timestamp {
  opacity: 1; }

/* Article */
.archives li {
  list-style-type: none; }

div.post, .staff {
  overflow: hidden; }

img.post {
  float: right;
  width: 240px;
  margin: 0 0 0.75em 40px;
  padding: 10px;
  background-color: white;
  border: 1px solid #c8c8c8; }

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif;
  font-style: italic;
  font-weight: normal; }

/* support */
.intro {
  float: left;
  width: 64%;
  /* 620 / 960 = .6458 */
  font-weight: bold; }

.highlights {
  margin-bottom: 2em;
  border-bottom: 1px solid #dfe1e1; }
  .highlights:last-child {
    border-bottom: none; }
  .highlights .section {
    color: #6092b6;
    display: block;
    margin-bottom: 0.5em; }
  .highlights h2 {
    text-decoration: none;
    color: #444444;
    margin-bottom: 0.25em;
    font-size: 1.0725em; }
  .highlights p {
    color: #666666;
    margin-bottom: 0.75em;
    font-size: 12px; }

hr {
  margin: 0 0 1em;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dfe1e1; }

/* Colors ---------------------------------------------- */
.notice-wrapper {
  margin: 0 0 1em;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2; }

.notice {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 1em;
  overflow: visible;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1000;
  background: #fff6bf;
  color: #817134;
  border: 1px solid #ffd324; }
  .notice p {
    margin-bottom: 0;
    padding: 5px 0; }
  .notice a {
    color: #817134;
    text-decoration: underline; }

/* VENDOR SPECIFIC --------------------------------------------------------- */
::-webkit-selection {
  color: white;
  background-color: #3c686f;
  /* 3C686F */
  text-shadow: none; }

::-moz-selection {
  color: white;
  background-color: #3c686f;
  /* 3C686F */
  text-shadow: none; }

::selection {
  color: white;
  background-color: #3c686f;
  /* 3C686F */
  text-shadow: none; }

aside, .first {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* border-radius */
aside {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  aside h1 {
    font-size: 1.5em; }

nav li {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

input[type="submit"] {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

/* csstransitions */
a {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear; }

/* cssgradients */
input[type="submit"] {
  background-image: -moz-linear-gradient(top, #5f99a5, #3c686f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f99a5), to(#3c686f)); }
  input[type="submit"]:hover {
    background-image: -moz-linear-gradient(top, #4b8591, #28545b);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b8591), to(#28545b)); }

/* MEDIA QUERIES ------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  p, ul, ol {
    line-height: 1.3; }

  .container {
    width: 100%;
    min-width: 320px; }

  #content {
    padding: 0;
    width: 100%;
    min-width: 320px; }
    #content h1, #content h2, #content h3, #content p, #content dl {
      padding: 0 8px; }
    #content h1 {
      font-size: 1.5em; }
    #content .featured, #content .post {
      margin: 0 10px; }

  nav {
    width: 100%;
    min-width: 320px; }
    nav ul {
      margin-left: 0; }
    nav li {
      float: none;
      background-color: white;
      margin-bottom: 0.5em;
      margin-left: 10px; }
      nav li:first-child {
        margin-left: 10px; }

  aside {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    vertical-align: top; }
    aside h1 {
      color: #3c686f; }
    aside dl, aside p, aside .logo {
      display: none; } }
@media all and (max-width: 1200px) {
  p, ul, ol {
    line-height: 1.5; } }
@media all and (max-width: 1000px) {
  p, ul, ol {
    line-height: 1.4; } }
@media all and (max-width: 800px) {
  p, ul, ol {
    line-height: 1.3; } }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Increases text size */
  body {
    -webkit-text-size-adjust: 120%; }

  .container {
    width: 90%; }

  tr {
    display: inline;
    border-width: 0; }

  td {
    width: 49%;
    padding: 0.75em 0 !important; } }
/* iPads (landscape) ----------- */
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  nav {
    width: 100%; }
    nav ul {
      margin-left: 0; }

  aside {
    top: 5em; } }
