/*
	Title:		Umbraco Creative Website Wizard
	Author:		Warren Buckley
	Website:	http://www.creativewebspecialist.co.uk
*/


/*
================================
COMMON STYLES 
================================
*/
.tleft {text-align:left;}
.tright {text-align:right}
.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


a:active, a:focus
{
    outline: none;
}



/*
=================================================================================
STICKY FOOTER
=================================================================================
*/

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

#container
{
   min-height:100%;
   position:relative;
}

#body
{
   /*padding-bottom:70px;*/   /* Height of the footer */
   padding-bottom:45px;    /*Height of the footer + additional padding between footer & content */
}

#footer
{
   position:absolute;
   bottom:0;
   width:100%;
   height:25px;   /* Height of the footer */ /*70px - 15px (top padding) - 0px (bottom padding) = 55px*/
}

/*
================================
MAIN STYLES
================================
*/

body
{
    background:#ffffff url(../media/Assets/JatkyBucovice/bgr-left.jpg) repeat-x top left;
    font-family: Calibri, Arial, Verdana, Sans-Serif;
    color:#141414;
}

#bcg_right 
{
    background:#ffffff url(../media/Assets/JatkyBucovice/bgr-right.jpg) repeat-x top right;
    position:absolute;
    right:0; top:0;
    width:50%;
    height:850px;
}

#container
{
    width:983px;
    background:#ffffff;
    margin:0 auto;
    text-align:center;
}

a
{
    color:#db0202;
    /*text-decoration:none;*/
}

a:hover
{
    color:#660000;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
SEARCHBOX STYLES 
================================
*/
    #topline    
    { 
        margin:auto 8px;
        height:36px;
        background:url(../media/Assets/JatkyBucovice/bgr-top.jpg) repeat-x;
        color:#ffffff;
        font-size:13px;
        line-height:36px; 
        text-align:right;
    }
    
   #topline p 
  {
      margin:0 10px;
      padding:0;
  }

    #topline .searchBox
    {
        margin:6px 10px;
    }
    
       #topline .searchBox input
        {
            background-color:#900f0f;
            border:2px solid #f33033;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            
            color:#FFFFFF;
            font-size:10px;
        }
        
        #topline .searchBox input:focus
        {
            border:2px solid #ffafaf;
        }
        
        #topline .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#ffafaf;
            padding:0 7px 0 0;
            background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
        }


/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:967px;
    height:335px;
    margin:0 auto;
    background:url(../media/Assets/JatkyBucovice/header-img.jpg) no-repeat top;
}

#header .logo 
{
    float:left;
    position:absolute;   
}

#header .container
{
    width:967px;
}

    #header h1
    {
        width:114px;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family: Calibri, Arial, Sans-Serif;
        font-size:24px;
        font-weight:bold;
        color:#d50100;
    }
    
        #header h1.flashHeader a
        {
            color:#f49ac1;
        }
/* CSS if sIFR not enabled END */

#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    #header .headerLinks a
    {
        margin:3px 0 0 0;
    }
/*
================================
BODY STYLES 
================================
*/
#body
{
    width:100%;
    margin:0 auto;
    /*background-color:red;*/    background:url(../media/Assets/JatkyBucovice/bgr-content.gif) repeat-y right top;
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:246px;
    margin:0 10px 0 0;
    /*background-color:Green;*/
}


/*
================================
NAVI STYLES 
================================
*/
#navicat
{
    background:url(../media/Assets/JatkyBucovice/bgr-cat.jpg) no-repeat bottom left;
    height:35px;    
    line-height:35px;
    color:#ffffff;
    padding:0 10px;
    margin-bottom:2px;
}

