﻿/* reset */

body
{
line-height: 1;
}

iframe
{
border: 0;
}

img
{
border: 0;
font: inherit;
}

ol, ul
{
font: inherit;
list-style: none;
margin: 0;
padding: 0;
}

blockquote
{
font: inherit;
margin: 0;
}

q
{
font: inherit;
quotes: none;
}

p
{
font: inherit;
margin: 0;
}

input
{
border: 1px solid;
font: inherit;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6
{
font: inherit;
margin: 0;
}

a, article, aside, div, footer, form, header, label, li, nav, section, span, q
{
font: inherit;
}

/* defaults */

body
{
background-color: white;
color: black;
font: 12px/20px Andale Mono, Courier New, monospace !important;
margin: 0 auto;
padding-top: 0px;
text-align: center;
width: 500px;
}

a:link, a:visited
{
color: inherit;
text-decoration: none;
}

a:hover
{
background-color: black;
color: white;
text-decoration: none;
}

#tumblr_controls
{
position: fixed !important;
}

/* title */

#blog-title
{
display: block;
font-size: 35px;
font-weight: normal;
line-height: 43px;
margin-left: 390px;
margin-top: 338px;
overflow: hidden;
position: fixed;
text-align: left;
text-overflow: ellipsis;
text-transform: lowercase;
transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
white-space: nowrap;
width: 670px;
}

/* main navigation */

.main-navigation
{
display: block;
margin-left: -553px;
margin-top: 341px;
overflow: hidden;
position: fixed;
text-align: right;
text-overflow: ellipsis;
text-transform: lowercase;
transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
white-space: nowrap;
width: 670px;
}

.main-navigation ul
{
display: inline-block;
font-size: 14px;
line-height: 20px;
text-align: center;
}

.main-navigation li
{
display: inline-block;
}

.main-navigation a
{
display: inline-block;
margin-left: 6px;
}

/* ask form */

#ask-form
{
height: 149px;
width: 100%;
}

/* submit form */

#submit-form
{
height: 500px;
width: 100%;
}

/* search form */

#search-form
{
font-size: 14px;
line-height: 14px;
}

#search-text-label
{
display: inline-block;
text-align: left;
text-transform: lowercase;
}

#search-text-label:after
{
content: ":";
}

#search-text
{
border: 1px solid lightgrey;
display: inline-block;
font: 14px/14px Courier New, monospace;
margin: 0;
padding: 2px 0 2px 0;
width: 498px;
}

#search-text:focus
{
outline-width: 0;
}

.search_query:before, .search_query:after, .tag:before, .tag:after /* search_query is tumblr generated */
{
content: '"';
}

/* sidebars */

#aside-frame
{
top: 0px;
left: 0px;
position: fixed;
width: 100%;
}

#aside-center
{
margin: 0 auto;
position: relative;
width: 500px;
}

/* followers sidebar */

#blog-followers
{
left: -195px;
margin: 25px 15px 0 0;
opacity: 0;
padding-bottom: 25px;
position: absolute;
text-align: left;
width: 180px;
}

#favorites img, #following img, #featured img
{
display: block;
height: 42px;
width: 42px;
}

#favorites ul, #following ul, #featured ul
{
list-style-type: none;
margin-bottom: -4px;
}

#favorites li, #following li, #featured li
{
display: inline-block;
margin: 0 4px 4px 0;
vertical-align: top;
}

#favorites a, #following a, #featured a
{
display: block;
}

#favorites li:nth-child(4n), #following li:nth-child(4n)
{
margin-right: 0;
}

#favorites li:nth-child(4n + 1), #following li:nth-child(4n + 1)
{
margin-left: 0px;
}

#featured ul
{
line-height: 21px;
}

#featured img
{
float: left;
}

#featured ul div
{
overflow: hidden;
padding-left: 3px;
text-overflow: ellipsis;
white-space: nowrap;
}

#featured li
{
width: 100%;
}

/* likes */

#likes /* generated by tumblr */
{
list-style-type: none;
margin-bottom: -6px;
}

#likes li
{
display: block;
margin-bottom: 6px;
width: 180px; /* match width in likes element */
}

#likes a
{
display: block;
}

#likes img
{
display: block;
max-width: 100%;
}

#more
{
clear: both;
display: block;
float: right;
text-transform: lowercase;
}

.like_post ol, li.like_post ul /* like_post is tumblr generated */
{
margin-left: 15px;
}

.like_caption  /* like_caption is tumblr generated */
{
display: none;
}

/* blog info sidebar */

#blog-info
{
margin: 25px 0 0 15px;
opacity: 0;
padding-bottom: 25px;
position: absolute;
right: -195px;
text-align: left;
width: 180px;
}

#blog-owner-image
{
display: block;
height: 180px;
width: 180px;
}

#name-age-location
{
line-height: 14px;
overflow: hidden;
text-overflow: ellipsis;
text-transform: lowercase;
}

#about h1
{
text-transform: lowercase;
}

#contact ul, #pages ul
{
list-style-type: none;
}

#contact li:after, #pages li:after, .main-navigation li:after
{
content: " \2022";
}

#contact li:last-child:after, #pages li:last-child:after, .main-navigation li:last-child:after
{
content: "";
}

#contact li, #pages li
{
display: inline-block;
padding-right: 5px;
}

#contact li:last-child, #pages li:last-child
{
padding-right: 0;
}

#follow-me
{
text-transform: lowercase;
}

/* post header */
.post-header
{
height: 21px;
line-height: 16px;
list-style-type: none;
text-align: center;
}

.post-header li
{
display: inline-block;
padding-right: 5px;
}

.post-header li:last-child
{
padding-right: 0;
}

.post-header div, .post-header ul, .post-header a, .post-header h1
{
display: inline-block;
}

.post-header li:after
{
content: " \2022";
}

.post-header li:last-child:after
{
content: "";
}

.liked, .like:hover
{
color: red !important;
}

#like-it
{
display: none;
}

/*----- post -----*/

#post-view
{
height: 600px;
overflow-x: hidden;
overflow-y: auto;
position: relative;
width: 100%;
}

#post-data
{
display: none;
}
.post
{
margin-top: 25px;
position: absolute;
text-align: left;
width: 500px
}

.post:first-child .section-header-line
{
margin-top: 0px !important;

}

.post h2
{
font-size: 16px;
font-weight: bold;
text-align: center;
}

.post-body
{
font-size: 14px;
}

.reblog-info
{
line-height: 15px;
margin-top: 2px;
text-align: right;
}

.reblog-info a
{
display: inline-block;
line-height: 15px;
padding: 0 3px 0 3px;
}

.reblog-info span:after
{
content: " > ";
}

.post-body blockquote
{
border-left: 2px solid black;
margin-left: 20px;
padding-left: 10px;
}

/* quote post */

.quote-source
{
display: block;
}

.quote-source:before
{
content: "\2014";
}

/* chat post */

.chat
{
list-style-type: none;
}

.chat-line-even /* chat_line_even generated by Tumblr */
{
background-color: #F7F7F7;
}

/* photo post */

.photo-post
{
position: relative;
}

.photo
{
display: block;
max-width: 500px;
width: 100%;
}

.photo-options
{
background-color: black;
bottom: 0px;
display: none;
height: 22px;
line-height: 22px;
position: absolute;
right: 0px;
text-transform: lowercase;
z-index: 1000;
}

.photo-options ul
{
height: 22px;
list-style-type: none;
}

.photo-options li
{
float: left;
}

.photo-options a
{
background-color: black;
color: white;
display: block;
font-size: 12px;
line-height: 22px;
text-align: center;
text-decoration: none;
width:85px;
}

.photo-options a:hover
{
background-color: white;
color: black;
}

.photo-caption
{
margin-top: 5px;
}

/* answer post */

.answer-post-asker, .answer-post-username
{
font-weight: bold;
}

.answer-post-asker:after, .answer-post-username:after
{
content: ":";
}

.answer-post-body
{
margin-left: 21px;
}

.answer-post-icon
{
width: 16px;
display: inline;
vertical-align: text-bottom;
}

/* audio post */

.audio-album-art
{
display: block;
margin-bottom: 15px;
max-width: 500px;
width: 100%;
}

.audio-player-frame
{
background-color: black;
float: left;
height: 40px;
margin-right: 15px;
width: 40px;
}

.audio-player
{
height: 25px;
margin: auto;
overflow: hidden;
padding-top: 8px;
width: 25px;
}

.audio-player iframe, .audio-player object
{
background-color: black;
height: 27px;
width: 207px;
}

.audio-artist:before
{
content: "—";
}

.audio-track
{
font-weight: bold;
}

.audio-caption
{
clear: both;
padding-top: 10px;
}

#audio-hack /* needed to make reblogs work */
{
display: none;
}

/* tags */

.tags-frame
{
text-align: right;
width: 100%;
}

.tags
{
height: 20px;
list-style-type: none;
max-width: 500px;
overflow: hidden;
text-overflow: ellipsis;
text-transform: lowercase;
white-space: nowrap;
}

.tags li
{
display: inline;
padding: 0 5px;
}

.tags span:before
{
content: "#";
}

/* notes */

.notes
{
border-top: 1px solid lightgrey;
list-style-type: none;
margin-top: 5px;
padding-top: 5px;
}

.notes li
{
display: block;
line-height: 16px;
margin-bottom: 5px;
overflow: hidden; /* required: float scope */
width: 100%;
}

.notes li > a, .action, .avatar
{
display: block;
float: left;
}

.action
{
margin-left: 5px;
max-width: 475px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.notes blockquote
{
border-left: 2px solid black;
clear: both;
float: left;
margin: 5px 0 0 21px;
padding-left: 5px;
}

.notes .clear
{
display: none;
}

.more_notes_link_container /* generated by Tumblr */
{
text-transform: lowercase;
}

.more_notes_link /* generated by Tumblr */
{
float: right !important;
}

.more_notes_link:after /* generated by Tumblr */
{
content: "...";
}

/* thumbnails */

#thumbnail-view
{
bottom: 0px;
height: 85px;
line-height: 75px;
margin-bottom: 33px;
margin-top: 5px;
overflow: hidden;
position: fixed;
width: 500px;
}

#thumbnails
{
height: 75px;
left: 500px;
list-style-type: none;
position: relative;
text-align: left;
white-space: nowrap;
}

#thumbnails > li
{
cursor: pointer;
display: inline-block;
font-size: 10px;
height: 75px;
line-height: normal;
margin: 0 3px 0 3px;
overflow: hidden;
vertical-align: top;
white-space: normal;
width: 75px;
z-index: 0;
}

#thumbnails .post-body
{
font-size: 10px;
}

#thumbnails img
{
display: block;
height: 100%;
width: 100%;
z-index: 0;
}

#thumbnails iframe
{
height: 75px;
width: 75px;
z-index: 0;
}

.thumbnail-marker
{
height: 3px;
left: 213px;
position: relative;
width: 75px;
}

.thumbnail-marker-top
{
border-top: 2px solid lightgray;
}

.thumbnail-marker-bottom
{
border-bottom: 2px solid lightgray;
}

.horizontal-scroll-button
{
background-color: white;
color: black;
cursor: pointer;
height: 75px;
margin-top: 5px;
opacity: 1;
position: absolute;
text-align: center;
top: 0px;
width: 45px;
z-index: 10;
}

.horizontal-scroll-button:hover
{
background-color: black;
color: white;
opacity: .75;
}

.left-scroll
{
left: 0px;
}

.right-scroll
{
right: 0px;
}

.thumbnail-overlay
{
position: relative;
}

.thumbnail-overlay div
{
height: 75px;
position: absolute;
width: 75px;
z-index: 5;
}

#thumbnails .answer-post-body
{
margin-left: 0;
}

/* page navigation */

.page-navigation
{
border-top: 1px solid lightgrey;
margin-top: 20px;
overflow: hidden;
}

.page-navigation ul
{
height: 30px;
list-style-type: none;
}

.current-navigation
{
margin: 10px auto;
width: 300px;
}

.previous-navigation
{
float: left;
margin: 10px 0 10px 0;
width: 80px;
}

.next-navigation
{
float: right;
margin: 10px 0 10px 0;
width: 80px;
}

.previous-navigation a, .next-navigation a
{
width: 80px !important;
}

.page-navigation li
{
float: left;
}

.page-navigation a
{
display: block;
font-size: 12px;
line-height: 30px;
width: 30px;
}

.active-link
{
background-color: black;
color: white !important;
}

/* footer */
#footer
{
border-top: 1px solid lightgrey;
bottom: 0px;
font-size: 10px;
margin-bottom: 5px;
position: fixed;
text-transform: lowercase;
width: 500px;
}

#footer ul
{
list-style-type: none;
}

#footer li
{
display: inline-block;
padding-right: 5px;
}

#footer li:last-child
{
padding-right: 0;
}

#footer a
{
display: inline-block;
}

#footer li:after
{
content: " \2022";
}

#footer li:last-child:after
{
content: "";
}

#install-theme
{
display: block;
position: fixed;
top: 25px;
right: 3px;
}

#install-theme img
{
display: block;
}
