.curves-and-shadows {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}
body {
  background: #6da856;
  background-image: url();
  margin: 0;
  padding: 0;
  font: Normal 10pt Helvetica, Arial, sans-serif;
  color: #666666;
  min-width: 780px;
}
#container {
  width: 520px;
  margin: 0 auto;
  padding-left: 190px;
}
#header {
  position: fixed;
  top: 20px;
  left: 20px;
}
#header h1 {
  font: 50pt Franklin Gothic Book, Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
  margin: 0;
  font-weight: normal;
  font-size: 40px;
}
#header h1 a {
  color: #ffffff;
  text-decoration: none;
}
#header h1 a:hover { color: #f7c852; }
#left {
  position: fixed;
  left: 10px;
  top: 75px;
  line-height: 15px;
  width: 200px;
  margin: 0;
}
#left div.sidebar-block {
  padding: 10px;
  color: #222222;
  background-color: #ffffff;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}
#blog-description { line-height: 18px; }
#site-links {
  text-align: center;
  font-weight: bold;
}
#site-links a { color: #6da856; }
#site-links a:hover { color: #f7c852; }
.date {
  margin: 10px 0 5px 10px;
  font-size: 13pt;
  text-align: left;
  text-transform: uppercase;
  width: 260px;
  float: left;
}
.date a {
  color: #ffffff;
  text-decoration: none;
}
.date a:hover {
  color: #f7c852;
  text-decoration: none;
}
.sideheader {
  margin: 0 0 5px 0;
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-bottom: solid 1px #444444;
}
.searchform { margin-bottom: 10px; }
.searchform input[type=text] { width: 100px; }
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #f7c852;
  text-decoration: none;
}
p.reblogged {
  margin-left: 10px;
  font-size: 10pt;
  color: #222222;
  padding: 5px 0;
}
p.reblogged a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 2px 0 2px 18px;
}
div.post {
  clear: both;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  color: #222222;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}
.post a { color: #6da856; }
.post a:hover {
  color: #f7c852;
  text-decoration: none;
}
div.post img.permalink {
  border-width: 0px;
  width: 23px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
div.post:hover img.permalink { display: block; }
div.post h2 {
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0px 0px 10px 0px;
}
div.post h2 a {
  color: #222222;
  text-decoration: none;
}
div.post h2 a:hover {
  color: #f7c852;
  text-decoration: none;
}
.post .regular {
  line-height: 1.4;
  text-align: justify;
}
.post .regular blockquote { font-style: italic; }
div.post div.photo { text-align: center; }
div.post div.photo img { border-width: 0; }
div.post div.caption {
  text-align: justify;
  margin: 10px 0 0;
}
div.post div.quote { padding: 0px 15px 0px 15px; }
div.post div.quote span.quote {
  font-size: 12pt;
  line-height: 1.2;
}
div.post span.quote:before {
  content: ' \201c ';
  color: #6da856;
  font-size: 24pt;
  font-weight: bold;
}
div.post div.quote div.source {
  font-size: 11pt;
  text-align: right;
}
div.post div.link {
  font-size: 18pt;
  letter-spacing: -1px;
  line-height: 1.8;
}
div.post div.link a.link {
  color: #6da856;
  padding: 5px;
  text-decoration: underline;
}
div.post div.link a:hover.link {
  color: #f7c852;
  text-decoration: none;
}
div.post div.link div.description {
  margin-top: 10px;
  font-size: 10pt;
  letter-spacing: 0px;
  line-height: 1.5em;
  text-align: justify;
}
.post .link div.description blockquote { font-style: italic; }
div.post div.conversation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 0px 1px;
}
div.post div.conversation ul li {
  font-size: 12pt;
  padding: 4px 0px 4px 8px;
  color: #ffffff;
  margin-bottom: 1px;
}
div.post div.conversation ul li span.label { font-weight: bold; }
div.post div.conversation ul li.odd { background-color: #484857; }
div.post div.conversation ul li.even { background-color: #2f2f3b; }
div.post div.audio div.caption {
  margin: -60px 0px 0px 0px;
  color: #222222;
  font-size: 12pt;
  text-align: justify;
}
#radio {
  margin: auto;
  padding: 86px 0px 0px 87px;
  width: 310px;
  height: 189px;
  background: transparent url(http://static.tumblr.com/dbcxhwx/HhBke90up/3173070506_79130bdc2d_o.png) no-repeat;
}
div.post div.video div.caption {
  margin: 10px 0px 0px 0px;
  color: #222222;
  font-size: 12px;
  text-align: justify;
}
#navigation {
  font-size: 14pt;
  text-transform: uppercase;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
#navigation a {
  color: white;
  text-decoration: none;
}
#navigation a:hover {
  color: #f7c852;
  text-decoration: none;
}
.following {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.following a img {
  border: 1px solid #cccccc;
  padding: 1px;
  margin: 1px;
}
.following a img:hover {
  border: 1px solid #f7c852;
  padding: 1px;
  margin: 1px;
}
.tags {
  color: #222222;
  font-size: 10pt;
  margin: 5px 0 5px 10px;
}
.tags a { color: white; }
.tags a:hover {
  color: #f7c852;
  text-decoration: none;
}
.noteCount {
  float: right;
  text-align: right;
  margin: 10px 10px 5px 0;
}
.noteCount a { color: white; }
.noteCount a:hover {
  color: #f7c852;
  text-decoration: none;
}
ol.notes {
  padding: 0px;
  margin: 25px 10px;
  list-style-type: none;
  border-bottom: solid 1px #cccccc;
  color: white;
}
ol.notes li.note {
  border-top: solid 1px #cccccc;
  padding: 10px;
  background-color: #8dc876;
}
ol.notes li.note img.avatar {
  vertical-align: -4px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
ol.notes li.note span.action { font-weight: bold; }
ol.notes li.note .answer_content { font-weight: normal; }
ol.notes li.note blockquote {
  border-color: #eeeeee;
  padding: 4px 10px;
  margin: 10px 0px 0px 25px;
}
ol.notes li.note blockquote a { text-decoration: none; }
#twtr-profile-widget div.twtr-doc {
  -webkit-border-bottom-left-radius: 0 0 ! important;
  -webkit-border-bottom-right-radius: 0 0 ! important;
  -moz-border-radius-bottomleft: 0 0 ! important;
  -moz-border-radius-bottomright: 0 0 ! important;
  border-bottom-left-radius: 0 0 ! important;
  border-bottom-right-radius: 0 0 ! important;
}
#twtr-profile-widget div.twtr-hd a.twtr-profile-img-anchor { display: none ! important; }
#twtr-profile-widget div.twtr-hd h3 { display: none ! important; }
#twtr-profile-widget div.twtr-hd h4 {
  margin-left: 0 ! important;
  text-align: center ! important;
}
#twtr-profile-widget div.twtr-hd h4 a:before { content: "@"; }
#twtr-profile-widget div.twtr-ft { display: none ! important; }
#twtr-profile-widget div.twtr-bd { padding-bottom: 1px ! important; }
#twtr-profile-widget div.twtr-timeline {
  -webkit-border-radius: 0 0 ! important;
  border-radius: 0 0 ! important;
  -moz-border-radius: 0 0 ! important;
  border-radius: 0 0 ! important;
}

