html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline; }

*:focus {
    outline: 0; }

body {
    line-height: 1;
    color: #000;
    background: #fff; }

ol, ul {
    list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle; }

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

q, blockquote {
    quotes: "" ""; }
q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

a img {
    border: none; }

body {
    line-height: 1.5;
    font-family: 'Georgia','Times','Times New Roman',serif;
    color: #2a2a2a;
    font-size: 81.25%; }

h1 {
    font-weight: normal;
    color: #222222;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
h1 img {
    margin: 0; }

h2 {
    font-weight: normal;
    color: #222222;
    font-size: 2em;
    margin-bottom: 0.75em; }

h3 {
    font-weight: normal;
    color: #222222;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em; }

h4 {
    font-weight: normal;
    color: #222222;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }

h5 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }

h6 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0; }

p {
    margin: 0 0 1.5em; }
p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
    text-decoration: underline;
    color: #3366cc; }
a:visited {
    color: #3366cc; }
a:focus {
    color: #3366cc; }
a:hover {
    color: #3366cc; }
a:active {
    color: #3366cc; }

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }

strong {
    font-weight: bold; }

em {
    font-style: italic; }

dfn {
    font-style: italic;
    font-weight: bold; }

sup, sub {
    line-height: 0; }

abbr, acronym {
    border-bottom: 1px dotted #666; }

address {
    margin: 0 0 1.5em;
    font-style: italic; }

del {
    color: #666; }

pre {
    margin: 1.5em 0;
    white-space: pre; }

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }

li ul, li ol {
    margin: 0; }

ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em; }

ul {
    list-style-type: disc; }

ol {
    list-style-type: decimal; }

dl {
    margin: 0 0 1.5em 0; }
dl dt {
    font-weight: bold; }

dd {
    margin-left: 1.5em; }

table {
    margin-bottom: 1.4em;
    width: 100%; }

th {
    font-weight: bold; }

thead th {
    background: #c3d9ff; }

th, td, caption {
    padding: 4px 10px 4px 5px; }

tr.even td {
    background: #e5ecf9; }

tfoot {
    font-style: italic; }

caption {
    background: #eee; }

.quiet {
    color: #666666; }

.loud {
    color: #111111; }

body {
    border-top: 5px solid #000; }

a {
    color: #3366cc; }
a:visited {
    color: #3366cc; }
a:focus {
    color: #3366cc; }
a:hover {
    color: #3366cc; }
a:active {
    color: #3366cc; }

#frame {
    width: 500px;
    margin: 0 auto;
    padding-top: 50px; }

.title {
    padding-bottom: 18px; }
.title h1 {
    text-align: center;
    font-size: 35px; }
.title .description {
    font-style: italic;
    text-align: center;
    font-size: 13px; }

.post {
    margin-bottom: 20px;
    padding-top: 5px; }
.post h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 6px;
    font-style: italic; }
.post h2 a {
    color: black;
    text-decoration: none; }
.post h2 a:hover {
    opacity: 0.8; }
.post p {
    text-align: justify;
    font-family: helvetica, verdana, arial, sans-serif;
    text-justify: newspaper; }
.post p.caption {
    font-weight: bold;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 11px;
    text-indent: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: left; }
.post .date {
    font-weight: bold;
    font-family: helvetica, verdana, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    color: #999;
    margin-bottom: 10px; }
.post blockquote {
    border-left: 2px solid #ccc;
    padding-left: 15px; }
.post .meta {
    width: 500px;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 11px;
    padding-top: 10px; }
.post .meta:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.post .meta .notes {
    float: left;
    display: inline-block; }
.post .meta .notes a {
    color: #aaa;
    padding-left: 16px;
    background-image: url('http://static.tumblr.com/fw3zutj/YuJl22f39/notes.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    height: 18px;
    display: inline-block;
    font-weight: bold; }
.post .meta .permalink {
    float: right;
    display: inline-block;
    position: relative; }
.post .meta .permalink a {
    color: #aaa;
    height: 18px;
    text-indent: -999px;
    width: 16px;
    display: inline-block;
    background-image: url('http://static.tumblr.com/fw3zutj/jCxl22f2u/link.gif');
    background-repeat: no-repeat;
    background-position: right center; }
.post .meta .tags {
    float: left;
    display: inline-block; }
.post .meta .tags ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 400px;
    padding-left: 20px;
    background-image: url('http://static.tumblr.com/fw3zutj/WGGl22f3m/tags.gif');
    background-repeat: no-repeat;
    font-weight: bold; }
.post .meta .tags ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.post .meta .tags ul li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
.post .meta .tags ul li.first {
    padding-left: 0px; }
.post .meta .tags ul li.last {
    padding-right: 0px; }
.post .meta .tags ul li a {
    color: #aaa;
    text-decoration: none; }

.subscribe {
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 40px;
}

.subscribe p {
    font-family: 'Lora';
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;;
}

.hr {
    background-image: url('http://static.tumblr.com/fw3zutj/n9il22f19/hrule.gif');
    height: 29px;
    width: 500px;
    background-repeat: no-repeat; }

.pagination {
    width: 640px;
    height: 30px;
    margin-top: 10px;
    font-family: helvetica, verdana, arial, sans-serif; }
.pagination .older {
    width: 100px;
    float: right;
    display: inline-block; }
.pagination .older a {
    color: #000;
    padding: 8px;
    text-decoration: none;
    -moz-border-radius: px;
    -webkit-border-radius: 4px; }
.pagination .older a:hover {
    background-color: #E5E5E5;
    text-shadow: #fff 0px 1px 1px; }
.pagination .newer {
    width: 100px;
    float: left;
    display: inline-block;
    text-align: left; }
.pagination .newer a {
    color: #000;
    padding: 8px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
.pagination .newer a:hover {
    background-color: #E5E5E5;
    text-shadow: #fff 0px 1px 1px; }

#footer {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-family: helvetica, verdana, arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    color: #999;
    margin-bottom: 10px; }
#footer a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #ccc; }


/* ------------ Old Tumblr Theme Customer Styles ------------ */

body {
    border-top: 5px solid #36C;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.date {
    height: 68px;
    padding-top: 18px;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 12px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}
.date.bottom {
    bottom: 5px;
    top: auto;
    border-top: none;
}
.rss {
    border: 1px solid #E0AE6D;
    padding: 2px;
    font-size: 11px !important;
    font-weight: bold;
    color: #333 !important;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFEEC8),to(#FFBE6B));
    background-image: -moz-linear-gradient(top,#FFEEC8,#FFBE6B);
    background-image: -o-linear-gradient(top,#FFEEC8,#FFBE6B);
    background-image: -ms-linear-gradient(top,#FFEEC8,#FFBE6B);
    background-image: linear-gradient(top,#FFEEC8,#FFBE6B);
    border-image: initial;
    position: relative;
    padding-left: 20px;
    font-family: helvetica, verdana, arial, sans-serif;
    text-decoration: none;
    float: right;
    height: 13px;
}
.rss:hover {
    border-color: #93601D;
    text-decoration: none !important;
}
.rss i {
    background-image: url('http://f.cl.ly/items/2d2V0B38120G0W3W1g1V/rss_icon.png');
    width: 11px;
    height: 11px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.rss-count {
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #333;
    margin-left: 5px;
    border: 1px solid #aaa;
    padding: 2px;
    border-radius: 3px;
}
.rss-count:hover {
    text-decoration: underline;
}

.arrow-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #aaaaaa;
}
.arrow-box:after, .arrow-box:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box:after {
    border-right-color: #ffffff;
    border-width: 3px;
    top: 50%;
    margin-top: -3px;
}
.arrow-box:before {
    border-right-color: #aaaaaa;
    border-width: 4px;
    top: 50%;
    margin-top: -4px;
}

#header-anchor {
    position: absolute;
    left: -265px;
    margin-bottom: 30px;
    top: 20px;
    width: 1012px;
    height: 50px;
    margin-top: 30px;
}

#headline {
    color:black;
    text-decoration:none;
    height:50px;
    line-height:50px;
}
.description {
    font-family: 'Lora', serif;
    font-size: 20px;
    line-height: 20px;
    margin-top: 40px;
}

#headline h1 {
    font-size: 25px;
    position: relative;
    top: 5px;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Bree Serif', serif;
}
#headline p {
    line-height: 18px;
    color: #666;
    font-size: 15px;
    font-family: 'Lora', serif;
}
#headline img {
    float:left;
    margin-right: 15px;
    width: 128px;
}

.hr {
    margin-top: 50px;
}

#frame {
    position: relative;
    width: 975px;
}

.title {
    position: absolute;
    width: 275px;
    top: 100px;
    right: 0px;
    margin-left: 60px;
}
.title .description {
    text-align: left;
    font-style: normal;
    color: #999;
    font-size: 15px !important;
    line-height: 20px;
}
.title .subscribe-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.title .subscribe-buttons li {
    margin: 5px 0;
}
.fb-follow.fb_iframe_widget {
    position: relative;
    display: inline-block;
    bottom: 3px;
    margin-right: 15px;
}
.about-me.fixed, .date-inner.fixed {
    position: fixed;
    width: 230px;
    top: 16px;
}
.about-me {
    margin-top: 2px;
}
.date-inner.fixed {
    width: 255px;
}

#other-lessons {
    position: fixed;
    bottom: -172px;
    width: 225px;
    border: 2px solid #E8E8E8;
    border-bottom: none;
    background-color: #FBFBFB;
    padding: 10px;
    height: 150px;
    transition: bottom .2s linear;
    -moz-transition: bottom .2s linear; /* Firefox 4 */
    -webkit-transition: bottom .2s linear; /* Safari and Chrome */
    -o-transition: bottom .2s linear;
    z-index: 1;
}

#other-lessons.show {
    bottom: 0;
}

#other-lessons:hover {
    box-shadow: 0px 0px 5px #CCC;
    border: 2px solid #8A98CC;
    border-bottom: none;
}

#other-lessons a {
    text-decoration: none;
}

#other-lessons h4 {
    font-size: 18px;
    color: #555;
    font-family: helvetica, verdana, arial, sans-serif;
    font-style: normal;
    line-height: 22px;
    margin: 0;
    margin-top: -3px;
    margin-bottom: 5px;
    font-weight: lighter;
}
#other-lessons p {
    font-size: 15px;
    color: #777;
    font-family: helvetica, verdana, arial, sans-serif;
    font-weight: lighter;
    font-style: normal;
    line-height: 22px;
    margin: 0;
    margin-bottom: 5px;
}

#other-lessons img {
    float: left;
    border: 1px solid #ccc;
}

#other-lessons span {
    font-size: 20px;
    line-height: 77px;
    margin-left: 15px;
}

.posts {
    margin-top: 50px;
    width: 640px;
    padding-top: 0 !important;
}

.post {
    position: relative;
    margin-bottom: 0px;
}
.post .post-header-fix {
    width: 100%;
}
.post .post-header-fix a {
    text-decoration: none;
}
.post h2 {
    font-family: 'Bree Serif', serif;
    font-style: normal !important;
    font-size: 45px !important;
    font-weight: lighter;
    text-align: left;
    color: #333;
    line-height: 1.1;
}
.post h2 a {
    color: #333;
}
.post h2 a:hover {
    color: #000;
}
p.date-comments {
    margin: 0;
    font-size: 18px !important;
    color: #999;
    position: relative;
    bottom: 58px;
    height: 10px;
}
p.date-comments a {
    color: #999 !important;
}

.post p {
    font-size: 21px;
    font-family: 'Lora';
    line-height: 1.5;
}
.post p strong {
    font-weight: 700;
}
.post h3, .post h4 {
    font-family: 'Bree Serif', serif;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.post h4 {
    font-size: 23px;
}
.permalink a {
    text-indent: -9999px !important;
}
.post ul {
    list-style-type: square;
    color: #333;
    font-size: 18px;
}
.post ol {
    color: #333;
    font-size: 18px;
}

.pages {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    position: absolute;
    top: -77px;
    width: 230px;
    background-color: #EEE;
    margin-top: 27px;
    border-radius: 5px;
    color: #999;
}

.pages li {
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.pages li a {
    font-family: helvetica, verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 12px;
    display: inline;
    height: 25px;
    line-height: 26px;
    margin: 0 5px;
}
.pages li a:hover {
    text-decoration: underline;
}
.pages li:first-child a {
    margin-left: 9px;
}
.pages li:last-child a {
    margin-right: 0;
}
.share-buttons {
    right: 0px;
    list-style: none !important;
    padding: 0;
    margin: 0;
    width: 255px;
    top: 3px;
    float: right;
    position: relative;
}
.share-buttons li {
    float: left;
    margin-right: 10px;
    width: 55px;
    margin-bottom: 5px;
    opacity: 0.8;
}
.share-buttons li.facebook {
    margin-right: 5px;
}
.share-buttons li:hover {
    opacity: 1;
}
iframe.share-quote {
    float: right;
    position: relative;
    top: 3px;
}

.facebook-share-button {
    width: 55px;
    height: 62px;
}

.twitter-share-button {
    width: 55px !important;
}

.author-joel {
    font-family: helvetica, verdana, arial, sans-serif;
    margin-top: -25px;
}

#hiring-container {
    margin-top: 30px;
}
#hiring-container a {
    width: 166px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #444444;
}
#hiring-container .buffer-hiring {
    width: 140px;
    margin: 0 auto;
    background-color: #f5f5f5;
    font-family: Arial,Helvetica,sans-serif;
    color: #444444;
    font-size: 11px;
    padding: 10px;
    border: 2px solid #E8E8E8;
}
#hiring-container a:hover .buffer-hiring {
    border: 2px solid #ccc;
}
#hiring-container .buffer-hiring p {
    margin: 5px 0;
}
#hiring-container .buffer-hiring p.buffer-hiring-cta {
    text-align: center;
}
#hiring-container .buffer-hiring p.buffer-hiring-cta em {
    top: 5px;
    border: 1px solid #DF912C;
    font-size: 11px !important;
    font-weight: bold;
    font-style: normal;
    color: #333 !important;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFCF6A),to(#FFA530));
    background-image: -moz-linear-gradient(top,#FFCF6A,#FFA530);
    background-image: -o-linear-gradient(top,#FFCF6A,#FFA530);
    background-image: -ms-linear-gradient(top,#FFCF6A,#FFA530);
    background-image: linear-gradient(top,#FFCF6A,#FFA530);
    border-image: initial;
    position: relative;
    padding: 2px 5px;
    font-family: helvetica, verdana, arial, sans-serif;
    text-decoration: none;
}


#lessons-list ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
#lessons-list ul li {
    width: 50%;
    float: left;
}
#lessons-list ul li div {
    margin-bottom: 5px;
    background-color: #f5f5f5;
}
#lessons-list ul li div a {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
    text-decoration: none;
    height: 77px;
}
#lessons-list ul li div a:hover {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc; 
    -moz-box-shadow: 0px 0px 5px #ccc; 
    box-shadow: 0px 0px 5px #ccc;
}
#lessons-list ul li div:nth-child(odd) {
    margin-right: 5px;
}
#lessons-list ul li div:nth-child(even) {
    margin-left: 5px;
}
#lessons-list ul li img {
    float: left;
    margin-right: 5px;
    border: 1px solid #666;
    border-radius: 0;
}
#lessons-list h3 {
    clear: both;
    padding-top: 20px;
    margin: 0;
}

