
body {
  font-family: 'Roboto', helvetica, arial;
  background: #e9e4e0;
  text-shadow: 0 1px 0 #FFFFFF;
}

#main {
  max-width: 400px;
  margin:150px auto;
}

#main h1 {
  color: #27211A;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
}

#main p {
  color: #342e27;
  line-height: 150%;
}

input, input:focus {
  width: 100px;
  margin-top: 10px;
  border: 1px solid #FFF;
  outline: none;
}

.tags {
  overflow: hidden;
  border: 1px solid #b2b3ae;
  padding: 2px 2px 4px;
  max-width: 400px;
  height: 300px;
  padding: 3px;
  background: #FFF;
repeat-x;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tagged {
  height: 30px;
  position: relative;
  float: left;
  text-shadow: 0px 0px 1px #f6db9f;
  filter: dropshadow(color=#9e6a18, offx=0, offy=0);
  padding: 0 4px;
  margin: 1px;
  background: #eeb14b; /* Old browsers */
  background: -moz-linear-gradient(top, #eeb14b 0%, #cc912d 100%, #7db9e8 100%, #2989d8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeb14b), color-stop(100%, #cc912d), color-stop(100%, #7db9e8), color-stop(100%, #2989d8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeb14b 0%, #cc912d 100%, #7db9e8 100%, #2989d8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeb14b 0%, #cc912d 100%, #7db9e8 100%, #2989d8 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #eeb14b 0%, #cc912d 100%, #7db9e8 100%, #2989d8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb14b', endColorstr='#2989d8', GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #eeb14b 0%, #cc912d 100%, #7db9e8 100%, #2989d8 100%); /* W3C */
  color: #8f5e2c;
  border: 1px solid #bd8424;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tagged a, .tagged a:hover, .tagged a:link, .tagged a:active, .tagged a:visited {
  color: #FFF;
  padding: 2px 2px 2px 5px;
  text-decoration: none;
  line-height: 200%;
}
