




/*
     FILE ARCHIVED ON 22:13:15 Sep 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:40:08 Jul 15, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px "Helvetica Neue", sans-serif;
	_display: none;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 999999;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 999999;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 999999;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font: normal 13px/28px "Helvetica Neue", sans-serif;
	color: #CCC;
	text-shadow: #444 0px -1px 0px;
	letter-spacing: normal;
	border: 0;
	
	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -moz-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: -o-linear-gradient(bottom, #464646, #3f3f3f 5px);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#3f3f3f));
	background-image: -webkit-linear-gradient(bottom, #3f3f3f, #464646 5px);
	background-image: linear-gradient(bottom, #464646, #3f3f3f 5px);
	
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	
	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0; 
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0; 
	-ms-border-radius: 2px 2px 0 0; 
	border-radius: 2px 2px0 0 0;
}

#bit a.bsub span { 
	background: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/admin-bar/wpcom-admin-bar-icons.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/admin-bar/wpcom-admin-bar-icons.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/admin-bar/wpcom-admin-bar-icons.png*") 0 -77px no-repeat;
	padding-left: 19px;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: 0 -117px;
}

#bit a.bsub.open { 
	background: #333;
}

#bitsubscribe {
	background: #464646;
	color: #fff;
	padding: 15px; 
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0; 
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0; 
	-ms-border-radius: 2px 0 0 0; 
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open { 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font: 15px/1.3em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-shadow: 0 1px 0 #333;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count { 
	font-size: 13px;
}

#bitsubscribe input[type=submit] {
	padding: 2px 20px;
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#111 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#111 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#111 100%);
	color: #ccc;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #282828;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px; 
	border-radius: 11px;
	-moz-box-shadow: inset 0 1px 0 #444;
	-webkit-box-shadow: inset 0 1px 0 #444;
	box-shadow: inset 0 1px 0 #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	*margin: 1em 0 1em 0;
}

#bitsubscribe input[type=submit]:hover {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #333 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #333 0%,#222 100%);
	color: #fff;
	-moz-box-shadow: inset 0 1px 0 #4f4f4f;
	-webkit-box-shadow: inset 0 1px 0 #4f4f4f;
	box-shadow: inset 0 1px 0 #4f4f4f;
	text-decoration: none;
}

#bitsubscribe input[type=submit]:active {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111 0%,#222 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111 0%,#222 100%); /* IE10+ */
	background: linear-gradient(top, #111 0%,#222 100%);
	color: #aaa;
	-moz-box-shadow: inset 0 -1px 0 #333;
	-webkit-box-shadow: inset 0 -1px 0 #333;
	box-shadow: inset 0 -1px 0 #333;
	text-decoration: none;
}

#bitsubscribe input[type=text] {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
	border-radius: 3px;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
#bitsubscribe input[type=text]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/* 
Confirmation 
=============================== */

#bitsubscribe #lof-readerpromo p { 
	color: #ccc;
}

#bitsubscribe #lof-followpublicize { 
	border-top: 1px solid #3c3c3c;
	margin-bottom: .5em;
}

#bitsubscribe #lof-followpublicize h3 { 
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	background: #555;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 1px #333;
	-webkit-box-shadow: inset 0 1px 1px #333;
	-o-box-shadow: inset 0 1px 1px #333;
	-ms-box-shadow: inset 0 1px 1px #333;
	box-shadow: inset 0 1px 1px #333;
	margin-bottom: .5em;
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter { 
	padding: 10px 10px 5px;
}

/* 
Footer 
=============================== */

#bitsubscribe #bsub-credit { 
	text-align: center;
	font: normal 11px "Helvetica Neue", sans-serif;
	padding: 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #aaa;
	text-shadow: 0 1px 0 #262626;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #fff;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;	
	}
}/**
 * Theme Name: Bueno
 *
 * This stylesheet will be loaded when Infinite Scroll (IS) is enabled.
 * It is enqueued in bueno.php via bueno_infinite_scroll_enqueue_styles().
 *
 * Two of the classes that are added to body when IS is enabled are .infinite-scroll and .neverending.
 *
 * .infinite-scroll is always available; it's used for hiding common site navigation and adjusting common margins.
 *
 * .neverending, on the other hand, will be added to body when IS is set to 'scroll'. This means that if a user has to click to
 * load more posts, then .neverending will not be active. If no footer widgets are available then IS will always be set to 'scroll'
 * and .neverending will be associated with body.
 *
 * In short, .neverending is used to fix the position of the footer when IS is set to 'scroll'.
 */


