/* 
    Document   : ready-able
    Author     : valeveil
    Description:
        ready, able basic styles, v1.
*/

/* ----------------- Basics -----------------*/

body {
    font-size: 12px;
    /*font-family: 'Linden Hill',Helvetica,Verdana,Arial; */
    font-family: helvetica,arial,sans-serif;
    margin: 0;

    background: url("../img/ra-background-light.png") repeat scroll 0 0 #f0f0f0;
}

a {
    text-decoration: none;
    color: #000000;
}

h1 {
    font-size: 12px;
    font-weight: bold;
}

em {
    font-style: italic;
}

#vvSite {

}

.vvSiteContainer {

    min-height: 100px;
}

.vvClear {
    clear: both;
}

.disabled {

}

.andron {
    font-family: 'AndronFreefontLATRegular','Times New Roman',Times,serif;
}

/* ----------------- Unknown -----------------*/

.audioplayer-pause-container{
    display:inline;
}

.content-container {
    display:block;
}

.audioplayer-play-container {
    display: block;
    margin-top: 2em;
}

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

.table {
    display:table;
}

.ra-slide-fs {
    width: 100%;
    height: 80%;
}

.cell {
    display: table-cell;
    vertical-align:middle;
}

#loaded-content-container div.currentSlide{
    display: block !important;
}

.content-slide {
    position: absolute;
    left: 0px;
    padding: 2px;
    width: 97.5%;
    height: 80%;
    display: none;
}

#info-button-container {
    z-index: 10;
    position:absolute;
    top:2px;
    right:2px;
    display:block;
    margin-right: 2px;
}
/* ----------------- Device dependent -----------------*/


@media screen and (orientation:portrait) {
    #vvSiteContainer {
        width: 300px;
        margin:0 auto;
    }
}
@media screen and (orientation:landscape) {
    #vvSiteContainer {
        width: 460px;
        margin:0 auto;
    }
}


@media screen and (min-width: 710px) {
    body {
        font-size:24px;
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size:16px;
    }
    
}

/* ----------------- Menu basics -----------------*/

.menubar {
    width: 100%;
    height: 36px;
}




#foldout-menu {
    width: 100%;
    height: 36px;
    position: absolute;
    top: -34px;
    z-index: 2;
    
    /* #EAEAEA  - D4D4D4*/
    background-image: linear-gradient(bottom, rgb(212,212,212) 25%, rgb(234,234,234) 71%);
    background-image: -o-linear-gradient(bottom, rgb(212,212,212) 25%, rgb(234,234,234) 71%);
    background-image: -moz-linear-gradient(bottom, rgb(212,212,212) 25%, rgb(234,234,234) 71%);
    background-image: -webkit-linear-gradient(bottom, rgb(212,212,212) 25%, rgb(234,234,234) 71%);
    background-image: -ms-linear-gradient(bottom, rgb(212,212,212) 25%, rgb(234,234,234) 71%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.25, rgb(212,212,212)),
        color-stop(0.71, rgb(234,234,234))
        );
}

/* ----------------- 'responsive' menu adaption: fugly -----------------*/

#ra-menu-height{
    height: 36px;
}
#ra-menu-start-pos{
    height: 34px;
}

@media only screen and (min-width: 480px) {
    #ra-menu-height {
        height: 32px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 769px) and (orientation:portrait) {
    .menubar, #foldout-menu {
        height: 45px;
    }
    #foldout-menu {
        top:-43px;
    }
    .menu-button-container {
        line-height: 10px;
        margin-top: 4px;
    }
    #ra-menu-height {
        height: 45px;
    }
    #ra-menu-start-pos {
        height: 43px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1025px) and (orientation:landscape) {
    .menubar, #foldout-menu {
        height: 45px;
    }
    #foldout-menu {
        top:-43px;
    }
    .menu-button-container {
        line-height: 10px;
        margin-top: 4px;
    }
    #ra-menu-height {
        height: 45px;
    }
    #ra-menu-start-pos {
        height: 43px;
    }
}
@media only screen and (min-width: 769px) {
    #ra-menu-height {
        height: 32px;
    }
}

/* ----------------- Foldout menu -----------------*/


#foldout-menu a {
    text-decoration: none;
}
.menu-button {
    display: block;
    margin: 2px 2em 0px 2em;
}

.stop-button {
    display: none;
}

.menu-info-text {
    display:inline;
    font-size: 8px;
    color: black;
}

.menu-button-container {
    display: inline-block;
    line-height: 7px;
    padding-top: 2px;
    text-align: center;
}

.menu-button-image {
    display: block;
    margin:0px auto;
}

.menu-button-toggle {
    padding-right:1px;
    padding-top:4px;
    text-decoration: none;
}

.menu-button-toggle-image {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.playbutton_image {
    padding:10px;
    width: 40px;
    heigth: 40px;
    margin:0 auto;
    display: block;
}

/* ----------------- Buttons -----------------*/
.ra-fancybutton-link {
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 2px rgba(0, 0, 0, 0.4), inset 0px 3px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 2px rgba(0, 0, 0, 0.4), inset 0px 3px 0px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 2px rgba(0, 0, 0, 0.4), inset 0px 3px 0px rgba(255, 255, 255, 0.15);
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border: none;
    display: block;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    padding-top:0.35em;
    padding-bottom: 0.2em;
    height: 1.1em;
    font-size: 0.8em;
    cursor: pointer;
    text-decoration: none;
    background-color: #800000;
    
    margin-left: auto;
    margin-right: auto;
    width: 5em;
}


/* ----------------- Screen divs -----------------*/

#vv-init-screen {
    text-align: center;
}

#vv-loading-screen {
    display: none;
}

#vv-loadscreen-spinner {
    display: block;
    margin: 2em auto;
}

#vv-splash-screen {
    display:none;
}

#vv-loaded-screen {
    display:none;
}

#ra-ended-screen {
    display: none;
    text-align: center;
}

#vv-info-screen {
    font-size:0.8em;
    display: none;
    position: absolute;
    top: 45px;
    left: 20px;
    width: 21.5em;
    padding:0.5em;
    border:1px solid #EAEAEA;
    display:block;
    z-index: 15;
    display:none;
    box-shadow: 1px 0 4px rgba(0,0,0,0.2);
    background-color: #EAEAEA;

    -webkit-border-top-left-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
    border-radius: 0.4em;
}

#vv-info-screen-content {
    font-size: 1.3em;
    z-index: 15;
}

#ra-control-container {
    display: none;
    position: absolute;
    top: 10px;
    width:100%;
    left:0px;
}

#ra-controls {
    position: absolute;
    top: 0px;
    display: block;
    width:100%;
    z-index: 3;
}

/* ----------------- Misc -----------------*/

.ra-vv-img {
    height:1.8em;
}

.poem_details {
    text-align: center;
    padding: 2px;
    margin-top: 1em;
}

.poem_title {
    font-family: 'AndronFreefontLATRegular','Times New Roman',Times,serif;
    font-size: 1.8em;
    padding: 2px;
}

.poem_author {
    padding: 2px;
}

.animated {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.tilted {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}


.faded {
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
    filter: alpha(opacity=30);					
}