html {
  background: none;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:white;
  background-image:url(/assets/1/bg-stripe.png);
  background-position:center top;
  background-repeat:repeat-y;
  margin:20px auto;
  text-align:center;
}

#container {
  margin: 0 auto;
  padding-left:25px;
  padding-right:25px;
  position: relative;
  text-align: left;
  width: 700px;
}

.big-buy-now {
  margin: 50px auto;
  text-align: center;
  width: 100%;
}

#header {
  margin-bottom:5px;
}

#header h1 {
  background: url(/assets/116/title@2x.png) transparent no-repeat scroll 0 0;
  height:86px;
  margin:0;
  padding:0;
  width:316px;
}

#header span {
display:none;
}

#footer {
  color: #999999;
  padding-top: 20px;
  font-size: 0.8em;
  clear: both;
  padding-bottom: 40px;
}

#content {
  margin-top: 40px;
}

#content ul li {
  padding-left: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.message {
}

#gallery img {
  padding: 4px;
}

/* Application */
#feature {
  font-size: 1.2em;
}

#applications {
}

div.product {
  float: right;
  margin-right: 0;
  margin-left: 20px;  
  margin-bottom: 20px;
}

h2.title {
  width: 480px;
  height: 90px;
}

h2.title span {
  display: none;
}

#sc-title {
  background-repeat: none;
  background: url(/assets/143/sc-title.png);
  width: 420px;
  height: 120px;
  background-size: 420px 120px;
}

h2#jptv-title {
  background: url(/assets/15/home-header-jp.png);
}

#hktv-title {
  background: url(/assets/14/home-header.png);
}

#premonition-title {
  background: url(/assets/49/Prem-home-header2.png);
}

#time-title {
  background: url(/assets/54/home-header.png);
}

#yojijukugo-title {
  background: url(/assets/83/home-header.png);
}

#magic-lesson-title {
  margin-left: -80px;
}

#ns-title {
background:url(/assets/94/Note_Share-header.png) transparent no-repeat scroll 0 0;
background-size: 480px 90px;
}

#ns-title span {
display:none;
}

#mind-title {
background:url(/assets/123/mind-home-header.png);
}

#calc-title {
background:url(/assets/135/calc-home-header.png);
}

/* Footnote */
div.footnote {
  margin-top: 20px;
}

sup.footnote a, sup.footnote a:hover, sup.footnote a:visited, sup.footnote a:link {
  color: #444;
  padding: 0.1em;
  font-size: 0.8em;
}

div.footnote p {
  padding: 0.2em;
  margin: 0px;
  font-size: 0.7em;
  color: #999999;
}

#lightbox-image-details-caption {
  font-weight: normal;
  font-size: 1.2em;
}

#product_premonition {
  left: 70px;
  padding-top:50px;
  margin-left: 0px;
  position: relative;
}

#product_premonition #appstore_icon {
  margin-left: 60px;
}
#product_timelord #appstore_icon {
  margin-left: 60px;
}
.message .description {
  font-size: 1.3em;
}
.specification {
float: right;
width: 520px;
margin-left: 20px;
}

ul.pointness li {
list-style: none;
}

ol.spec li {
font-size: 0.8em;
font-color: gray;
line-height: 1.5em;
}

.footer div {
clear:both
}

.footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 300;
	left: 20px;
}

.footer li {
	list-style-type: none;
}
.footer ul li {
	float: left;
	line-height: 27px;
	font-size: 1.5em;
}
.footer ul li:before {
	content: "•";
	padding: 8px;
	color: #fe6500;
}
.footer ul li:first-child:before {
	content: "";
	padding: 0px;
}
.footer ul li a:link, .footer ul li a:visited {
	color: #aa0101;
	text-decoration: none;
	line-height: 32px;
	text-shadow: 0px 0px 0px #000;
}
/* .footer ul.nav li a:hover {
	color: #fe6500;
}
.footer ul.nav li:first-child a:hover {
	background-position: bottom center;
} */
.footer ul.nav li:first-child, .footer ul.nav li:first-child a:link, .footer ul.nav li:first-child a:visited {
	display: block;
	width: 22px;
	height: 29px;
	background: url(/assets/115/logo_mini.png);
	text-indent: -5000em;
}


#content ul.nav li a:link, #content ul li a:visited, .footer ul.nav li a:link, .footer ul li a:visited {
	color: #aa0101;
}
.footer ul.nav li a:hover {
	background-position: bottom center;
} 

/* App */
#applications h2 {
font-size: 18pt;
}
#applications .list {
margin-top:4px;
margin-bottom:40px;
}

#applications .list .entry h5 a:hover, #applications .list .entry h5 a:link, #applications .list .entry h5 a:visited{
color: #aa0101;font-size: 12pt;text-decoration: none;
}

#applications .list .entry p{
color: #be916f
}

#lang-selector {
float:right
}

.mobile {
display: none;
}

/* Post */
.post {
font-size: 1.2em;
}

.post h2, .post h3, .post a:link, .post a:visited{
color: #aa0101;text-decoration: none;
}

.post h2 {
font-size: 18pt; margin-bottom: 4px;
}

.post h3 {
font-size: 14pt; margin-bottom: 4px;
}

.post .posted {
color: #be916f;text-decoration: none; margin-bottom: 20px;
}

.post .gravatar {
float: right;
}

#disqus_thread {
margin-top: 60px;
}

blockquote {
color: #888;
border-left: 4px solid silver;
}

pre code {
    background-color: #EEEEEE !important;
    border: medium none !important;
    font-size: 12px !important;
    padding: 0 !important;
}
pre {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    font-size: 12px;
    line-height: 1.5em;
    margin: 1em 0;
    overflow: auto;
    padding: 5px;
}

.code .no {display: none}

/* Slide Shows */
#screenshots {
	z-index: 12;
	height: 600px;
	width: 300px;
        margin-right: -24px;
	background-image: url(/assets/148/iphone.png);
	background-size: 300px 600px;
	background-repeat: no-repeat;
}

#screenshots #slider {
    width:248px;
    height:372px;
    left: 30px;
    top: 101px;		
}

.slideshow {
  position:relative;
  background:url(/images/admin/status_spinner.gif) no-repeat 50% 50%;
}

.slideshow img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.small-product-images {
padding: 8px;
}

.right {
float: right
}

.hidden {
display: none;
}

/* custom style for product page */
.product p, .product li {
  color: #555
}

.product p.description {
  color: #000
}

.product h2 {
  margin-top: 30px;
}


#slang-header {
margin-top: 68px;
}


#slang-header-image {
width: 360px;
height: 200px;
}

