/*
=========================== CSS INFO ===========================
website: http://www.tibetzije.cz
   name: tibetzije.cz default style
 author: Bohdan Ganicky, bohdan.ganicky[AT]engine2.net
version: $Id: screen.css 2 2008-02-25 12:09:09Z dwich $
================================================================ */
@import url('./reset.css');
@import url('./typo.css');

/*
================================
=LAYOUT
================================ */
#container {
	width: 960px;
	margin: 1em auto;
	background: #fff url('../img/container_bg.gif') no-repeat top left;
}
#header {
	position: relative;
	height: 380px;
}
#content {
	float: right;
	width: 538px;
	padding: 0 36px 1.5em 0;
	margin: -36px 0 0;
}
#index #content {
	margin-top: 0;
}
#program {
	float: left;
	width: 313px;
	padding: 0 18px;
	background: #5cb791;
	color: #fff;
	text-align: center;
	font-family: Georgia, "Times New Roman", "Times New", "New York", Times, times, serif;
}
#footer {
	clear: both;
	background-color: #c38b3b;
	border-top: 4px solid #996E2A;
	padding: 0.5em;
	color: #E8D2B3;
}

#footer hr {
	display: none;
}

#footer a {
	color: #F5EDE0;
}

/*
================================
=HEADER
================================ */
#header h1, #header p {
	text-indent: -9000px;
}

/*
================================
=NAV
================================ */
#nav {
	position: absolute;
	top: 140px; right: 0;
	font-family: Arial, "Arial CE", "Lucida Grande CE", "Helvetica CE", lucida, sans-serif;
}
#nav ul {
	position: relative;
	width: 737px;
	height: 199px;
}
#l1, #l2, #l3, #l4, #l5 {
	position: absolute;
}
#l1 {
	top: 28px; left: 78px;
} #l1 a {
	width: 72px; height: 128px;
	line-height: 128px;
}
#l2 {
	top: 44px; left: 192px;
} #l2 a {
	width: 108px; height: 120px;
	line-height: 120px;
}
#l3 {
	top: 44px; left: 340px;
} #l3 a {
	width: 112px; height: 120px;
	line-height: 120px;
}
#l4 {
	top: 44px; left: 492px;
} #nav ul #l4 a {
	width: 104px; height: 112px;
	line-height: 112px;
	color: black;
}
#l5 {
	top: 36px; left: 620px;
} #l5 a {
	width: 104px; height: 104px;
	line-height: 104px;
}
#nav ul li a {
	display: block;
	font-weight: bold;
	font-size: 1.333em;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#nav ul li a:focus, #nav ul li a:hover {
	text-decoration: underline;
}

/*
================================
=PROGRAM
================================ */
#program ul, #program p {
	margin: 0 0 1em;
	font-size: 1.8em;
}
#program ul {
	list-style-type: none;
	line-height: 1.5em;
}
#program .footnote {
	font-size: 1em;
}

