/* Global Font */
* {
    font-family: 'Roboto', sans-serif;
}
/* Background */
html,body {
    background: url('http://static.tumblr.com/m7hvyrq/lNnninsdl/blogbg.png') fixed #000;
}
/* Links */
a {
    color: #999;
    text-decoration: underline;
}
.post-foot a, header  a{
    text-decoration: none;
}
a:hover, .like-post:hover {
    color: #bbb;
    text-decoration: line-through;
}
.like-post:hover {
    color: #fff;
}
/* Fonts */
#infscr-loading {
    color: #fff;
}
/* General Layout */
#container {
    margin-top: 50px;
    margin-right: auto;
    margin-left: 0;
    overflow: hidden;
    min-width: 800px;
    margin-left: 25px;
    margin-bottom: 25px;
} 
#pagination {
    clear: both;
    display: none;
}
#posts {
    margin-left: 350px;
    float: left;
    text-align: center;
}
.right {
    float: right;
}
.left, .post-type {
    float: left;
}
blockquote {
    margin: 5px 0px 10px 10px;
    padding-left: 10px;
    border-left: 1px solid #A0A0A0;
}
.post img{
    max-width: 100%;
}
p {
    margin: 5px 0;
}
/* Sidebar */
#sidebar {
    width: 300px;
    position: fixed;
    top: 75px;
    background: rgba(0,0,0, 0.6);
    color: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    padding: 0 0 15px 0;
}
#side-head { 
    background-color: #444;
    padding: 5px 15px;
    margin-bottom: 10px;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-weight: bold;
}
#side-body, #side-icon {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#side-icon {
    margin: 15px auto;
}
/* Round Icon */ 
#side-icon img {
	border-radius: 64px;
}
/* Header */
header {
    width: 100%;
    vertical-align: middle;
    background-color: rgba(30,30,30, 0.70);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 69;
    height: 35px;
    color: #aaa
}
header a {
    color: #aaa;
}
header a:hover {
    color: #fff;
}
/* Nav Menu */
#menu {
  position: relative;
  margin: 0;
  padding: 0;
}
#menu li {
  list-style: none;
  float: left;
}
.drop:hover, .adrop:hover {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-bottom: 0.9em !important;
}
#menu > li {
    display: inline-block;
    padding: 0.5em;
    margin-right: 0.25em;
    text-decoration: none;
    text-align: center;
    background-color: rgba(42,42,42, 0.8);            
}
#menu li ul { 
    padding: 5px;
    margin: 0.5em 0 0 -0.5em;
    position: absolute;
    min-width: 7em;
    display: none;
    text-align: center;
    background-color: rgba(42,42,42, 0.8);
    border-radius: 0px 10px 10px 10px;
    box-shadow: 4px 4px 4px -4px #444, 4px 4px 4px -4px #444, -4px 4px 4px -4px #444;
}
#menu li ul li {
    float: none;
    padding: 2px;
}
#menu li:hover ul{
    display: block;
}
#menu li ul li:hover {
    float: none;
    background-color: rgba(64,64,64,0.9);
    border-radius: 5px; 
}
#menu > li:hover{
    background-color: rgba(64,64,64,0.9);
    box-shadow: 0 0 4px #444;
}
#menu li ul li:nth-child(even) { 
    border: 0px;
    padding: 0px;
    height: 1px;
    margin: 2px 0px 2px 0px;
    background-color: #000000;
}
#menu li ul li:nth-child(even):hover { 
    border: 0px;
    padding: 0px;
    height: 1px;
    margin: 2px 0px 2px 0px;
    background-color: #000000;
}
/* Posts */
.post {
    padding: 0 0 25px 0;
    width: 550px;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    margin-right: auto;
    margin-left: 0;
    position: relative;
    text-align: left;
	word-wrap: break-word;
}

.post-head em {
    font-weight: bold;
}
.post .post-foot {
    opacity: 0;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.post:hover .post-foot {
    opacity: 1;
}
.post-head { 
    background-color: #444;
    margin-bottom: 15px;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 6px 12px;
}
.post-body {
    width: 500px;
    margin: 8px auto;
    overflow-x: hidden;
    clear: both;
}
.post-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(64, 64, 64, 0.5);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 0 12px 0;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}
.post-type {
    font-weight: bold;
}
.post-title {
    font-weight: bold;
}
img.reblogged {
    float: left;
    margin-right: 5px;
}
.post-foot a, .post-foot .like-post {
    padding: 5px;
    border-radius: 5px;
    background-color: black;
}
.chat {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chat li {
    margin: 5px 0;
    padding: 5px;
}
.chat li:nth-child(odd), .post-body div.asker:first-of-type {
    background-color: rgba(100,100,100,0.5)
}
.chat li:nth-child(even) {
    background-color: rgba(100,100,100,0.2)
}
#quote-src {
    text-align: right;
}
.asker img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
div.asker {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    min-height: 40px;
}
.answer {
    clear: left;
}
/* Like + Reblog */
.reblog_button, .like_button {
    display: inline-block !important;
}
.like-button {
    margin-top: -50px;
    margin-left: -10px;
    opacity: 0.5;
}
.like-post {
    width: 2.5em;
    height: 1.1em;
    overflow: hidden;
    position: relative;
    top: 7px;
    display: inline-block;
}
/* Scroll To Top */
#scrolltotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 50px;
    border-radius: 15px;
    background: url('http://static.tumblr.com/m7hvyrq/1ZNninwnf/scrolltotop.png') #444 center center no-repeat;
    opacity: 0.7;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
#scrolltotop:hover {
    opacity: 0.9;
}
.noshow {
    opacity: 0 !important;
}