html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
}

footer, header {
    display: block; 
}
    
p, h1, h2, h3, h4, h5, h6, blockquote, a.linktitle, .postbody img, .photoset, .embeded_audio, .audio_player, footer .about  {
    margin: 0 0 20px 0;
    }

a:link, a:visited, a:active {
    text-decoration: none;
}

.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover, h1, h2, h3, h4, .notes, a.permalink, a.read_more, .postfooter a:link, .postfooter a:active, .postfooter a:visited, .postfooter a:hover, .copyright, .datestamp, ul.pagination, ul.chat .label, header p {
    font-weight: 600;
    }


a:link img, a:visited img, a:active img, a:hover img {
    border: 0;   
}
    
a.notelink, a.permalink, .postfooter a:link, .postfooter a:visited, .postfooter a:active, ul.pagination a:link, ul.pagination a:visited, ul.pagination a:active, a.tags, header ul li a:link, header ul li a:visited, header ul li a:active, a.read_more, footer ul.socialmenu a:link span, footer ul.socialmenu a:visited span, footer ul.socialmenu a:active span, .search button {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing: 2px;
}

header ul li a:link, header ul li a:visited, header ul li a:active {
    padding: 5px;
    letter-spacing: 1px;
    }

ul.pagination a:link, ul.pagination a:visited, ul.pagination a:active, a.tags, footer ul.socialmenu a:link span, footer ul.socialmenu a:visited span, footer ul.socialmenu a:active span {  
    color: #fff;
    padding: 2px 6px;
}

a.more_notes_link {
    font-size: 18px;
    padding: 10px;
    }
    
a.tags {
    line-height: 150%;
    float: right;
    margin: 2px 0 2px 5px;
    }

a.permalink, a.read_more, .postfooter a:link, .postfooter a:active, .postfooter a:visited, .postfooter a:hover, .copyright {
    float:right;
    text-align:right;
    }
    
.postfooter a:link {
    clear:both;
    max-width:240px;
    }

a.notelink {
    display:block;
    margin: 10px 0; 
    color: #fff;
    clear: both;
    line-height: 150%;
    text-align: center;
    }

.content {
    width: 960px;
    margin: 0 auto;
}
  
ol.notes {
    width: 520px;
    margin: 0 20px 0 140px;
    list-style: none;
    font-weight: 400;
}

ol.notes li {
    padding: 0 10px 30px 60px;
    clear: both;
    }
    
ol.notes .avatar {
    width: 30px;
    margin: 0 10px 0 -60px;
    float:left;
    }

.posts {
    list-style: none;
    margin: -240px 0 0 0;
    padding:0 0 60px 0;
    clear:both;
    overflow: hidden;
    min-height: 400px;
}

.posts>li {
    margin: 0;
    padding: 40px 20px;
    clear:both;
    overflow: hidden;
}

.postbody {
    width:520px;
    display: inline-block;
    margin: 0;
    }

.community {
    width: 100px;
    padding: 25px 10px 10px 10px;
    float:left;
    margin: -40px 40px 0 0;
    color: #fff;
    }
    
.community .posttype {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align:center;
    }
    
#notestart {
    width: 100px;
    padding: 25px 10px 25px 10px;
    float:left;
    margin: -40px 20px 0 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align:center;
    font-weight: 400;
    }
    
.postdata {
    width: 240px;
    float:right;
    padding: 0;
    margin: 0;
}

.datestamp {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: right;
    }
    
.datestamp span, .copyright {
    font-size: 12px;
    letter-spacing: 1px;
    display:block;
    margin: 10px 0;
    }
   
.reblog_button, .like_button {
    display:inline-block;
    margin: -10px 5px 5px 5px;
    }
    
.reblog_button {
    float: right;
}
    
.like_button  {
    float: left;
    }
    
.postfooter {
    clear:both;
    display:block;
    text-transform:uppercase;
    margin: 20px 0;
    }
    
.taglist {
    margin-bottom: 20px;
    text-align: right;
    overflow:hidden;
}
      
.taggedtitle {
    margin: 0 0 10px 0;
    font-size: 28px;
    line-height: 150%;
    overflow: auto;
    }

