/*   
Theme Name: Nemocnice Na Františku
Theme URI: http://www.designeo.cz
Description: Šablona vzhledu od Designeo 
Author: Designeo.cz
Author URI: http://www.designeo.cz
Version: 1.0

Copyright (c) Honza Michalička a Tereza Jeníčková 2009.

Contact us at info@designeo.cz
Website http://www.designeo.cz
*/



/**
* GENERAL CSS STYLES
* 
* @authors       Honza Michalicka and Tereza Jeníčková @ Designeo <info@designeo.cz>, {@link http://www.designeo.cz}
* @copyright    (c) Honza Michalicka and Tereza Jeníčková 2009
* @version      1.0
*/

/*
* BODY
* ------------------------------------------------------------------------------
*/
body {
    color: #484848;
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 80%;
  	line-height: 1.7em;
    margin: 0;
    padding: 0;
    border: none;
    background: url(images/body_bg.png) repeat-x top left; 
}


/*
* HEADER - Hlavicka stranky
* ------------------------------------------------------------------------------
*/
#header {
    background: white;
	margin: 0 auto;
    padding: 0;
	width: 980px;
	height: 80px;
	position: relative;
}

#header h1#logo a {
    display: block;
    background: url(images/logo3.png) no-repeat 0 0;
    height: 80px;
    width: 431px;
  	margin: 0px 0 0 10px;
  	padding: 0;
  	overflow:hidden;
	text-indent:-9999em;
}
#header h1#logo  { margin: 0; line-height: 1em; }


/* Search field */
#cse-search-box {
    width: 270px;
    padding: 25px 0px 0;
    margin: 0;
    border: none;
	position: absolute;
	top: 0;
	right: 0; 
}
#cse-search-box div {  margin: 0; }
#cse-search-box .search-field {
	border: 1px solid #8D9395;
	margin-right: 2px;
	padding: 3px 2px;
	width: 180px;
}
#cse-search-box .search-submit {
    color: silver;
    padding: 2px 5px;
    background: #666D71;
    border: 1px solid #666D71;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}	
#cse-search-box .search-submit:hover {
    color: white;
    background: #595D5F;
}	


/*
* NAVIGATION -  Hlavni navigace webu
* ------------------------------------------------------------------------------
*/
#navigation {
	margin: 0 auto;
    padding: 0;
	width: 980px;
    height: 52px;
    background: #0072bc;
}

		/* Hlavni UL navigace */
		#nav {
    		font-weight: bold;
			padding: 0;
			margin: 0;
			list-style: none;
			float: left;
			position: relative;
			z-index: 100;
		}
		/* Otevirane podseznamy */
		#nav ul {
			padding: 0;
			margin: 0;
			list-style: none;
			float: left;
			background: #035d98;	  
		}
		
		#nav li {float: left;}
		#nav li li {float: none; }
		
		/* Polozky hlavni listy i polozky podseznamu */
		#nav li a {
			display: block;
			float: left;
			line-height: 24px;
			text-decoration: none;
			color: white;
			padding: 12px 20px 14px;
			white-space: nowrap;
			border-right: 1px solid #128ad8;
			 
		}
		/* Polozky podseznamu */
		#nav li li a {
			height: 20px;
			line-height: 20px;
			float: none;
			padding: 3px 25px 3px 15px;
			font-weight: normal;
			border: none;
			color: #BFDFFF;
			
		}
		/* Aktivni polozky LI */
		#nav li:hover, #nav li.ie6_hover {
			position: relative;
			z-index: 100;
		}
		/* Aktivni polozky A */
		#nav :hover > a, #nav ul ul :hover > a{
				background: #315d8a;
				background: #315d8a url(images/navig_bg2.png) repeat-x top left;
				background: #035d98;
				/*color: #9dcf4d;*/
		}
		/* Aktivni polozky A  - IE6 */
		#nav li a:hover, #nav li li.ie6_hover a {
				background: #396fa6;
				background: #315d8a url(images/navig_bg2.png) repeat-x top left;
				background: #035d98;
				/*color: #9dcf4d; zelena */	
		}
		/* Aktivni polozky podseznamu */
		#nav li li a:hover {
				background: #0a4f7b;				
		}
		/* Aktivni podseznam */
		#nav li:hover ul, #nav li.ie6_hover ul {
			left: 1px;
			top: 49px;
			z-index: 100;
		}
		/* Neaktivni podseznam */
		#nav ul {
			position: absolute;
			left: -9999px;
			top: -9999px;
		}
		/* Uprava pro IE6 */
		* html #nav ul li {	float: left;}
		* html #nav ul {	width: 2px; }
		
		
		#nav .current_page_parent {
			background: #035d98;
		}
		




