/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * BOXES.CSS: - předpis pro designové styly jako např. layout, rolovací menu, hlavičkoidní věci,
 *              různé plovoucí nabídky, apod.
 *            - stylesheet for design, layout, hovermenus, header things, floating boxes, etc.
 *
 * version: 1.0.0 / WebArchitect 3
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * note: předpis jsem rozdělil do čtyř logických částí / this style sheet is divided into four login parts
 *       0. první z nich jsou obecné designové styly / first part is design styles
 *       1. další jsou styly pro hlavičku + patičku a věci v nich / next one is header + footer styles
 *       2. styly pro sloupce a věci v nich / columns styles
 *       3. centrální styly / central styles
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body				{ background: #404040; }
	
	
	/* * * * * *  hlavní divy - wrappers  * * * * * */
	#wrapper					{ margin-top: 0; }
	#columnsWrapper		{ padding-top: 259px; background: url(../images/dash.gif) 259px 0 repeat-y; }
	
	
	/* * * * * *  sloupce - columns  * * * * * */
	#content,
	#column1					{ margin-bottom: 0; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   HLAVIČKOIDNÍ A PATIČKOIDNÍ VĚCI   * * * * * * * * * * * */
	/* * * * * * * * * * *      HEADER AND FOOTER THINGS       * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * *  hlavička & patička - header & footer  * * * * * */
	#header						{ height: 259px; background: white url(../images/header.jpg) 0 0 no-repeat; }
	#footer						{ height: 78px; background-color: #404040; background-image: url(../images/footer.gif); }
	#footer p#copy				{ top: 44px; color: white; }
	#footer a#ebrana			{ top: 40px; color: white; }
	#footer a#wa				{ top: 40px; color: white; }
	
	
	/* * * * * *  logo  * * * * * */
	p#logo							{ top: 99px; left: 37px; }
	
	
	/* * * * * *  topmenu  * * * * * */
	#topmenu								{ top: 190px; background: #232021 url(../images/topmenu.gif) 0 0 no-repeat; }
	#topmenu ul 				   	{ background: url(../images/topmenu.gif) -941px 100% no-repeat; }
	
	/* * * *  active * * * */
	#topmenu ul li.active			{ background-image: url(../images/topmenu_li.gif); }
	#topmenu ul li.active a			{ color: #f66d1d; background-image: url(../images/topmenu_li_a.gif); }
	
	
	/* * * * * *  rychlá navigace - quick nav  * * * * * */
	#icons								{ top: 102px; right: 30px; left: -999em; }
	#icons ul							{  }
	#icons ul li						{ margin: 0; padding-right: 1px; background: url(../images/icons/ico_pipe.gif) 100% 50% no-repeat; }
	#icons ul li a						{ float: left; width: 38px; height: 22px; padding: 0; background: url(../images/icons/ico_home.gif) 50% 60% no-repeat; }
	#icons ul li a span				{ position: absolute; top: -999em; left: -999em; }
	#icons ul li.sitemap a			{ background-image: url(../images/icons/ico_map.gif); }
	#icons ul li.contact a			{ background-image: url(../images/icons/ico_contact.gif); background-position: 50% 60%; }
	
	
	/* * * * * *  jayzkové mutace - language mutations  * * * * * */
	#lang									{ top: 158px; right: 28px; }
	
	
	/* * * * * *  vyhledávání - searchform  * * * * * */
	#searchform							{ top: 203px; right: 38px; padding-left: 26px; background: url(../images/icons/ico_lupa.gif) 0 3px no-repeat; }
	#searchform input.text			{ width: 146px; }
	
	
	/* * * * * *  domény  * * * * * *
	 * hacked in ie.css
	 */
	#topdomains							{ bottom: 204px; }
	#topdomains ul li					{ margin-top: 5px; }
	#topdomains ul li a				{ padding-top: 7px; color: #d9d9d9; background-color: #656565; background-position: 14px 12px; }
	#topdomains ul li.active a		{ color: black; }
	#topdomains ul li a:hover		{ color: black; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   SLOUPCOVÉ VĚCI    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * *   COLUMNS STYLES    * * * * * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  sloupcové boxy - col boxes  * * * * * */
	.colBox h2									{ color: #231f20; text-align: left; background-image: url(../images/col_h2.gif); background-position: 12px 7px; }
	
		
