﻿/*
Theme Name: KrauerTip
Theme URI: http://www.krauer.cz/
Description:
Version: 1.0
Author: Libor Jelínek
Author URI: http://www.virtage.com/

*/


/* =YUI CSS hacks */
#doc4 {
	background-color: white;
	padding: 5px;
}


/* =Typography (fonts, hyperlinks, ...) */

body, html {
	font-family:verdana;
	line-height:1.5em;
}

h1 span, h2 span, h3 span, h4 span {
	background: white;
	padding-right: 10px;
}
h1 span.sticky, h2 span.sticky, h3 span.sticky. h4 span.sticky {
	background: url(img/sticky_bg.png);
	padding-right: 10px;
}

#sidebar h1 span, #sidebar h2 span, #sidebar h3 span, #sidebar h4 span {
	background: #D9E2E7;
	padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0px;
  font-family: Georgia;
  font-weight: normal;
  margin-top: 0.0em;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 210%;
}

h2, .h2 {
  font-size: 167%;
}

h3, .h3 {
  font-size: 138%;
}

h4, .h4 {
  font-size: 115%;
}

.hTmaveZeleny {
	background: url(img/h_tmave_zeleny.png) repeat-x center;
	margin-right: 5px;
	color: #315965;
}
.hSvetleZeleny {
	background: url(img/h_svetle_zeleny.png) repeat-x center;
	margin-right: 5px;
	color: #307E52;
}
.hOranzovy {
	background: url(img/h_oranzovy.png) repeat-x center;
	margin-right: 5px;;
	color: #FD5C01;
}
.hBily {
	background: url(img/h_bily.png) repeat-x center;
	margin-right: 5px;
	color: white;
}
.hCerny {
	background: url(img/h_cerny.png) repeat-x center;
	margin-right: 5px;
	color: black;
}


.small {
	font-size: 85%;
}
.clear {
	clear: both;
}

#ft a {
	border-bottom:1px dashed #666666;
	color: #666666;
	text-decoration: none;
}

/* Hlavičky a odkazy v těle */
.tile a {
	border-bottom:1px dashed #EA733E;
	color:#EA733E;
	font-weight:bold;
	text-decoration:none;
}

.gallery a {
	border-style: none;
}


/* body.auto #bd a {
	border-bottom:1px dashed #EA733E;
	color:#EA733E;
	font-weight:bold;
	text-decoration:none;
} */


#bd a:hover {
	background-color:#DDEEFF;
	/* border:1px dashed #AACCEE; */
	color:#3366CC;
	/* margin:0 -3px;
	padding:0 2px; */
}

h1 a {
	border-bottom-style: none;
	color:#003399;
	/* font-weight:bold; */
	text-decoration:none;
	line-height: 1.2em;
}
h1 a:hover {
	background-color:#DDEEFF;
	border:1px dashed #AACCEE;
	color:#3366CC;
	margin:0 -3px;
	padding:0 2px;
}

/* Hlavičky a odkazy v záhlaví (v menutabs) */
#hd h1, #hd h2 {
	background: none;
	font-weight: normal;
	letter-spacing: 0;
	color: black;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}
#hd h2 {
	font-family: verdana;
	font-size: 207%;
}
h3 {
	font-family: Arial;
	font-size: 135%;
}
h4 {
	font-family:georgia;
	font-size:100%;
	font-weight:bold;
	margin: 0;
}
#hd h2 a, #hd h3 a, #hd h4 a {
	color: black;
	text-decoration: none;
}
#hd h2 a:hover, #hd h3 a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 2px dashed;
}
#hd h4 a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed;
}



/* =Layout */

html#catHlavni {
	background-color: #D9E2E7;
}
html#catStavebniny {
	background-color: #707063;
}
html#catKoupelny {
	background-color: #535D67;
}
html#catPotraviny {
	background-color: #53675D;
}
html#catAutoopravna {
	background-color: #462C0B;
}



#ft {
	color: #666666;
	line-height: 1.3;
	text-align: right;
}

#bd {
	clear: both;
	padding-top: 5px;
	_padding-top: 2px;
}

#content {
	float: left;
	width: 729px;
	/* margin-right: 0px; */
	/* _margin-right: 7px; */
	_margin-top: 5px;
}
#sidebar {
	float: left;
	margin-left:5px;
	width:237px;
	background: #D9E2E7;
	/* margin-right: 0px; */
	_margin-top: 5px;
}


/* =Prvky stránky */

.menutab-header {
	/* width: 235px; */
	/* width: 100%; */
	height: 20px;
	background-color: #666666;
}

/* Jedna dlaždice v obsahu */
.tile {
	padding: 13px;
}

.sticky {
	background: url(img/sticky_bg.png);
}

/* Reset tabulky */
.resetTable, .resetTable th, .resetTable td {
	border-spacing:0;
	border: none;
	margin:0;padding:0;
}

.noBorder, .noBorder th, .noBorder td {
	border: none;
}

hr.clear {
	clear: both;
	visibility: hidden;
}




/* Původní default Kubrick theme CSS */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.gallery-item {
	width: 19%;
}



/* Div pro odpověď, že konktaktní formulář byl odeslán. */
.contactMessage {
	background: #F0AA8C;
	padding: 15px;
	border-radius: 10px;		/* CSS 3. Podporuje až FF 3.5 */
	-moz-border-radius: 10px;
	margin-bottom: 10px;
}


/* Postranní menu v sidebaru */
.sidebarMenu {
	display: block;
	border-bottom: 5px solid white;
	letter-spacing: 0px;
	font-family: Georgia;
	font-weight: normal;
	
	padding: 5px;
	padding-left: 15px;
	font-family:Arial;
	font-size:135%;
	text-decoration: none;
}
#catHlavni .sidebarMenu {
	background-color: #738793;
	color: white;
}
#catStavebniny .sidebarMenu {
	background-color: #9E9F37;
	color: white;
}
#catKoupelny .sidebarMenu {
	background-color: #4684af;
	color: white;
}
#catPotraviny .sidebarMenu {
	background-color: #349B67;
	color: white;
}
#catAutoopravna .sidebarMenu {
	background-color: #BD905B;
	color: white;
}
.sidebarMenu.up {
	background: transparent url(img/arrow_up.gif) no-repeat 3px center;
}
.sidebarMenu.right {
	background: transparent url(img/arrow_right.gif) no-repeat 3px center;
}

