        body {
           overflow-x: hidden;
        }
        /* Shared styles */
        
        .drop-shadow {
            position:relative;
            float:left;
            width:250px;    
            padding:1em; 
            margin:.8em 10px 4em; 
            background:#c00c20;
            color:white;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow:before,
        .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }
        
        .drop-shadow p {
            font-size:16px;
            font-weight:bold;
        }
        
        /* Lifted corners */

        .lifted {
            -moz-border-radius:4px; 
                 border-radius:4px;
        }
        
        .lifted:before,
        .lifted:after { 
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);   
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .lifted:after {
            right:10px; 
            left:auto;
            -webkit-transform:rotate(3deg);   
               -moz-transform:rotate(3deg);  
                -ms-transform:rotate(3deg);  
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }
        
        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }
        
        .curved-vt-2:before {
            right:0;
        }
        
        .curved-hz-1:before {
            top:50%;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }
        
        /* Rotated box */
        
        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-2deg);    
               -moz-transform:rotate(-2deg);   
                -ms-transform:rotate(-2deg);
                 -o-transform:rotate(-2deg);
                    transform:rotate(-2deg);
            position: relative;
            margin-top: -10px !important;
            margin-bottom: -10px !important;
            z-index: 30000;
        }
     
        .rotated :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#c00c20;
            background-image: url(http://cdn.shortformblog.com/css/sfbtumblr_logo_bigger.png);
            background-repeat:no-repeat;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .header h4.intro {
          color: #666;
          font-size: 15pt;
        }

        .header {
          overflow: visible;
        }
        h4.intro a:hover {
          color: #c00c20;
        }
        
        .row .row, .header, #pages, #pages .column {
          background-image: url(http://cdn.shortformblog.com/css/paperb.jpg);
        }

        #fs_mainBody .footer {
          background: inherit !important;
        }
        
        #fs_doneMsg {
