/* 
	Organ 2.7 - A tumblr theme by simurai. For more information see: http://organ-theme.tumblr.com/about 
*/

html {
	overflow-y: scroll;	
}

body {
	font:62.5%/1 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
a:active {
	position: relative;
	top: 1px;
	opacity: 0.3;
}

#wrapper {
	padding: 40px 0 80px 80px;
}
#wrapper #100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: 1.5em;
	float: left;
	line-height: 13pt;
}

.post h2 {
	font-size: 3em;
	background-color: rgba(0,0,0,0.33);
	padding: 20px 20px 20px 30px;
	font-weight: bold;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}



/* Nav ------------------------------------------------- */

.nav a {
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,0.33);
	font-size: 3em;
	float: left;
	line-height: 2.7em;
	text-align: center;
}
.nav a:hover {
	background-color: #000;
}

.right a {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.left a {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}



/* Index ------------------------------------------------- */
 
.index h2, .index .copy { display: none; } /* Hack! because there is no block:StaticPage */
.index .thumb { display: none; } /* hide thumb, gets replaced after getting thumb url */
.index .photoset img, .index .video img { max-width: 400px; }


/* Color Palette: e86500 ffaf00 ff2400 e8007c b300ff 02b8e8 2148ff 00ff8f 43e82b f0ff00 */

.autoColor:nth-child(1), .autoColor:nth-child(11) { color: rgba(232,101,0,0.3); }
.autoColor:nth-child(2), .autoColor:nth-child(12) { color: rgba(255,175,0,0.3); }
.autoColor:nth-child(3), .autoColor:nth-child(13) { color: rgba(255,36,0,0.3);  }
.autoColor:nth-child(4), .autoColor:nth-child(14) { color: rgba(232,0,124,0.3); }
.autoColor:nth-child(5), .autoColor:nth-child(15) { color: rgba(179,0,255,0.3); }
.autoColor:nth-child(6), .autoColor:nth-child(16) { color: rgba(2,184,232,0.3); }
.autoColor:nth-child(7), .autoColor:nth-child(17) { color: rgba(33,72,255,0.3); }
.autoColor:nth-child(8), .autoColor:nth-child(18) { color: rgba(0,255,143,0.3); }
.autoColor:nth-child(9), .autoColor:nth-child(19) { color: rgba(67,232,43,0.3); }
.autoColor:nth-child(10),.autoColor:nth-child(20) { color: rgba(240,255,0,0.3); }

.autoColor:nth-child(1):hover, .autoColor:nth-child(11):hover { color: #e86500; }
.autoColor:nth-child(2):hover, .autoColor:nth-child(12):hover { color: #ffaf00; }
.autoColor:nth-child(3):hover, .autoColor:nth-child(13):hover { color: #ff2400; }
.autoColor:nth-child(4):hover, .autoColor:nth-child(14):hover { color: #e8007c; }
.autoColor:nth-child(5):hover, .autoColor:nth-child(15):hover { color: #b300ff; }
.autoColor:nth-child(6):hover, .autoColor:nth-child(16):hover { color: #02b8e8; }
.autoColor:nth-child(7):hover, .autoColor:nth-child(17):hover { color: #2148ff; }
.autoColor:nth-child(8):hover, .autoColor:nth-child(18):hover { color: #00ff8f; }
.autoColor:nth-child(9):hover, .autoColor:nth-child(19):hover { color: #43e82b; }
.autoColor:nth-child(10):hover,.autoColor:nth-child(20):hover { color: #f0ff00; }


.index {
	width: 80px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.33);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-top: 0px;
	float: left;
    -webkit-transition: padding-top 0.2s cubic-bezier(0, 1, 0, 1);
       -moz-transition: padding-top 0.2s cubic-bezier(0, 1, 0, 1);
        -ms-transition: padding-top 0.2s cubic-bezier(0, 1, 0, 1);
         -o-transition: padding-top 0.2s cubic-bezier(0, 1, 0, 1);
            transition: padding-top 0.2s cubic-bezier(0, 1, 0, 1);
}

.index:hover {
	z-index: 1;
	position: relative;
	overflow: visible;
	padding-top: 80px;
	-webkit-transition: padding-top 0.5s cubic-bezier(0, 0.75, 0, 1);
	   -moz-transition: padding-top 0.5s cubic-bezier(0, 0.75, 0, 1);
	    -ms-transition: padding-top 0.5s cubic-bezier(0, 0.75, 0, 1);
	     -o-transition: padding-top 0.5s cubic-bezier(0, 0.75, 0, 1);
	        transition: padding-top 0.5s cubic-bezier(0, 0.75, 0, 1);
}


/* PERMALINK */
.index .permalink {
	font-size: 3em;
	line-height: 1.7em;
	text-align: center;
	position: fixed;
	width: 80px;
	height: 80px;
	top: 160px;
	display: none;
}
.index:hover .permalink {
	display: block;
}


/* BAR */
.bar div img, .bar div object {
	margin-left: -80px;
}
.bar:hover div img {
	margin-left: 0px;
	box-shadow: 0px 2px 20px rgba(0,0,0,0.5);
	border-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	     -o-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.75, 0, 1);
	   -moz-transition:    -moz-transform 0.2s cubic-bezier(0, 0.75, 0, 1);
	    -ms-transition:     -ms-transform 0.2s cubic-bezier(0, 0.75, 0, 1);
	     -o-transition:      -o-transform 0.2s cubic-bezier(0, 0.75, 0, 1);
	        transition:         transform 0.2s cubic-bezier(0, 0.75, 0, 1);
}
.bar div {
	min-width: 80px;
	min-height: 105px;
}
.bar .overlay {
	width: 80px;
	height: 80px;
	background: url(overlay.png) no-repeat;
	position: absolute;
	z-index: 2;
}
.bar .video .overlay {
	background-position: -80px 0;
}
.bar .audio .overlay {
	background-position: -160px 0;
}



/* TXT */
.txt:hover {
	height: 600px;
	overflow: hidden;
}
.txt div {
	font: bold 7.0em/0.35em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.2em;
	padding: 40px;
	min-height: 80px;
	max-height: 300px;
}

.txt:hover div {
	font-size: 40px;
	line-height: 80px;
	letter-spacing: 0;
	white-space: nowrap;
	padding: 0;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);	
}
.txt:hover .bodytxt, .txt:hover .bodytxt * {
	display: inline-block;
}
.txt:hover div.text h2, .txt:hover div.text .copy { display: none; }



/* Count ------------------------------------------------- */

.index .count {
	display: none;
	text-align: center;
	text-shadow: rgba(255,255,255,0.15) 0 1px 0;
	min-width: 0px;
	min-height: 0px;
	padding: 15px 10px 20px;
	color: #222;
}
.index .count .heart {
	font: 1.3em Arial;
}
.index .count .nr{
	font-size: 1.1em;
}
.bar:hover .count{ display: block; } /* only show for image posts */



/* Perma ------------------------------------------------- */

.perma {
	margin-left: 80px;
	clear: left;
}
.perma .media {
	padding: 20px;
	background-color: #000;
	width: 500px;
	text-align: center;
}
.perma img, .perma .media {
	box-shadow: 0px 2px 20px rgba(0,0,0,0.5);
	border-radius: 0px;
	border-top-left-radius: 0px;
}
.perma .meta {
	margin-top: 20px;
	margin-left: 30px;
	color: rgba(254,255,255,0.3);
}
.perma .meta li {
	background-color: rgba(0,0,0,0.33);
	border-radius: 10px;
	padding: 7px 12px;
	display: inline-block;
	margin-right: 2px;
}
.perma .meta .tags a {
	margin-right: 8px;
}
.perma .meta .tags a:last-child {
	margin-right: 0px;
}
.perma .meta .heart {
	margin-right: 1px;
}
.perma .photo a img {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.75, 0, 1);
	   -moz-transition:    -moz-transform 1s cubic-bezier(0, 0.75, 0, 1);
	    -ms-transition:     -ms-transform 1s cubic-bezier(0, 0.75, 0, 1);
	     -o-transition:      -o-transform 1s cubic-bezier(0, 0.75, 0, 1);
	        transition:         transform 1s cubic-bezier(0, 0.75, 0, 1);
}

.perma .photo a:hover img {
	opacity: 0.9;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.9);
	-webkit-transform: scale(0.995) translateY(-1px);
	   -moz-transform: scale(0.995) translateY(-1px);
	    -ms-transform: scale(0.995) translateY(-1px);
	     -o-transform: scale(0.995) translateY(-1px);
	        transform: scale(0.995) translateY(-1px);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0.75, 0, 1);
	   -moz-transition:    -moz-transform 0.5s cubic-bezier(0, 0.75, 0, 1);
	    -ms-transition:     -ms-transform 0.5s cubic-bezier(0, 0.75, 0, 1);
	     -o-transition:      -o-transform 0.5s cubic-bezier(0, 0.75, 0, 1);
	        transition:         transform 0.5s cubic-bezier(0, 0.75, 0, 1);
}

.perma .audio .player img {
	width: 300px;
	border-bottom-left-radius: 0px;
}

.perma .chat li {
	margin-bottom: 5px;
	list-style-type: none;
	margin-left: 0px;
}
.perma .chat .label {
	font-weight: bold;
	opacity: 0.6;
}
.perma .chat .even {
	text-indent: 15px;
}
.perma h2 { border-top-left-radius: 0px; }
.perma a:hover h2 { opacity: 0.8; }




/* Copy ------------------------------------------------- */

.copy {
	width: 440px;
	margin-left: 0px;
	text-shadow: #000 0 1px 0;
	line-height: 1.3em;
	font-size: 1.2em;
	padding: 30px;
	background-color: rgba(0,0,0,0.33);
	border-radius: 0px;
	margin-top: 0px;
}
.copy p {
	margin-bottom: 10px;
}
.copy blockquote {
	padding-left: 15px;
	border-left: 3px dotted rgba(254,255,254,0.1);
	margin-left: 15px;
	margin-bottom: 10px;
}
.copy iframe {
	margin-top: 30px;
}
.copy strong {
	font-weight: bold;
	font-size: 1.1em;
}
.copy em {
	font-style: italic;
}
.copy img {
	padding-right: 20px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	border-radius: 0;
}
.copy ul {
	margin-bottom: 15px;
}
.copy li {
	list-style-type: square;
	margin-bottom: 10px;
	margin-left: 16px;
}
.copy p:last-child, .copy ul:last-child, .copy blockquote:last-child {
	margin-bottom: 0px;
}



/* Notes ------------------------------------------------- */

ol.notes {
	width: 470px;
    padding: 0px;
    margin: 20px 0px 20px 30px;
    list-style-type: none;
}

ol.notes li.note {
    border-top: 1px dashed rgba(254,255,255,0.1);
    padding: 8px 10px 8px 0;
    background-color: rgba(0,0,0,0.33);
	border-radius: 0px;
}
ol.notes li.note:first-child {
    border-top: none;
}
ol.notes li.note img.avatar {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius: 8px;
	border-top-right-radius: 0px ;
	margin: 0 5px 0 8px;
}

ol.notes li.note span.action {
    font-weight: bold;
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    padding: 4px 10px;
    margin: 0 0 0 23px;
    line-height: 1.3em;
}

ol.notes li.note blockquote a {
    text-decoration: none;
}


/* Footer ------------------------------------------------- */

#footer {
	z-index: 999; position: fixed;
	right: 0;
	bottom: 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	border-top-left-radius: 0px;
	padding: 0 10px;
	line-height: 1.5em;
}
#footer #avatar {
	display: inline-block;
}
#footer #avatar img {
	width: 20px;
	height: 20px;
	border-radius: 0px;
	position: relative;
	left: -2px;
	bottom: 3px;
	-webkit-transition: height 0.3s cubic-bezier(0, 1, 0, 1);
	   -moz-transition: height 0.3s cubic-bezier(0, 1, 0, 1);
	    -ms-transition: height 0.3s cubic-bezier(0, 1, 0, 1);
	     -o-transition: height 0.3s cubic-bezier(0, 1, 0, 1);
	        transition: height 0.3s cubic-bezier(0, 1, 0, 1);
}
#footer #avatar:hover img {
	width: 48px;
	height: 48px;
	margin-top: 10px;
	-webkit-transition: height 0.1s cubic-bezier(0, 0.75, 0, 1);
	   -moz-transition: height 0.1s cubic-bezier(0, 0.75, 0, 1);
	    -ms-transition: height 0.1s cubic-bezier(0, 0.75, 0, 1);
	     -o-transition: height 0.1s cubic-bezier(0, 0.75, 0, 1);
	        transition: height 0.1s cubic-bezier(0, 0.75, 0, 1);
}
#footer h1, #footer p {
	display: inline-block;
	white-space: nowrap;
	vertical-align: text-bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer h1 {
	font-size: 1.4em;
	white-space: nowrap;
	margin: 0 5px;
}
#footer #description {
	max-width: 400px;
	margin: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#footer #description:hover {
	overflow: visible;
	white-space: normal;
}
#footer #metanav, #footer #metanav a {
	margin: 0 5px;
}
#footer #copyright {
	margin: 0 5px;
}
