@charset "utf-8";
/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_bg2.png) #29221f;
	font-family: 'Open Sans', Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 12px; font-size: 1.2rem;
}

#bodyContainer {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Header */

header {
    width: 80%;
    margin: 0;
    padding: 80px 10% 50px 10%;
    background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_bg-content.png);
    text-align: center;
}

header a img {
    width: 50%;
    max-width: 400px;
    min-width: 300px;
}

/* Navigation */

nav {
    width: 46px;
    height: calc(100% - 20px);
    padding: 20px 10px 0 10px;
    background: #000;
    position: fixed;
    left: 0;
}

nav ul, nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li:hover {
    background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_nav-bg.png) no-repeat;
}

/* Content */

#contentContainer {
    width: 100%;
    padding: 100px 0;
    background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_header-boarder.png) repeat-x;
}

#sidebar {
    width: 30%;
    float: left;
}

#adSpace {
    width: 160px;
    height: 600px;
    margin: auto;
}

#searchBox {
    width: 238px;
    margin: 0 auto 30px auto;
}

#searchBox input[type="text"] {
	width: 138px;
	height: 40px;
    margin-left: 30px;
	padding: 0 10px;
	background: url(http://static.tumblr.com/kyyjsiw/YYlmtocrb/bm_bg-search.png) no-repeat;
	border: none;
}

#searchBox input[type="submit"] {
	width: 40px;
	height: 40px;
	padding: 16px;
	background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_btn-search.png) no-repeat bottom right;
	border: none;
	cursor: pointer;
}

#content {
    width: 40%;
    padding: 0 0 0 30%;
    float: left;
}

.entry, .noteBox {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #1d1816;
    position: relative;
}

.entry img {
    max-width: 100%;
    margin-bottom: 10px;
}

.type {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: -70px;
}

.reblog {
    width: 20px;
    height: 70px;
    position: absolute;
    top: 66px;
    left: 0px;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: opacity 1s, left .5s;
    -webkit-transition: opacity 1s, left .5s;
}

.reblog a {
    display: block;
}

.entry:hover .reblog {
    left: -50px;
    opacity: 1;
    filter:alpha(opacity=100);
}

.noteBtn {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}

.noteBtn img {
    width: 42px;
    position: relative;
}

.noteBtn:hover img {
    left: -22px;
}

.noteBox ol, .noteBox li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags {
    margin: 20px 0 0 0;
    padding: 0 0 0 25px;
    background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_tag.png) no-repeat;
    list-style: none;
}

.tags li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    background: #84dfdd;
    display: inline-block;
}

.tags li a {
    color: #13747d;
    transition: color .5s;
    -webkit-transition: color .5s;
}

.tags li a:hover {
    color: #FFF;
}

/* Post types */

.askBox {
    width: calc(94% - 70px);
    margin-right: 5%;
    padding: 3%;
    background: #daf5f5;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #969696;
    position: relative;
    z-index: 1;
    float: left;
}

.askBox:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(http://bad-mushroom.com/wp-content/uploads/2014/04/bm_quote.png) no-repeat;
    position: absolute;
    top: 20px;
    right: -10px;
    z-index: 2;
}

.askBox p {
    padding: 0;
    margin: 0;
}

.asker {
    font-weight: 700;
}

.askPic {
    width: 40px;
    height: 40px;
    float: right;
}

.chat {
	margin: 0 0 10px 0;
	padding: 0;
	background: #84dfdd;
	list-style: none;
    border-radius: 4px;
}

.chat li {
	padding: 2px 20px;
}

ul .even {
	background: #daf5f5;
}

.chat strong {
	margin: 0 5px 0 0;
}

.audioBox {
    width: 100%;
}

.albumArt {
	width: 100px;
	height: 100px;
	background: #84dfdd;
	float: left;
	overflow: hidden;
}

.albumArt img {
	max-width: 100px;
}

.albumInfo {
	width: calc(100% - 100px);
	min-height: 100px;
	margin: 0 0 10px 0;
	background: #84dfdd;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	float: left;
}

.albumInfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.albumInfo ul li {
	padding: 10px;
}

.albumInfo ul li strong {
	display: block;
	color: #13747d;
}

.audioPlayer {
    padding: 10px;
}

.quote {
    margin: 0;
    padding: 0;
}

.quote p:before, .quote p:after {
    content: "\0022";
}

.quoteSource cite:before {
    content: "\2014";
}


/* Headings */

header h1 {
    text-indent: -9999px;
	position: absolute;
}

header h2 {
    font-size: 1.4rem;
    font-weight: 100;
    color: #13747d;
}

h3 {
    color: #13747d;
    font-size: 24px;
}

/* Global classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
}

.alignRight {
	text-align: right;
}

img {
	border: none;
}

a {
	color: #fc354c;
	text-decoration: none;
    transition: color .5s;
    -webkit-transition: color .5s;
}

a:hover {
    color: #0abfbc;
}