body {
	background: #eee url(showtime/bg.jpg) repeat-x 0 128px;
}
#stappst {
	height: 320px;
	width: 640px;
	background: url(showtime/curtain.jpg) no-repeat top left;
	text-align: center;
	border-top: 1px solid #666;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #666;
	-moz-box-shadow: 0px 0px 15px #666; /* Firefox */
	-webkit-box-shadow: 0px 0px 15px #666; /* Safari, Chrome */
	box-shadow: 0px 0px 15px #666; /* CSS3 */
}
#stappst p {
	margin: 165px 150px 0 170px;
	
}
#stappst a {
	float: left;
	display: block;
	text-decoration: none;
}
.appicon {
	width: 99px;
}
.appstorebutton {
	width: 196px;
	margin: -3px 0 0 15px;
}
.appstorebutton span, .appstorebutton small {
	display: block;
	font-style: italic;
	font-family: georgia, times, serif;
}
.appstorebutton span {
	margin: -3px 0 0 0;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #000;
}
.appstorebutton small {
	font-size: 12px;
	color: #eee;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px #000;
}
.iphoneslider {
	background: url(img/iphone-big.png) no-repeat top left;
	width: 358px;
	height: 625px;
	position: absolute;
	top: -60px;
	right: -30px;
}
.description {
	width: 570px;
	margin: 30px 0 0 35px;
	font: 18px/24px georgia, times, serif;
	text-shadow: 1px 1px 2px #fff;
	letter-spacing: 0.03em;
}
.description p {
	margin: 20px 0 0 0;
}
.availability {
	font: 11px/18px georgia, times, serif;
	text-transform: uppercase;
}
.demovideo {
	float: left;
	width: 600px;
	padding: 80px 0 0 0;
}
.features {
	float: right;
	width: 260px;	
	padding: 80px 0 0 0;
}
.features li {
	margin: 0 40px 0 0;
	padding: 15px 0;
	background: url(showtime/list-spacer.png) no-repeat 50% bottom;
}
.faq {
	clear: both;
	float: left;
	width: 600px;
	padding: 80px 0;
}
.faq h4 {
	font: 18px/24px georgia, times, serif;
	text-shadow: 1px 1px 2px #fff;
	letter-spacing: 0.03em;
	margin: 18px 0 9px 0;
}

.share li a {
    display: block;
    font-size: 11px;
    padding: 6px 14px;
    border-bottom: 1px solid #444;
    font-weight: bold;
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase;
    background: url(img/showtime/item-dark-transparent-bg.png) repeat-x left bottom;
}

.share {
	float: right;
	width: 260px;	
	padding: 80px 0 0 0;
}
.share ul {
    border: 1px solid #bbb;
	margin: 10px 40px 0 5px;
    border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);   
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1); /* CSS3 */
}
.share ul:hover {
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);   
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2); /* CSS3 */
}
.share li {
    background:-moz-linear-gradient(19% 75% 90deg, rgba(200,200,200,0.4), rgba(255,255,255,0.4) 100%);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.4)), to(rgba(200,200,200,0.4)));
}
.share li:hover {
    background:-moz-linear-gradient(19% 75% 90deg, rgba(200,200,200,0.6), rgba(255,255,255,0.6) 100%);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.6)), to(rgba(200,200,200,0.6)));
}
.share li a {
    display: block;
	text-decoration: none;
	padding: 7px 0 5px 35px;
    font-size: 11px;
    border-bottom: 1px solid #bbb;
    font-weight: bold;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(255,255,255,0.15);
    
}
.share li a.facebook {
	background: url(img/facebook_16.png) no-repeat 10px 7px;
}
.share li a.twitter {
	background: url(img/twitter_16.png) no-repeat 10px 7px;
}
.share li a.mail {
	background: url(img/email_16.png) no-repeat 10px 7px;
}
.demovideo h3, .features h3, .faq h3, .share h3 {
	height: 33px;
	margin: 0 0 10px 0;
	text-indent: -9999.9em;
}
.demovideo h3 {
	background: url(showtime/txt-demovideo.png) no-repeat top left;	
}
.features h3 {
	background: url(showtime/txt-features.png) no-repeat top left;	
}
.faq h3 {
	background: url(showtime/txt-faq.png) no-repeat top left;	
}
.share h3 {
	background: url(showtime/txt-share.png) no-repeat top left;	
}
.freeversion {
    text-align: center;
    padding: 40px 0 0 0;
}
.freelinks {
    text-align: left;
    width: 400px;
    overflow: hidden;
    background: #cecece;
    padding: 15px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.freelinks img {
    float: left;
    margin: 0 25px 0 0;
}
.freelinks ul {
    margin: 12px 0;
}
.freelinks ul a {
    font-weight: bold;
    text-decoration: none;
}
.freelinks ul a:hover {
    text-decoration: underline;
}
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 247px; height: 372px; position: relative; top: 93px; margin: 0 0 0 56px; }
.anythingSlider .wrapper                { width: 247px; overflow: auto; height: 372px; position: absolute; top: 0; left: 0; }
                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 372px; width: 247px; margin: 0; }

#thumbNav                               { position: relative; top: 470px; text-align: center; }
#thumbNav a                             { text-indent: -9999.9em; display: inline-block; width: 13px; height: 13px; margin: 0 10px 0 0; background: url(showtime/slider-dots.png) no-repeat 0 -26px; }
#thumbNav a:hover                       {  }
#thumbNav a.cur                         { background: url(showtime/slider-dots.png) no-repeat 0 0; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#subscribe {
    background: rgba(255,255,255,0.2);
}
#subscribe:hover {
    background: rgba(255,255,255,0.3);
}

#footer, #footer a {
	color: #ccc;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
