/* @override 
	http://magdalenka.localhost/wp-content/themes/magdalenka/recepty.css
*/

div.recept{
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 10px;
}

div.recept .fotka{
	float: left;
}

div.sudy .fotka{
	float: right;
	text-align: right;
}

div.recept .obsah {
	padding-left: 320px;
	font-style: italic;
}

div.recept .obsah h2{
	font-style: normal;
}

div.sudy .obsah{
	padding-left: 0;
	padding-right: 320px;
}

div.recept h2{
	color: #a81305;
	font-size: 110%;
	padding-bottom: 10px;
}

div.recept h2 a{
	text-decoration: none;
	color: #a81305;
}

a.recept{
	padding-left: 15px;
	background: url(img/bullet.gif) left 5px no-repeat;
}


