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


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.alignRight
{
	text-align:right;
	}	
	
.alignCenter
{
	text-align:center;
	}	

.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
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/

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

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

#footer
{
	font-size:.8em;
	 position:relative;
   width:1060px;
}


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

body
{
    background-color:#fff;    
    font-family:Verdana,Arial, Sans-Serif;
    font-size:1em;
    color:#555;
    background:#fff url(images/bcg_body.jpg) repeat-x;
}

#container
{
	margin:0px auto 0px 5%;
	width:100%;
	text-align:left;
}

#maincontent
{
	width:1154px;
	margin-left:35px;
	}

a
{
    color:#c70007;
    text-decoration:none;
}

a:hover
{
    color:#cccccc;
}


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;
}

hr
{
	height:1px;
	color:#999;
	background-color:#999;
	border:0;
	}

.inline
{
	display:inline-block;
	display: -moz-inline-block;  /*Firefox */
    page-break-after:avoid;
	page-break-before:avoid;
	}

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

#header
{
    width:100%;
    padding:0;
    margin-left:40px;
    position:relative;
    top:0px;
    left:0px;
    height:386px;
    background:url(images/bcg_top_brdr.jpg) no-repeat;
}

#header .container
{
    width:100%;
    
}

    #header h1
    {
        width:114px;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:32px;
        font-weight:bold;
        color:#f49ac1;
    }
    
        #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;
    }

    #header .searchBox
    {
        margin:0 0 0 33px;
    }
    
        #header .searchBox input
        {
            background-color:#252525;
            border:2px solid #515151;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            
            color:#FFFFFF;
            font-size:10px;
        }
        
        #header .searchBox input:focus
        {
            border:2px solid #619ca7;
        }
        
        #header .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#619ca7;
            padding:0 7px 0 0;
            background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
        }
        
    
	
.roh
{
	 position:absolute;
	 left:0px;
	 top:0px;
	}	

/*
================================
BODY STYLES 
================================
*/
#body
{
	position:relative;
    width:1154px;
   background-color:#fff;
   text-align:left;
   padding:0px;
   margin-left:40px;
   background-image:url(images/bcg_content.jpg);
   background-repeat:repeat-y;
   background-position:0px 0px;
}

#contentWrapper
{
	width:100%;
	margin-left:20px;
	position:relative;
	}
#bottom_bcg
{
	height:31px;
	background-image:url(images/border_btm.jpg);
   background-repeat:no-repeat;
   background-position:40px 0px;
   width:1200px;
	}
/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
	text-align:left;
    width:289px;
    /*background-color:Green;*/
    padding-top:0px;
    height:100%;
    min-height:430px;
    z-index:999;
    margin-top:10px;
}

