body {
  font-size: 14px;
  color: #2A3436;
  background: #fff;
}

h1, h2, h3 {
  margin-bottom: 0.6em; }


section, header, footer, article, aside {
  display: block;
}
.serif, .amp {
  font-family: "Baskerville", "Hoefler Text", "Bitstream Vera Serif", Georgia, serif;
  font-weight: 300;
  font-style: italic; }
.amp {
  font-size:20px;
  position:relative;
  top:2px;
  padding:0;
}

p {
  line-height: 1.3em;
  margin-bottom: 1.6em; }

#menu {
  display: block;
  overflow: hidden; }
  #menu .t-menu li a {
    color: #919599;
    font-weight: bold; }
    #menu .t-menu li a:hover, #menu .t-menu li a .selected {
      color: #4d5155; }

#content a {
  text-decoration: none;
  color: rgba(153, 0, 0, 0.75);
  font-weight: bold;
  padding: 0;
  }
  #content a:hover {
    color: #491616; }
#content h4 {
  color: #4d5155;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid;
  border-bottom-color: #4d5155; }

#masinfo {
  font-size: 12px;
  line-height: 1.3em; }
  #masinfo p, #masinfo small, #masinfo a {
    margin: 5px 10px 0;
    display: block; }
  #masinfo ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #masinfo ul li {
      border-bottom: 1px solid;
      border-bottom-color: #4d5155;
      margin: 10px 0;
      padding-bottom: 10px; }
      #masinfo ul li a {
        padding: 0; }
  #masinfo h4 {
    margin-top: 10px; }

.fill {
  background: url(../images/stripes.png) repeat; }

.sidebar li a {
  padding: 10px !important;
  display: block;
  background: #b3b7bb url(../images/overlay.png) repeat-x;
  font-weight: bold;
  text-shadow: 0 1px 0 white; }
  .sidebar li a:hover {
    background: #c0c4c7 url(../images/overlay.png) repeat-x; }
  .sidebar li a span {
    float: right; }

.sideselected {
  background: #7d848b !important;
  border-bottom: 1px solid #1c1e20 !important;
  box-shadow: inset 0 0 5px #1c1e20;
  -moz-box-shadow: inset 0 0 5px #1c1e20;
  -webkit-box-shadow: inset 0 0 5px #1c1e20;
  text-shadow: 0 -1px 0 #c0c4c7 !important; }

#mblog {
  margin: 10px 0 40px; }

.entry {
  clear: both;
  overflow: hidden;
  padding:25px 10px 0;
}
.entry:hover {
  background: #eee;
}

article {
  overflow: hidden;
  clear: both;
  margin-bottom:30px;
}
article section {
  float: left;
  width: 400px;
  border-top: 1px solid rgba(42, 52, 54, 0.25);
  padding-top: 15px;
}
article section h1 {
  margin-bottom: 0;
  font-size: 1.6em;
}

article section p {
  margin-bottom: 0;
  color: rgba(33, 33, 33, 0.85);
}

.meta {
  border-top: 1px solid rgba(42, 52, 54, 0.25);
  display:block;
  float:left;
  margin-left:-1px;
  margin-right:15px;
  padding-right:10px;
  width:53px;
  }
  .meta small {
    display: block;
    font-size: 11px;
    text-align: center;
    margin-bottom: -10px;
    padding-right: 10px; }
  .meta h1 {
    color:color: rgba(33, 33, 33, 0.85);;
    font-size:30px;
    height:40px;
    margin-bottom:0;
    position:relative;
    text-align:center;
    top:0;
    width:40px;
    font-weight: 300;
    }
  .meta p {
    font-weight: bold;
    color: rgba(42, 52, 54, 0.65);
    font-size: 11px;
    margin-top: -10px;
    padding-left: 3px;
    margin-bottom: 10px;
    }
  .meta .app {
    color: #7FB060;
  }
  .meta .tip {
    color: #B72121;
  }
  .meta .fav {
    color: #69B9DA;
  }

.headline {
  margin: 0; }

p.entrycontent {
  margin-top: 0px;
}
code.entrycontent {
  color: #C2AF55;
  margin: 0;
  padding: 2px 5px;
  text-shadow: none;
  font-size: 12px;
  display: block;
}
code.entrycontent:hover {
  background: rgba(42, 52, 54, 0.95);
}
code.entrycontent span {
  color: #CA7638;
}
form p {
  clear:both;
  margin-bottom: 0;
}
form label, textarea {
  float: left;
}
form textarea {
  height: 50px;
  width: 330px;
}
form input[type="text"] {
  width: 330px;
}
form input[type="submit"] {
  padding: 13px 50px 10px !important;
  font-size: 15px;
  margin-left: 113px;
  border-radius:0px !important;
  -moz-border-radius:0px !important;
  -webkit-border-radius:0px !important;
}
.bigtypo {
  font-family: "ProximaNovaBold", Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  margin: 25px 0;
  color: rgba(157, 54, 55, 0.55);
  text-transform: uppercase;
  font-weight: 300 !important;
}
.bigtypo .i {
  display: inline-block;
  text-align: center;
  font-size: 55px;
  padding: 0 10px;
}
header {
  background: #9D3637;
  overflow: hidden;
  margin-bottom: 80px;
  padding: 300px 0 0 20px;
}
header .bigtypo {
  color: #fff;
  font-size: 5em;
  margin-top: -10px;
  margin-bottom: -15px;
  letter-spacing: -3px;
}