html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: rgb(64,64,64); }

a
{
  text-decoration: none;
  color: inherit;
}

a :hover
{
  text-decoration: underline;
}

#container
{
  margin: 0 auto;
  width: 840px;
}

#right-side
{
  width: 300px;
  margin-top: -5px;
  float: left;
}

#right-side > h2
{
  font-size: 26px;
  margin-top: -2px;
  padding-bottom: 12px;
}

#right-side > p
{
  font-size: 14px;
  padding-bottom: 2px;
  line-height:19px;
}

#right-side > ul
{
  list-style-type: disc;
  font-size: 12px;
  margin-left: 15px;
}

#right-side > ul > li
{
  padding-bottom: 6px;
  line-height: 17px;
}

#right-side strong
{
  font-weight: bold;
  font-size: 14px;
}

#buttons
{
  margin-top: 16px;
  margin-bottom: -2px;
  height:91px;
  clear: both;
}

hr
{
  border: 0;
  height: 1px;
  margin-top:19px;
  margin-bottom:21px;
  background: rgb(210,210,210);
  box-shadow:0px 1px 1px rgb(242,242,242);
}

#tutorials
{
  clear: both;
  width: 100%;
}

#tutorials > h2
{
  font-size: 26px;
  margin-top: -3px;
  padding-bottom: 20px;
}

.tutorial-row
{
  width: 100%;
  clear: both;
  height: 110px;
  margin-bottom: 25px;
}

.icon-play
{
  margin-left: 7px;
  margin-bottom: -4px;
}

.tutorial-image
{
  background-color:rgb(255,255,255);
}

.tutorial-text
{
}

.tutorial-column-gap
{
  margin-right: 20px;
}

.tutorial-text > h3
{
  font-size : 20px;
  padding-bottom : 4px;
  margin-top : -2px;
  margin-bottom : 4px
}

.tutorial-text > h3 :hover
{
  text-decoration: underline;
}

.tutorial-text > p
{
  font-size : 12.5px;
  line-height : 17px;
}

.tutorial-desc-text
{
  width: 620px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 19px;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.tutorial-desc-text em
{
  font-style: italic;
}

.tutorial-desc-text strong
{
  padding-left: 2px;
  padding-right: 2px;
  padding-top: -2px;
  padding-bottom: 1px;
  border-radius: 3px;
  background: rgb(220,220,220);
  color: rgb(58,58,58);
}

.tutorial-desc-text a
{
  /*color: rgb(0,0,255);*/
  color: #017cb8;
}

.tutorial-text a
{
  /*color: rgb(0,0,255);*/
  color: #017cb8;
}

.tutorial-text a:hover { text-decoration: underline; }
.tutorial-desc-text a:hover { text-decoration: underline; }

.tutorial-desc-text bold
{
  font-weight: bold;
}

.tip {font:10px/12px
                    tahoma,Helvetica,sans-serif; border:solid 4px #efc590;
                    width:180px; padding:4px;
                    position:absolute; z-index:100;
                    visibility:hidden; color:#333333; top:20px;
                    left:90px; background-color:#fff;
                    layer-background-color:#ffffcc;}

a.dl
{
  display: block;
  padding-top: 200px;
  width: 100px;
  text-align: center;
  font-weight: bold;
  color: #fa713d;
  background-size: 200px 200px;
}

a.dl:hover
{
  background-position: right 0;
  background-size: 200px 200px;
  text-decoration: underline;
}

a.dl-1 { background: url("../img/icon1dn.jpg") 0 0 no-repeat; }
a.dl-2 { background: url("../img/icon2dn.jpg") 0 0 no-repeat; }
a.dl-3 { background: url("../img/icon3dn.jpg") 0 0 no-repeat; }

#stylit-video
{
  width: 707px;
  height: 418px;
  background-size: 707px 418px;
  background-image: url("../img/border.jpg");
}

/* Retina background-image refines */
@media
  only screen and (-webkit-min-device-pixel-ratio : 2),
  only screen and (min-device-pixel-ratio : 2) {

    a.dl-1 { background: url("../img/icon1dn@2x.jpg") 0 0 no-repeat; }
    a.dl-2 { background: url("../img/icon2dn@2x.jpg") 0 0 no-repeat; }
    a.dl-3 { background: url("../img/icon3dn@2x.jpg") 0 0 no-repeat; }
    a.dl { background-size: 200px 200px; -webkit-background-size: 200px 200px;  }

    #stylit-video
    {
      background-image: url('../img/border@2x.jpg');
      background-size: 200px 200px;
      -webkit-background-size: 707px 418px;
    }
  }