#sideBar #navi
{
	background-image:url(images/aktMenu_bcg.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	}

/*
================================
NAVI STYLES 
================================
*/
#bcgNaviTop
{
	height:18px;
	width:289px;
	background:url(images/aktMenu_top.png) no-repeat;
	}
	
#bcgNaviBtm
{
	height:18px;
	width:289px;
	background:url(images/aktMenu_btm.png) no-repeat;
	}	

#navi
{
	display:block;
	}
	
#navi ul
{
	margin:0px;
	}
#navi li
{
	color:#333;
    font-size:1.05em;
    white-space:nowrap;
    position:relative;
    top:0px;
    left:27px;
    width:235px;
    
}

#navi .item_sel
{
	
	}

    #navi li.item_sel a
    {
        color:#000;
        white-space:nowrap;
      }

    #navi li a
    {        
    	color:#444;
        display:block;
        padding:7px 0px 6px 20px;
        white-space:nowrap;
    }
    
     #navi li a:hover
    {        
    	color:#111284;
        display:block;
        padding:7px 0px 6px 20px;
        white-space:nowrap;
    }
    
    #navi li.subitem, #navi li.subitem_sel
    {
    font-size:.75em;
    font-weight:normal;
    padding-top:2px;
    white-space:nowrap;
    	}
    	
    #navi li.subitem_sel a
    {
    	color:#222;
        white-space:nowrap;
        padding:0px 0px 6px 5px;
    	}    	
    	
#navi li.subitem a
{
	color:#333;
	padding:0px 0px 6px 0px;
	}
	    
#navi li.subitem a:hover
{
	color:#C70007;
	padding:0px 0px 6px 0px;
	}	
	
/*********/
#vlajka
{
	width:234px;
	height:104px;
	/*background:url(images/vlajka.gif);*/
	position:relative;
	left:-15px;
	}
	
/**********/
#navi2
{
	display:block;
	margin-top:-80px;
	}
	
#navi2 ul
{
	margin:0px;
	}
#navi2 li
{
    color:#333;
    font-size:1.05em;
    white-space:nowrap;
    position:relative;
    top:0px;
    left:27px;
    width:235px;
    
}

#navi2 .item_sel
{
	
	}

    #navi2 li.item_sel a
    {
        color:#222;
        white-space:nowrap;
        border-bottom:solid 4px #111284;
      }
      
      #navi2 li.item_sel ul li a
    {
        border-bottom:none;
      }

    #navi2 li a
    {        
    	color:#444;
        display:block;
        padding:7px 0px 3px 20px;
        white-space:nowrap;
    }
    
#navi2 li a:hover
    {        
    	color:#111284;
        display:block;
        padding:7px 0px 3px 20px;
        white-space:nowrap;
    }    
    
    #navi2 li.subitem, #navi2 li.subitem_sel
    {
    font-size:.75em;
    font-weight:normal;
    padding-top:2px;
    white-space:nowrap;
    	}
    	
    #navi2 li.subitem_sel a
    {
    	color:#C70007;
        white-space:nowrap;
        padding:0px 0px 3px 5px;
        }    	
    	
#navi2 li.subitem a
{
	color:#333;
	padding:0px 0px 6px 0px;
	}   	
	
#navi2 li.subitem a:hover
{
	color:#C70007;
	padding:0px 0px 6px 0px;
	}		


/*
================================
CONTENT STYLES 
================================
*/
.content
{
	text-align:left;
    font-size:13px;
    line-height:18px;
    padding:15px;
   width:800px;
   min-height:420px;
  color:#333;
  position:relative;
  left:0px;
  top:0px;
}

    .content p
    {
        margin:10px 0; 
        color:#333;
    }
    
    .content p img
    {
    margin:0 15px 5px 0;
	 padding:5px;
	 border:solid 1px #ddd;
    	}

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content h3
    {
        font-size:1.1em;
        color:#ee0900;
        margin:10px 0 13px 0;
    }
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .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-size:1.7em;
        font-weight:Normal;
        color:#444;
	line-height:1em;
	
    }
            
	h2.flashHeader strong
	{
		color:#444;
	 font-weight:normal;
	}
/* CSS if sIFR not enabled END */


.content.oneCol
{
    /*width:550px;*/
}

.artPhoto
{
	margin-left:10px;
	 
	}

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

.twoCol .col_2
{
    width:322px;
}




/*
================================
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 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:171px;
        margin:0px 10px 15px 0px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
     }
    
        .photoGrid .item a
        {
            
        }
    
        .photoGrid .item img
        {
            display:block;
            margin-bottom:5px;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .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;
	
	/*width:550px;*/
    }
    
.photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
        color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }
      
.movieThumb
{
	width:100%;
	vertical-align:top;
	}      

.movieItem
{
	padding:10px;
	border:solid 1px #bbb;
	width:150px;
	background-color:#f5f5f5;
	}  
	
.movieItem_over
{
	padding:10px;
	border:solid 1px #f7b676;
	width:150px;
	background-color:#f5f5f5;
	cursor:pointer;
	}  	
        
.thumb
{
	 width:150px;
	 padding:10px;
	border:solid 1px #bbb;
	}       
	
.big
{
	width:90%;
	 padding:10px;
	border:solid 1px #bbb;
	}	 


/*
==============================
BLOGS GRIG
==============================
*/
.blogsGrid
{
    margin:25px 0 0 0;
    width:100%;
}

