/*
 *  (c) 2000-2013 deviantART, Inc. All rights reserved.
 */
html, html body {
    overflow: hidden;
}
html,
body.muro,
body #overhead,
body #overhead-collect,
.embedded .rdPlayback,
.embedded .drawPlzControls,
.embedded .drawPlzApp,
body.muro #output
{
    background-image: none !important;
    background: none !important;
}
body #overhead {
    display: none;
}
html, html body, #output, #drawPlz, #drawPlzPress, .drawPlzContainer {
    min-height: 0 !important;
}
div.drawPlzContainer.embedded {
    margin: 0;
    padding: 0;
    min-width: 100px;
    min-height: 100px;
    padding: 0;
    position: relative;
}
.embedded {
    background: none !important;
    min-width: 746px;
}
.embedded .topArea,
.embedded .sideBar,
.embedded .bottomArea .divider,
.embedded .bottomArea .wacomIndicator,
.embedded .bottomArea .centeringDiv,
.embedded .bottomArea .divider,
.embedded .bottomArea .brushSelector,
.embedded .redrawLogo,
.embedded .bottomArea .modals 
{
    display: none !important;
}
.embedded .middleArea {
    padding-right: 0px !important;
}
.embedded .drawPlzApp {
    padding: 0;
}
#drawPlz {
    overflow: hidden;
}
.embedded .playbackStoptouch {
    bottom: 39px;
}
.embedded .bottomArea {
    z-index: 3;
}
.embedded .rdPlayback .rdControls {
    border-top: none;
}
.dAButton {
    background: url(/minish/canvasdraw/recorded_drawing/da_logo_player.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.dAButton:hover {
    background-position: 0 -40px;
}
.embedded .rabbitButton {
    display: none;
    right: 35px;
}
.embedded .playbackSpeedSlider {
    display: none;
    width: 50px;
    right: 66px;
}
.embedded .turtleButton {
    display: none;
    right: 157px;
}
.embedded .divide1 {
    right: 185px;
}
.embedded .divide2 {
    right: 32px;
}
.embedded .timeIndicator {
    right: 185px;
}
.embedCover {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embedCover .previewImage {
    width: 100%;
    height: 100%;
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.3); 
}
.embedCover .splash {
    z-index: 201;
    width: 200px;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    position: absolute;
    left: 100px;
    top: 100px;
    text-align: center;
}
.embedCover .splashPic {
    margin: 20px auto;
}
.embedded .pauseDrawer {
    padding-left: 15px;
}
.embedded div.pieceInfo {
    width: 150px;
}
.embedded .pauseDrawerButtons {
    margin-right: 30px;
    position: absolute;
    right: 15px;
}
.embedded .pauseDrawerButtons .replayButton {
    padding: 7px 37px !important;
    padding: 6px 10px 6px 37px !important;
}
.embedded .pauseDrawerButtons .drawWMuro {
    margin-left: 10px !important;
    padding: 6px 10px 6px 37px !important;
}
.embedded .rdControlPositioner {
    width: 380px;
}
.embedded .rdScrubber {
    width: 288px;
}
.embedded .rdScrubber .track .trackPercentage {
    width: 286px;
}
.embedded .canvasContainer,
.embedded .embedCover {
    display: none;
}