.feedburner-email {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}
.feedburner-email p {
    margin-bottom: 10px;
}
.feedburner-email input[type=text] {
    width: 136px;
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
}
.feedburner-email button {
    padding: 5px;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 0 5px 5px 0;
    margin-left: 0;
    border-left: none;
    background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#DEDEDE));
    background-image: -moz-linear-gradient(top,white,#DEDEDE);
    background-image: -o-linear-gradient(top,white,#DEDEDE);
    background-image: -ms-linear-gradient(top,white,#DEDEDE);
    background-image: linear-gradient(top,white,#DEDEDE);
    cursor: pointer;
    color: #333;
    margin-right: 0;
    font-size: 15px;
}
.feedburner-email:hover input[type=text],
.feedburner-email:hover button {
    border-color: #999;
}
.feedburner-email button:hover {
    color: #000;
}
.feedburner-email.large p {
    text-align: center;
}
.feedburner-email.large input[type=text] {
    width: 200px;
    font-size: 20px;
}
.feedburner-email.large button {
    font-size: 20px;
}

.post blockquote {
    border-left: 5px solid #36C;
}

#subscribe-bubble {
    background-color: #3266CC;
    color: #fff;
    font-family: helvetica, verdana, arial, sans-serif;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    text-shadow: #555 1px 0 2px;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
}
#subscribe-bubble:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#subscribe-bubble:after {
    border-top-color: #3366cc;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

#book-slot {
    padding: 0;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 3px;
    height: 185px;
    padding-top: 50px;
    margin-bottom: 30px;
}
#book-slot li {
    width: 50%;
    float: left;
    display: block;
}
#book-slot li a {
    display: block;
    margin: 0 auto;
    width: 135px;
    text-align: center;
    height: 20px;
    padding-top: 105px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 1px white;
}
#book-slot #in-person a {
    background-image: url(http://joelg.cc/content/JT8K/aHR0cDovL2YuY2wubHkvaXRlbXMvMFcwUTFQM04xbTFhMzcycDI0MlMvY29mZmVlLnBuZw==);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    margin-left: 74px;
    margin-right: 37px;
}
#book-slot #skype a {
    background-image: url(http://joelg.cc/content/JTBp/aHR0cDovL2YuY2wubHkvaXRlbXMvMzkxbDNLM280NzNjMVYwQzNMMDIvc2t5cGUucG5n);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    margin-left: 37px;
    margin-right: 74px;
}
#book-slot li a:hover {
    padding-top: 103px;
    border: 3px solid #3166CC;
    padding-bottom: 8px;
    box-shadow: 0 0 10px #3166CC !important;
    text-decoration: none;
    background-position: 50% 8px !important;
}
#book-slot #in-person a:hover {
    margin-left: 72px;
    margin-right: 35px;
}
#book-slot #skype a:hover {
    margin-left: 35px;
    margin-right: 72px;
}

.share-image {
    margin-top: -20px;
    margin-bottom: 20px;
    width: 483px;
    text-align: right;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 12px;
    color: #999;
}
.share-image a,
.share-image iframe {
    float: right;
    margin-left: 5px !important;
}
#disqus_thread {
    width: 640px;
}

/* ------------ CSS Added for Ghost ------------ */

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:275px;}
#mc_embed_signup form {
    padding: 0!important;
}

.post img {
    max-width: 100%;
}

.old-buttons {
    position: relative;
    top: -78px;
    z-index: 999;
    float: right;
    background: #fff;
    margin-bottom: -78px;
}