/*
    www.czlobby.cz - Default (prosinec 2008)
    (c) 2008 Jakub Kotula - Nux s.r.o. <jakub.kotula(at)nux(dot)cz>
    Revize: 17. 12. 2008
*/

/* CZlobby 15.12.2008 */

html, body {
	padding: 0;
	margin: 0;
}

body {
	text-align:center;
	background: #ffffff url(http://www.czlobby.cz/content/images/design/2008/body.png) top repeat-x;
	color: #000;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
}

div#page {
	text-align: left;
	font-size: 80%;
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: #fff url(http://www.czlobby.cz/content/images/design/2008/page.jpg) top left repeat-y;
	_overflow:hidden;
}

/* basics */ 

h1, h2, h3, h4 {
	color: #C08409;
	margin: 0.5em 0 0.3em 0;
}

a {
	color: #CA5975;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a img {border:1px solid #CA5975;}

kbd {
	padding: 0 2px;
	background: #bbb;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
	color: #000;
	-moz-border-radius: 4px;
}

/* head */

div#header {
	background: #BA2651 url(http://www.czlobby.cz/content/images/design/2008/header.png) top left no-repeat;
	width: 980px;
	height: 185px;
	z-index: 1;
	position: relative;
}
div#header h1 {
	margin: 0;
	width: 300px;
	height: 115px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

div#header h1 a {
	color: #ECB545;
	text-decoration: none;
}

div#header h1 span {
	display: block;
	width: 340px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url( http://www.czlobby.cz/content/images/design/2008/header.png) top left;
}
div#kontakt {
	text-align: right;
	height: 100px;
	width: 135px;
	position: absolute;
	top: 90px;
	right: 5px;
}
div#kontakt p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
div#kontakt p.telefon {
	background: transparent url(http://www.czlobby.cz/content/images/design/2008/telefon.png) center left no-repeat;
}
div#kontakt p.mail {
	background: transparent url(http://www.czlobby.cz/content/images/design/2008/mail.png) 15px center no-repeat;	
}
div#icons {
	height: 33px;
	position: absolute;
	top: 5px;
	right: 10px;
}

div#icons a {
	display: block;
	float: left;
	margin-left: 10px;
	*margin-left: 12px;
	position: relative;
	overflow: hidden;
	height: 32px;
	text-decoration: none;
}

div#icons a span {
	display: block;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

div#icons a#lang-cz {
	width: 33px;
	margin-left: 12px;
}

div#icons a#lang-cz span {
	width: 33px;
	background: url( http://www.czlobby.cz/content/images/design/2008/lang-cz.png) top left;
	cursor: pointer;
}

div#icons a#lang-cz:hover span {
	background-position: 0 -32px;
}

div#icons a#lang-en {width: 33px;}

div#icons a#lang-en span {
	width: 33px;
	background: url( http://www.czlobby.cz/content/images/design/2008/lang-en.png) top left;
	cursor: pointer;
}

div#icons a#lang-en:hover span {
	background-position: 0 -32px;
}

/* content */

div#content {
	position: relative;
	margin: -185px 0 0 0;
	float: right;
	width: 650px;
	background: #fff url(http://www.czlobby.cz/content/images/design/2008/content.png) top right no-repeat;
	z-index: 0;
	min-height: 500px;
}

div#content {
	padding: 0 8px 0 0;
}

div#obsah {
	position: relative;
	width: 385px;
	float: left;
}

div#obsah div.upoutavka {
	height: 100px;
	width: 220px;
	/*_width: 370px;*/
	margin: 3px 0 20px 0;
	padding: 20px 20px 20px 130px;
}

div#obsah div.upoutavka h4 {
	font-size:120%;
	margin:0;
}

.fotogalerie {
	position: relative;
	background: #FBEFD8 url(http://www.czlobby.cz/content/images/design/2008/fotogalerie.png) no-repeat 10px 30px;
}

.organizace {
	position: relative;
	background: #FBEFD8 url(http://www.czlobby.cz/content/images/design/2008/organizace.png) no-repeat 10px 20px;
}

/* news */

p.news-list-date {
	color: #756F59;
	font-size: 85%;
	margin:0;
}

p.news-detail-date {
	color: #756F59;
	font-size: 85%;
	margin:1em 0 0.5em 0;
}


/* news col */

div#news {
	position: relative;
	width: 255px;
	float: right;
}

