/* -------------------------------------------------------------- 

   Effector Theme
   Version: 1.1.2
   Author: Carlo Franco
   Question/Comments: effector@carlofranco.ca
   
-------------------------------------------------------------- */

body {
    background-color: #ebf0ef;
    color: #555859;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
/* Links */
a:link, a:visited {
    color: #3c4042;
    text-decoration: none;
}
a:hover, a:active {
	outline: none;
}
.post .post-title a:hover, .copy a:hover { background-color: #fff7a5 }
#branding h1 a:hover, #branding .intro-text a:hover, #sidebar a:hover, #footer a:hover { background-color: #f5faf9 }
/* Basic Elements */
h1, h2, h3, h4, h5, h6 {
    color: #3C4042;
    font-weight: 600;
    line-height: 1.2;
}
h1 { font-size: 28px }
h2 { font-size: 24px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 16px }
p { padding-bottom: 10px }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 11px }
label { cursor: pointer }
pre, code { font-family: Monaco, Consolas, "Courier New", monospace }
pre { display: block; }
input, textarea { font-family: Helvetica, Arial, sans-serif }
hr {
    background: #D4D9D8;
    height: 1px;
    border: 0;
    margin: 30px 0;
    clear: both;
}
/* reusable helper classes */
.hidden { display: none }
.icon {
    position: absolute;
    top: 0;
}
/* clearfix */
.clear { clear: both }
.clearfix { display: block }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .clearfix { height: 1% }
html[xmlns] .clearfix { display: block }

/* SELF-CLEARING FLOATS
----------------------------------------------------------------------*/

#branding:after, .inner:after, #posts:after, .post-panel:after, .meta:after, #socialize:after, #followed-list:after, #followed-wrap:after, #scrollable-wrap:after, .side-box:after, #footer #footer-end:after, #footer-links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* LAYOUT (CORE STYLES)
-------------------------------------------------------------- */

#header { padding-top: 130px }
#header .shadow {
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: 500;
    display: none;
}
#header .shadow span {
    background: url(http://static.tumblr.com/xgwqnql/fMLlbpj9t/header_shadow.png) left bottom repeat-x;
    height: 7px;
    display: block;
}
#branding { padding-bottom: 40px }
#branding #logo {
    display: inline-block;
    line-height: 1;
}
#branding h1 {
    font-size: 32px;
    width: 40%;
    float: left;
}
#branding .intro-text {
    font-size: 17px;
    font-weight: 300;
    text-align: right;
    line-height: 1.4;
    letter-spacing: -0.4px;
    width: 55%;
    float: right;
}
#utility {
    width: 100%;
    z-index: 1000;
}
#utility, #utility .inner { height: 55px }
.pinned {
    height: 54px;
    position: absolute;
    top: 30px;
}
.pinned .inner { border-bottom: 1px solid #D4D9D8 }
.fixed {
    background: rgb(232,237,236);
    background: rgba(232,237,236,.98);
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.12);
            box-shadow: 0 13px 20px rgba(0, 0, 0, 0.12);
}
#pages {
    float: left;
    margin-top: 17px;
    margin-left: -5px;
}
#pages a {
    padding: 2px 5px;
    font-weight: 400;
    margin-right: 16px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