#navi li
{
    color:#313131;
    font-size:14px;
    height:29px;
    text-align:left;
    text-transform:uppercase;
}

    #navi li.selected a
    {
        color:#db0202;
        background:url(../media/Assets/JatkyBucovice/bgr-menuitem-selected.jpg) repeat-x bottom left;
    }

    #navi li a
    {        
        display:block;
        color:#313131;
        padding:5px 10px;
        text-decoration:none;
        background:url(../media/Assets/JatkyBucovice/bgr-menuitem.jpg) repeat-x bottom left;
    }

    #navi li a:hover
    {        
        background:url(../media/Assets/JatkyBucovice/bgr-menuitem-selected.jpg) repeat-x bottom left;
    }

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin:130px 0 0 0;
}

    .secondaryNav h3
    {
        color:#d50100;
        font-size:16px;
        
        padding:0 0 10px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
    .secondaryNav li
    {
        padding:6px 0 4px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
        .secondaryNav li.selected a
        {
            color:#cccccc;
        }
    
        .secondaryNav li a
        {
            font-size:12px;
            display:block;	   
        }
        
            .secondaryNav ul.events li a em
            {
                color:#FFFFFF;
                font-size:11px;
                display:block;
            }
            
            ul.events li a
            {
                background:url(../media/Assets/arrow_right.gif) no-repeat center right;
                padding:0 7px 0 0;
            }

	   ul.events li
            {
               margin:5px 5px 10px 5px;
	      text-align:left;
	   }

/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:967px;  
    font-size:14px;
    line-height:18px;   
    margin: 0 auto;
    text-align:left;
    position:relative;
    z-index:100;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }

    .content h2 
    {
        color:#d50100;
    }
   
    .content h3
    {
        font-size:18px;
        color:#d50100;
        margin:10px 0 13px 0;
    }
   
    .content h4
    {
        font-size:15px;
        font-weight:bold;
        margin:10px 0 10px 0;
    }
   
    .content h5
    {
        color:#d50100;
        font-weight:bold;
    }    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
        
    .content ul
     {
        list-style-type:none;
     }  

    .content ul li
    {
        background:url(../media/Assets/JatkyBucovice/odrazka.gif) 7px 5px no-repeat;
        padding-left:25px;
    }    

    ul.events
    {
	list-style-type:none;
    }   

    ul.events li
    {
         background:none;
         padding:0;
    }

    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#f49ac1;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
        font-family:Calibri, Arial, Sans-Serif;
        font-size:22px;
        font-weight:bold;
        color:#FFFFFF;
        line-height:1.5em;
    }
            
	h2.flashHeader strong
	{
		color:#d50100;
	}
/* CSS if sIFR not enabled END */

.content.oneCol
{
    width:710px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:322px;
}

/*
================================
HOMEPAGE NEWS BOXES
================================
*/  
.homeboxes 
{
    overflow: hidden;
    background:url(../media/Assets/JatkyBucovice/bgr-homeboxes.jpg) no-repeat bottom left;
    padding:15px 0 0 0;
}

.homebox 
{
    background:url(../media/Assets/JatkyBucovice/bgr-news-top.jpg) repeat-x top;
    border: 1px solid #c7bfbf;
    margin: 5px 15px 5px 0;
    margin-bottom: -1000px; 
    padding-bottom: 1000px;
}

.homebox p 
{
    padding:0;
    margin:0;
    text-align:justify;
}

.homebox_title 
{
    padding:5px 0; 
    text-align:center;
}

.small_box 
{
    width:188px;
}

.news_box
{
    width:295px;
    margin-right:0;
}

.homebox .in
{
    padding:5px;
}

/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px auto 0 auto;
    text-align:center;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
        text-align:left;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px auto 0 auto;
    text-align:center;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
        text-align:left;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px auto 0 auto;
    text-align:center;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
 	text-align:center; 
         margin:0 auto;       
         width:550px;   
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;      
            width:540px; /*550 - 5 - = 540px */
	
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/
.newsList
{
    margin:25px 0 0 0;
    width:630px;
    text-align:left;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 0;
        display:inline; 
        /*color:#FFFFFF;*/
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            margin-right:5px;
            font-size:12px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:18px;
	line-height:1em;
	font-family:Calibri, Arial, Sans-Serif;  
}

    .newsList div h4 a
    {       
        font-weight:bold;
       /* color:#619ca7;*/
    }
    
    .newsList div h4 a:hover
    {
       /* color:#FFFFFF;*/
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    width:265px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#e6e6e6;
    border:1px solid #717171;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;

    font-size:14px;
}

