/* 
  Site: Peace Dot KISSmetrics
  Author: Derek P. Collins, dcollins@kissmetrics.com
  Time: 2009-10-22 18:00:39
*/

/* RESET: =reset
------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* GENERAL: =general
------------------------------------------------------------*/
body {
  background: url(../images/pattern.png) 0 127px repeat;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  -webkit-text-stroke: 1px transparent;
}
@media only screen and (max-device-width:480px) { body { -webkit-text-stroke:0 black; } }
a { outline: none; }

/* TOP: =top
------------------------------------------------------------*/
#top {
  background: url(../images/pattern_dark.png) 0 0 repeat-x;
  padding-top: 31px;
  height: 96px;
}
#top h1 { text-indent: -9999px; }
#top h1 a {
  background: url(../images/km_logo.png) 0 0 no-repeat;
  display: block;
  height: 44px;
  margin: 0 auto;
  padding-bottom: 8px;
  width: 318px;
}
#top h2 {
  color: #7f7f7f;
  font-size: 13px;
  text-align: center;
  text-shadow: #000 1px 1px 1px;
  text-transform: uppercase;
}
#top h2 a {
  color: #df5352;
  text-decoration: none;
}
#top h2 a:hover {
  color: #cb4c4b;
  text-decoration: underline;
}

/* QUOTES: =quotes
------------------------------------------------------------*/
#quotes {
  background: url(../images/glow.png) 50% 0 no-repeat;
  height: 417px;
  margin: 0 auto;
  overflow: hidden;
  width: 940px;
}
#quotes .btn {
  float: left;
  padding: 146px 20px 0 20px;
  width: 50px;
}
#quotes .btn a {
  background-image: url(../images/next_prev.png);
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  text-indent: -9999px;
  width: 50px;
}
#quotes .btn a#previous { background-position: 0 0; }
#quotes .btn a#previous:hover { background-position: 0 -50px; }
#quotes .btn a#next { background-position: -50px 0; }
#quotes .btn a#next:hover { background-position: -50px -50px; }
#quotes ul {
  float: left;
  list-style: none;
  margin-top: 103px;
  width: 760px;
}
#quotes ul li {
  display: none;
  float: left;
  width: 760px;
}
#quotes ul li p {
  color: #2c2c2c;
  font-size: 36px;
  line-height: 44px;
  text-shadow: #cacaca 1px 1px 1px;
  text-align: center;
}
#quotes ul li cite {
  color: #585858;
  display: block;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
  text-shadow: #cacaca 1px 1px 1px;
}

/* SHARE: =share
------------------------------------------------------------*/
#share {
  background: url(../images/share_bg.png) 0 0 no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
  margin: -100px auto 39px auto;
  position: relative;
  padding: 0 15px;
  text-shadow: #444 1px 1px 1px;
  width: 147px;
}
#share a {
  display: block;
  height: 32px;
  position: absolute;
  width: 32px;
  text-indent: -9999px;
  vertical-align: middle;
}
#share #twitter {
  background: url(../images/twitter_icon.png) 0 0 no-repeat;
  left: 85px;
  top: 15px;
}
#share #facebook {
  background: url(../images/facebook_icon.png) 0 0 no-repeat;
  left: 125px;
  top: 15px;
}

/* NOTES: =notes
------------------------------------------------------------*/
p#notes {
  background-color: #333;
  color: #dbd8a9;
  font-size: 14px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 900px;
}