/* 
    Document   : main
    Created on : 11.10.2009, 19:33:20
    Author     : Petr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    width: 100%;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
    background: url('../images/front/back-line.gif') repeat white;
    padding: 0px;
    margin: 0px;
}
div {
    
}


.cleaner {
    clear: both;
}
/* Remove padding and margin */
*
{
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 0;
    color: #474848;
}

table.krizovy_odkaz {
    position: relative;
    left: -50px;
    cursor: pointer;
}







/*
    BASE LAYOUT
*/

#layout-page {
    width: 800px;
    margin: auto;
    margin-top: 0px;
    background-color: white;
    text-align: left;
}

#layout-logo {
    display: none;
}
#layout-menu {
    margin-bottom: 10px;
    margin-top: 20px;
}

/*
    INNER PAGE
*/
#layout-innerPage {
    margin-left: 69px;
    margin-right: 28px;
    position: relative;
}

#layout-mainColumn {
    width: 466px;
    float: left;
}

#layout-rightColumn {
    display: none;
}

#section-podobne_clanky {
    display: none;
}
#clanek_tabs {
    display: none;
}
#layout-top {
    display: none;
}

/*
    FOOTER
*/
#layout-footer {
    display: none;
    height: 33px;
    background-color: #00a3e0;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 69px;
    padding-right: 42px;
}
#layout-footer a {
    color: white;
    text-decoration: none;
}
#layout-footer a:hover {
    text-decoration: underline;
}
.subpaticka {
    display: block;
    margin-top: 2px;
    color: white;
}


.nadpis_sekce {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid #00a3e0;
    margin-bottom: 10px;
}


#layout-rightColumn .nadpis_sekce {

}



/*
    CLANEK
*/
.clanek_image {
    position: relative;
}
.clanek_wrapper {
    margin-bottom: 25px;
}

/*
    PRO ZOBRAZENI MALYCH CLANKU
*/
.clanek_thumb .clanek_image {
    float: left;
}


