/*  
cutflat.css
Style sheet for cutflat.net main pages
Tim Raupach 2009
*/

body {
    font-family: arial;
    background: rgb(50, 50, 50);
    color: #ccc;
    text-align:left;
    font-size:small;
    min-width:800px;
    padding:0;
    margin:0;
    overflow:hidden;
}

.mainPageCanvas {
    background:rgb(50, 50, 50);
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.menuHeader {
    font-weight: bold;
    font-size: 30pt;
    padding:0px;
    padding-bottom:20px;
}

.menuLink {
    text-decoration: none;
    color: white;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: #aaa;
}

.menuLink:hover {
    color: #aaa;
}

.menuIcon {
    padding: 0px;
    padding-top: 20px;
}

.photoNavLink {
    color: black;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    font-family: arial;
}

.photoNavLink:hover {
    color: #aaa;
}

.closeMenu {
    float: right;
    padding-top:15px;
    padding-bottom: 0px;
    font-size:8pt;
}

.mainMenu {
    padding: 20px;
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    display: none;
    color: white;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50px;
    background: rgba(40, 40, 40, 0.7);
}

.infoText {
    padding: 0px;
    font-weight: normal;
    text-align: justify;
}

.infoHeader {
    padding-top:10px;
    font-weight: bold;
    padding-bottom: 5px;
}

ul {
    padding-top: 0px;
}

.icon {
    width: 22px;
    height: 22px;
    border: 0px;
}

.subMenu {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50px;
    background: rgba(40, 40, 40, 0.7);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    display: none;
}

.blocker {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    z-index: 90;
    background: rgb(50, 50, 50);
    display: none;
}

.lyrics {
 margin-left:20px;
 margin-top:10px;
 margin-bottom:10px;
}

.aboutPane {
    font-size: 10pt;
    max-width: 500px;
}

p {
    padding-top:0px;
    text-align: justify;
    margin-top: 0px;
}

.photoPane {
    background: white;
    color: black;
    z-index: 200;
    position: absolute;
    display: none;
    top: 100px;
    left: 100px;
    text-align:center;
    padding: 10px;
    width: 100px;
    height: 50px;
}

.thumbPane {
    padding: 0px;
    border: 0px;
    margin: 0px;
    display: none;
    background: rgb(70, 70, 70);
    z-index: 210;
    width: 100%;
    position: absolute;
    text-align: left;
    top:100px;
    left:0px;
}

.thumbLink {
    color: #ccc;
    text-decoration: none;
    padding-right: 20px;
}

.thumbA {
    padding: 0px;
}

.slidingPane {
    background: rgb(70, 70, 70);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    height: 80px;
    white-space: nowrap;
}

.slidingPane ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.slidingPane ul li {
    display: inline;
    padding: 0;
    padding-right: 5px;
}

.sliderDiv {
    position: relative;
    width: 800px;
    z-index:300;
    height: 8px;
    background: rgb(70, 70, 70);
    top: 0px;
    padding: 0px;
}

.slidingThumbs {
    position: relative;
    top: 8px;
}

.handle {
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 7pt;
    position: absolute;
    cursor: move;
    top: 0px;
    height: 8px;
    padding: 0px;
    width: 50px;
    background: #ccc;
    color: black;
    vertical-align: middle;
}

.thumb {
    padding: 0px;
    border: 0px;
    vertical-align:bottom;
    border: 1px white solid;
}

.thumbLink:hover {
    color: #ccc;
}

.thumbLinkDiv {
    height: 12px;
    width: 100%;
    text-align: right;
    padding: 3px;
    background: rgb(70, 70, 70);
    position: relative;
    top:0;
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
}

.photoCanvas {
    background: white;
    z-index: 200;
    display: none;
}

.loadingDiv {
    background: white;
    z-index: 90;
    font-size: 8pt;
    font-weight: bold;
    font-family: arial;
    position: absolute;
    display: none;
}

.photoNav {
    text-align: right;
    width: 100%;
    font-family: arial;
    font-weight: bold;
    font-size: 8pt;
    height: 10px;
}

.photoCaption {
    float: left;
    font-family: arial;
    font-weight: bold;
    font-size: 8pt;
}