#homepage-illustration, #page-illustration {
	margin: 0 auto;
    padding: 0;
	width: 980px;
	height: 239px;
	border-bottom: 8px solid #0072BC;
	
}
#page-illustration {
	height: 200px;
}




#detail-navigation{
  	margin: 20px 0 30px;
  	padding: 0;
  	list-style-type: none;
  	border-top: 1px dotted silver;
}

#detail-navigation li {
  	padding: 5px 15px;
	border-bottom: 1px dotted silver; 	
}

#detail-navigation li a{
	font-weight: bold;	
	text-decoration: none; 	
}

#detail-navigation li a:hover {
	text-decoration: underline; 	
}

#detail-navigation .current_page_item {
	background: #0072BC url(images/detail_navig_point.png) no-repeat top left;
}
#detail-navigation .current_page_item a{
	color: white;	
}


/*
* CONTENT - Hlavni obsah stranky
* ------------------------------------------------------------------------------
*/
#content { 
	margin: 0 auto;
    padding: 0;
	width: 980px; 
	background: white;
}
	
#main {
	float: left;
	width: 640px;
	margin: 10px 20px;
	padding: 0;
}

#aside {
	float: right;
	width: 280px;
	margin: 20px 20px 10px 0;
	padding: 0;
}

#home-main {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
}

#home-aside {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}




/* Ramecek pro Oddeleni */ 
.summary-box {
	background: #E5E7E9;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	padding: 10px 20px;
	margin: 0 0 20px;
	color: gray; 
}
.summary-box .label {
	font-weight: bold;
}
.summary-box .col-right {
	float: right;
	width: 300px;
}

/* Ramecek v postrannim panelu*/
.side-box {
	padding: 0 0 0 5px; 
}

#share {
	/*float: right;*/
	margin: 10px 0 20px;
	font-size: 90%;
}
#share a span {
	padding: 0 2px;
	margin: 3px 2px;
}
#share .addthis_separator {
	margin: 3px 2px;
}

/*
* FOOTER - Paticka
* ------------------------------------------------------------------------------
*/
#footer {
	margin: 0 auto;
    padding: 0;
    color: gray;
	background: #DAE6F4 url(images/bg_footer_gradient.gif) repeat-x top left;
}
.wrap {
	margin: 0 auto;
    padding: 0;
	width: 980px; 
}

#footer a:link    	{ color: gray; text-decoration: underline; font-weight: normal; } 
#footer a:visited   { color: gray; text-decoration: underline; font-weight: normal; }
#footer a:hover     { color: black  }
		
#foot-nav {
	list-style-type: none;
	padding: 0;
}

#footer .column {
	float:left;
	width:200px;
	border-right: 1px dotted #CFCFCF;
	padding: 10px;
}
#footer .sponzori {
	width:500px;
	border-right: none;
}
#footer .sponzori li {
	float: left;
	height: 60px;
	padding: 0 20px 0 0;
	list-style-type: none;
}
#footer #copyright {
	clear:both;
  	text-align: left;
  	padding: 10px;
}

#footer .darovaci-smlouva {
	background: url(images/butt-smlouva.png) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	height: 39px;
	width: 136px;
	display: block;
}
#footer .darovaci-smlouva:hover{
	background: url(images/butt-smlouva.png) no-repeat bottom left;
}

