body {
    -webkit-font-smoothing: antialiased;
    font-family: sans-serif;
    margin: 0;
}

/* -- MENU -- */
.page {
  padding: 23px 0;
  width:100%;
}
.page a{
  text-decoration: none;
  color: #eee;
}
.pagelist{
  margin: 0 auto;
  width: 700px;
  text-align:center;
}
.pagelist ul{
    list-style:none;
    margin: 0;
}
.pagelist li{
    display: inline;
}
.pagelist a{
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 13px;
    font-weight:600;
    line-height: 18px;
    letter-spacing: 2px;
    margin: 0 20px 0 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.pagelist a:hover{
    color: #6C6C6C;
    -webkit-transition: opacity 0.8s linear;
}

/* -- HEADER/LOGO -- */
.container {
    max-width: 1024px;
    margin: 0 auto; 
    padding: 65px 0 65px 0;
    text-align:center;
}

.container a {
    font-family: 'Halant', serif, Georgia;
    font-weight:300;
    font-size:78px;
    line-height: 85px;
    text-decoration: none;
}
.logo {
    border:0;
    margin-bottom:5px;
    max-width:875px;
}

 /* -- MAIN -- */
.main{
    width:700px;
    margin:0 auto;
}
.posts{
    float:left;
    width: 700px;
    margin-right:24px;
}
.post {
    width:700px;
    margin:0 auto;
}
.post h3 a, .post h3{
    -webkit-font-smoothing: antialiased;
    color:#343434;
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    text-decoration: none;
}
.post p{
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 15px;
    line-height:22px;
    padding: 0 30px;
}
.post p a {
    text-decoration: none;
}
.post img{
    margin-bottom:22px;
    width: 100%;
}
.post p img{
    margin-left:-30px;
    min-width: 700px;
}
.post iframe{
    width: 700px;
}

/* -- QUOTE POST STYLE -- */
.source{
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 15px;
    line-height:22px;
    padding: 0 30px;
}

/* -- CHAT POST STYLE -- */
.chat{
    font-family: Times New Roman;
    font-size: 15px;
    padding: 0;
    list-style:none;
}

/* -- LINK POST STYLE -- */
.link{
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 28px;
    font-weight: 300;
    text-decoration:none;
}
.link:hover{
    text-decoration:underline;
}

/* -- Q&A -- */

.asker-avatar{
    float:left;
    height:20px;
    width:20px!important;
}
.asker a{
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 10px;
}
.asker-question{
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 30px;
    line-height: 39px;
    font-weight: 300;
    margin-top: 10px;
}

/* -- BOTTOM INFO POSTS -- */
.bottom{
    margin-bottom:80px;
}
.like-reblog {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    height: auto;
    list-style: none;
    margin-top: 30px;
    padding:0 30px;
    padding-bottom: 10px;
}
.like-reblog li {
    float: right;
    height: auto;
}
.like_icon{
    padding-left:15px;
}
.like_icon iframe{
    height: 15px!important;
    width: 15px!important;
}
.reblog_button{
    height: 15px!important;
    width: 15px!important;
}
.date{
    float:left!important;
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 13px;
    font-weight:600;
    width: 500px;
}
.date a{
    color: #B0B0B0;
    text-decoration:none;
    line-height: 20px;
}
.hashtag{
    text-transform: uppercase;
    padding-top: 5px;
}
.hashtag a{
    margin-right:15px;
}
.notescount{
    font-family: 'Open Sans', sans-serif, Helvetica;
    float: right;
    margin-top: 20px;
    margin-right: -45px;
    font-size: 13px;
    font-weight: 600;
}
.notescount a{
    color: #B0B0B0;
    text-decoration: none;
}
.notes{
    color: #B0B0B0;
    font-family: 'Open Sans', sans-serif, Helvetica;
    float: left;
    margin: -50px 0 80px 10px;
    font-size: 13px;
    font-weight: 600;
}
.notes a{
    color: {color:Links};
    text-decoration: none;
}
.action{
    margin-left: 10px;
}


/* -- PAGINATION -- */
.section-pages{
    margin:0 auto;
    width:700px;
}
.pagination{
    width:700px;
}
.side_pagination{
    width:324px;
}
.pagenav{
    padding: 0 0 80px 0;
}
.pagenav a{
    color: #B0B0B0;
    font-family: 'Open Sans', sans-serif, Helvetica;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.pagenav a:hover{
    color: #7E7E7E;
    border-bottom: 1px solid #7E7E7E;
}
.next{
    float: right;
}


/* -- FOOTER -- */
footer{
    height:120px;
    margin-top: -5px;
    width:100%;
}
.footer-div{
    width: 700px;
    margin: 0 auto;
    padding:40px 0;
}
.ftitle{
    font-family: 'Halant', serif, Georgia;
    font-weight: 700;
    font-size: 38px;
    float:left;
    text-decoration: none; 
    opacity: 1;
}
.ftitle:hover{
    opacity: 0.5;
}
.fsocial_links{
    float: right;
    opacity:1;
}
.fsocial_links li{
    list-style: none;
    display: inline;
    margin: 0 5px;
}
.fsocial_links li img{
    width: 18px;
    height: 18px;
}
.fsocial_links li img:hover{
    opacity:0.5;
}