
/* Social Media Icons */
#header_social {
  margin:10px  0px;
  padding:10px;
  border:solid 2px #900;
  border-radius:8px;
  width:590px;
  font-family:Verdana, sans-serif
}

#header_social #title {
  margin: 0px 10px 0px 0px;
  padding:6px 10px;
  background:#900;
  width:100px;
  height: auto;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  color:#fff;
  float:left;
  border-radius:8px;
  line-height:17px;
  letter-spacing:0.5px;
}

#header_social a {
  margin: 0px 2px;
  text-decoration:none;
}
#header_social a i {
  font-size: 2.2em;
  width: 1.3em;
  text-align: center;
  line-height: 1.3em;
  background: #00a800;
  color: #fff;
  border: solid 0.05em #00a800;
  border-radius: 2.25em;
}
#header_social a i.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
}
#header_social a i.fa-twitter {
  background: #00aced;
  border-color: #00aced;
}
#header_social a i.fa-linkedin {
  background: #0073b2;
  border-color: #0073b2;
}
#header_social a i.fa-google-plus {
  background: #e14107;
  border-color: #e14107;
}
#header_social a i.fa-pinterest {
  background: #cb2027;
  border-color: #cb2027;
}
#header_social a i.fa-digg {
  background: #0c2d68;
  border-color: #0c2d68;
}
#header_social a i.fa-stumbleupon {
  background: #3fc555;
  border-color: #3fc555;
}
#header_social a i.fa-delicious {
  background: #2d2b2a;
  border-color: #2d2b2a;
}
#header_social a i:hover {
  background: #fff;
  color: #881804;
  border: solid 0.05em #881804;
}