.clanek_thumb .clanek_image .ico_vice{
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.clanek_thumb h3 {

    background-color: #00a3e0;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding-left: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}

.clanek_thumb h3 a {

    
    white-space:pre-wrap;
    color: white;
    text-decoration: none;
}

.clanek_thumb .clanek_short_text {
    float: right;
    width: 92px;
    font-size: 12px;
    padding-top: 2px;
}

/*
    PRO ZOBRAZENI SEZNAMU CLANKU
*/
.clanek_list .clanek_image {
    float: left
}
.clanek_list .clanek_image .ico_vice{
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.clanek_list .clanek_short_text {
    float: right;
    width: 346px;

}
.clanek_list h3 {
    background-color: #00a3e0;
    font-size: 13px;
    font-weight: bold;
    color: white;
    padding-left: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}
.clanek_list h3 a {


    white-space:pre-wrap;
    color: white;
    text-decoration: none;
}
.clanek_list .clanek_short_text_sub {

    font-size: 12px;
    padding-top: 2px;
    padding-left: 9px;
}

/*
    PRO ZOBRAZENI POSLEDNIHO (PRVNIHO) CLANKU
*/
.clanek_latest .clanek_image {
    float: left;
}

.clanek_latest .clanek_image .ico_vice{
    position: absolute;
    bottom: -23px;
    right: -20px;
}

.clanek_latest h2 {

    background-color: #00a3e0;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding-left: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}

.clanek_latest h2 a {


    white-space:pre-wrap;
    color: white;
    text-decoration: none;
}

.clanek_latest .clanek_short_text {
    float: right;
    width: 190px;
    font-size: 13px;
    padding-top: 7px;
    font-weight: bold;
}
.clanek_latest {
    margin-bottom: 40px;
}

.clanek_latest .clanek_long_text {
    padding-top: 20px;
    font-size: 12px;
}

.notFound {
    font-size: 12px;
}


.anketa_thumb .anketa_odpoved_bar {
    background-color: #00a3e0;
    
}

.anketa_thumb {
    font-size: 12px;
    font-weight: bold;
}

.anketa_thumb .anketa_pocetHlasu{
    font-weight: normal;
    color: gray;
}

.anketa_thumb .anketa_odpoved{
    margin-top: 3px;
}

.anketa_thumb .anketa_odpoved a{
    text-decoration: none;
}

.anketa_thumb .anketa_title {
    margin-bottom: 10px;
}
.anketa_thumb .anketa_odpoved .anketa_odpoved_title{
    margin-bottom: 3px;
}

div.catInfo {
    margin-bottom: 20px;
    font-size: 12px;
}




/*****************************************************************
        BLOG
******************************************************************/

/*
    PRO ZOBRAZENI MALYCH BLOGU
*/
.blog_thumb .clanek_image {
    float: left;
}

.blog_thumb h3 {
    font-size: 15px;
    font-weight: bold;
}

.blog_thumb h4 {
    font-size: 12px;
    font-weight: bold;
}



.blog_thumb .blog_short_text {
    float: right;
    width: 153px;
    font-size: 12px;
    position: relative;
    top: -5px;
}

.blog_thumb .blog_short_text a.vice{
    color: #00a3e0;
    text-decoration: none;
}

.userInfo {
    background-color: #00a3e0;
    padding: 7px;
    color: white;
}


.userInfo .blog_profile_img {
    float: left;
}
.userInfo .blog_user_info {
    float: right;
    width: 380px;
    color: white;
}
.userInfo .blog_user_info h2{
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.userInfo .blog_user_info .user_funkce{
    color: white;
    font-size: 11px;
    margin-bottom: 15px;
}
.userInfo .blog_user_info .user_popis{
    color: white;
    font-size: 11px;
}

.blog_latest h2{
    background-color: #00a3e0;
    font-weight: bold;
    font-size: 13px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;

    display: inline;
}

.blog_latest h2 a{
    color: white;
    text-decoration: none;
}

.blog_latest .blog_long_text{
    margin-top: 12px;
    font-size: 12px;
}

#sekce_content_presscentrum h2{
    background-color: #00a3e0;
    font-weight: bold;
    font-size: 13px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 5px;
    display: block;
}


#sekce_content_presscentrum h2 a{
    color: white;
    text-decoration: none;
}

#sekce_content_presscentrum .blog_long_text{
    margin-top: 12px;
    font-size: 12px;
}


.header_menu {
    background-color: #00a3e0;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 3px;
    padding-right: 6px;
    padding-left: 6px;
}
.header_menu a {

    color: white;
    text-decoration: none;
}
#header_stranky_menu {
    position: absolute;
    right: 0px;
}

#header_press_menu {
    position: absolute;
    left: 30%;
}
#header_vse_menu {
    position: absolute;
}

#layout-header {
    position: relative;
    height: 30px;
}

a.login {
    margin-right: 20px;
}


/*
    KLIKACI MAPA
*/
#mapa_hover {
    position: absolute;
    background: url('../images/front/kraje.gif') no-repeat;
    width: 360px;
    height: 205px;

}
#mapa_regionu {
    position: relative;
    width: 360px;
    height: 205px;
    float: left;
}
#mapa_background {
    background: url('../images/front/mapa.gif');
    width: 360px;
    height: 205px;
    position: absolute;
}
#seznam-regionu {
    float: right;
    font-size: 10px;
    text-align: right;
}
#seznam-regionu a {
    text-decoration: none;
    display: block;
}
#seznam-regionu a.active {
    color: #00a3e0;
}
#seznam-regionu a:hover {
    color: #00a3e0;
}





/*
    TABS
*/
.dialog {
    display: none;
}
.links {
    margin-top: 15px;
}
.links ul li {
    display: inline;
    background-color: #00a3e0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.links ul li a {
    color: white;
    text-decoration: none;

}

.input_dialog {
    width: 400px;
}





/************ info boxy ~ flash zpravy ******************/
.flash, .info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 5px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 5px;
    opacity: 0.9;
    border: none !important;

}
.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/warning.png');
}

.half {
    width: 48%;
    float: left;
}
.full {
    clear: both;
}



#snippet--flashes {
    width: 99%;
}

form {
    font-size: 12px;
}


div.tretinovy {
    width: 33%;
    float: left;
}

div.column {
    background-color: silver;
    width: 300px;
}
div.sekce {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: white;
}