#pages li, #header-icons li {
    display: block;
    float: left;
}
#header-icons {
    float: right;
    margin: 19px 40px 0 0;
}
#header-icons a {
    background: url(http://static.tumblr.com/xgwqnql/T7vlbpj97/icons_sprite.png) no-repeat;
    text-indent: -999em;
    width: 17px;
    height: 17px;
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 7px;
}
#header-icons .random {
    background-position: left top;
    width: 23px;
}
#header-icons .random:hover { background-position: left -34px }
#header-icons .archives {
    background-position: -23px top;
    width: 20px;
}
#header-icons .archives:hover { background-position: -23px -34px }
#header-icons .rss {
    background-position: -43px top;
    margin-left: 8px;
}
#header-icons .rss:hover { background-position: -43px -34px }
#header-icons .ask {
    background-position: -60px top;
    width: 18px;
}
#header-icons .ask:hover { background-position: -60px -34px }
#header-icons .submit {
    background-position: -78px top;
    width: 20px;
}
#header-icons .submit:hover { background-position: -78px -34px }
#search {
    width: 170px;
    margin-top: 14px;
    float: right;
}
#search-form {
    width: 130px;
    padding: 0 14px 0 26px;
    position: relative;
}
#search-form span {
    background: url(http://static.tumblr.com/xgwqnql/cbplbpg14/search.png) left top no-repeat;
    height: 27px;
    display: block;
    position: absolute;
    top: 0;
}
#search-form .left {
    width: 26px;
    left: 0;
}
#search-form .right {
    width: 14px;
    right: 0;
    background-position: right top;
}
#search-form input {
    background: url(http://static.tumblr.com/xgwqnql/cbplbpg14/search.png) left bottom repeat-x;
    color: #94a39f;
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    height: 27px;
    border: 0;
    width: 130px;
    display: block;
    line-height: 27px;
}
#search-form input:focus { color: #4d5553 }
#page { position: relative }
#content {
    width: 720px;
    float: left;
    margin-right: 40px;
}
#sidebar, #footer {
    font-family: Arial, Helvetica, sans-serif;
    color: #6D7273;
    font-size: 11px;
    line-height: 17px;
}
#sidebar {
    float: left;
    width: 170px;
    margin-bottom: 80px;
}
#sidebar #logo { display: inline-block }
#sidebar #logo:hover { background: none }
#sidebar h1 { font-size: 22px }
#sidebar h2, #footer h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 1em;
}
#sidebar h2 { text-transform: uppercase }
#sidebar .portrait {
    float: left;
    margin: 3px 15px 5px 0;
}
#sidebar .side-box:first-child {
    border-top: 0;
    padding-top: 0;
}
.side-box {
    border-top: 1px solid #D4D9D8;
    padding: 20px 0;
}
.side-box li a {
    background-color: inherit;
    display: block;
    padding: 1px 0;
}
#footer {
    margin-top: 30px;
    clear: both;
    position: relative;
    z-index: 2;
}
#footer-end {
    padding: 20px 0;
    border-top: 1px solid #D4D9D8;
    position: relative;
    clear: both;
}
#footer .credits { float: left }
#footer .tumblr {
    float: right;
    background: url(http://static.tumblr.com/xgwqnql/T7vlbpj97/icons_sprite.png) -255px bottom no-repeat;
    padding: 1px 0 0 22px;
    margin-top: -10px;
}
#footer h2 {
    font-size: 19px;
    height: 24px;
}
#footer-links {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}
#footer-links li {
    line-height: 1;
    padding: 0 6px;
    border-left: 1px solid #C2CBCC;
    display: block;
    float: left;
}
#footer-links li:first-child {
    padding-left: 0;
    border-left: 0;
}
#pagination {
    margin-bottom: 30px;
    overflow: hidden;
}
#pagination .buttons { float: left }
#pagination a {
    color: #5C6061;
    background: url(http://static.tumblr.com/xgwqnql/p5Ilbpg3n/pagination.png) left top no-repeat;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 1px #fff;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 124px;
    height: 35px;
    float: left;
}
#pagination a:hover {
    color: #3C4042;
    background-position: left center;
}
#pagination a:active, #pagination a:focus {
    color: #5C6061;
    text-shadow: 0 1px #e5e9eb;
    background-position: left bottom;
    padding-top: 1px;
    height: 34px;
}
#pagination a.previous { margin-right: 10px }
#pagination .current-page {
    float: right;
    font-size: 13px;
    line-height: 33px;
    height: 33px;
    text-align: center;
    text-transform: uppercase;
}
#pagination .current-page em {
    color: #878a8c;
    font-size: 14px;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-transform: lowercase;
    padding: 0 2px;
}