.blogsGrid div
    {
        width:47%;
        margin:0 0 0 15px;
        display:inline;
        border-right:solid 1px #bbb;
        color:#FFFFFF;
        min-height:100px;
    }
    
    .blogsGrid div.first
    {
        margin-left:0;
        
    }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin:25px 0 0 0;
    width:100%;
    
}

    .newsList div
    {
        margin:0 0 20px 0px;
        border-bottom:solid 1px #ddd;
        color:#FFFFFF;
         padding:0 0 10px 0;
         width:520px;
    }
    
    
        .newsList div a span
        {
        	color:#c70007;
            font-weight:normal;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div a h4
{
	font-size:1.1em;
	line-height:1em;
	color:#222;
	font-weight:bold;
	}

    .newsList div a
    {       
        color:#222;
     }
    
    .newsList div a:hover
    {
        color:#555;
    }   
    
.newsList p
{
	 margin-top:0px;
	}       
    
.news
{
	width:540px;
	overflow:hidden;
	margin-bottom:80px;
	}    
	
.lidr
{
	 text-align:left;
	 width:250px;
	}	
	

/* CSS if sIFR not enabled END */       


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

.articlePhoto
{
	 width:150px;
	 margin:0 15px 5px 0;
	 padding:5px;
	 border:solid 1px #ddd;
	}
.akce_popis
{
	 width:50%;
	 border: solid 1px #bbb;
	}
	
.akce_popis tr
{
	 border-bottom: solid 1px #bbb;
	}	
	
.akce_popis td
{
	padding-left:10px;
	 border-right: solid 1px #bbb;
	}		
	
.akce_list
{
	width:100%;
	}	
	
.akce_list th
{
	font-weight:bold;
	}	
	
.akce_list a
{
	 font-weight:bold;
	} 	
	
.akce_list td	,.akce_list th
{
	 border:solid 1px #ddd;
	 margin:0px;
	 padding:2px 0px 2px 5px;
	}

/*
================================
KANDIDATI
================================
*/
.kandidati
{
	 margin:25px 0 0 0;
    }

.kandidati div
{
	 width:25%;
        margin:0 0 0 15px;
        display:inline;
        border-right:solid 1px #bbb;
        color:#FFFFFF;
        min-height:100px;
	}
        
/*
================================
CONTACT STYLES
================================
*/
.form
{
	 width:100%;
	 
	}

.form .text
{
    width:55%;
    margin:0 20px 0 0;
}

.form .fields
{
    width: 40%;
}

fieldset legend
{
    display:none;
}

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

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#fff;
    border:1px solid #f16f19;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#000;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#fff;
    border:1px solid #f16f19;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#000;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #f16f19;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F49AC1;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
    color:#f16f19;
    padding:5px;
    margin:10px 0;
    cursor:pointer;
    background-color:#ddd;
}

.req
{
	 color:Red;
	}

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

#footer
{
    padding:15px 0 0 130px;
    color:#777;
}

    #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;
            }            

/* 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;
}

.bcg
{
	position:absolute;
	top:0px;
	left:0px;
	}

.bcg_bottom
{
	margin-left:39px;
	}

#master_header
{
	font-family:Times New Roman;
	text-align:right;
	position:absolute;
	top:180px;
	right:60px;
	font-size:3.8em;
	color:Blue;
	width:470px;
	height:150px;
	overflow:hidden;
	text-transform:uppercase;
	border:solid 1px red;
	}
	
#master_header div
{
	 position:absolute;
	 bottom:0px;
	 left:0px;
	 
	}	

#stat .counter
{
	position:absolute;
	left:420px;
	top:5px;
	}
	
.counter iframe
{
	 border-width:0px;
	 height:23px !important;
	}	
	
	
#stat strong
{
	 font-weight:bold;
	}	

#footer_contact
{
	margin-top:20px;
	width:1020px;
	}

.hidden
{
	 display:none;
	}
	
#zalozka
{
	 position:absolute;
	 top:0px;
	 left:-52px;
	 height:100%;
	 background-image:url("../layout/zalozka_middle.jpg");
	 background-repeat:repeat-y;
	}	
	
#zalozka_bottom
{
	 position:absolute;
	 bottom:0px;
	 left:0px;
	}	
	
#top_header
{
	position:absolute;
	top:-25px;
left:20px;
font-size:.9em;
	}	
	
#top_header strong
{
	 font-weight:bold;
	 color:#666;
	}	

/*
===================================
BANNERLIST
===================================
*/
.bannerlist
{
	width:600px;
	margin:20px 0px 0px 0px;
	text-align:center;
	position:absolute;
	bottom:-19px;
	left:0px;
	}
	
.banner
{
	 width:32%;
	 width:266px;
	 margin:6px 7px 0 0;
	 height:112px;
	 position:relative;
	 text-align:left;
	}	
	
.banner_bcg
{
	position:absolute;
	top:0px;
	left:0px;
	}	
	
.banner_bcg img
{
	border-width:0px;
	width:100%;
	}	
	
.bannerCont
{
	position:relative;
	padding:10px 10px 10px 10px;
	}
	
.bannerCont a
{
	 font-size:.9em;
	}	
		
.banner h2
{
	 color:#444;
	 font-size:1.5em;
	 
	}
	
.banner h4
{
	color:#666;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	}
		
.banner p
{
	margin-top:0px;
	color:#555;
	}		
		
	.banner a
	{
		}
		
.bannerbottom
{
	position:absolute;
	bottom:-76px;
	right:45px;
	width:261px;
	height:48px;
	z-index:999;
	}	
	
.bannerbottom a
{
	color:#444;
	}		
	
.banner_photo
{
	width:60px;
	float:right;
	margin-right:10px;
	}	

/*
=============================================
TISKOV� SERVIS
=============================================
*/

.tiskZpravyList
{
	 width:100%;
	}

.tisk_zprava
{
	 border: solid 1px #ccc;
	 width:100%;
	}
	
.tisk_zprava td
{	
	padding:10px;
	}
	
.tisk_zprava.firstTD
{
	 width:20%;
	}





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

