body {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	background: black;
	background-image: url(/img/flareback.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 0%;
	padding: 50px;
	overflow-y: scroll;
	color: white;
}


a {
	color: white;
}

a:visited {
	color: white;
}

#textual {
	float: left;
	max-width: 70%;
	font-size: .9em;
}

#header {
}

#header img{
	vertical-align: baseline;
	line-height: 57px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
}

.clearleft {
	clear: left;
}

#header h1{
	display: inline;
	line-height: 57px;
	margin-left: 25px;
}

#media {
	float:right;
	width:250px;
}

.screenshotFrame { 
	background-image: url(/img/viphonesm.png);
	background-repeat: no-repeat;
	min-height:400px;
	overflow: hidden;
}
.screenshotWindow { 
	height:240px;
	width:160px;
	margin-left: 20px;
	margin-top: 60px;
	display: inline-block; 
	display: -moz-inline-stack;
	vertical-align: middle;
	overflow: hidden; 
	/*
	border: 3px solid #333; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px #0a0a0a;
	*/
}
.screenshotCanvas { 
	height: 240px; width: 960px; padding: 0px;
	vertical-align: top;
	overflow: hidden; 
	margin: 0px;
	-webkit-transition: margin-left 0.5s ease-in-out;
}
.screenshotItem { 
	height: 240px; width: 160px; margin: 0px; padding: 0px;
	display: inline-block; 
	display: -moz-inline-stack;
	vertical-align: top;
}

.screenshotImage { vertical-align: middle; }
.screenshotButton { opacity: 0.75; vertical-align: middle; display: inline; }
.screenshotButton:hover { opacity: 1.0; }
.captionWindow { 
	height: 240px; width: 240px; 
	margin-bottom:10px;
	display: inline-block; 
	vertical-align: middle;
	overflow: hidden; 
}
.captionCanvas { 
	height: 460px; width: 1440px; padding: 0px;
	vertical-align: top;
	overflow: hidden; 
	margin: 0px;
	-webkit-transition: margin-left 0.5s ease-in-out;
}
.captionItem { 
	text-align: left;
	height: 460px; 
	width: 240px;
	display: inline-block; 
	vertical-align: top;
	font-size: .80em;
}
.captionItem li { 
}


.tap4help label {
	display: block;
	width: 400px;
}
.tap4help input {
	display: block;
	width: 400px;
}
.tap4help h3 {
	font-size: 1em;
}
.tap4help textarea {
	display: block;
	width: 400px;
}

iframe {
	border: none;
}
