/* 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;
}

#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;
}
#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 {
  background-color:#cdf;
}
.md {
  background-color:#dfc;
}
.dd {
  background-color:#fdd;
}
.gr { /* grey / general */
  background-color:#ddd;
}
.pb{ /* publisher */
  background-color:#c99;
}
.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:40px;
  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:100px;
	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(overlay-background.png);
	cursor: pointer;
}
#alert {
    width:450px;
    margin: 100px auto;
    background-color: #ffd;
    border:1px solid #000;
    padding:45px;
    text-align:left;
	font-family: monospace;
	font-size: 1.2em;
	color: #036;
}
#alert a {
	color:#00f;
}

#deadline {
	display:none;
}

#when {
	margin-top: 10%;
	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:#000;
	text-decoration:none;
}
a:hover {
	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%;
}
