.layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
a:link {
    color: #3B5999;
}

/* visited link */
a:visited {
    color: #3B5999;
}

/* mouse over link */
a:hover {
    color: #3B5999;
}

/* selected link */
a:active {
    color: #3B5999;
}
body {
  width: 1280px;
  height: 720px;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background-color: #ecedef;
  font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#template {
  background-color: #ecedef;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1680px;
  height: 938px;
  overflow: hidden;
  background: url("../img/profile_blank_large.jpg");
}
.header {
  width: 1280px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.header .content {
  position: absolute;
  right: 305px;
  top: 2px;
}
.header .content .name {
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  padding-right: 6px;
  display: inline-block;
}
.header .content .pic {
  -webkit-border-radius: 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 8px;
}
.header .content .pic img {
  -webkit-border-radius: 3px;
  width: 19px;
  height: 19px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #123682;
}
.ads {
  left: 736px;
  top: 51px;
  width: 295px;
  height: 671px;
  position: absolute;
}
.feed {
  top: 51px;
  left: 51px;
  width: 684px;
  height: 1000px;
  position: absolute;
}
.feed .profile {
  top: 7px;
  left: 7px;
  width: 170px;
  height: 42px;
  position: absolute;
}
.feed .profile img {
  display: inline-block;
  width: 42px;
  height: 42px;
}
.feed .content {
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.feed .content .name {
  font-weight: bold;
  font-size: 12px;
  font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  margin-bottom: 2px;
}
.feed .content .edit {
  font-size: 12px;
  font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}
.chat {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 217px;
  height: 680px;
}
.chat .list {
  margin-top: 150px;
  margin-left: 18px;
}
.chat .list .listItem {
  font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 34px;
}
.chat .list .listItem img {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.chat .list .listItem .name {
  vertical-align: top;
  display: inline-block;
  padding-left: 5px;
}
.chat .list .listItem .logo {
  width: 40px;
  height: 20px;
  background: url("../img/web_list.png") center center no-repeat;
  display: inline-block;
  float: right;
  margin-right: 5px;
  margin-top: 6px;
}
#overlay {
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#photoHolder {
  position: absolute;
  z-index: 1000;
  top: 80px;
  left: 42px;
  background: url('../img/photo_overlay.jpg') center center no-repeat;
  width: 1595px;
  height: 830px;
}
#photoHolder .photo {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#photoHolder .photo .mainImg {
  position: absolute;
  top: 0px;
  left: 0px;
}
#photoHolder .photo .content {
  position: absolute;
  top: 30px;
  width: 320px;
  right: 20px;
  height: 100px;
}
#photoHolder .photo .content .from img {
  display: inline-block;
}
#photoHolder .photo .content .from .info {
  margin-left: 6px;
  display: inline-block;
  vertical-align: top;
}
#photoHolder .photo .content .from .info .name {
  margin-top: 10px;
  color: #3B5999;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
#photoHolder .photo .content .buttons {
  margin-top: 4px;
  margin-bottom: 8px;
  width: 129px;
  height: 15px;
  background: url('../img/like_comment_share.jpg') center center no-repeat;
}
#photoHolder .photo .content .likes {
  font-size: 12px;
  text-indent: 24px;
  line-height: 36px;
  width: 322px;
  height: 30px;
  background: url('../img/like_bg.jpg') center center no-repeat;
}
#photoHolder .photo .content .likes .blue {
  color: #3B5999;
}
#photoHolder .photo .content .comments {
  background-color: #edeff4;
  min-height: 10px;
}
#photoHolder .photo .content .comments .comment {
  min-height: 40px;
  position: relative;
}
#photoHolder .photo .content .comments .comment .from {
  position: absolute;
  top: 5px;
  left: 5px;
}
#photoHolder .photo .content .comments .comment .from img {
  width: 33px;
  height: 33px;
}
#photoHolder .photo .content .comments .comment .text {
  padding-top: 5px;
  margin-left: 5px;
  font-size: 12px;
  padding-left: 38px;
  line-height: 18px;
}
#photoHolder .photo .content .comments .comment .text a {
  margin-top: 10px;
  color: #3B5999;
  font-weight: bold;
}
#photoHolder .photo .content .comments .comment .date {
  color: grey;
  font-size: 12px;
  padding-left: 38px;
  line-height: 18px;
}
#photoHolder .photo .content .commentFooter {
  position: relative;
  width: 320px;
  height: 42px;
  background: url('../img/comment_bg.jpg') center center no-repeat;
}
#photoHolder .photo .content .commentFooter img {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 32px;
  height: 32px;
}
#photoHolder .photo .content .tags {
  color: black;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#photoHolder .photo .content .tags .grey {
  color: grey;
}
#photoHolder .photo .content .tags a {
  text-decoration: none;
  color: #3B5999;
}
#templates {
  display: none;
}
#btnStep {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 40px;
  background-color: black;
  opacity: 0;
  cursor: pointer;
}
