/* home.css */

@media screen {

	body {
		background-color: #A5B5A6;
	}

	#motto.cz {
		background: url('../images/motto.home.cz.gif') top left no-repeat;
	}
	#motto.en {
		background: url('../images/motto.home.en.gif') top left no-repeat;
	}
	
	#menu, #footer {
		border-top: 2px solid #76CA35;
	}
	
	.quot {
		background-color: #E1E5E1;
	}
	
	
	/* NOVINKY  */
	
	#novinky-list-header {
		color: #76CA35;
		margin-top: 40px !important;
		border-bottom: 1px solid #76CA35 !important;
	}
	
	.novinka-item {
		margin: 15px 0px 5px 0px;
		padding: 17px 0px 5px 0px;
		background: url('../images/novinky/novinka.bg-title.default.gif') top left no-repeat;
	}
	.novinka-item h4 {
		color: #333;
		margin: 0px 0px 5px 14px !important;
	}
	.novinka-item h4 em {
		font-weight: normal;
		font-size: 90%;
	}
	.novinka-item .body {
		color: #333;
		margin-left: 34px;
	}
	.novinka-item p {
		padding: 0px;
		margin: 0px !important;
	}
	.novinka-item p.vice {
		padding: 0px;
		margin: 2px 0px 0px 0px !important;
	}
	
		/* Barvy */
		.novinka-item.kulturni-politika {
			background: url('../images/novinky/novinka.bg-title.kulturni-politika.cz.gif') top left no-repeat;
		}
		.novinka-item.genderova-rovnost {
			background: url('../images/novinky/novinka.bg-title.genderova-rovnost.cz.gif') top left no-repeat;
		}
		.novinka-item.socialni-vylouceni {
			background: url('../images/novinky/novinka.bg-title.socialni-vylouceni.cz.gif') top left no-repeat;
		}
		.novinka-item.pravo-na-informace {
			background: url('../images/novinky/novinka.bg-title.pravo-na-informace.cz.gif') top left no-repeat;
		}
		.novinka-item.community-policing {
			background: url('../images/novinky/novinka.bg-title.community-policing.cz.gif') top left no-repeat;
		}
	
	
	
	/* NOVINKA DETAIL */
	
	.novinka-detail {
		margin-top: 0px;
	}
	
	.novinka-detail h3 {
		border-bottom: 1px solid #333;
	}
	
	.novinka-detail p {
		margin-bottom: 0.2em;
	}
	
	.novinka-detail p.datum {
		color: #333333;
		font-style: italic;
		font-weight: bold;
		margin: 0px 0px 5px 20px;
	}
	
	.novinka-detail .anotace {
		font-style: italic;
		margin: 0px 0px 20px 20px;
		border-bottom: 1px dotted #333333;
	}
	
	
	/* ARCHIV NOVINEK */
	
	#novinky_list h3.archiv-header {
		color: #76CA35;
		border-bottom: 1px solid #76CA35;
		margin: 0px 0px 10px 0px;
	}
	
	#nextprevious {
		text-align: right;
		color: #73ACC0;
		margin-bottom: 20px;
	}
	
	#nextprevious a {
		color: #006E94;
		font-weight: bold;
	}
	
	/* BANNER*/
#banner {
	text-align:left;
	/*font-style:italic;*/
	font-size:7px;
	color:#666666	
	}     
	
}
