/** 
 * CSS document for www.tabornici.info 
 *  
 * @desc:      CSS 
 * @author:    Ondrej Valka
 * @version:   7. 3. 2008
 */

/* ========== [prihlaska] ========== */

.prihlaska {
	display: block;
	background-image: url(icon-pdf.gif);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding: 16px 0 16px 60px;
	margin: -10px 0;
	font-size: 18px;
}
.prihlaska:hover {
	color: #fff;
	background-color: #981302;
}

/* ========== [tools] ========== */

img {
	text-align: center;
	line-height: 200%;
}
.blind-friendly {
	position: absolute;
	left: -10000px;
}
.hidden, .printable {
	display: none;
}
.float-left {
	float: left;
	display: inline;
}
.float-right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	line-height: 0;
}

/* ========== [layout] ========== */

body {
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: .95em;
	line-height: 1.5em;
	background: #F5EDD6;
	text-align: center;
}

div#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* header */

div#header {
	height: 10.9em;
	padding: 0 330px 0 20px;
	color: #444;
	background: url('fotka.png') 630px -4px no-repeat transparent;
}

/* footer */

div#footer {
	position: relative;
	top: 20px;
	clear: both;
	padding: 15px 20px;
	color: #444;
}

/* content */

div#content {
	clear: both;
	width: 960px;
}

div#first,
div#second {
	overflow-x: hidden;
	position: relative;
	float: left;
	width: 460px;
}
div#first {
	margin-right: 20px;
	background: #ABD275;
}
div#second {
	background: #F1A260;
}
div#first-in, div#second-in {
	padding: 20px;
}

/* navigation */

#navigation ul {
	clear: both;
	float: left;
	margin: 0 0 18px 0;
	padding: 0;
	background: #ECE4C8;
	list-style-type: none;
	width: 940px;
	padding: 0 0 0 14px;
}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
}
#navigation ul li a,
#navigation ul li span {
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
	height: 2.6em;
	line-height: 2.5em;
	text-align: left;
}
#navigation ul li span {
	padding: 0 8px 0 18px;
	font-size: 90%;
	line-height: 3em;
	text-transform: uppercase;
}
#navigation ul li.first-child a {
	border-left: none;
}

/* ========== [typography] ========== */

/* links */

a {
	color: #981302;
}
div#first strong a,
div#second strong a {
	color: #E6B97E;
}

/* headlines */

h1 {
	margin-top: 0;
	padding-top: 25px;
}
h2 {
	margin-top: 0;
}
h3, h4 {
	margin-bottom: 0;
}

/* lists */

dl dt {
	font-weight: bold;
	font-style: italic;
}
dl dd {
	margin-bottom: 8px;
}
dl dd.dopis {
	margin-left: 0;
}
dl dd.dopis a img {
	margin: 5px;
	border: none;
}
dl dd ul,
dl dd ul li {
	margin: 0;
	padding: 0;
}

/* emphasized */

div#first strong {
	color: #fff;
	background: #586D28;
}
div#second strong {
	color: #fff;
	background: #CE5A33;
}

div#wrapper .em {
	color: #fff;
	background: #981302;
}
div#wrapper strong.em,
div#wrapper p.em {
	padding: 0 5px;
}

/* - */

div#wrapper a.tooltip {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	background: #981302;
	text-align: center;
		height: 2.5em;
	line-height: 2.5em;
}
