/* Start of CMSMS style sheet 'Gall-Tir styl' */
/* Background image - top left logo */
body{
    background-image: url("/uploads/gall-tir/bkg-bodx.jpg");
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: 50% 0%;
}

/* Violet top banner */
#header{
    background-image: url("/uploads/gall-tir/top.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 196px;
}

#header a{
    display: block;
    height: 196px;
}

/* Left column with navigation */
#left{
    background-image: url("/uploads/gall-tir/left.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    min-height: 490px;
    padding-top: 10px;
}

#leftcontent{
    padding: 20px;
}

/* Right column with search and calendar */

#right{
    background-image: url("/uploads/gall-tir/right.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    min-height: 490px;
}

#right form{
    padding: 10px;
    border-bottom: 6px solid #ffffff;
    margin: 0px;
    padding-bottom: 0px;
    text-align: center;
}

#right form input.search-input{
    width: 110px;
}

#right form input.search-button{
    background-image: url("/uploads/gall-tir/search.jpg");
    border: none;
    font-size: 0px;
    margin-top: 6px;
    margin-left: 2px;
    vertical-align: top;
    width: 60px;
    height: 21px;
}
#right form label {
	display: none;
}

#right .rightpad{
    padding-left: 10px;
    padding-right: 10px;
}

#right .center{
    text-align: center;
}

#right .gal{
    padding-bottom: 15px;
}

#right .gal a{
    /* předělat pomocí paddingu */
    display: block;
    padding: 11px 29px 4px 29px;
/*
    border-top: 11px solid white;
    border-left: 29px solid white;
    border-right: 29px solid white;*/
    border-bottom: 4px solid white;
    background-color: white;
}

#right .gal a img{
    border: 1px solid #fdfdfc;
}

#right .NewsSummaryPostdate{
    font-weight: bold;
    color: #7C7C7C;
}


/* Bottom bar, copyright and quick navigation */

#bottom{
    background-image: url("/uploads/gall-tir/bottom.jpg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    min-height: 20px;
}

#bottom a{
   color: #ffffff;
   font-weight: bold;
   padding-left: 30px;
}

#bottom a:hover{
  color: #e1a4e5;
}

#botleft{
    text-align: left;
}

#botleft .navigace{
  padding-left: 16px;
}

#botright{
    text-align: right;
    color: #7c7c7a;
}

/* Area with main text content */

#main{
    background-image: url("/uploads/gall-tir/maintop.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    min-height: 100px;
}

#maincontent{
    padding: 30px;
    padding-top: 15px;
    font-size: 12px;
}

#maincontent h1{
    text-align: center;
    font-family: serif;
    font-size: 28px;
    color: #8b528f;  
    font-style: italic;
    margin-top: 0px;
}

#maincontent h2{
    text-align: left;
    text-indent: 20px;
    font-family: serif;
    font-size: 22px;
    font-weight: 600;
    color: #a0a0a0;  
    margin-top: 15px;
    margin-bottom: 10px;
}

#maincontent h3{
    text-align: left;
    text-indent: 20px;
    font-family: serif;
    font-size: 17px;
    font-weight: bold;
    color: #724474;  
    margin-top: 15px;
    margin-bottom: 10px;
}


#maincontent h4{
    text-align: left;
    text-indent: 20px;
    font-family: serif;
    font-size: 18px;
    font-style:italic;
    color: #724474;  
    margin-top: 15px;
    margin-bottom: 5px;
}

#maincontent h5{
    text-align: left;
    text-indent: 20px;
    font-family: serif;
    font-size: 15px;
    color: #709c9b;  
    margin-top: 10px;
    margin-bottom: 5px;
}

#maincontent p{
    text-indent: 20px;
    margin-bottom: 10px;
}


#primary-nav span{
    font-size: 14px;
}

#primary-nav a.menuactive{
background-color: #ffffff;
}

a{
  color: #724474;
  font-weight: 600;
  text-decoration: none;
}
a:hover{
  color: #c485c8;
  text-decoration: underline;
}

/* Comments - page Diskuse */

#comments{
    padding-left: 15px;
}

#comments h2{
    text-align: left;
    text-indent: 0px;
    font-family: serif;
    font-size: 16px;
    font-weight: bold;
    color: #709c9b;  
    margin-top: 15px;
    margin-bottom: 0px;
}

#comments .podtitul{
    font-weight: bold;
    color: #7C7C7C;
}
/* End of 'Gall-Tir styl' */

