body {
	background: url(../../images/newreaders/moz-blue-grad.png) repeat-x;
}
.daily1 { font-size-adjust:0.73;
	font: normal normal 5em "The Shire Types Worcestershire", 'Arial Black', sans-serif;
	text-align: center;
	color: #fffeff;
}

.daily2 { font-size-adjust:0.71; 
	font: normal normal 9em "The Shire Types Derbyshire", 'Arial Black', sans-serif;
	text-align: center;
	color: #fffeff;
}

.story {
	font-size-adjust:0.47;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #fffeff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 15px 30px;
	font: normal 500 16px "Bliss Medium", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
}

#button {
	text-align: center;
}

.btn span {
  display: inline-block;
  padding: 10px  20px;
  background: #3194c6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
	color: #fffeff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3194c6), to(#5bacd6));
  background: -moz-linear-gradient(#3194c6, #5bacd6);
  text-shadow: 0 -1px 1px rgba(19,65,88,.8);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -moz-transition: -moz-transform .2s ease-in-out;
  -o-transition: -o-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
	font: 30px "Reader Bold", Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.btn {
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow:
    0 8px 0 #1a74a1,
    0 15px 20px rgba(0,0,0,.35);
  -moz-box-shadow:
    0 8px 0 #1a74a1,
    0 15px 20px rgba(0,0,0,.35);
  box-shadow:
    0 8px 0 #1a74a1,
    0 15px 20px rgba(0,0,0,.35);
   -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  -moz-transition: -moz-box-shadow .2s ease-in-out;
  -o-transition: -o-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
}

.btn:active {
  -webkit-box-shadow:
    0 8px 0 #1a74a1,
    0 12px 10px rgba(0,0,0,.3);
  -moz-box-shadow:
    0 8px 0 #1a74a1,
    0 12px 10px rgba(0,0,0,.3);
  box-shadow:
    0 8px 0 #1a74a1,
    0 12px 10px rgba(0,0,0,.3);
}

.btn:active span {
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -o-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

.chara-thumb {
    float: left;
    margin: 5px 20px 20px 0;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

xh3 {margin:0;}

#new-readers {
	font: normal 20px "The Shire Types Derbyshire", 'Arial Black', sans-serif;
	color: #fffeff;
	xtext-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.profiles h3 {
	font: normal 16px "The Shire Types Derbyshire", 'Arial Black', sans-serif;
	margin-top: 5px;
}

.profiles h2 {
	font: normal 32px "The Shire Types Worcestershire", 'Arial Black', sans-serif;
	color: #fffeff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.profiles p {
	 font-family:"Bliss Medium", 'Gill Sans', 'Helvetica Neue', Arial, sans-serif; font-size-adjust:0.47; font-weight:500; font-style:normal;
}

.chara-description {overflow: hidden;}
.chara-description p {padding-bottom:15px;}