color: black;
margin: 4px 0 10px 13px;
font-size: 1.05em;
padding-top: 5px;
text-align: left;
font-family: Helvetica,Tahoma,Arial,sans-serif;
font-weight: bold;
padding-left: 1em;
}        

        .stMainServices img {
          display: none;
        }

	#hellobar-wrapper {
	  z-index: 1200 !important;
	}

        a.hellobar-close {
        left: 20px !important;
        }

        .author {
          height: 12px;
          display: inline;
          font-size: 0.9em;
          font-weight: 500;
          width: 100px;
          position: absolute;
          bottom: 0;
          padding-bottom: 5pt;
          left: 130px;
          text-align: right;
          color: #939494;
          -webkit-text-shadow: #EEE 1px 1px 0.5px;
          -moz-text-shadow: #EEE 1px 1px 0.5px;
          text-shadow: #EEE 1px 1px 0.5px;
          z-index: 20;
        }
        
        cite .authorquote {
          height: 12px;
          display: inline;
          font-size: 0.9em;
          font-weight: 500;
          width: 100px;
          position: absolute;
          bottom: -80px;
          padding-bottom: 5pt;
          left: 0px;
          margin-left: -150px;
          text-align: right;
          color: #939494;
          -webkit-text-shadow: #EEE 1px 1px 0.5px;
          -moz-text-shadow: #EEE 1px 1px 0.5px;
          text-shadow: #EEE 1px 1px 0.5px;
          z-index: 20;
        }

	span.reblog {
	  display:block;
	  margin-bottom: 1em;
	}

	.post.jj:after, .post.sk:after, .post.sm:after, .post.sam:after, .post.sc:after, .post.mk:after, .post.es:after, .post.pd:after, .post.ct:after {
		display: inline;
		position: absolute;
		bottom: 0;
		left: 130px;
		color: #939494;
		font-size: 0.9em;
		font-weight: 500;
		padding: 4pt;
		-webkit-text-shadow: #EEE 1px 1px 0.5px;
		-moz-text-shadow: #EEE 1px 1px 0.5px;
		text-shadow: #EEE 1px 1px 0.5px;
		z-index: 20;
		width: 100px;
		text-align: right;
	}

        div.jj:after, span.jj:after {
          content: "By Justin Jones";
        }
	
        cite .jj:after {
          content: "By Justin Jones";
        }
	
	.post.reblog.jj:after {
	  content: "via Justin Jones";
	}
	
        div.sk:after, span.sk:after {
          content: "By Sarah Kasulke";
        }

        cite .sk:after {
          content: "By Sarah Kasulke";
        }

	.post.reblog.sk:after {
	  content: "via Sarah Kasulke";
	}
	

        div.sm:after, span.sm:after {
          content: "By Seth Millstein";
        }

        cite .sm:after {
          content: "By Seth Millstein";
        }

	.post.reblog.sm:after {
	  content: "via Seth Millstein";
	}

        div.sam:after, span.sam:after {
          content: "By Sami Main";
        }

        cite .sam:after {
          content: "By Sami Main";
        }

	.post.reblog.sam:after {
          content: "via Sami Main";
        }

        div.ct:after, span.ct:after {
          content: "By Chris Tognotti";
        }

        cite .ct:after {
          content: "By Chris Tognotti";
        }

	.post.reblog.ct:after {
          content: "via Chris Tognotti";
        }

        div.pd:after, span.pd:after {
          content: "By Patrick deHahn";
        }

        cite .pd:after {
          content: "By Patrick deHahn";
        }

	.post.reblog.pd:after {
          content: "via Patrick deHahn";
        }


        div.es:after, span.es:after {
          content: "By Ernie Smith";
        }

        cite .es:after {
          content: "By Ernie Smith";
        }

	.post.reblog.es:after {
          content: "via Ernie Smith";
        }


        div.mk:after, span.mk:after {
          content: "By Matthew Keys";
        }

        cite .mk:after {
          content: "By Matthew Keys";
        }

	.post.reblog.es:after {
          content: "via Ernie Smith";
        }
        
         div.sc:after, span.sc:after {
          content: "By Scott Craft";
        }

        cite .sc:after {
          content: "By Scott Craft";
        }

	.post.reblog.sc:after {
          content: "via Scott Craft";
        }

        .row.teasebox {
          background-color: #efefef;
          border-top: 1pt solid #939494;
	  z-index: 1200;
        }

        .row.teasebox .row {
          background-color: #efefef;
          background-image: none;
        }

        .row.teasebox .row .firstcolumn {
          background-color: #CCC;
          border-right: 1pt dotted black;
          padding-right: 19px;
          padding-bottom: 3000px;
        }

        .row.teasebox .row .column {
          background-color: #efefef !important;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          padding-top: 0px;
          padding-bottom: 3000px;
          padding-left: 0px;
          padding-right: 0px;
        }
       
        .row.teasebox .posttitle {
          font-size: 2.2em;
          color: #666;
        }

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

        ul.teases li {
          display: block;
          width: 18.3%;
          padding-left: .75%;
          padding-right: .75%;
          padding-top: 20px;
          padding-bottom: 3020px;
          margin-bottom: -3000px;
          float: left;
          font-size: 1.5em;
          font-weight: 300;
          text-align: center;
          border-right: 1pt dotted black;

        }

        ul.teases li:nth-child(even) {
          background-color: #dbdedd;
        }
        
        ul.teases li:hover {
          background-color: #CCC;
          color: black;
        }

        ul.teases li:hover strong {
          background-color: #666;
        }

        ul.teases li:last-child {
          border-right: none;
        }

        ul.teases li strong {
          font-weight: 800;
          display: block;
          text-align: center;
          padding-top: 20px;
          border-radius: 3em;
          font-size: 2.3em;
          color: white;
          width: 70px;
          height: 50px;
          line-height: 32px;
          background-color: #c00c20;
          border-radius: 6em;
          border-bottom-left-radius: 6em 6em;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: .2em;
          border-radius: 6em;
          -moz-border-radius: 6em;
          -webkit-border-radius: 6em;
        }

        ul.teases li strong:hover {
          background-color: #666;
        }
        ul.teases li a {
          text-decoration: none;
          display: block;
        }

        ul.teases li a:hover {
          color: black;
        }
        
        body.js #teases, body.js #innernav {
          display: none;
        }



p:empty {
	display: none;
}


.footerbox {
color: white;
font-size: 1.5em;
font-weight: 200;
line-height: 1.5em;
padding-bottom: 1em;
padding-top: 15px;
max-width: 100%;
}

#footer2 {
	color:#FFF;
	margin-top:0;
	min-width:100%;
	clear:both;
	float:left;
	background-color:#c00c20;
	background-position:0;
	position:absolute;
	z-index:99999999;
	width:100%;
	text-align:left;
	border-bottom: none;
	padding-top: 1.5em;
}