/*
* 8. TABLES - Obecne styly pro tabulky
* ------------------------------------------------------------------------------
*/
table {
    border-collapse: collapse; 
    font-size: 90%;
  	line-height: 1.5em;
  	background-color: transparent;
 	  width: 100%;
  	margin: 5px 0 20px;  
	  border: 1px solid #0072BC;	

}
		
    table th, table .tfoot td {
		  	background-color: #FFE781;
		  	border-bottom: 1px solid #9F9F9F;
		  	padding: 7px 10px;
		}
		table th a:link, table th a:visited {
		  	font-weight: bold;
		  	color: #313131;
		}
		table .tfoot td{
		  	border-top: 1px solid #9F9F9F;
		  	border-bottom: 1px solid #DFDFDF;
		}
		table td {
		  	border: 1px dotted #0072BC;
		  	text-align: left;
		  	padding: 3px 15px;
		  	border-bottom: 0px solid #DFDFDF; /*#FFEC9F;*/
		}
		table caption {
		  	text-align: left;
		  	font-weight: bold;
		}
		table a { font-weight: normal; }
		table .firstcol { text-align: left; padding: 0 20px 0 10px; }
		table .even td { background: #F7F7F7; /*#FDF0B8;*/ }
		table .castka { text-align: right; }
		table .sorted-desc, table .sorted-asc {
				background: url(../img/icons/bullet_arrow_down.png) no-repeat top right;
				padding-right: 16px; 
		}


/*
* 9. HTML ELEMENTS - Zakladni formatovani HTML prvku
* ------------------------------------------------------------------------------
*/
h1      { font-size: 200%; margin: 1.2em 0 0.4em 0; line-height: 1.4em; }
h2      { font-size: 160%; margin: 1.0em 0 0.8em 0; line-height: 1.4em;}
h3      { font-size: 135%; margin: 1.0em 0 0.5em 0;}
h4      { font-size: 100%; margin: 1.0em 0 0.5em 0; }
h5      { font-size: 93%; margin: 1.0em 0 0.5em 1.6em;}

h1, h2, h3, h4, h5 {
  	font-family:"Lucida Sans",Avant Garde,Century Gothic,Avant Garde Gothic,"Lucida Sans",Helvetica,Trebuchet,Arial,Sans;
  	font-family: georgia,serif;
  	color: #315d8a;
}

h5 {color: #484848;}

a:          { color: #315d8a; text-decoration: underline; }
a:link      { color: #315d8a; text-decoration: underline; } /*puvodni tmavsi cervena #9F3800;*/
a:visited   { color: #315d8a; text-decoration: underline; }
a:hover     { text-decoration:none;}

p { margin: 0.5em 0 0.8em 0;}
hr { display: none; }
q, cite { font-style: italic }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
img { padding: 0; border: none; }
code {
	background: #EFEFEF;
	font-family:"Monospace font handling in Firefox is braindead",monospace;
}
pre {
	font-weight:normal;
	line-height:1.4;
	margin:10px 0;
	overflow:auto;
	padding:5px 10px;
	border: 1px solid #E0E0E0;
}


/*
* 10. UNIVERSAL CLASSES - Univerzalni formatovaci tridy
* ------------------------------------------------------------------------------
*/
.hidden { display: none; }
.smaller { font-size: 90%;}
.cleaner { clear: both; }
.pozn { color: gray; }

.acenter { text-align: center; }
.aright { text-align: right; }

.left { float: left; }
.right { float: right; }

	


.block-code {
	display: block;
	padding: 5px 10px;
	margin: 5px 0px;
	border: 1px solid #E0E0E0;
}

/* Ramecek s trayem */
.tray-box {
		margin: 0 0 10px;
		border: 1px solid #ffe781;
}
.tray-box h3{
		background: #FFE781;
		margin: 0;
		padding: 5px;
}
.tray-box .content {
  	background: #fff8db url(../img/layout/box_bg.gif) repeat-x top left; /* puvodni barva #fff2bc */
  	padding: 15px;
  	margin: 0;
}

.more-info {
	float: right;
	font-weight: bold;
}


#system-messages {
		border: 1px solid #e3e2e2;
		background: #f6f6f6;
		padding: 10px;
}
#system-messages ul {padding: 0;margin: 0; }
#system-messages li {
		list-style-type: none;
		margin: 0;
		padding: 0 0 5px 20px;
}

#system-messages .error {background: url(../img/icons/exclamation.gif) no-repeat top left; color: #BF0B12; }
#system-messages .warning {background: url(../img/icons/warning.gif) no-repeat top left; color: #BF7900;}
#system-messages .info {background: url(../img/icons/information.gif) no-repeat top left; color: #50708F; }
#system-messages .success {background: url(../img/icons/accept.gif) no-repeat top left; color: #4E8F47; }


/*
* 11. BREADCRUMBS - Drobeckova navigace
* ------------------------------------------------------------------------------
*/
#breadcrumbs {
    margin: 0 0 10px 0;
    padding: 0px 0 10px 0;
    border-bottom: 1px dotted #DFDFDF;
    color: #7F7F7F;
    font-size: 90%;
}
#breadcrumbs a { color: #7F7F7F; float: left; }
#breadcrumbs a:hover { color: black; }

#breadcrumbs .first {
	background:transparent url(images/breadcrumbs_home.gif) no-repeat scroll 0 0;
	height: 16px !important;
	margin: 3px 5px 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 16px;
	display: block;
	float: left;
}
#breadcrumbs .first:hover {
	background:transparent url(images/breadcrumbs_home.gif) no-repeat scroll 0 -16px;
}