/**
 * Global IS resets and general styling
 */

.infinite-scroll .infinite-wrap {
	border-top: none;
	padding: 0;
}
.infinite-scroll #main {
	padding-bottom: 15px;
}

/**
 * When footer widgets are present then a 'Load more posts' button will need to be styled in more cases
 */
#infinite-handle span {
	background: rgb( 0, 0, 0 );
	background: rgba( 0, 0, 0, 0.8 );
	border-color: rgb( 0, 0, 0 );
	border-color: rgba( 0, 0, 0, 1 );
	color: rgb( 255, 255, 255 );
	color: rgba( 255, 255, 255, 0.8 );
}

/** 
* Elements to hide: 
* (footer widgets, post navigation, regular footer) 
*/ 
.infinite-scroll .more_entries,
.infinite-scroll.neverending #footer {
	display: none;
}

/**
 * The following class belongs to the loading graphic that displays when new posts are being loaded via IS and IS is set to 'scroll'
 */

.infinite-scroll.neverending .infinite-loader {
	margin: 10px auto 60px;
}

/** 
* Hooks to infinity-end body class to restore footer 
*/ 
.infinity-end.neverending #footer {
	display: block;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url("http://thewritealley.com/s2.wp.com/wp-includes/js/thickbox/macFFBgHack.png%22/*tpa=http://s2.wp.com/wp-includes/js/thickbox/macFFBgHack.png*//*tpa=http://s2.wp.com/wp-includes/js/thickbox/macFFBgHack.png*") repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	visibility: hidden;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #555;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}