.footermug {
		background-image: url(http://cdn.shortformblog.com/css/juliusmugbigneck.png);
		height: 175px;
		background-repeat: no-repeat;
		background-position: bottom right;
		margin-right: 0px !important;
                margin-bottom: 0;
                padding-bottom: 0;
}

.outro {
height: 200px;
}

#footer2 a {
	color: white;
}

#footer2 a.title {
display: inline-block;
font-family: 'ChunkFiveRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 22pt;
color: white;
text-decoration: none;
}

#footer2 .credits {
font-weight: 200;
text-transform: uppercase;
font-size: 8pt;
}



#footer2 .column {
        display: block;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 1em;
        padding-bottom: 3060px;
        margin-bottom: -3000px;
	float: left;
	background-color: white !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #c00c20 !important;
	box-shadow: none;
        height: 175px;
}

#footer2 .column p {
        display: block;
        padding-bottom: 0 !important;
        max-width: 100%;
}

#pages {
       height: 70px;
       padding-top: 20px;
       padding-bottom: 20px;
}

#pages .firstcolumn {
       padding-top: 10px;
}


#pages .posttitle {
       font-size: 2.5em;
       color: #939494;
}

#pages .column {
        background-color: none !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; 
        box-shadow: none; 
}

.moreposts a.jump_page, .moreposts .current_page, a.inside_nav, .postsPrev, .postsNext {
	position: relative;
	height: 30px;
	font-size: 30px;
	font-weight: 800;
	color: white !important;
	background-color: #939494;
	text-align: center;
	border: 0 solid #dbdedd;
	z-index: 30;
}

a.inside_nav {
	background-color: #ccc;
        opacity: .4;
}

.moreposts a.jump_page, .moreposts .current_page, a.inside_nav, .postsPrev, .postsNext {
	display: inline-block;
	line-height: 25px;
	padding: 5px;
	margin-top: -2pt;
	margin-left: 2pt;
	margin-right: 2pt;
	border-radius: .3em !important;
	-moz-border-radius: .3em !important;
	-webkit-border-radius: .3em !important;
	width: auto;
        text-decoration: none;
}

.postsPrev, .postsNext {
	padding: 5px 10px;
}

.moreposts .current_page, .moreposts a.jump_page:hover, a.inside_nav:hover, .postsPrev:hover, .postsNext:hover {
	background-color: #c00c20 !important;
        opacity: 1;
}

.placer {
	background-color: #dbdedd; 
	height: 10pt; 
	position: relative; 
	margin-top: -3pt; 
	z-index: 22000; 
	overflow: hidden;
}

#upprev_box {
	display: none;
}

.placer .row {
	-webkit-box-shadow: #666 0px 0px 4px;
	-moz-box-shadow: #666 0px 0px 4px;
	background-color: white;
	height: 15px;
	margin-left: 240px;
	margin-top: -6px;
	overflow: hidden;
	width: 100%;
}


#innernav {
        height: 70px;
        background-color: #CCC;
        border-top: 1pt solid #939494;
	z-index: 1200;
}

#innernav .row {
        background-image: none;
        background-color: #CCC;
}

#innernav .row .column {
        background-image: none !important;
        background-color: #CCC !important;
        padding-top: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: white;
}

.adspot_link {
        text-transform: uppercase;
        font-size: 7pt;
}

#adspot_720753026 .adspot_link {
width: 728px;
text-align: right;
color: #DBDEDD;
}

.adspot_link:hover {
        color: inherit;
        text-decoration: none;
}

.slider {
overflow: hidden;
clear: both;
}

.slider_menu {
position: relative;
z-index: 3000;
background-color: white;
height: 20px;
margin-top: 0;
-moz-box-shadow: white 0px 0px 20px;
-webkit-box-shadow: white 0px 0px 20px;
box-shadow: white 0px -20px 20px;
padding-top: 10px;
font-size: 1.5em;
color: #939494;
font-weight: 800;
padding-left: 1em;
display: none;
}

.slider_menu.open_slider {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

.postnotes h3 {
border-top: 1pt solid #939494;
padding-left: 3% !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
width: 96.5%;
}

#tumblr_controls {
   min-width: 330px !important;
   width: 330px !important;
}

#BF_WIDGET {
   overflow: hidden;
   margin-top: -17px;
   margin-bottom: -17px;
}