#breadcrumbs .separator {
	background:transparent url(images/breadcrumbs_nextlevel.gif) no-repeat scroll 0 0;
	height: 20px !important;
	margin: 0 5px;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 5px;
	display: block;
	float: left;
}

/*
* 12. PAGINATOR - Strankovani
* ------------------------------------------------------------------------------
*/
.paging {
    padding: 5px 10px;
    margin: 20px 0 0;
}
.paging-archiv {
    padding: 5px 10px;
    margin: 20px 0 0;
}

.paging a, .paging .next, .paging .prev, .paging .current { 
    font-weight: bold;
    border: 1px solid #DFDFDF;
    background: #F7F7F7;
    text-decoration: none;
    padding: 2px 5px;
    margin: 0px 1px;
    color: #BF1F00;
}
.paging a:hover {
	background: #EFEFEF;
	border: 1px solid #DFDFDF;
	color: #BF1F00;
}
.paging .current { 
	color: white;
	background: #BF1F00;
	border: 1px solid #BF1F00;
}
.paging span.next,.paging span.prev  { 
	color: silver;
}


/*
* 13. SITEMAP - Mapa stranek
* ------------------------------------------------------------------------------
*/
#sitemap ul li {
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	margin: 5px 0;
}
#sitemap ul li a {
	border-top: 1px solid #DFDFDF;
    padding: 5px 20px 5px;
    display: block;
}

#sitemap ul li ul li {
	text-transform: none;
	font-weight: normal;
	margin: 3px 5px;
	list-style-type: disc;
}
#sitemap ul li ul li a {
	border: none;
    padding: 0px 5px 0px;
    display: block;
}







/*
* CUSTOM NNFP STYLES
* ------------------------------------------------------------------------------
*/



.floated {
	float: right;
	margin: 0 0 5px 10px;
} 


.box {
  	border: 1px solid #95b9df;
  	background: white url(images/box_bg.png) repeat-x top left; 
  	padding: 10px 10px;
  	margin: 0 0 10px;
  	-moz-border-radius:5px;
  	width: 750px;
}
.box h2, .box h3 {
  	margin: 0;
  	padding: 0;
}




#aktuality {
	margin: 40px 0;
	clear: both;
}
#aktuality .item {
	float: left;
	width: 240px;
	margin: 0px;
}
#aktuality .item div {
	padding: 0 15px;
}
.main-box { 
  	padding: 10px 0 0 0;
  	margin: 10px 0 10px;
  	font-size: 100%;
  	/*border-top: 8px solid #0A4F7B;*/
 } 	
.main-box a:hover {
	color: black;
	background: url(images/box-navig.png) no-repeat top left;
}
.main-box a {
	padding: 0 0 0 15px;
}

.box-ul{
  float:left;
  width:240px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-left: 1px dotted #8D9395; 
}

.ilustr li{
	float:left;
	width:200px;
	padding: 0px 0px 10px 5px;
	list-style-type: none;

}

.video{
	float:right;
	width:200px;
	padding: 25px 0px 10px 5px;

}

.pdf{
  background: url(images/pdf.png) no-repeat top left;
  padding: 0 0 0 20px;
}

.excel{
  background: url(images/page_excel.png) no-repeat top left;
  padding: 0 0 0 20px;
}

.word{
  background: url(images/page_word.png) no-repeat top left;
  padding: 0 0 0 20px;
}

/* Uvodni stranka slider */
#featured{ 
	width: 980px; 
	position: relative;  
	height: 239px; 
	margin: 0;
}
#featured ul{ 
	position:absolute; 
	top:0; 
	right:0; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:200px; 
}
#featured ul li{ 
	padding: 0;    
}
#featured li a{ 
	display:block; 
	height:25px; 
	color:white;  
	background: #595D5F; 
	line-height:20px;
	text-decoration: none;
	padding: 7px 20px;
	font-weight: bold;
	border-top: 1px solid #8F8F8F;
}
#featured li a:hover{ 
	background: #0072BC; 
}
#featured .ui-tabs-selected a {
	background: #0072BC; 
}


#featured .info{ 
	position:absolute; 
	top:180px; 
	left:0; 
	height:59px;
	width: 600px; 
	background: url(images/transparent-bg.png); 
}
#featured .info h2{ 
	font-size:18px;
	color:#fff; 
	padding:0; 
	margin:15px;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}	




