@import url('reset.css');

/*###############################################################

PRINT
- css pre tlac

###############################################################*/

* {
    border:none !important;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 11pt;
    font-family: 'Arial', Helvetica, Garuda, sans-serif;
    /*text-align: center;*/
    color: black;
    background-color: white;
    border: none !important;
}
body {
    height: auto;
    min-height: 100%;
}

body > #web {
    height: auto;
    min-height: 100%;
}
#wrapper {
    width: auto;
    height: 100%;
    margin: 0 5%;
    position:relative;
    display:block;
}

.right {float: right;}
.left {float: left;}

/*------------------------------------------------------------------------------------------------------------------
FONTS
------------------------------------------------------------------------------------------------------------------*/

a {text-decoration: none;}
a:hover {text-decoration: underline;}
a, img {outline:none;}
strong, b {font-weight: bold;}
i, em {font-style: italic;}
.white {color: white;}

/*FONTS*/
.blue-8b { font-size: 8pt; color: #2fade1; font-weight: bold; }
.blue-9b { font-size: 9pt; color: #2fade1; font-weight: bold; }
.blue2-9b { color: #45a1d0; font-size: 9pt; font-weight: bold; }
.blue2-8b { color: #45a1d0; font-size: 8pt; font-weight: bold; }
.blue3-7 { color: #2baae1; font-size: 7pt; }
.blue3-9 { color: #2baae1; font-size: 9pt; }
.blue3-8b { color: #2baae1; font-size: 8pt; font-weight: bold; }
.blue3-10b { color: #2baae1; font-size: 10pt; font-weight: bold; }
.blue3-11b { color: #2baae1; font-size: 11pt; font-weight: bold; }
.black-9 { color: #000; font-size: 9pt; }
.black-8 { color: #000; font-size: 8pt; }
.grayD-8 { color: #333; font-size: 8pt; }
.grayD-9 { color: #333; font-size: 9pt; }
.grayD-9b { color: #333; font-size: 9pt; font-weight: bold; }
.grayD-10b { color: #333; font-size: 10pt; font-weight: bold; }
.grayD-8 { color: #333; font-size: 8pt; }
.grayD-7 { color: #333; font-size: 7pt; }
.grayL-9 { color: #666; font-size: 9pt; }
.grayL-8 { color: #666; font-size: 8pt; }
.grayL-7 { color: #666; font-size: 7pt; }

/*------------------------------------------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------------------------------------------*/

#header {
    width: 100%;
    height: 45px;
    position:relative;
    display:block;
    padding-top: 16px;
    margin-bottom: 10px;
}
#header a span {display:none;}
#header a.logo-hudba {
    height: 45px;
    width: 242px;
    background: url('../img/sprite_text_logos_icons.png') 0px 0px no-repeat!important;
    float:left;
    margin-left: 5px;
}
#header a.logo-zoznam {
    height: 35px;
    width: 134px;
    background: url('../img/sprite_text_logos_icons.png') -246px 0px no-repeat!important;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}

/*------------------------------------------------------------------------------------------------------------------
CONTAINERS
------------------------------------------------------------------------------------------------------------------*/

.container.main {
    width: auto;
    display: block;
    margin-top: 9px;
}

.container.main .content {
    width: auto;
    display: block;
    padding: 0 5px;
}
.container.main .content #section-left {
    width: 100%;
    float: left;
}

.container.w660,
.container.w475 {width: 100%;}


.container .header {
    height: 31px;
    display:none;
}

.container .header .middle h1{
    color: #666;
    font-size: 12pt;
    line-height: 31px;
    text-align: left;
    font-weight: bold;
    float: left;
}

.container .box-info .right-box {display:none;}
.container .songname { font-size: 16pt;}

.w660 .header {width: auto;}
.w660 .middle {width: auto;}

.container .section {
    display: block;
    width: auto;
    border: none !important;
}

.container.interpret-main .section div.article {
    float: left;
    text-align: left;
}

.container.interpret-main .section .article span.ico-iPlay {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../img/sprite_text_logos_icons.png') -327px -179px no-repeat;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.transposition_links { display: block; padding: 5px 0;}

.container.interpret-main .section .article .acords a {
    color: #45A1D0;
}

.container.interpret-main .section .article p {
    line-height: 12pt;
}



/*------------------------------------------------------------------------------------------------------------------
PATH & INFOLINE
------------------------------------------------------------------------------------------------------------------*/

#path {
    display: none;
}

.infoline,
.infoline2 {
    display: none;
}

/*------------------------------------------------------------------------------------------------------------------
ADBOXES
------------------------------------------------------------------------------------------------------------------*/

.adbox {
    display: none;
}

/*------------------------------------------------------------------------------------------------------------------
CLEARFIX
------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*------------------------------------------------------------------------------------------------------------------
DISPLAY NONE
------------------------------------------------------------------------------------------------------------------*/

#menu,
.container.footer,
.container.main .top,
.container.main .bottom,
.container.main .content #section-right,
.container .header .left-side,
.container .header .right-side,
.container .header a,
.container .bottom,
.container .header .tabs,
.tabs-container,
.container .nav-panel,
.container .article .header,
#container-jplayer,
#container-video,
.for-button ,
.container.interpret-main .section .article a.ico-print
{
    display: none !important;
}