.wibiya_toolbar_holder {
 width: 100% !important;
 padding-left: 0 !important;
 padding-right: 0 !important;
 margin-left: -9px;
}

.wibiya_toolbar_sideLeft, .wibiya_toolbar_sideRight {
 display: none !important;   
}

.wibiya_toolbar_holder_middle {
 margin-left: -9px !important;
}

#wibiya_toolbar_middle_item_holder {
 padding-left: 9px !important;
 padding-right: 9px !important;
 width: 98% !important;   
}

#textad_bottom {
    background-color: #939494;
    height: 80px;
    -webkit-box-shadow: #333 0px 0px 4px;
    -moz-box-shadow: #333 0px 0px 4px;
    box-shadow: #333 0px 0px 4px;
    }

#textad_bottom .column {
    background-color: #939494 !important;
    height: 80px !important;
    padding-bottom: 3006px;
    padding-top: 0;  
}

#textad_bottom strong, #textad_bottom a:hover {
    color: white !important;
}

#textad_bottom p {
    padding-bottom: 1em !important;
    margin-bottom: 1em;
    font-size: 1.4em;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%;
    color: white;   
}

#livefyre {
 max-width: 670px !important;
 min-height: 230px !important;
 margin-top: 0 !important;   
}

a.permalink .comment {
display: inline;
float: left;
height: 12px;
line-height: 14px;
margin: 2px 3px 0px -12px;
padding: 0px;
width: 19px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAfUlEQVQoz2P4//8/Q05uLgwbk4jB+kBmMEAN4gHik0D8n0R8BqQX2aBMMgyB4TRkgyooMKh9+BrUgmxQIAUGBSIbBMK9QPyZBAM+Q/UwoBuECzODohiInyAZchhZDdyg3bt3EzIMhDmBOB+I38IMAukDYVINgmEeaJiiGAQAj3C+bkqmxFEAAAAASUVORK5CYII=);
}

.stButton img {
    display: none;
}

.twitter-follow-button {
    height: 32px !important;
    width: 190px !important;
}

.headerbar.inside { visibility: visible !important; box-shadow: none !important }
.headerbar { visibility: hidden; }

.js .headerbar {
    visibility: visible;
    height: 30px;
    position: fixed;
    background-color: #c00c20;
    z-index: 1000;
    width: 100%;
    top: 0px;
    box-shadow: 0px 1px 6px #666666;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url(sfbimage.png);
    background-repeat: no-repeat;
    background-position: 6px 4px;
    padding-left: 250px;
}

.headerbar.inside {
position: relative;
background-image: url(http://cdn.shortformblog.com/css/paperb.jpg);
background-color: #dbdedd;
padding-top: 10px;
padding-bottom: 10px;
}

.headerbox {
width: 700px;
margin-left: 250px;
}

.sharetop:active, .sharetop:hover { opacity: .7; }
.headerhome { 
	width:240px; 
	height: 38px; 
	position: fixed; 
	left: 0; }

.lijit_search
{ width: 250px; display: inline; float: right; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.headerbar { z-index: 500; }
#lwp_main { display: none !important; }
}
#lwp_main { width: 250px; float: right; display: inline; }
#lwp_f, #lwp_cloud { display: none; }

#cse-search-box, #lwp_sbf {height: 32px; width: 250px; background: none !important; border: none !important; float: right; }
 
#search-button, #lwp_2_searchbutton {
	background: #E8ECEA;
	color: #939494;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 18px;
	border: 0;
	float: right;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	 border-radius:5px !important;
	width: 80px;
	height: 31px;
	margin-top: -1px;
}

.inside #search-button, .inside #lwp_2_searchbutton {
	background: #939494;
	color: white;
	border: 1pt solid #939494;
}

#search-button:hover, #lwp_2_searchbutton:hover {
	background: #DBDEDD;
	color: #C00C20;
}

.inside #search-button:hover, .inside #lwp_2_searchbutton:hover {
	background: #C00C20;
	color: white;
	border: 1pt solid #c00c20;
}

#s, #lwp_sfd {
	width: 150px !important; 
	height: 28px !important;
	font-size: 20px;
	color: #939494;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 800;
	margin: 0px;
	padding-left: 5px;
	background-color: white;
	-moz-border-radius:4px;
	 border-radius:4px;
	border: 0;
 }

.inside #s, #lwp_sfd {
	border: 1pt solid #939494;
}

#cf_alert_div {
	z-index: 10000 !important;
}