* { margin:0; padding:0; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* generic */

body {
    background: #ffffff;
    font: normal 13px/1.65 "Asap", "PT Sans", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #555;
    width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
  	text-align: left;
    line-height: 1.7;
    position:relative;
}

.separator {
    font: bold 13px/1.65 "Helvetica", "Arial", sans-serif;
    margin-top:45px;
    margin-bottom:30px;
    text-align:center;
}

.quote {
    margin-left:22px;
    font-weight:bold;
    color:#111;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
/* header */

h1 {
    font: normal 24px "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #111;
    margin-bottom: 0px;
}

h2 {
    font: normal 34px "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #000;
    text-align:center;
    margin-bottom: 20px;
    margin-top:80px;
    border-bottom: 1px solid #666;
}

h3 {
    font: normal 20px "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #111;
    margin-bottom: 0px;
    margin-top:60px;
}

h3.first {
    margin-top:30px;
}

h4 {
    font: normal 9px "PT Sans", "Helvetica", "Arial", sans-serif;
    margin-bottom: 20px;
    color: #aaa;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
/* demos */

.example {
    position:relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.videoChrome {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.marker {
    position:absolute;
    top: 0px;
    left:-50px;
    width: 45px;
    height: inherit;
/*    background-color: #008ebd;*/
    cursor: pointer;
    pointer-events: auto;
}

.markerProgressCanvas {
    display:none;
    position:absolute;
    bottom: 8px;
    left:9px;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.markerProgressOverlay {
    display:none;
    position:absolute;
    bottom: 7px;
    left: 9px;
    width: 24px;
    height: 25px;
    background-image: url(Images/StyleVideoProgressPie.png);
    pointer-events: none;
}

.markerPlayAgain {
    display:none;
    position:absolute;
    font: bold 11px/1.0 "Helvetica Neue", "Arial", sans-serif;
    text-align: center;
    left: 0px;
    width: inherit;
    bottom: 8px;
    pointer-events: none;
    color: rgba(0,0,0,0.3);
}

.videoDarken {
    position: absolute;
    top:0px;
    left:0px;
    width: inherit;
    height: inherit;
    background-color: transparent;
    pointer-events: auto;
    cursor: pointer;
}

.videoOverlay {
    position: absolute;
    top:0px;
    left:0px;
    border: 1px solid rgba(0,0,0,0.14);
    pointer-events: none;

    background-image: url(Images/StyleVideoOverlay.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.videoPlayButton {
    position: absolute;
    width: 78px;
    height:79px;
    background-image: url(Images/StyleVideoPlayButton.png);
    pointer-events: none;
}

.videoPlayButton.verbose {
    height: 90px;
    background-image: url(Images/StyleVideoPlayButtonVerbose.png);
}

.videoClickToPlay {
    width:inherit;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 41px;
    background-image: url(Images/StyleVideoClickToPlay.png);
    pointer-events: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
/* content */

.listheader {
    font-weight: bold;
    color: #111;
    font-size: 14px;
    margin-top:10px;
}

ul {
    margin-left:16px;
    list-style-type:none;
}

ol {
    margin-left:30px;
}

li {
    margin-top:0px;
    margin-bottom:-2px;
}

p {
    margin-top:12px;
    margin-bottom:12px;
}

strong {
    font-weight:bold;
	color: #f00;
}

b {
    font-weight:bold;
	color: #000;
}

i {
    font-weight:bold;
    color: #111;
}

img { border:none; }

a { text-decoration:underline; color: #333; border:none; }
a:hover   { text-decoration:underline; color: #933; }

.selflink {
	color: #aaa;
	text-decoration: none;
}

.center {
	width:100%;
	text-align: center;
}

.bordered {
    border: 1px solid #bbb;
}

.shadowed {
    -moz-box-shadow: 0 1px 3px #656565;
    -webkit-box-shadow: 0 1px 3px #656565;
    box-shadow: 0 1px 3px #656565;
    border: 1px solid #999;
}

.spaced {
	margin-top:20px;
	margin-bottom:20px;
}

