/* Styles for title page included here, but should eventually be being generated by the XML */
.scene[data-scene-id="title"] p.headmenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 37px;
    background: #f3f2ec; /* Old browsers */
    background: -moz-linear-gradient(top,  #f3f2ec 0%, #ddddd9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2ec), color-stop(100%,#ddddd9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f2ec 0%,#ddddd9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f2ec 0%,#ddddd9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f2ec 0%,#ddddd9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f2ec 0%,#ddddd9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2ec', endColorstr='#ddddd9',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow:    0 0 5px 5px rgba(0,0,0, 0.15);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0, 0.15);
    box-shadow:         0 0 5px 5px rgba(0,0,0, 0.15);

    line-height: 34px;
    padding: 10px 0;
    text-align: right;
}
.scene[data-scene-id="title"] p.headmenu a {
    border: 1px solid #dadad5;
    border-width: 0 0 0 1px;
    padding: 0 17px;
    color: #91918e;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    height: 38px;
    display: inline-block;
}
.scene[data-scene-id="title"] p.headmenu button {
    height: 34px;
    width: 38px;
    text-indent: -9000em;
    background: url(img/interface/interface_volume_off.png) center center no-repeat;
    border-width: 0;
    margin-right: 10px;
}
body.sound-enabled .scene[data-scene-id="title"] p.headmenu button {
    background-image: url(img/interface/interface_volume_on.png);
}
.scene[data-scene-id="title"] p.icetop {
    text-align: center;
    height: 188px;
    background: #9cc4ce; /* Old browsers */
    background: -moz-linear-gradient(left,  #9cc4ce 0%, #4f9bb9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9cc4ce), color-stop(100%,#4f9bb9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #9cc4ce 0%,#4f9bb9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #9cc4ce 0%,#4f9bb9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #9cc4ce 0%,#4f9bb9 100%); /* IE10+ */
    background: linear-gradient(to right,  #9cc4ce 0%,#4f9bb9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc4ce', endColorstr='#4f9bb9',GradientType=1 ); /* IE6-9 */                padding-top: 100px;
}
.scene[data-scene-id="title"] .icetop img {
    margin-top: 42px;
}
.scene[data-scene-id="title"] div.icebottom {
    min-height: 2000px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(img/iceberg_bottom_PNG8_32.png),  #0d3a62; /* Old browsers */
    background-image: url(img/iceberg_bottom_PNG8_32.png),  -moz-linear-gradient(top,  #0d3a62 0%, #06223e 100%); /* FF3.6+ */
    background-image: url(img/iceberg_bottom_PNG8_32.png),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d3a62), color-stop(100%,#06223e)); /* Chrome,Safari4+ */
    background-image: url(img/iceberg_bottom_PNG8_32.png),  -webkit-linear-gradient(top,  #0d3a62 0%,#06223e 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(img/iceberg_bottom_PNG8_32.png),  -o-linear-gradient(top,  #0d3a62 0%,#06223e 100%); /* Opera 11.10+ */
    background-image: url(img/iceberg_bottom_PNG8_32.png),  -ms-linear-gradient(top,  #0d3a62 0%,#06223e 100%); /* IE10+ */
    background-image: url(img/iceberg_bottom_PNG8_32.png),  linear-gradient(to bottom,  #0d3a62 0%,#06223e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3a62', endColorstr='#06223e',GradientType=0 ); /* IE6-9 */
}
.scene[data-scene-id="title"] div.fadetoblack {
    margin-top: -40px;
    min-height: 400px;
    background: #06223e; /* Old browsers */
    background: -moz-linear-gradient(top, #06223e 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06223e), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #06223e 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #06223e 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #06223e 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #06223e 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06223e', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.scene[data-scene-id="title"] .icebottom h1, .scene[data-scene-id="title"] .icebottom h2, .scene[data-scene-id="title"] .icebottom h3 {
    text-shadow: 0px 0px 6px rgba(0,0,0, 0.95);
}
.scene[data-scene-id="title"] div.icebottom h1 {
    margin: 0;
    padding: 150px 0 3px;
    font-size: 30px;
    letter-spacing: 1px;
}
.scene[data-scene-id="title"] div.icebottom hr {
    border: 1px solid rgba(255,255,255,0.5);
    border-width: 0 0 1px 0;
    display: block;
    margin: 0 auto;
    width: 20%;
}
.scene[data-scene-id="title"] div.icebottom h2 {
    margin: 0;
    letter-spacing: 1px;
    padding: 15px 0 30px;
    font-size: 22px;
    font-weight: normal;
}
.scene[data-scene-id="title"] div.icebottom h3 {
    font-size: 40px;
    margin-top: 160px;
}
.scene[data-scene-id="title"] div.icebottom button {
    text-indent: -9000em;
    width: 60%;
    height: 130px;
    background-image: url(img/titlescreen_arrow.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: transparent;
    border-width: 0;
}
.scene[data-scene-id="title"] a#title-begin { text-decoration: none; color: white; }