/* global */
body {
  background: #fff;
  color: #808080;
  font-size: 12px;
  line-height: 16px;
}
h1,h2,h3,h4,h5 {
  color: #808080;
}
a {
  color: #f6861f;
}
a:hover, a:active, a:focus {
  color: #555;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  width: 956px;
}

/* header */
#header {
  background: url(../img/header-bg.png) repeat-x;
  height: 122px;
  overflow: hidden;
}
#header .container {
  background: url(../img/header-date-bg.png) right center no-repeat;
  height: 112px;
  overflow: hidden;
}
#header h1 {
  background: url(../img/insights-logo.png) center 22px no-repeat;
  height: 122px;
  line-height: 122px;
  margin: 0 0 0 40px;
  overflow: hidden;
  text-indent: -999em;
  width: 195px;
}
#header .date {
  display: none;
}

/* features */
#feature {
  background: url(../img/feature-bg.png) repeat-x;
  height: 230px;
  overflow: hidden;
}
#feature .container {
  background: url(../img/feature-content-bg.jpg) no-repeat;
  height: 230px;
  overflow: hidden;
}
#feature h2 {
  color: #808080;
  font-weight: bold;
  font-size: 12px;
  margin-left: 42px;
  margin-top: 120px;
  width: 440px;
}
#feature p {
  margin-left: 42px;
  width: 440px;
}

/* main */
#main {
  position: relative;
}
#rightside {
  background: url(../img/main-bg.png) no-repeat;
  height: 380px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 248px;
}
#rightside .date {
  overflow: hidden;
  text-indent: -999em;
  height: 243px;
}
#rightside .social {
  background: url(../img/social-bg.png) no-repeat;
  height: 99px;
  margin-top: 20px;
  overflow: hidden;
  width: 209px;
}
#rightside .social ul {
  list-style: none;
  margin: 30px 0 0 25px;
}
#rightside .social ul li {
  margin-bottom: 12px;
}
#rightside .social ul li a {
  background: url(../img/social-icons.png) no-repeat;
  color: #808080;
  display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 37px;
}
#rightside .social ul li.email a {
  background-position: 0 0;
}
#rightside .social ul li.share a {
  background-position: 0 -24px;
}
#rightside .social ul li a:hover {
  color: #f6861f;
}
#leftside {
  background: url(../img/sidebar-bg.jpg) no-repeat;
  float: left;
  margin: 24px 30px 0 36px;
  position: relative;
  width: 195px;
}
#leftside .bot {
  background: url(../img/sidebar-bot-bg.png) no-repeat;
  bottom: 0;
  height: 4px;
  left: 0;
  position:absolute
  width: 195px;
}
#leftside h4 {
  background: url(../img/sidebar-header.png) no-repeat;
  overflow: hidden;
  height: 43px;
  margin: 140px 0 12px 18px;
  text-indent: -999em;
  width: 159px;
}
#leftside p {
  margin-left: 18px;
  width: 160px;
}
#middleside {
  float: left;
  margin: 24px 20px 0 0;
  width: 426px;
}
#middleside h2 {
  color: #808080;
  font-weight: bold;
  font-size: 12px;
  width: 426px;
}
/* footer */
#footer {
  background: url(../img/footer-bg.png) no-repeat;
  color: #808080;
  height: 57px;
  margin-top: 40px;
}
#footer p {
  font-size: 10px;
  height: 34px;
  line-height: 37px;
  padding-left: 40px;
}
#footer p a {
  color: #808080;
}
#footer p a:hover {
  color: #f6861f;
}