body{
	background-image: url(http://www.keypointapp.com/play/img/bg.gif);
	background-color: #333;
	-webkit-text-stroke:1px transparent;
	font-family: "helvetica", "Arial", "Sans Serif";
}

.clearing {
	clear:both; 
	height:0; 
	overflow:hidden; 
	margin:-1px 0 0 0;
}

.inner{
	display: block;
	position: relative;
	left: 50%; top:0%;
	width: 740px;
	margin: 0 0 0 -370px;
}

#topbar{
	-webkit-user-select:none;
	display: block;
	z-index: 999999;
	width: 100%; height: 43px;
	background: #c47917 url(../img/bg_topbar.gif);
	position: relative;
}

#topbar a{
	text-indent:-1000em;
	display: block;
	height: 43px;
	position: absolute;
}

#topbar #home{
	background: url(../img/bg_topbar_logo.gif);
	width: 93px;
}

#shadowtop{
	display: block;
	width: 100%; height: 150px;
	position: absolute;
	top:43px; left: 0px;
	background-image: url('http://www.keypointapp.com/play/img/bg_top.gif');
}

#shadowbottom{
	display: block;
	width: 100%; height: 150px;
	position: absolute;
	bottom:0px; left: 0px;
	background-image: url('http://www.keypointapp.com/play/img/bg_bottom.gif');
}

#bgshadow{
	position: absolute;
	left: -13px; top: 330px;
}


#bggloss{
	position: absolute;
	left: 0px; top: 340px;
}

/* player */

#playercontainer{
	display: block;
	height: 380px;
	width: 740px;
	position: absolute;
	left: 50%; top:50%;
	margin: -180px 0 0 -370px;
	z-index: 99;
}

#player{
	position: absolute;
	left:0px; right:0px;
	display: block;
	width: 480px;
	height: 340px;
}

#player #counter{
	padding: 3px 8px 3px 8px;
	color: white;
	font-family: 'Helvetica', 'Arial', 'Sans-serif';
	font-size: 20px;
	line-height: 20px;
	background-image: url('http://www.keypointapp.com/play/img/bg_counter.png');
	z-index: 10;
	position: absolute;
	left:15px; top:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	display: none;
}

#player #controller{
	position: relative;
	display: block;
	height: 40px; 
	width: 478px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: black;
	text-align: center;
	color: #FFF;
	z-index: 666;
}

#player #controller a{
	display: block;
	height: 40px;
	position: absolute;
	top:0px;
}

#player #controller #gotostart{
	left:124px;
	background-position: 0px -160px;
	width: 56px;
}

#player #controller #gotostart:hover{
	background-position: 0px -200px;
}

#player #controller #goback{
	width: 56px;
	display: block;
	background-position: 0px -40px;
	left: 179px;
}

#player #controller #goback:hover{
	background-position: 0px -80px;
}

#player #controller #goforward{
	width: 60px;
	background-position: -62px -40px;
	left: 241px;
}

#player #controller #goforward:hover{
	width: 60px;
	background-position: -62px -80px;
}

#player #controller #gotoend{
	left:296px;
	background-position: -62px -160px;
	width: 56px;
}

#player #controller #gotoend:hover{
	background-position: -62px -200px;
}

#player #controller #more{
	right:0px;
	background-position: 0px -240px;
	width: 68px;
}

#player #controller #more:hover{
	background-position: 0px -280px;
}

#player #controller #share{
	left:5px;
	background-position: 0px -320px;
	width: 63px;
	display: block;
	height: 40px;
	position: absolute;
	top:0px;
}

#player #controller #share ul{
	display: none;
	position: absolute;
	bottom: 39px;
	color: white;
	left:-6px;
	background-color: #333;
	opacity:0.90;
	border: 1px solid black;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 5px 6px 2px 5px;
	z-index: 333;
}

#player #controller #share ul li{
	list-style: none;
}

#player #controller #share ul li a{
	float: none;
	position: relative;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-align: left;
	display: block;	
	font-family: "Helvetica", "Arial", "Sansserif";
	background-color: #111;
	color: #DDD;
	text-decoration: none;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:3px;
	padding: 6px 10px 6px 10px;
	height: auto;
	text-shadow: 0 -1px 0px #000;
}

