body {
  background: #ffffff url('../images/background.png');
  color: #333333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}
a { color: #009c18; }
a:hover { color: #82bb00; }
h2, h3, h4 {
  font-weight: normal;
  color: #009c18;
  text-shadow: 0px 1px 2px #cccccc;
}
.clear { clear: both; }
#wrapper {
  background: transparent url('../images/header.png') no-repeat top center;
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 960px;
}
#header {
  padding: 25px 0 0 0;
  margin: 0 0 25px 0;
}
#logo {
  width: 200px;
  height: 36px;
  float: left;
  margin: 0;
}
#logo a {
  display: block;
  background: transparent url('../images/logo.png') no-repeat;
  display: block;
  text-indent: -9999px;
}
#navigation {
  float: right;
  list-style: none;
  margin: 0;
}
#navigation li {
  float: left;
  margin: 0 0 0 10px;
}
#navigation a {
  color: #ffffff;
  background: #009c18;
  padding: 3px 8px 3px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10pt;
  text-decoration: none;
  outline: none;
}
a.back {
  color: #ffffff;
  background: #009c18;
  padding: 3px 8px 3px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10pt;
  text-decoration: none;
  outline: none;
}
a.back {
  float: right;
  background: #ffffff;
  color: #cccccc;
  font-size: 10px;
}
a.back:hover {
  color: #ffffff;
  background: #cccccc;
}
#navigation a:hover { background: #82bb00; }
#content {
  width: 630px;
  float: left;
}
#sidebar { float: right; }
.sidebar {
  width: 300px;
  background: #fbfbfb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #cccccc;
  -webkit-box-shadow: 0px 0px 5px #cccccc;
  margin: 0 0 20px 0;
}
.sidebar h2 {
  font-size: 14pt;
  margin: 0px;
  padding: 5px 10px;
}
.sidebar ul {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #ffffff;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.sidebar ul li {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #eeeeee;
}
.sidebar ul li:hover {
  border-top: solid 1px #fafafa;
  border-bottom: solid 1px #e2e2e2;
}
.sidebar ul li a {
  display: block;
  padding: 5px 10px;
}
.sidebar ul li:hover a {
  background: #eeeeee;
  text-decoration: none;
}
.sidebar form { width: 300px; }
#feeds {
  padding: 10px;
  width: 280px;
}
#feeds a.feedburner {
  background: url('../images/rss_48.png') no-repeat left 50%;
  padding-left: 58px;
  line-height: 48px;
  display: block;
  font-size: 13pt;
}
#archives ul li a span {
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #009c18;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 8pt;
  float: right;
  margin: 3px 0;
}
.article {
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 25px;
}
.article h2 { margin-top: 0; }
.article h2 .published_at {
  font-size: 12pt;
  color: #333333;
  font-weight: normal;
}
.article .meta { font-size: 10pt; }
.article .meta .right { float: right; }
h2.additional { margin: 0 0 25px 0; }
#search input {
  width: 268px;
  border: solid 1px #cccccc;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11pt;
  margin: 10px;
}
#search input:focus {
  -moz-box-shadow: 0px 0px 2px #009c18;
  -webkit-box-shadow: 0px 0px 2px #009c18;
  border: solid 1px #009c18;
  outline: none;
}
#intro {
  text-align: justify;
  font-size: 12pt;
  line-height: 1.5;
}
#showcase {
  position: relative;
  float: right;
  width: 597px;
  height: 428px;
  margin-right: -50px;
  padding: 0px;
  overflow: hidden;
}
#showcase #shape {
  background: transparent url('../images/shape.png') no-repeat;
  position: relative;
  z-index: 90;
  width: 597px;
  height: 428px;
}
#showcase #frames {
  background: transparent url('../images/frames.png') no-repeat;
  width: 597px;
  height: 428px;
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
}
#showcase img {
  position: absolute;
  z-index: 0;
  top: 65px;
  left: 70px;
}
.left { float: left; }
.box {
  margin: 25px 0 25px;
  padding: 0 0 25px 0;
  border-bottom: dotted 1px #cccccc;
}
ul { list-style-image: url('../images/bullet.png'); }
ul ul { list-style-image: url('../images/bullet2.png'); }
ul ul li { font-size: 11pt; }
ul li a {
  color: #333333;
  text-decoration: none;
}
ul li a:hover {
  color: #333333;
  text-decoration: underline;
}
#networks ul.sites {
  list-style: none;
  padding-left: 20px;
}
#networks ul.sites li a {
  padding-left: 20px;
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
#networks ul.sites li a.xing { background-image: url('../images/xing.png'); }
#networks ul.sites li a.github { background-image: url('../images/github.png'); }
#networks ul.sites li a.twitter { background-image: url('../images/twitter.png'); }
#networks ul.sites li a.workingwithrails { background-image: url('../images/workingwithrails.png'); }
.address { float: left; }
form {
  float: left;
  width: 500px;
}
form label {
  display: block;
  font-weight: normal;
}
form input {
  border: solid 1px #cccccc;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 380px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11pt;
}
form textarea {
  border: solid 1px #cccccc;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 380px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11pt;
}
form input:focus {
  -moz-box-shadow: 0px 0px 2px #009c18;
  -webkit-box-shadow: 0px 0px 2px #009c18;
  border: solid 1px #009c18;
  outline: none;
}
form textarea:focus {
  -moz-box-shadow: 0px 0px 2px #009c18;
  -webkit-box-shadow: 0px 0px 2px #009c18;
  border: solid 1px #009c18;
  outline: none;
}
form input[type=submit] {
  width: auto;
  border: 0px;
  background: #009c18;
  color: #ffffff;
  padding: 3px 5px;
  font-weight: lighter;
}
form input[type=submit]:hover {
  background: #82bb00;
  cursor: pointer;
}
form textarea { height: 150px; }
.flash, #comment-errors, #comment-message {
  background: #ffffff;
  width: 370px;
  padding: 10px;
  margin: 10px 0 20px 0;
  border: solid 2px #009c18;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
ul#comment-errors {
  width: 350px;
  padding-left: 30px;
}
.flash strong { color: #009c18; }
.pagination { margin: 25px 0px; }
.pagination span {
  border: solid 1px #cccccc;
  padding: 3px 5px;
  background: #ffffff;
  font-size: 10pt;
}
.pagination a {
  border: solid 1px #cccccc;
  padding: 3px 5px;
  background: #ffffff;
  font-size: 10pt;
}
.pagination .current { border: solid 1px #009c18; }
.pagination .disabled { color: #cccccc; }
.gravatar { float: right; }
form p {
  clear: both;
  margin: 0 0 20px 0;
}
dt {
  clear: left;
  float: left;
  display: block;
  width: 60px;
}
dd {
  margin: 0;
  float: left;
  width: 200px;
}
#footer { font-size: 8pt; }
#addThis { float: right; }