fieldset table 
{
    width:265px;
}

fieldset table td, 
fieldset table th
{
    padding:5px;
}

fieldset table td input 
{
    width:170px;
}
  
fieldset textarea
{
    background-color:#e6e6e6;
    border:1px solid #717171;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Calibri, Arial, Verdana, Sans-Serif;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:1px solid #6facff;
    }

fieldset input.error, fieldset textarea.error
{
    border:1px solid #ffafb0;
}

    fieldset input.error:focus, fieldset textarea.error:focus
    {
        border:1px solid #db0202;
    }

fieldset button
{
    border:none;
    color:#db0202;
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}

fieldset button:hover
{
    text-decoration:underline;
    cursor:hand;
}

.errorMessage 
{
   color:#db0202;
}


/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    background:#ffffff url(../media/Assets/JatkyBucovice/bgr-foot.jpg) repeat-x top left;
    padding:15px 0 0 0;
    color:#676767;
}

    #footer div.container
    {
        width:912px;
        margin:0 auto;  
    }

    #footer li
    {
        float:left;
        font-size:11px;
    }
    
    /*Credits*/
    #footer ul.credits
    {
    }
    
        #footer ul.credits li a
        {
            color:#868686;
        }    
    
            #footer ul.credits li a span
            {
                display:block;
                
                font-size:10px;
                color:#515151;
            }
            
        #footer ul.credits li a:hover span
        {
            color:#f49ac1;
        }


    /*Misc*/
    #footer ul.misc
    {       
    }
                
        #footer ul.misc li.rss
        {
            padding:0 0 0 17px;
            margin:0 105px 0 0;
        }
        
            #footer ul.misc li.rss a
            {
                color:#c8751a;
            }
    
                #footer ul.misc li.rss a:hover
                {
                    color:#a05e16;
                }
                
        #footer ul.misc li.valid
        {
            padding:0 0 0 17px;
        }
        
            #footer ul.misc li.valid a
            {
                color:#529c46;
            } 
        
       #footer ul.misc li.copyright         
       {
            padding:0 0 0 17px;
            float:right;
        }
          

/* Logos*/
.cws
{
    background:transparent url(../media/Assets/cws_logo.gif) no-repeat;
    padding:0 0 0 26px;
    margin:0 67px 0 0;
}

.g72
{
    background:transparent url(../media/Assets/g72_logo.gif) no-repeat;
    padding:0 0 0 30px;
    margin:0 190px 0 0;
}

.rss
{
    background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 2px;
}

.valid
{
    background:transparent url(../media/Assets/tick_icon.gif) no-repeat 0 0;
}

/*
========================
 EDITOR STYLES
========================
*/
.tbl_borders,
.tbl_borders td, 
.tbl_borders th
{
    border: 1px solid #313131;
    border-collapse: collapse;
}
.tbl_borders p {
    margin:0;
    padding: 4px;
}
td.category {
    /*background-color:#ffbbbd;*/
    background-color:#ffd7d5;
  
}

/*
========================
 CONTACT TABLE STYLES
========================
*/
table.contact 
{
   padding:0;
   margin:0;
   width:100%;
}

table.contact td,
table.contact th
{
    vertical-align:top;
    padding:2px;
}

p.blackline
{
   border-bottom:1px solid;
   font-size:1px; 
   height:1px;  
   padding:0;
   margin:5px;
   margin-left:2px;
}

td.cname
{
    width:220px;
}

td.ctel
{
    width:250px;
}

td.cemail
{
    white-space:no-wrap;
}

.tel 
{
    width:45px;
    display:block;
    float:left;
}

.cerny_okraj, img.cerny_okraj
{
    border:1px solid black;
}
































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
