/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 8, 2014, 10:37:33 PM
    Author     : tom
*/
html {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    /* 1 */
    font-size: 100%;
    /* 3 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    line-height: 1.5em;
}

body {
    margin: 0;
    padding: 0;
}

body.fullpage {
    background: url("http://www.cyklotoulky.cz/sites/all/themes/icyklo/images/pozadi-vcelku.png") no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
}

#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

#page,
.region-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

#main {
    /* Move all the children of #main down to make room. */

    padding-top: 24px;
    margin-left: 5%;
    position: relative;
    width: 90%;
    background: white;
}

h1 {
    font-size: 120%;
//    color: #08006a;
    color: #1f9a4d;
    margin-top: 1em;
    margin-bottom: 1em;    
}

h2 {
    font-size: 100%;
//    color: #08006a;
    color: #1f9a4d;
    margin-top: 1em;
    margin-bottom: 1em;    
//    border-bottom: 1px solid #08006a;
    border-bottom: 1px solid #1f9a4d;
}

.list-table{   
    border-collapse:collapse;
    color:#444444;
    background:#eaebec;
    margin:8px;
    border:#ccc 1px solid;
}

.list-table th {
    padding:1.1em;
    font-size: 90%;
    color: #f0f0f0;
    background: #1f9a4d;
//    background: #1f4d9a;
}

.list-table td {
    padding:0.6em;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.list-table-odd-row{
    text-align:center;
    background:#ffffff;
    border-top:1px solid #BBBBBB;
}

.list-table-even-row{
    text-align:center;
//    background:#f5f5ff;
    background:#f5fff5;
    border-top:1px solid #BBBBBB;
}

#navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 24px;
    width: 100%;
    background: #1f4d9a;
    font-size: 70%;
    margin-top: 10px;
    font-weight: bold;
}

#navigation .block {
    margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
    margin: 0;
    padding: 0;
    text-align: left;
    /* LTR */
}
#navigation a:link, #navigation a:visited {
    color: white;
}
/* line 89, ../sass/layouts/_icyklor.scss */
#navigation a:hover {
    color: black;
}
/* line 92, ../sass/layouts/_icyklor.scss */
#navigation ul li {
    float: left;
}

#navigation .links li,
#navigation .menu li {
    /* A simple method to get navigation links to appear in one line. */
    float: left;
    /* LTR */
    padding: 0 10px 0 0;
    /* LTR */
    list-style-type: none;
    list-style-image: none;
}

#navigation ul li:after {
    content: "|";
    padding: 0.5em;
    color: white;
}

/* line 94, ../sass/layouts/_icyklor.scss */
#navigation ul li.last:after {
    content: "";
}
#header a:link, #header a:visited,
#content a:link,
#content a:visited,
#navigation a:link,
#navigation a:visited,
.region-sidebar-first a:link,
.region-sidebar-first a:visited,
.region-sidebar-second a:link,
.region-sidebar-second a:visited,
#footer a:link,
#footer a:visited {
    text-decoration: none;
}

#content {
    padding: 1em;
}



#footer {
    background: url("http://www.cyklotoulky.cz/sites/all/themes/icyklo/images/pozadi-paticka.png") no-repeat;
    background-size: 100% auto;
}

.comments {
    margin: 1.5em 0;
}
#block-menu-block-1, #block-views-regiony-block-block, #block-block-4, #block-simplenews-8 {
    margin-left: 5%;
    float: left;
    color: white;
    font-size: 70%;
}
/* line 126, ../sass/layouts/_icyklor.scss */
#block-menu-block-1 a:link, #block-menu-block-1 a:visited, #block-views-regiony-block-block a:link, #block-views-regiony-block-block a:visited, #block-block-4 a:link, #block-block-4 a:visited, #block-simplenews-8 a:link, #block-simplenews-8 a:visited {
    color: white;
}
/* line 127, ../sass/layouts/_icyklor.scss */
#block-menu-block-1 a:hover, #block-views-regiony-block-block a:hover, #block-block-4 a:hover, #block-simplenews-8 a:hover {
    color: black;
}
/* line 129, ../sass/layouts/_icyklor.scss */
#block-menu-block-1 ul li, #block-views-regiony-block-block ul li, #block-block-4 ul li, #block-simplenews-8 ul li {
    list-style-image: url("http://www.cyklotoulky.cz/sites/all/themes/icyklo/images/block_menu-li.png");
}


/* line 132, ../sass/layouts/_icyklor.scss */
#block-simplenews-8 {
    background: url("http://www.cyklotoulky.cz/sites/all/themes/icyklo/images/newsletter_bg.png") no-repeat;
    background-size: 100% auto;
}
/* line 135, ../sass/layouts/_icyklor.scss */
#block-simplenews-8 p,
#block-simplenews-8 label {
    color: black;
}

/* line 136, ../sass/layouts/_icyklor.scss */
#block-simplenews-8 p {
    font-weight: bold;
}

/* line 137, ../sass/layouts/_icyklor.scss */
#block-simplenews-8 * {
    margin-left: 10px;
}

/* line 138, ../sass/layouts/_icyklor.scss */
#block-simplenews-8 * {
    margin-right: 10px;
}
#block-menu-block-1,
#block-views-regiony-block-block, #block-block-4, #block-simplenews-8 {
    margin-left: 5%;
    float: left;
    color: white;
    font-size: 70%;
}

h2.block-title {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: none;
    color: #ffffff;
}

#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
    content: "";
    display: table;
}

/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
    clear: both;
}
