/* ----------------------------------------- */
/* Tělo */
body {
	color: black;
    font: normal 12px Arial, Sans-serif;
    line-height: 16px;
	background-color: white;
}



/* ----------------------------------------- */
/* Odkazy */
a {
	color: #0072aa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input.button {
	border: 0px;
}



/* ----------------------------------------- */
/* Float clear */
.clear {
	clear: both;
}



/* ----------------------------------------- */
/* Statusy */
.message {
	display: none;
}


/* ----------------------------------------- */
/* Hlavička */
header {
	display: none;
}

/* ----------------------------------------- */
/* Logo */
#logo {
	width: 1000px;
	height: 1px;
	margin: 0 auto;
}
#logo h1 {
	width: 243px;
	height: 167px;
	display: block;
	position: relative;	
}
#logo a {
	width: 243px;
	height: 167px;
	background: transparent url('../../images/public/logo.png');
	display: block;
}
#logo span {
	display: none;
}



/* ----------------------------------------- */
/* Navigace */
#navigation {
	width: 100%;
	height: 97px;
	background: transparent url('../images/public/bg-nav.png') repeat-x 50% 100%;
}
#navigation nav {
	width: 988px;
	height: 89px;
	font: bold 18px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 89px;
	text-align: right;
	margin: 0 auto;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	padding-left: 25px;
	display: inline;
}
#navigation li a {
	color: #0069d2;
	text-decoration: none;
}
#navigation li a.current,
#navigation li a:hover {
	color: black;
}



/* ----------------------------------------- */
/* Patička */
footer {
	width: 988px;
	border-top: 1px solid #d9d9d9;
	padding-bottom: 30px;
	margin: 0 auto;
}
footer p {
	color: #666;
	line-height: 16px;
	padding: 10px 5px;
}
footer p.text {
	float: left;
}
footer p.links {
	float: right;
	text-align: right;
}
footer p.links a {
	color: #666;
	text-decoration: none;
}
footer p.links a:hover {
	text-decoration: underline;
}
footer p.links span {
	padding: 0 7px;
}



/* ----------------------------------------- */
/* Facebook */
#facebook {
	display: none;
}



/* ----------------------------------------- */
#profile-list {
	display: none;
}