/* Resets */
div.sharedaddy ul, div.sharedaddy li { margin: 0; padding: 0; list-style: none; border: none; background: none; }
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; clear: both; }
div.sharedaddy, div.sharedaddy div { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 { font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 3px 0; padding: 0; text-transform: none; letter-spacing:0; line-height: 1; font-weight: bold; width: 15.625%; /* 100px / 640px */ float: left; position: static; background: none; border: none; }
.rtl div.sharedaddy h3, 
.rtl #content div.sharedaddy h3,
.rtl #main div.sharedaddy h3,
.rtl #primary div.sharedaddy h3 { float: right; text-align: right; }
div.sharedaddy ul, div.sharedaddy li { margin: 0 !important; padding: 0 !important; text-indent: 0; }
div.sharedaddy li::before { content: ""; }
div.sharedaddy div.sharing-clear { margin: 0 !important; padding: 0 !important; }
div.sharedaddy div.pd-rating { margin: 0; min-height: 23px; }
div.sharedaddy a, div.sharedaddy a:link, div.sharedaddy a:visited { font-style: normal; }

/* ClearFix trick */
div.sharedaddy:before, div.sharedaddy:after,
div.sharedaddy .sd-block:before, div.sharedaddy .sd-block:after,
div.sharedaddy ul:before, div.sharedaddy ul:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
div.sharedaddy:after,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:after { clear: both; }
div.sharedaddy,
div.sharedaddy .sd-block,
div.sharedaddy ul { zoom: 1; }

/* Base Styles */
div.sharedaddy div.sd-block { border-top: 1px solid #ddd; border-top: 1px solid rgba(0,0,0,.13); padding: 10px 0 5px; margin: 0; width: 100% !important; }
div.sharedaddy.sharedaddy-dark .sd-block { border-top-color: #222; border-top-color: rgba(50,50,50,.5); }
div.sharedaddy .sd-content { width: 82.125%; /* 530px / 640px */ float: right; margin: 0; }
div.sharedaddy .sd-content ul { margin: 0; }
div.sharedaddy .sd-content li { float: left; margin: 0 5px 5px 0 !important; display: block; }

.rtl div.sharedaddy .sd-content { float: right; }
.rtl div.sharedaddy .sd-content li { float: right; margin: 0 0 5px 5px !important;}

/* Base Button .sd-button */
div.sharedaddy a.sd-button {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd !important; box-shadow:inset 0 1px 0 #fff;
	color: #000 !important; text-decoration: none; line-height: 1;
	font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: normal;
}
div.sharedaddy a.sd-button:hover { color: #000; text-shadow: 0 1px 0 #fff; border-color: #ccc;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#eee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#eee 100%);
}
div.sharedaddy a.sd-button:active { background-color: #efefef; box-shadow:inset 0 -1px 0 #fff; border-color: #ddd; }
a.sd-button > span { padding: 4px 8px; display: block; opacity: .8; line-height: 1; text-shadow: none; }
a.sd-button:hover span { opacity: 1; }
.sd-button span.share-count { font-size: 90%; color: #666; margin-left: 5px; }
.rtl .sd-button span.share-count { margin-right: 5px; }

/* Button Style Options */
.sd-social-icon-text a.sd-button > span,
a.sd-button > span { padding: 3px 5px 3px 23px; background-position: 2px center; background-repeat: no-repeat; }
.sd-social-icon a.sd-button > span { padding: 3px; width: 16px; height: 16px; text-indent: -9999px; background-position: center center; background-repeat: no-repeat; }
.sd-social-text a.sd-button > span { background: none !important; padding-left: 5px }
.sd-social-official li { height: 21px; }
div.sharedaddy .no-text { width: 21px; height: 21px; }
div.sharedaddy .no-text a { text-decoration: none; }
div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span { padding-left: 5px; background-image: none; }

.rtl .sd-social-icon-text a.sd-button > span,
.rtl a.sd-button > span { padding: 3px 23px 3px 5px; background-position: 98% center; }
.rtl .sd-social-text a.sd-button > span { padding-left: 0; padding-right: 5px }
.rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span { padding-left: 0; padding-right: 5px }

/* Icons */
li.share-facebook a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-facebook.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-facebook.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-facebook.png*"); }
li.share-tumblr a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-tumblr.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-tumblr.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-tumblr.png*"); }
li.share-twitter a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-twitter.png-1.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-twitter.png?1*"); }
li.share-linkedin a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-linkedin.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-linkedin.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-linkedin.png*"); }
li.share-press-this a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-wordpress.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-wordpress.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-wordpress.png*"); }
li.share-digg a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-digg.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-digg.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-digg.png*"); }
li.share-stumbleupon a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-stumbleupon.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-stumbleupon.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-stumbleupon.png*"); }
li.share-reddit a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-reddit.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-reddit.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-reddit.png*"); }
li.share-pinterest a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/pinterest.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/pinterest.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/pinterest.png*"); }
li.share-email a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-email.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-email.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-email.png*"); }
li.share-print a.sd-button > span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-print.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-print.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-print.png*"); }
a.sd-button.share-more span { background-image: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-more.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-more.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/icon-more.png*"); }

/* Special case for non-smart implementations of Google+ button */
div.sharedaddy .sd-content ul li.share-google-plus-1 { line-height: 90%; margin-bottom: 2px !important; min-height: 20px; }
div.sharedaddy .sd-social-official .sd-content ul li.share-google-plus-1 { padding-top: 0; }

/* More pannel */
div.sharedaddy .sharing-hidden .inner {
	max-width: 250px; padding: 15px 15px 10px; position: absolute; margin-left: -100px; z-index: 1001;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
}
.rtl div.sharedaddy .sharing-hidden .inner {
	margin-left: 0;
	margin-right: -100px;
}
div.sharedaddy.sharedaddy-dark .sharing-hidden .inner { border-color: #222; }

/* LIKE MODULE */
div.sharedaddy .wpl-likebox,
#main div.sharedaddy .wpl-likebox,
#content div.sharedaddy .wpl-likebox { margin-right: 0 !important;  margin-left: 0 !important; padding-right: 0 !important; padding-left: 0 !important; }
.wpl-likebox .sd-content { margin: 0; }
div.sharedaddy .wpl-button { float:left; margin: 0 5px 0 0; }
div.sharedaddy #wpl-count { line-height: 1; padding: 5px 0; text-align: left; margin: 0; font-size: 12px; }
div.sharedaddy ul.wpl-avatars, .wpl-likebox { margin: 0 -2px 0 0 !important; padding-top: 10px !important; overflow: hidden; }
div.sharedaddy ul.wpl-avatars li { width: 32px; height: 32px; }
div.sharedaddy ul.wpl-avatars li a { margin: 0 2px 0 0; border-bottom: none !important; display: block; }
div.sharedaddy ul.wpl-avatars li a img { background: none; border: none; margin: 0 !important; padding: 0 !important; position: static; }
div.sharedaddy .wpl-button a.sd-button span { padding: 3px 5px 3px 20px; text-shadow: none; background: url("http://thewritealley.com/s2.wp.com/wp-content/mu-plugins/post-flair/like/images/icon-like-sprite.png%22/*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/like/images/icon-like-sprite.png*//*tpa=http://s2.wp.com/wp-content/mu-plugins/post-flair/like/images/icon-like-sprite.png*") no-repeat 0px -1px; }
div.sharedaddy .wpl-button a.sd-button.liked { background: #FEFFCE; border: 1px solid #F3E389; box-shadow:inset 0 1px 0 #fff; cursor: default; }
div.sharedaddy .wpl-button a.sd-button.liked span { opacity: 1; }

.rtl div.sharedaddy .wpl-button { float:right; margin: 0 0 0 5px; }
.rtl div.sharedaddy #wpl-count { text-align: right; }
.rtl div.sharedaddy ul.wpl-avatars, .rtl .wpl-likebox { margin: 0 0 0 -2px !important; }
.rtl div.sharedaddy .wpl-button a.sd-button span { padding: 3px 20px 3px 5px; background-position: right center; }

#wpl-mustlogin { width: 312px; padding: 15px; position: absolute;  margin-left: -120px; z-index: 1001; text-shadow: none;
	background-color: #fff; color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
}
#wpl-mustlogin p { margin: 0; text-shadow: none; color: #333; }
#wpl-mustlogin label, #wpl-mustlogin a { text-shadow: none; color: #333; }
#wpl-mustlogin input[type="text"], #wpl-mustlogin input[type="password"] { width: 98.5%; text-shadow: none; border: 1px solid #ccc; background: #fff;  color: #333; }
#wpl-mustlogin { line-height: 14px !important; font-size: 11px; clear: left; margin-top: 5px; background: #f0f0f0; padding: 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#wpl-mustlogin a { color: #888; text-decoration: underline; }
#wpl-mustlogin p { margin: 5px 0; padding: 0 }
#wpl-mustlogin input.input { padding: 2px; background: #fff; font-size: 11px; font-family: inherit; border: 1px solid #ccc; -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset; line-height: 12px; }
#wpl-mustlogin input#wp-submit { border: 1px solid #ccc; font-size: 11px; background: #fafafa repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px 4px !important; line-height: 12px; }
#wpl-mustlogin label { position: relative; cursor: text; }
#wpl-mustlogin label span { position: absolute; top: 0px; left: 5px; padding: 0 !important; }
#wpl-mustlogin label span { top /*\**/: -10px\9; }

.rtl #wpl-mustlogin { margin-left: 0; margin-right:-120px; }
.rtl #wpl-mustlogin { clear:right }
.rtl #wpl-mustlogin label span { left: auto; right:5px }

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 { display: none; }
div.sharedaddy.sd-like-enabled .sd-like div.sd-content { width: 100%; float: none; }
div.sharedaddy.sd-rating-enabled .sd-like h3 { display: block; }
div.sharedaddy.sd-rating-enabled .sd-like div.sd-content { width: 82.125%; /* 530px / 640px */ float: right; }
div.sharedaddy.sd-sharing-enabled .sd-like h3 { display: block; }
div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content { width: 82.125%; /* 530px / 640px */ float: right; }

.rtl div.sharedaddy.sd-rating-enabled .sd-like div.sd-content { float:left }
.rtl div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content { float:left }

/* Sharing: Email Dialog */
#sharing_email { width: 312px; padding: 15px; position: absolute;  margin-left: -120px; z-index: 1001;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	text-align: left;
}
.rtl #sharing_email { margin-left: -0px; margin-right: -120px; text-align: right }

div.sharedaddy.sharedaddy-dark #sharing_email { border-color: #fff; }

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 11px;
	padding: 5px 8px;
	line-height: 11px;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}
.rtl #sharing_email label { text-align:right }

#sharing_email input[type="text"] {
	width: 98.5%;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 10px;
	font-size: 11px;
	text-shadow: none;
}
.rtl #sharing_email .sharing_cancel { padding: 0 10px 0 0;}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 10px 0 14px 0;
}

/* Theme-specific fixes */
/* Shelf */
div.sharedaddy .wpl-likebox {
	position: static !important;
	bottom: auto !important;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
}
.wpvidavee_title {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 2px 5px;
	text-align: left;
}
.wpvidavee_footer {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9px;
	line-height: 11px;
	padding: 2px 5px;
	text-align: right;
}
.wpvidavee_footer a {
	text-decoration: none;
}
.wpvidavee_p {
	color: red;
}
.hidden {
	display: none;
}
.possibly-related {
	clear: both;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}
