@charset "utf-8";
/* WAAPII - CONTENT STYLE SHEET 			*/
/* content.css (C) 2009 sky high design 	*/

.content  {
	padding:10px;
}

.content h1 {
	color:#71A8CC;
	font-size:14pt;
}

.content h2 {
	margin:5px 0;
	font-size:12pt;
	font-weight:normal;
	color:#71a8cc;
	padding-bottom:5px;
	border-bottom:2px dotted #e5e5e5;
}
.content h3 {
	margin:10px 0;
	font-size:10pt;
	font-weight:normal;
	color:#71a8cc;
	padding-bottom:5px;
	border-bottom:2px dotted #e5e5e5;
}

.content p {
	margin:3px 0;
	font-size:11pt;
	line-height:1.3;
}
.content a , .content a:visited , .important{
	color:#71a8cc;
}

/* WAAPII OVERLAY */
/* overlay size and background image */ 
div.overlay { 
display:none;
    position:absolute;
	width:800px;
	height:600px;
	background:#0f0f0f;
	border:5px solid #71A8CC;
	margin:auto;
	top:150px;
	left:50%;
	margin-left:-400px;
	padding:20px;
} 
 .WaapiiPlayerFull {
	width:800px;
	height:600px;
	text-align:center;
	margin:auto;
}