/* TUMBLR FEATURES & WIDGETS
-------------------------------------------------------------- */
/*Twitter*/
#twitter { display: none }
#tweet {
    word-wrap: break-word;
    padding-bottom: 15px;
}
#tweet a {
    display: inline;
    padding: 0;
}
#twitter .tweet-end { padding: 0 }
#twitter .tweet-end a {
    font-size: 11px;
    border: 0;
}
/* Followed Blogs */
#followed h2 span {
    font-weight: 400;
    font-style: italic;
}
#followed-wrap {
    overflow: hidden;
    margin-bottom: 5px;
}
#followed-list li {
    float: left;
    margin: 0 6px 6px 0;
}
#followed-list li a {
    background: #fff;
    width: 24px;
    height: 24px;
    padding: 1px;
    border: 1px solid #D4D9D8;
    display: block;
    opacity: 0.8;
}
#followed-list li a:hover { opacity: 1 }
#followed-list li a img { display: block }
/* Likes */
#likes-panel {
    padding: 30px 0;
    border-top: 1px solid #D4D9D8;
    position: relative;
    clear: both;
}
#likes-panel .more-likes {
    letter-spacing: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    position: absolute;
    right: 210px;
    top: 32px;
}
#likes {
    overflow: hidden;
    margin-left: -20px;
}
#likes .like_post {
    float: left;
    width: 165px;
    margin-left: 20px;
}
#likes .like_title { display: none }
#likes .post_info_bottom {
    display: block !important;
    padding-top: 5px;
    margin-top: 8px;
    border-top: 1px dotted #D4D9D8;
}
#likes .via {
    font-style: italic;
    font-family: georgia, serif;
    font-size: 11px;
}
#likes .like_post p { padding: 2px 0 }
#likes .like_post blockquote {
    border-left: 3px solid #D4D9D8;
    padding-left: 15px;
    margin-bottom: 0.75em;
}
#likes img, #likes .inline_image, #likes .like_photo, #likes .like_video iframe, #likes .like_video object, #likes .like_video embed {
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
}
#likes .like_link a {
    font-size: 12px;
    font-weight: bold;
}
/* Likes in Sidebar */
#sidebar #likes { margin: 0 }
#sidebar #likes .like_post {
    width: 170px;
    float: none;
    margin: 0;
    padding-bottom: 25px;
}
#sidebar #likes li:last-child, #sidebar #likes .last { margin-bottom: 0px }
#sidebar #likes a {
    display: inline;
    padding: 0;
}
#sidebar #likes .post_info_bottom {
    border: 0;
    margin: 0;
}
#sidebar .more-likes {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 0;
}
/* Social Icons */
#socialize li {
    float: left;
    padding-top: 5px;
    margin: 0 4px 5px 0;
}
#socialize a {
    background: url(http://static.tumblr.com/xgwqnql/T7vlbpj97/icons_sprite.png) left bottom no-repeat;
    width: 17px;
    height: 17px;
    padding: 0;
    border: 0;
    display: block;
    text-indent: -999em;
}
#socialize a:hover {
    background-color: transparent;
    opacity: 1;
}
#socialize .dribbble a:hover { background-position: left -51px }
#socialize .twitter a { background-position: -17px bottom }
#socialize .twitter a:hover { background-position: -17px -51px }
#socialize .facebook a { background-position: -34px bottom }
#socialize .facebook a:hover { background-position: -34px -51px }
#socialize .vimeo a { background-position: -51px bottom }
#socialize .vimeo a:hover { background-position: -51px -51px }
#socialize .flickr a { background-position: -68px bottom }
#socialize .flickr a:hover { background-position: -68px -51px }
#socialize .digg a { background-position: -85px bottom }
#socialize .digg a:hover { background-position: -85px -51px }
#socialize .delicious a { background-position: -102px bottom }
#socialize .delicious a:hover { background-position: -102px -51px }
#socialize .lastfm a { background-position: -119px bottom }
#socialize .lastfm a:hover { background-position: -119px -51px }
#socialize .linkedin a { background-position: -136px bottom }
#socialize .linkedin a:hover { background-position: -136px -51px }
#socialize .youtube a { background-position: -153px bottom }
#socialize .youtube a:hover { background-position: -153px -51px }
#socialize .google a { background-position: -170px bottom }
#socialize .google a:hover { background-position: -170px -51px }
#socialize .cargo a { background-position: -187px bottom }
#socialize .cargo a:hover { background-position: -187px -51px }
#socialize .myspace a { background-position: -204px bottom }
#socialize .myspace a:hover { background-position: -204px -51px }
#socialize .skype a { background-position: -221px bottom }
#socialize .skype a:hover { background-position: -221px -51px }
#socialize .ffffound a { background-position: -238px bottom }
#socialize .ffffound a:hover { background-position: -238px -51px }
/* Notes */
#notes {
    clear: both;
    margin-bottom: 30px;
}
#notes h2 {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 20px;
}
#notes h2 .sep {
    color: #dce0e3;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    padding: 0 2px 0 10px;
}
#notes-toggle {
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    top: -5px;
}
#notes-toggle .icon {
    background: #5c6061 url(http://static.tumblr.com/xgwqnql/iyelbpg48/notes.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 5px;
    display: block;
    opacity: 0.6;
}
#notes-toggle:hover .icon { opacity: 1 }
#notes-toggle .up { background-position: left -5px }
ol.notes {
    background-color: #DADEE0;
    color: #74787A;
    padding: 20px;
    border: 1px solid #C6C9CC;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #EDF2F1;
       -moz-box-shadow: 0 1px 0 #EDF2F1;
            box-shadow: 0 1px 0 #EDF2F1;
}
ol.notes a {
    color: #131414;
    border-bottom: 1px solid #DADEE0;
    margin-top: -1px;
    padding: 1px 0;
}
ol.notes a:hover { background-color: #E6EAED }
ol.notes li {
    position: relative;
    padding: 6px 20px 6px 30px;
    border-bottom: 1px solid #D0D3D6;
}
ol.notes li.reblog { background: url(http://static.tumblr.com/xgwqnql/3wMlbpg4p/notes_reblog.png) right center no-repeat }
ol.notes li.like { background: url(http://static.tumblr.com/xgwqnql/1Hqlbpg53/notes_like.png) right center no-repeat }
ol.notes li .avatar {
    position: absolute;
    left: 0;
    top: 7px;
}
ol.notes li .action { }
ol.notes li .action a { }
ol.notes li blockquote {
    border-left: 3px solid #c3c6c9;
    margin-top: 10px;
    padding: 2px 5px 2px 7px;
}
ol.notes li blockquote a { color: #74787A }
#notes .more_notes_link_container {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#notes .more_notes_link {
    color: #3C4042;
    border: 0;
}
#notes .more_notes_link:before, #notes .more_notes_link:after {
    content: "–";
    color: #74787A;
    font-weight: 300;
    padding: 0 8px;
}
#notes .more_notes_link:hover { background: none }

/* POSTS (CORE STYLES)
-------------------------------------------------------------- */

.post { margin-bottom: 25px; }
.post .post-panel {
    background: #fff;
    padding: 24px 30px 20px;
    border: 1px solid #cdd1d4;
    -webkit-box-shadow: inset 0 0 0 4px rgba(0,0,0,0.03);
       -moz-box-shadow: inset 0 0 0 4px rgba(0,0,0,0.03);
            box-shadow: inset 0 0 0 4px rgba(0,0,0,0.03);
}
.post .post-shadow {
    background: url(http://static.tumblr.com/xgwqnql/IM5lbpg1i/post_shadow.png) left bottom no-repeat;
    height: 10px;
    display: block;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}
.post .post-title {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
}
.post .post-title a {
    border: 0;
    margin: 0;
}
.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 { margin: 20px 0 10px }
.copy .lead {
    font-size: 20px;
    color: #A4A6A5;
    line-height: 1.4;
    font-weight: 300;
}
.copy .cite { padding-bottom: 10px }
.copy { clear: both }
.copy img {
    display: block;
    max-width: 100%;
}
.copy a {
    color: #131414;
    border-bottom: 1px solid #e0e2e1;
    margin-top: -1px;
    padding: 1px 0;
}
.copy a:hover { color: #131414 }
.copy ul, .copy ol { padding-bottom: 10px }
.copy ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.copy ol {
    margin-left: 20px;
    list-style-position: outside;
}
.copy ol li, .copy ul li { padding: 3px }
.copy ol ol, .copy ul ul {
    padding: 3px 0 0;
    margin-bottom: -3px;
}
.copy ol ol li { list-style-type: lower-alpha }
.copy ol ol ol li { list-style-type: lower-roman }
.copy ul li { padding-left: 20px }
.copy ul li:before {
    content: "☛";
    font-weight: normal;
    padding-right: 10px;
    margin-left: -18px;
}
.copy ul ul li:before { content: "—" }
.copy blockquote {
    border-left: 3px solid #f0f0f0;
    padding-left: 15px;
    margin-bottom: 0.75em;
}
.source { font-size: 11px }
.source p { padding: 0 }
.meta {
    font-family: Arial, Helvetica Neue, sans-serif;
    font-size: 11px;
    padding: 10px 85px 0 0;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.meta li {
    margin: 0 12px 4px 0;
    list-style: none outside none;
    float: left;
    position: relative;
}
.meta .date a, .meta .notes a, .meta .comments a, .meta .permalink a { padding-left: 16px }
.meta a {
    color: #909090;
    line-height: 16px;
    display: inline-block;
    position: relative;
}
.meta a:hover { color: #131414 }
.meta .icon {
    background: url(http://static.tumblr.com/xgwqnql/s0rlbpg6b/meta_icons.png) left top no-repeat;
    display: block;
    width: 12px;
    height: 16px;
    left: 0;
}
.meta .date a:hover .icon { background-position: left -16px }
.meta .date, .meta .date-reblogged { clear: left }
.meta .date-reblogged a { padding-left: 18px }
.meta .date-reblogged a:hover .icon { background-position: -69px -16px }
.meta .date-reblogged .icon {
    background-position: -69px top;
    width: 14px;
}
.meta .date-reblogged em {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 11px;
    padding: 0 1px;
}
.meta .date-reblogged .reblogged-from { padding-left: 0 }
.meta .notes .icon { background-position: -12px top }
.meta .notes a:hover .icon { background-position: -12px -16px }
.meta .comments .icon {
    background-position: -24px top;
    width: 13px;
}
.meta .comments a:hover .icon { background-position: -24px -16px }
.meta .permalink a { padding-left: 23px }
.meta .permalink a:hover .icon { background-position: -37px -16px }
.meta .permalink .icon {
    width: 20px;
    background-position: -37px top;
}
.meta .tags {
    margin: 0;
    display: block;
    float: none;
}
.meta .tags a { color: #bbb }
.meta .tags a:hover { color: #5a5a5a }
.meta .share {
    position: absolute;
    right: 0;
    bottom: 3px;
    margin: 0;
    width: 70px;
}
.meta .share .share-btn {
    background: url(http://static.tumblr.com/xgwqnql/OSQlbpg0q/share.png) left top no-repeat;
    color: #aaa;
    line-height: 23px;
    height: 23px;
    padding-left: 30px;
    outline: 0;
    display: block;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
}
.meta .share .share-btn:hover {
    background-position: left bottom;
    color: #4E5251;
    text-shadow: 0 1px 0 #fff;
}
.meta .share .share-box {
    background: rgba(0, 0, 0, .07);
    padding: 5px;
	display: none;
    position: absolute;
    right: -5px;
    top: -10px;
    z-index: 5;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.meta .share .share-box-inside {
    background-color: #DCE0E0;
    color: #aaaead;
    font-size: 11px;
    text-transform: none;
    width: 200px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
            box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.meta .share .shortlink {
    background-color: #3E403F;
    color: #fff;
    font: 400 13px/1 Helvetica, Arial, sans-serif;
    text-align: center;
    width: 200px;
    padding: 10px 0;
    border: 0;
    display: block;
    cursor: text;
    -webkit-box-shadow: 0 1px 1px #383D3C inset;
       -moz-box-shadow: 0 1px 1px #383D3C inset;
            box-shadow: 0 1px 1px #383D3C inset;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
}
.meta .share iframe { margin: 6px 0 2px 8px }
/* Colored Posts */
.colored .post-shadow { margin-top: 0; }
.colored .post-panel {
    -webkit-box-shadow: inset 0 0 0 4px rgba(0,0,0,0.08);
       -moz-box-shadow: inset 0 0 0 4px rgba(0,0,0,0.08);
            box-shadow: inset 0 0 0 4px rgba(0,0,0,0.08);
}
.colored .copy a:hover {
    color: #000;
    background-color: #fff;
    background-color: rgba(0,0,0,0.08);
}
.colored .meta a:hover .icon { opacity: 1 }
.colored .meta .date a:hover .icon { background-position: left bottom }
.colored .meta .date-reblogged a:hover .icon { background-position: -69px bottom }
.colored .meta .notes a:hover .icon { background-position: -12px bottom }
.colored .meta .comments a:hover .icon { background-position: -24px bottom }
.colored .meta .permalink a:hover .icon { background-position: -37px bottom }
.colored .meta a:hover { color: #fff }

/* @group PHOTO, PHOTOSET, VIDEO
-------------------------------------------------------------- */

.type-photo, .type-photoset {
    padding: 0;
    border: 0;
}
.type-photo .post-panel, .type-photoset .post-panel, .type-video .post-panel {
    border-top: 0;
    margin-top: -4px;
    padding-top: 28px;
}
.media-panel {
    background-image: url(http://static.tumblr.com/xgwqnql/GJ8lbpg2n/photo_backdrop.jpg);
    border: 1px solid #cdd1d4;
    border-bottom: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.media-panel img, .media-panel object, .media-panel embed, .media-panel iframe {
    display: block;
    max-width: 100%;
}
.photo-panel {
    position: relative;
    
}
.photo-panel img {
	position: relative;
	z-index: 3;
}
.photo-panel .shadowed {
    -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
}
.type-photoset .photo-panel {
    width: 359px;
    float: left;
}
.type-photoset .photo-panel img {
	width: 100%;
	height: auto;
}
.type-photoset .media-panel .span2col { width: 718px; }
.photo-btns {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 200px;
    margin-top: -24px;
    margin-left: -100px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
	display: none;
}
.type-photoset .photo-btns {
	width: 130px;
	margin-left: -65px;
}
.photo-btns a {
	/* background: url(http://static.tumblr.com/xgwqnql/RGklbpg29/photo_btns.png) left top no-repeat; */
	background: url(http://static.tumblr.com/njty47g/dOOlcgnl1/photo_btns_lg.png) left top no-repeat;;
	background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
    text-indent: -999em;
	width: 48px;
	height: 48px;
    margin: 0 7px;
    display: inline-block;
    opacity: 0.9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
	        box-shadow: 0 0 0 4px rgba(0,0,0,0.15);
}
.photo-btns a:hover { opacity: 1; }
.photo-btns .photo-url { background-position: 9px 11px; }
.photo-btns .photo-link-url { background-position: 7px -76px;}
.photo-btns .lightbox { background-position: 8px -159px; }
.type-video .media-panel { background-color: #fff; background-image: url(http://static.tumblr.com/njty47g/nr5lclanw/media_spinner_alt.gif); background-repeat: no-repeat; background-position: 10px 10px;  }
.type-video .inner-border, .type-photo .inner-border, .type-photoset .inner-border { border-top: 0 }
.js .loading object, .js .loading embed, .js .loading iframe { visibility: hidden; }
.tyoe-photoset .loading { min-height: 300px }
.loading .photo-panel { visibility: hidden; }
.spinner { 
	background: url(http://static.tumblr.com/xgwqnql/BU2lbpj7z/media_spinner.gif) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
.no-js .loading { height: auto }
.no-js .spinner { display: none }
.underlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	z-index: 2;
	display: none;
}


/* @group AUDIO
-------------------------------------------------------------- */

.type-audio .player-container {
    width: 120px;
    height: 109px;
    float: left;
    margin: 0 20px 15px 0;
    position: relative;
    z-index: 3;
}
.type-audio .player-container .album-art {
    background: url(http://static.tumblr.com/xgwqnql/Yjllbpg5f/no_art.jpg) left top no-repeat;
    width: 109px;
    height: 109px;
    position: absolute;
    right: 0;
    top: 0;
}
.type-audio .player-container .album-art img {
    width: 100%;
    height: 100%;
}
.type-audio .player-container .album-case {
    width: 12px;
    height: 109px;
    background: url(http://static.tumblr.com/xgwqnql/qLRlbpjay/audioplayer.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.type-audio .player-container .player-btn {
    background: url(http://static.tumblr.com/xgwqnql/qLRlbpjay/audioplayer.png) -37px -27px no-repeat;
    width: 54px;
    height: 56px;
    margin: 26px 0 0 168px;
    position: relative;
}
.type-audio .player-container .player-btn .audio_player {
    width: 20px;
    height: 19px;
    overflow: hidden;
    position: relative;
    padding: 14px 0 3px 13px;
}
.type-audio .player-container .player-btn .audio_player embed { }
.type-audio .audio-meta {
    background-color: rgba(0,0,0,.06);
    background-image: url(http://static.tumblr.com/xgwqnql/6rolbpg06/wave_form.png);
    background-position: 25px 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 69px;
    padding: 20px 25px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.type-audio .audio-meta .plays {
    font-size: 15px;
    float: left;
    width: 100px;
    padding-left: 70px;
}
.type-audio .audio-meta .plays .count {
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    display: block;
}
.type-audio .audio-meta .plays, .type-audio .audio-meta .track-info { margin-top: 9px }
.type-audio .audio-meta .track-info {
    background: url(http://static.tumblr.com/xgwqnql/qLRlbpjay/audioplayer.png) -120px top no-repeat;
    width: 230px;
    min-height: 45px;
    padding: 0 0 15px 56px;
    float: right;
}
.type-audio .audio-meta .track-info span { display: block }
.type-audio .audio-meta .title {
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 3px;
}
.type-audio .audio-meta .artist {
    font-size: 15px;
    line-height: 1;
}
.corners span {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}
.corners .tl {
    left: 0;
    top: 0;
    border-bottom: 2px solid transparent;
    border-left: 2px solid;
}
.corners .tr {
    top: 0;
    right: 0;
    border-bottom: 2px solid transparent;
    border-right: 2px solid;
}
.corners .bl {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid;
    border-right: 2px solid transparent;
}
.corners .br {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid;
    border-left: 2px solid transparent;
}

/* @group QUOTES
-------------------------------------------------------------- */

.type-quote .quote-text {
    font-family: georgia, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 28px;
    border-left: 0;
    padding: 0 0 10px 0;
    margin: 0;
}
.type-quote .quote-text span {
    font-size: 48px;
    font-weight: 400;
    position: relative;
}
.type-quote .quote-text span.ldquo {
    margin-left: -4px;
    padding-right: 5px;
    top: 10px;
}
.type-quote .quote-text span.rdquo {
    font-size: 28px;
    line-height: 23px;
    left: 0;
    top: 3px;
}

/* @group CHAT
-------------------------------------------------------------- */

ul.chat li {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e0e2e1;
}
ul.chat li strong { color: #3D403F }
ul.chat li:last-child { border-bottom: 0 }

/* @group LINKS
-------------------------------------------------------------- */

.type-link .post-title { font-size: 24px }
.type-link .post-title a {
    background-color: #F5FAF9;
    padding: 5px 15px 5px 38px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.type-link .post-title a .icon {
    background: url(http://static.tumblr.com/xgwqnql/w6zlbpg36/paperclip.png) left top no-repeat;
    left: 10px;
    top: 9px;
    width: 17px;
    height: 20px;
    display: block;
}
.type-link .post-title a:hover { color: #3C4042 }
.type-link .post-title a:hover .icon { opacity: 1 }

/* @group ANSWER
-------------------------------------------------------------- */

.type-answer h2 {
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 20px;
    padding-left: 64px;
    margin: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    position: relative;
}
.type-answer h2 span {
    font-family: georgia, serif;
    font-style: italic;
    font-weight: 600;
    position: absolute;
    left: 25px;
    top: 20px;
}
.type-answer .question-nipple {
    background: url(http://static.tumblr.com/xgwqnql/PIKlc6jfo/question_nipple.png) no-repeat;
    width: 28px;
    height: 17px;
    margin-left: 20px;
}
.type-answer .question-asker {
    font-size: 17px;
    padding: 10px 0 20px 22px;
}
.type-answer .question-asker img {
	display: inline;
}
.type-answer .question-asker a {
    border: 0;
    padding: 0;
}
.type-answer .question-asker img {
    vertical-align: middle;
    margin-right: 10px;
}
.type-answer .answer {
    padding-top: 10px;
    border-top: 1px solid #e0e2e1;
}

/* PLUGINS
-------------------------------------------------------------- */

#fancybox-title {
    font-size: 16px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: left;
    padding-left: 20px !important;
}
#disqus { margin-bottom: 20px }
/* #disqus .dsq-brlink { display: none; } */
#disqus h2 {
    font-size: 24px;
    padding-bottom: 20px;
}
#dsq-content { font-size: 13px !important }
#dsq-content h3 {
    font-size: 17px;
    line-height: 1.5;
}

/* IE
-------------------------------------------------------------- */

.ie7 .post .post-panel {
	position: relative;
	z-index: 3;
	margin-top: 0;
	padding-top: 24px;
}
.ie7 .photo-btns a {
	text-indent: 0;
	line-height: 0;
	font-size: 0;
}
.ie7 #search-form span { top: 1px; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 #footer,.ie7 #footer #footer-end,.ie7 #sidebar #socialize,.ie7 .meta, .ie7 .meta-list,.ie7 .media-panel, .ie7 .photoset-panel { zoom:1; }


/* End of CSS */.