@CHARSET "UTF-8";

/* Font imports for forcedfont */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic); /* 'Droid Serif' */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic); /* 'Open Sans' */

#sf-viewcontent-content {
}

#sf-viewcontent-aux {
	padding-right: 10%;
	padding-top:2em;
}

div.sf-sidebar, div.sf-sidebar-nopadding
{
	font-size: 10pt !important;
}

#sfContentSidebar {
	font-family: Trebuchet MS,Trebuchet,sans-serif;		
	width: 300px;	
	vertical-align: middle;
	font-weight: bold;
	color: #868e92;
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
	float: left;
}

#sfContentSidebar a {
	color: #4a3d3e;
	text-decoration: none;
}

#sfContentSidebar a:hover {
	text-decoration: underline;
}

#sfContentContainer {
	font-family: Trebuchet MS,Trebuchet,sans-serif;		
	display: table-cell;
	padding-left: 40px;
	padding-right: 60px;
}

#sfContentTitle {	
	font-family: Trebuchet MS,Trebuchet,sans-serif;		
	font-size: 24px;
	font-weight: bold;
	color: #661e24;
}

#sfContentDescription {
	margin: 0px 20px 20px 20px;
	font-family: Trebuchet MS,Trebuchet,sans-serif;
}

.sf-contentactions-border {
	display: block;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
    margin: 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;

}

#sfContentIcons {
	border-radius: 4px 4px 0 0;
	display: block;
	font-size: 13px;
	text-align: center;
}

.sf-contentactions-border:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sfContentIcons .sfContentIcon,
#sfContentIcons .sfContentIcon-inactive {
	display: inline-block;
	float: left;
	margin: 0 10px;
}

#sfContentIcons .button {
	margin: 0;
	margin-right: 10px;
}

.sfContentIcon,
.sfContentIcon-inactive {
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 0 10px 21px;
	position: relative;
	text-decoration: none;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#sfContentIcons .button {
	padding-left: 33px;
}

.sfContentIcon:hover,
.sfContentIcon-inactive:hover {
	text-decoration: none;
}

.sfContentIcon-inactive,
.sfContentIcon-inactive:hover,
.sfContentIcon-inactive.button,
.sfContentIcon-inactive.button:hover {
	cursor: default !important; /* better than auto, stops text-select I bar */
	opacity: 0.5;
}

.sfContentIcon:after,
.sfContentIcon-inactive:after {
	content: " ";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 16px;
}

#sfContentIcons .button:after {
	left: 12px;
}

#sfReport_outer:after,
#sfReport_outer_inactive:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/blockreport_inactive.png");
}

#sfGroup_outer:after,
#sfGroup_outer_inactive:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/addgroup_inactive.png");
}

#sfFavorite_outer:after,
#sfFavorite_outer_inactive:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/favorite_inactive.png");
}

#sfFavorite_outer.yes:after,
#sfFavorite_outer_inactive.yes:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/favorite_inactive_yes.png");
}

#sfWatch_outer:after,
#sfWatch_outer_inactive:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/watch_inactive.png");
}

#sfFeature_outer:after,
#sfFeature_outer_inactive:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/stardark_small.png");
}

#sfDownload:after,
#sfDownload_inactive:after {
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/icons/download_inactive_16.png");
}

#sfStar_0, #sfStar_1, #sfStar_2, #sfStar_3, #sfStar_4 {
	border: none;
	width: 24px;
	height: 24px;
}

#sfStarRating {
	display: block;
	height: 24px;
	padding: 6px 0;
	position: absolute;
	right: 0;
	top: 0;
}

#sf-userinfo-outer {
	display: block;
	text-align: left;
	margin-top: 3px;
	margin-left: 35px;
	margin-right: 25px;
	text-decoration: none;
	padding: 10px;
	padding-bottom: 5px;
}

#sf-userinfo-outer:hover {
	background-image: url(https://www.sofurryfiles.com/static/images/espresso/layout/top_gradient.png);
	background-repeat: repeat-x;
	border-radius: 5px;		
  	box-shadow:  0px  1px 0px #fff,
    	         1px  0px 0px #fff,
        	     0px -1px 0px #fff,
            	 -1px  1px 0px #fff,
               	 0px  0px 5px rgba(0,0,0,0.5);	
}

#sf-userinfo-outer .sf-userinfo {
	display: block;
	margin-left: 60px;
	font-size: 8pt;
	line-height: 1.6em;	
}

#sf-userinfo-outer .sf-username {
	font-size: 14pt;
	font-weight: bold; 
	line-height: 1.0em; 
	word-wrap: break-word;	
}

