/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 700px;   
}

#container-main {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #D4D4D4;
  background-color: white;
}

.container-narrow > hr {
  margin: 30px 0; }

.navbar .nav {
  float: right; }

/* posts index */
.post > h3.title {
  position: relative;
  padding-top: 10px; }

.post > h3.title span.date {
  position: absolute;
  right: 0;
  font-size: 0.9em; }

.post > .more {
  margin: 10px 0;
  text-align: left; }

/* post-full*/
.post-full .date {
  margin-bottom: 20px;
  font-weight: bold; }

/* tag_box */
.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.tag_box li {
  line-height: 28px; }

.tag_box li i {
  opacity: 0.9; }

.tag_box.inline li {
  float: left; }

.tag_box a {
  padding: 3px 6px;
  margin: 2px;
  background: #eee;
  color: #555;
  border-radius: 3px;
  text-decoration: none;
  border: 1px dashed #cccccc; }

.tag_box a span {
  vertical-align: super;
  font-size: 0.8em; }

.tag_box a:hover {
  background-color: #e5e5e5; }

.tag_box a.active {
  background: #57A957;
  border: 1px solid #4c964d;
  color: #FFF; }

body.baseball {    
  background: url("/assets/themes/twitter/img/baseball2.jpg") no-repeat center top;
}

body.it {    
  background: url("/assets/themes/twitter/img/it.jpg") no-repeat center top;
}

.social-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: 0 0;
}

.social-icon:hover{
  background-position: 0 -48px;
}

.social-icon#fb {
  background-image: url("/assets/themes/twitter/img/fb.png");
}

.social-icon#tw {
  background-image: url("/assets/themes/twitter/img/tw.png");
}

.social-icon#in {
  background-image: url("/assets/themes/twitter/img/in.png");
}

.social-icon#in {
  background-image: url("/assets/themes/twitter/img/in.png");
}

.social-icon#gp {
  background-image: url("/assets/themes/twitter/img/gp.png");
}

.social-icon#gh {
  background-image: url("/assets/themes/twitter/img/gh.png");
}

table.timeview tr td, table.skills tr td{
  padding: 5px;
  border-top: 1px solid #D4D4D4;  
}

table.timeview tr:first-child td, table.skills tr:first-child td{  
  border-top: 0;  
}

table.timeview tr td:first-child, table.skills tr td:first-child{
  border-right: 1px solid #D4D4D4;
  text-align: right;
  padding-left: 35px;
}

table.timeview tr td:first-child {
  width: 125px;
}
table.skills tr td:first-child{
  width: 125px;
}

table.timeview tr td:last-child, table.skills tr td:last-child {
  padding-right: 35px;
}

table.timeview div.position {
  font-weight: bold;
  font-size: 120%;
}

table.timeview div.organization {
  font-weight: bold;  
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  body.baseball, body.it {
    background: white;
  }
}