/* writer version 0.11 */

body {
  /* old paper texture by caminopalmero,
  http://caminopalmero.deviantart.com/art/Old-Paper-Texture-63582296 */
  background-image:url('paper-texture.jpg');
  height: 100%;
  margin:0;
  padding:0;
}

.container {
  text-align:center;
  font-family: Georgia,"URW Palladio L","URW Bookman L","Century Schoolbook",Times,"Times New Roman","Palatino Linotype",serif;
  font-size: 0.85em;
  line-height: 120%;
  width: 93%;
  margin-left: 7%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#title {
  margin-top: 10px;
}
#titleImg {
  max-height: 100%;
  width: auto;
  height: auto\9; /* ie8 */
  position: fixed;
  left: -15px;
  top: 0px;
  opacity:0.3;
  filter:alpha(opacity=30);
}
h1 {
  font-size: 2.2em;
  margin: 10px 0 10px 0;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1em;
}

#intro {
  font-family: monospace;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#write {
  margin-top: 20px;
}

#conditions {
  display:none;
}
.condition { /* text: "0 inspiration", etc. */
  display: inline-block;
  margin: 0 30px 10px 30px;
  width: 240px;
}

.buttonLike { /* buttons: "Write more!", etc. */
  border:1px solid #000;
  display:inline-block;
  color:#000;
  font-weight:bold;
  height:37px;
  line-height:37px;
  padding-top:0;
  width:131px;
  text-decoration:none;
  text-align:center;
  cursor: pointer;
}
#think, #work {
  opacity:0.5;
  filter:alpha(opacity=50);
}

#shopContainer{
  width: 100%;
  text-align: center;
  display: none;
}
.shop { /* each one of words, insp, mood and ded */
  margin: 10px 5px 0 5px;
  display: inline-block;
  width: 255px;
  text-align: center;
  vertical-align: top;
  max-height: 310px;
  overflow: auto;
}
.wtotal {
  width: 100%;
}
#inShop, #mdShop, #ddShop {
  border: 1px solid #999;
}
.boost {
  border: 1px solid #999;
  opacity:0.5;
  filter:alpha(opacity=5);
  margin: 10px 5px 0 5px;
  color:#000;
  height: 55px;
  padding: 5px 10px 0px 10px;
  width:200px;
  text-decoration:none;
  text-align:center;
  cursor: pointer;
  display: inherit;
}
.in { /* inspiration badges */
  background-color:#cdf;
}
.md { /* mood badges */
  background-color:#dfc;
}
.dd { /* dedication badges */
  background-color:#fdd;
}
.gr { /* grey / general */
  background-color:#ddd;
}
.pb{ /* publisher */
  background-color:#c99;
}
.wd { /* words */
  background-color:#fec;
}
.plus {
  color: #060;
}
.minus {
  color: #600;
}

.shop2 { /* specials */
  width:900px;
  display: inline-block;
  text-align: center;
}
.boost2 {
  border: 1px solid #999;
  opacity:0.5;
  filter:alpha(opacity=50);
  margin: 10px 15px 0 15px;
  color:#000;
  height: 55px;
  padding: 5px 10px 0px 10px;
  width:300px;
  text-decoration:none;
  text-align:center;
  cursor: pointer;
  display: inherit;
}

#quote {
  width: 710px;
  margin: auto;
}
#flourish {
  margin-top: 10px;
}

.options {
  border: 1px solid #000;
  position: fixed;
  right: 10px;
  color: #000;
  height: 40px;
  line-height: 150%;
  width: 138px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#auto {
	top: 20px;
}
#reset {
	display:inline;
	bottom: 100px;
}
#time {
	display:inline;
	bottom: 150px;
	line-height: 25px;
	height: 50px;
}
#turns {
	display:inline;
	bottom: 210px;
	line-height: 25px;
	height: 50px;
}

#badges { /* container inside the bigger container, which is inside an even bigger container, which is inside body, which... */
	margin: 10px 0 0 0;
	display:inline-block;
	width:750px;
	text-align: center;
	vertical-align: top;
}
.badge { /* the individual one */
  border: 1px solid #999;
  margin: 5px 5px 5px 5px;
  color: #000;
  padding: 5px 10px 0px 10px;
  height: 40px;
  min-width: 110px;
  text-decoration: none;
  text-align: center;
  display: inline-block; /* for now; display only the earned ones, by id */
}

#badgeAlert {
	color: #f66;
}

#log {
	top: 110px;
	display:none;
}
#stats {
	bottom: 10px;
	height: 150px;
	line-height: 130%;
	padding-top: 10px;
	display: none;
}

#overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-image:url(/web/20170119132434im_/http://magicaweb.com/writer/overlay-background.png);
	cursor: pointer;
}
#alert {
  font-family: monospace;
  font-size: 1.2em;
  color: #036;
  background-color: #ffd;
  text-align: left;
  padding: 27px;
  width: 500px;
  border: 1px solid #000;
  margin: 100px auto;
}
#alert a {
	color:#00f;
}

#deadline {
	display:none;
}

#when {
  color:#777;
}
#this {
	color:#777;
	text-align: center;
	display: block;
}
#whatNow {
	display: none;
	color: #f99;
}

#donate {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
	
/* tooltips */
a {
  color:#006;
  /* text-decoration:none; */
}
a:hover {
  /* text-decoration:none; */
}
a.tooltip {
  text-decoration: none;
}
a.tooltip span {
	display:none;
	margin-left:8px;
	margin-top: 3px;
	width:130px;
	padding: 6px;
	z-index: 1000;
}
a.tooltip:hover span {
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#000;
	padding: 6px;
}
.tt {
	font-weight:normal;
	line-height:100%;
}

/*
     FILE ARCHIVED ON 13:24:34 Jan 19, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:01:58 Oct 04, 2019.
     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)).
*/
/*
playback timings (ms):
  load_resource: 425.567
  PetaboxLoader3.resolve: 367.437 (2)
  exclusion.robots: 0.123
  exclusion.robots.policy: 0.114
  captures_list: 807.04
  PetaboxLoader3.datanode: 114.662 (5)
  RedisCDXSource: 80.205
  CDXLines.iter: 10.593 (3)
  esindex: 0.018
  LoadShardBlock: 714.259 (3)
*/