#sf-userinfo-outer img {
	float: left;
	display: table-cell;
	margin-right: 10px;
	width: 50px;
}

#sfContentImage {
	margin: 0 auto;
	max-width: 800px;
}

#sfContentImageFull div a img {
	max-width: 100%;
}

#sfContentBody {
	line-height: 1.5em;	
	text-align: justify;
}

#sfContentBody p {
	margin-top: 1em;	
	margin-bottom: 1em;	
}

#sfContentBody img{
	max-width:100%;
}

#sf-viewcontent-content {
	margin: 0 auto;
	padding: 0 1em;
}

#sf-viewcontent-content.fixedwidth {
	max-width: 48em;
}

#sfPrevNext {
	margin: 0 0 30px;
	overflow: hidden;
}

.sf-prevnext, #sf-prevnext-textstory, #sf-prevnext-text {
	height: 130px;
	min-width: 100px;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: left;	
}

#sf-prevnext-currentimage {
	float: left;	
	padding-left: 1em;
	padding-right: 1em;
}

#sf-prevnext-currentimage img {
	opacity: 0.9;
	filter: alpha(opacity=90);	
	max-height: 125px;
	max-width: 200px;
}

#sf-prevnext-currentimage img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);	
	max-height: 125px;
}


#sf-prevnext-textstory {
	display: table-cell;
	text-align: center;
	height: 10px;
	width: 30%;
}

#sf-prevnext-storywrapper {
	display: table;
	width: 100%;
}

#sf-prevnext-storywrapper .sf-left {
	float: left;
	display: table-cell;
	width: 30%;
}

#sf-prevnext-storywrapper .sf-right {
	float: right;
	display: table-cell;
	width: 30%;
	text-align: right;
}

.sf-prevnext .sfArtworkSmallWrapper .sfArtworkSmallInner img {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.sf-prevnext .sfArtworkSmallWrapper .sfArtworkSmallInner img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/* --- end */
#sfContentImage img {
	max-width: 100%;
}

#sfContentImage .sf-image-actions {
	float: left;
	padding: 6px;
	padding-left: 20px;
	margin-top: 10px;
    width: 100%;
    font-size: 10pt;
    text-align: center;	
}

#sfContentImage .sf-image-action {
	padding-right: 40px;
}

#sfContentImage .sf-image-action a {
	color: #938B87;
}

#sfContentImage .sf-image-action a:hover {
	color: #661E24;
	text-decoration: none;
}

#sfContentLeftArrow {
	vertical-align: middle;
	padding-right: 1.5em;
	font-size: 300%;
}

#sfContentRightArrow {
	vertical-align: middle;
	padding-left: 1.5em;
	font-size: 300%;
}

#sfBelowContentImage {
	clear: both;
}

/* Textcontent controls */
.backdrop.cozy {
	background-color: #000;
	
	background-image: linear-gradient(left top, rgb(26,26,26) 22%, rgb(0,0,0) 62%);
	background-image: -o-linear-gradient(left top, rgb(26,26,26) 22%, rgb(0,0,0) 62%);
	background-image: -moz-linear-gradient(left top, rgb(26,26,26) 22%, rgb(0,0,0) 62%);
	background-image: -webkit-linear-gradient(left top, rgb(26,26,26) 22%, rgb(0,0,0) 62%);
	background-image: -ms-linear-gradient(left top, rgb(26,26,26) 22%, rgb(0,0,0) 62%);
}

#sf-textcontent-controls {
	background: #fff url("https://www.sofurryfiles.com/static/images/espresso/layout/top_gradient.png") repeat-x;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #555;
	float: right;
	margin: 0 0 2em 2em;
	padding: 0;
	text-shadow: 0 1px 0 #fff;
	width: 170px;
	
  	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1),
				0 1px 0 #fff inset;
  	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1),
				0 1px 0 #fff inset;
  	box-shadow: 0 0 5px rgba(0,0,0,0.1),
				0 1px 0 #fff inset;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
               	 
    font-size: smaller;
}

#sf-textcontent-controls.active {
	background: #111;
	border-color: #333;
	color: #777;
	text-shadow: 0 -1px 0 #000;
	
  	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  	-moz-box-shadow: 	0px 0px 5px rgba(0,0,0,0.5);
  	box-shadow: 		0px 0px 5px rgba(0,0,0,0.5);
}

#sf-textcontent-controls li {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	display: block;
	line-height: 20px;
	padding: 5px 8px;
	text-align: left;
}

#sf-textcontent-controls.active li {
	border-color: #333;
}

#sf-textcontent-controls li span {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding-left: 23px;
}