ul.pagination {
    list-style: none;
    font-size: 28px;
    width: 500px;
    margin: 0 auto 60px auto;
    text-align:center;
    vertical-align: middle;
    }
    
ul.pagination li {
    display:inline-block;
    margin: 0 10px;
    }
    
.posts .pagination-holder {
    border-top: 0;
    }
    
.read_more_container {
    text-align: right;
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 12px;
    }
 
.video .caption {
    margin-top: 20px;
    }
    
#tweets .twittercontent {
    padding: 10px 0;
    }

.postbody ul, .postbody ol {
    margin: 0 0 20px 40px;
    }
    
.postbody li, .postbody li {
    margin: 0 0 5px 0;
    }
    
.postbody ul {
    list-style-type: square;   
}
    
h2  {
    margin-top: -8px;
    line-height: 100%;
    font-size: 40px; 
    }
    
h3 {
    margin: 40px 0 20px 0;
    font-size: 40px; 
    line-height: 100%;
    }
    
blockquote {  
    display: block;
    padding: 0 20px;
}

ul.chat {
    list-style: none;
    margin: 0;
    }
    
ul.chat li {
    margin: 0 0 10px 0;
    }
    
.quotetext {
    margin: 0 0 40px 0;
    font-size: 20px;
}

.quotetext.short {
    font-size: 28px;
    line-height: 100%;
}

.quotetext.long {
    font-size: 16px;
    }

header {
     overflow:hidden;
     color: #fff;
}

.portrait {
    float:left;
    margin: 0 20px 0 0;
    }
    
.tumblrname {
     text-align:center;
     font-size: 80px;
     line-height: 100%;
     padding: 5px 10px;
     display: inline-block;
     margin-bottom: 10px;
}

header p {
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    text-align:center;
    line-height: 150%;
    padding: 1px;
    max-width: 500px;
    }
    
header p span {
    padding: 2px 5px;
    }

header .topbar {
    color: #000;
    overflow:hidden;
    margin: 0;
    padding: 3px;
    font-size: 12px;
    text-transform: uppercase;
    }
    
ul.menu, ul.socialmenu {
    list-style: none;
    text-align:right;
    margin-right: 10px;
    }
    
ul.menu li, ul.socialmenu li {
    padding: 5px;
    float:right;
    margin: 2px 5px 0 5px;
    }
      
footer .about img {
    width: 100px;
    margin: 40px 40px 20px 20px;
    float:left;
    }
    
footer {
    display: block;
    clear: both;
    width: 100%;
    font-size: 85%;
    overflow:hidden;
    margin: 0;
    padding: 0 0 60px 0;
    }
    
footer .about {
    width: 680px;
    overflow:hidden;
    float:left;
    }

.abouttumblr, footer .about p {
    display: inline-block;
    width: 520px;
}

.abouttumblr, h4 {
    font-size: 28px;
    margin-top: 40px
    }
    
footer .footer_body {
    margin: 40px 0 0 160px;
    width: 540px;
    clear: both;
}

footer .footer_end {
    float:right;
    width: 200px;
    text-align:right;
    margin: 40px 20px 20px 20px;
    }
    
footer .search {
    float: right;
    }
    
footer .content {
    padding-bottom: 60px;
    overflow:hidden;
    }
    
#followed ul {
    margin: 30px 0;
    }

#followed ul li {
    list-style: none;
    float:left;
    margin: 0 5px 5px 0;
    }
    
.copyright {
    text-transform: uppercase;   
}
    
.search {
    margin-bottom: 19px;
    }
    
.search input {
    padding: 3px;
    margin: 0;
    height: 25px;
    border: 1px solid #c4c4c4;
    width: 95%;
    }
    
.search input:focus {
    outline-width: 0;
    }
    
.search button {
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px;
    border: 0;
    height: 25px;
    margin: 0;
    width: 70px;
    text-align: center;
    }
    
.search button:hover {
    cursor: pointer;
    }
    
.nosearch {
    text-align:center;
    }
    
.question, .question span {
    margin-bottom: 20px;
    display:block;
    }
    
.answerbody {
    padding-top: 20px;
    }
      
.title_area {
    display:block;
    clear: both;
    margin: 100px auto 330px auto;
    text-align: center;
    width: 700px;
    }