html,body { margin:0; padding: 0; width: 100%; height: 100%;}
body { 
	color: #459;
	background: url(bg.jpg) center center no-repeat black fixed;
	background-color: #dcdfee;
	text-align:center;
	 }
h1 { font-size: 690%;
opacity: 0.8;
}
h1, h2 { font-family: 'The Girl Next Door', cursive;
font-weight: normal; }
h2 { margin-top: -3em;}
a { color:#eef; }
#thumbs { width: 900px; margin: auto; padding-top:3.5em;}
#thumbs img {
	float: left;
	width: 180px;
	height: 96px;
outline: thin solid rgb(30, 30, 80);
}
div {
	overflow: auto;
}
#screenshots {
	width: 900px;
	height: 630px;
	margin: auto;
	overflow:hidden;
padding-top: 5em;

}

.desc {
	width: 900px;
margin: auto;
background: rgba(0,0,0,0.5);
color: white;
margin-top: 5em;
}
.desc p {
padding: 0.5em 3em;
font-size: 120%;
}
.desc p, #comments p {
font-family: 'Esteban', serif;
}
.blueful {
	color: rgb(200, 200, 243);
font-weight: bold;
}
#comments {
padding-top: 5em;
width: 900px;
margin: auto;
}
#comments p {
	color: white;
/*color: rgb(15, 41, 95);
background-color: rgba(255,255,255,0.5);
*/
	/*color: rgb(255, 245, 205);*/
	color: white;
	text-shadow: 1px 1px 1px black;
	background-color: rgba(80, 83, 90, 0.5);
width: 444px;
float: left;
height: 2.3em;
/*outline: thin solid black;*/
margin: 8px 3px;
line-height: 1em;
padding-top: 0.2em;
font-size: 100%;
}
#comments img {
	opacity: 0.7;
	width: 770px;
border-radius: 45px;
margin: 20px 0px 15px 0px;
}
#comments p:nth-child(even) {
	margin-top: 2em;
}
#comments p.alt {
}
hr {
	width: 900px;
margin-top: 3em;
border: thin dotted rgb(214, 214, 214);
}
.storytext {
font-family: 'The Girl Next Door', cursive;
font-size: 150%;
line-height: 1.35em;
margin: 1em 0em;
width: 900px;
float: left;
padding: 0.5em 0em;
background-color: rgba(255, 255, 255, 0.62);
}

/* PikaChoose */
/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 116px; height: 65px; }
.pika-thumbs {overflow:hidden;}
.jcarousel-clip {overflow:hidden;}


.pikachoose { margin: 0 auto;}
.pika-stage {position: relative;border: 3px solid #010101;
	-moz-box-shadow: 5px 5px 2px #888;-webkit-box-shadow: 5px 5px 2px #888;box-shadow: 5px 5px 2px #888; height:530px; overflow:hidden; background: rgba(0, 0, 0, 0.5);}
	
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%;}

.pika-stage .caption {position: absolute; background: url(75-black.png);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 10px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;cursor:pointer;}
	.pika-imgnav a.previous {width:20px;height:20px;border-left: 5px solid #000;border-top: 5px solid #000;opacity:1;-webkit-transition: opacity 300ms linear;
		-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top:45%;left:10px;}
	.pika-imgnav a.next {width:20px;height:20px;border-right: 5px solid #000;border-top: 5px solid #000;opacity:1;-webkit-transition: opacity 300ms linear;
		-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);top:45%;right:10px;}
	.pika-imgnav a:hover{opacity:.6;-webkit-transition: opacity 300ms linear;}	

	.pika-imgnav a.play  {border-color: transparent transparent rgba(255,255,255,.7);border-style: solid;border-width: 0 0 25px 25px;height: 0;width: 0;position:absolute;
		-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);top:14px;left:47%;display:none;}
	.pika-imgnav a.pause {display:none;border-left:5px solid rgba(255,255,255,.7);border-right:5px solid rgba(255,255,255,.8);height: 30px;width: 14px; position:absolute;top:10px;left:47%;}

.pika-textnav {display:none;}
	
.pika-thumbs {margin: 10px 0 0 17px; padding: 0;}
	.pika-thumbs li {float: left; list-style-type: none;margin: 0 5px; border: 1px solid #000; cursor: pointer;
		-moz-box-shadow: 3px 3px 2px #888;-webkit-box-shadow: 3px 3px 2px #888;box-shadow: 3px 3px 2px #888;}

		.pika-thumbs li:last {margin: 0;}
		.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 15px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}
	
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