#sf-textcontent-controls li span.cozymode {
	background-image: url('/static/images/common/icons/cozymodebutton.png');
}

#sf-textcontent-controls li span.dropformat {
	background-image: url('/static/images/common/icons/formatbutton.png');
}

#sf-textcontent-controls li span.forcefont {
	background-image: url('/static/images/common/icons/forcefontbutton.png');
}

#sf-textcontent-controls li span.margins {
	background-image: url('/static/images/common/icons/marginsbutton.png');
}

#sf-textcontent-controls li span.fixedwidth {
	background-image: url('/static/images/common/icons/fixedwidthbutton.png');
}

#sf-textcontent-controls li:first-child {
	border-radius: 3px 3px 0 0;
}

#sf-textcontent-controls li:last-child {
	border-bottom: none;
	border-radius: 0 0 3px 3px;
}

#sf-textcontent-controls li:hover {
	background-image: -webkit-linear-gradient(90deg, #f6eaea, #f5eeee);
	background-image: -moz-linear-gradient(90deg, #f6eaea, #f5eeee);
	background-image: -ms-linear-gradient(90deg, #f6eaea, #f5eeee);
	background-image: -o-linear-gradient(90deg, #f6eaea, #f5eeee);
	background-image: linear-gradient(90deg, #f6eaea, #f5eeee); 
	
	background-color: #f5eeee;
		
	-webkit-box-shadow: inset 0 1px 0 #fff,
						inset 0 -1px 0 #fff,
						inset 0 0 5px rgba(255,255,255,0.6),
						inset 0 -15px 0 rgba(0,0,0,0.04);
	-moz-box-shadow: 	inset 0 1px 0 #fff,
						inset 0 -1px 0 #fff,
						inset 0 0 5px rgba(255,255,255,0.6),
						inset 0 -15px 0 rgba(0,0,0,0.04);
	box-shadow: 		inset 0 1px 0 #fff,
						inset 0 -1px 0 #fff,
						inset 0 0 5px rgba(255,255,255,0.6),
						inset 0 -15px 0 rgba(0,0,0,0.04);
}

#sf-textcontent-controls.active li:hover {
	background-image: -webkit-linear-gradient(90deg, #222, #444);
	background-image: -moz-linear-gradient(90deg, #222, #444);
	background-image: -ms-linear-gradient(90deg, #222, #444);
	background-image: -o-linear-gradient(90deg, #222, #444);
	background-image: linear-gradient(90deg, #222, #444); 
	
	background-color: #555;
	
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.4),
						inset 0 -1px 0 rgba(0,0,0,0.4),
						inset 0 -15px 0 rgba(0,0,0,0.04);
	-moz-box-shadow: 	inset 0 1px 0 rgba(0,0,0,0.4),
						inset 0 -1px 0 rgba(0,0,0,0.4),
						inset 0 -15px 0 rgba(0,0,0,0.04);
	box-shadow: 		inset 0 1px 0 rgba(0,0,0,0.4),
						inset 0 -1px 0 rgba(0,0,0,0.4),
						inset 0 -15px 0 rgba(0,0,0,0.04);
}

#sf-textcontent-controls #mleft.noMargin, #sf-textcontent-controls #mright.noMargin {
	color: #d00;
	font-size: large;
}

#sf-content-button, #sf-fullscreen-button {
	display: inline-block;
	height: 20px;
	text-align: center;
	padding: 3px;
	width: 150px;
               	 
	background-image: url("https://www.sofurryfiles.com/static/images/espresso/layout/top_gradient.png");               
	cursor: pointer;
	text-decoration: none;		
}

 #sf-content-button, #sf-fullscreen-button {
  	box-shadow:  0px  1px 0px #fff,
    	         1px  0px 0px #fff,
        	     0px -1px 0px #fff,
            	 -1px  1px 0px #fff,
               	 0px  0px 5px rgba(0,0,0,0.5);		 
}

 #sf-content-button img , #sf-fullscreen-button img {
 	vertical-align: middle;
 	margin-top: -3px;
 	margin-right: 10px;
}

/* Additional stuff */
.sf-storyfolder-link a {
	color: #938B87;
}

.sf-avatar-small-margin {
	margin-bottom: 5px;
	height: 36px !important;
}

.sf-external-title, .sf-external-content {
	height: 30px;
	width: 100%;
}

.sf-external-title {
	background-color: #eee;
	text-align: center;
	line-height: 2.1em;
	margin-bottom: 5px;
	border-radius: 5px;
}

.sf-external-content {
	margin-left: 85px;
}

#rdbWrapper {
	margin-left: 40px;
}