#player #controller #share ul li a:hover{
	background-color: #c97a0e;
	color: #FFF;
	text-shadow: 0 -1px 0px #5a380a;
}

#player #controller #share ul li .alt{
	background-color: #222;
}

#player #controller #share:hover ul{
	display: block;
}

#player #controller #share:hover{
	background-position: 0px -360px;
}

#player #presentationmask{
	display: block;
	width: 478px;
	height: 299px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	overflow: hidden;
	position: relative;
}

#player #presentationmask #presentationcontainer{
	display: block;
	position: absolute;
	left: 0px; top: 0px;
	width: 1000000px;
	height: 1000000px;
}

#player #presentationmask .slide{
	display: block;
	width: 480px; height: 300px;
	float: left;
	position: relative;
}

#player #presentationmask #presentationcontainer .structureone h1{
	position: absolute;
	bottom: 52%; left:0px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
}

#player #presentationmask #presentationcontainer .structureone h2{
	position: absolute;
	top: 52%; left:0px;
	font-size: 25px;
	text-align: center;
	display: block;
	width: 100%;
}

#player #presentationmask #presentationcontainer .structuretwo h1{
	position: absolute;
	top: 20px; left:0px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	padding: 0 20px;
	display: block;
	width: 100%;
}

#player #presentationmask #presentationcontainer .structuretwo p{
	position: absolute;
	top: 70px; left:0px;
	font-size: 25px;
	text-align: left;
	padding: 0 20px;
	display: block;
}

#player #presentationmask #presentationcontainer .structurethree p{
	position: absolute;
	top: 20px; left:0px;
	font-size: 25px;
	text-align: left;
	padding: 0 20px;
	display: block;
}

/* Description */

#info{
	display: block;
	margin: 0 0 0 505px;
	width: 235px;
}

#titlebox{
	display: block;
	width: 100%; height: 153px;
	position: relative;
	margin-bottom: 20px;
}

#titlebox span{
	position: absolute;
	bottom:0px; left:0px;
}

#titlebox h1{
	color: #EEEEEE;
	font-size: 22px;
	line-height: 24px;
	opacity:0.96;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
}

#titlebox h2{
	color: #898989;
	margin-top: 10px;
	font-size: 14px;
	opacity:0.96;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
}

#dbox{
	display: block;
	width: 100%;
	color: #DDD;
	position: relative;
}

h3{
	color: #c2c2c2;
	text-shadow: 0px 1px 1px #000;
	font-size: 12px;
	margin-bottom: 5px;
}

#avatar{
	position: absolute;
	top: 34px; left:15px;
	z-index: 22;
}

#mask{
	position: absolute;
	top: 34px; left:15px;
	z-index: 33;
}

#dbox .top{
	display: block;
	background-image:url(http://www.keypointapp.com/play/img/bg_d_top.gif);
	width: 100%; height: 13px;
}

#dbox .body{
	display: block;
	background-image:url(http://www.keypointapp.com/play/img/bg_d_body.gif);
	padding: 2px 15px 2px 15px;
}

#dbox .body p{
	height: 45px;
	display: block;
	font-weight: bold;
	color: #c2c2c2;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0px 1px 1px #000;
	margin: 18px 0 12px 75px;
}

#dbox .body input{
	background: none;
	border: none;
	background-image:url(http://www.keypointapp.com/play/img/bg_embed.gif);
	width: 205px; height: 27px;
	color: #a1a1a1;
	font-size: 12px;
	text-shadow: 0px 1px 0px #000;
	text-indent: 3px;
	line-height: 26px;
}

#dbox .bottom{
	display: block;
	background-image:url(http://www.keypointapp.com/play/img/bg_d_bottom.gif);
	width: 100%; height: 13px;
}

/* SKIN 1 */
.one #controller, .one #gotostart, .one #gotoend, .one #gotostart, .one #goback, .one #goforward, .one #more, .one #share{
	background: url(http://www.keypointapp.com/play/img/controller_skin.gif) repeat-x;
}