div.news-ajax-wrapper {
	/*position: relative;
	float: right;*/
}

div#news p {
	margin: 3px 0 0 0;
}

div#news p.news-list-date {
	color: #756F59;
	font-size: 85%;
	margin-top:2em;
}

div#news h4.news-list-title {
	font-size: 100%;
	margin: 3px 0;
}

div#news div.news-list-summary {
	color: #000;
}

/* news summary */

div.news-summary p.news-list-date {
	border-top:1px dotted #bf964f; 
	margin-top:2em; 
	padding-top:0.5em; 
}

div.news-summary div.news-list-category {
	color: #756F59;
	font-size: 85%;
	font-style:italic;
}

div.news-summary div.news-list-summary {
	margin-bottom:2em; 
}

/* col */

div#col {
	position: relative;
	z-index: 2;
	margin: -65px 0 0 0;
	width: 290px;
	background: transparent;
	float: left;
}

div#subcol {
	position: relative;
	background: #ECB545;
	width: 290px;
	z-index: -2;
}

ul#menu {
	margin: 0 20px;
	padding: 0;
}

ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(http://www.czlobby.cz/content/images/design/2008/dotted.png) left bottom repeat-x;
	_height:1px;
}

ul#menu li a {
	height: 20 px;
	color: #91173A;
	font-size: 14px;
	display: block;
	background: url(http://www.czlobby.cz/content/images/design/2008/arrow.png) left 9px no-repeat; _background-image: url(http://www.czlobby.cz/content/images/design/2008/arrow.png);
	font-weight: bold;
	padding: 6px 15px 6px 23px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#menu li a:hover {
	text-decoration: underline;
	cursor: pointer;
	background: #F2BC50 url(http://www.czlobby.cz/content/images/design/2008/arrow_hover.png) left 9px no-repeat; _background-image: url(http://www.czlobby.cz/content/images/design/2008/arrow_hover.png);
}

div#logo-czlobby {
	background: url(http://www.czlobby.cz/content/images/design/2008/logo-czlobby.png) no-repeat top left;
	height: 157px;
	width: 247px;
	margin: 40px 20px;
}

div.banner {
	width: 247px;
	text-align:center;
	margin: 20px auto;
}

/* footer */

div#footer {
	background: #fff url(http://www.czlobby.cz/content/images/design/2008/footer.png) top left no-repeat;
	width: 980px;
	height: 115px;
	clear: both;
	padding: 60px 0 0 10px;
	position: relative;
}

div#footer p#podporuji {
	width: 400px;
	color: #756F59;
	font-size:90%;
	margin: 0 0 0 150px;
}

div#footer div#copy {
	float: right;
	color: #756F59;
	margin: -28px 15px 0 10px;
	text-align: right;
	font-size:90%;
}

div#footer span {
	cursor: pointer;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

a#foot-logo-sczf {
	height: 51px;
	width: 39px;
	float: left;
	display: block;
	position: relative;
	text-decoration: none;
	margin: 3px;
	overflow: hidden;  
}

a#foot-logo-sczf span {
	background: transparent url(http://www.czlobby.cz/content/images/design/2008/logo-sczf.png) left top;
	height: 51px; 
	width: 39px; 
}

a#foot-logo-osf {
	height: 49px;
	width: 86px;
	float: left;
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden; 
}

a#foot-logo-osf span {
	background: transparent url(http://www.czlobby.cz/content/images/design/2008/logo-osf.png) left top;
	height: 49px; 
	width: 86px; 
}

/* others */

hr.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
}

hr.clear_header {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-bottom: 185px;
}

img.image-left {
	padding: 2px 6px;
	float: left;
}

img.image-center {
	padding: 2px 6px;
	float: center; /* tohle by mě zajímalo, co to je :-) A. */
}

/* contact form */

form#contact-form {
	margin-top:-20px;
}

form#contact-form label {
	display: block;
	float: left;
	width: 6em;
}

form#contact-form p#contact_form_send {
	padding-left:6em;
}

.vertical-resizer        
{
	border: 1px solid #D0D0D0;	
	border-width: 0 1px 1px 1px;
	height: 15px;
	cursor: n-resize;
	margin-left: 76px;
	width: 419px;
}
#map
{	
	width:580px; 
	height:480px; 
	border: 1px solid silver;
	margin-bottom: 10px;
	background: url(http://www.czlobby.cz/content/images/design/2008/map.jpg) no-repeat;
}
