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

/*
Theme Name: Magdalenka
Theme URI: http://www.magdalenka.cz/
Version: 0.1
Author: Tomas Hellebrand
*/

*{
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande CE", "Lucida CE", "Verdana CE" ,"Lucida Grande", Lucida, Verdana, sans-serif;
}

a{
	color: #a81305;
}

a img{
	border: 0;
}

h1, h2, h3{
	color: #a81305;
}

h1{
	font-size: 150%;
	padding-bottom: 10px;
}

h2{
	font-size: 125%;
	padding-bottom: 5px;
	padding-top: 10px;
}

h3{
	font-size: 100%;
	padding-bottom: 0;
}

p{
	margin-bottom: 1em;
}

ul{
	padding: 0;
	margin: 0;
}

ul li{
	padding: 20px;
}

/* @group hlavicka */

#hlavicka{
	height: 82px;
	background: #263c17 url(img/top_bkg.gif) left top repeat-x;
}

#hlavicka .obsah{
	width: 780px;
	margin: 0 auto;
}

#hlavicka .horniCast{
	height: 60px;
}

#hlavicka .spodniCast{
	height: 22px;
	line-height: 22px;
	color: #263c17;
	background-color: #6d8f0c;
}

#menu{
	float: right;
}

#menu a{
	float: left;
	display: block;
	height: 82px;
	text-decoration: none;
}

#menu a.menu_recepty{
	width: 80px;
	background: url(img/menu_recepty.gif) 0 0 no-repeat;	
}

#menu a.menu_omne{
	width: 100px;
	background: url(img/menu_omne.gif) 0 0 no-repeat;	
}

#menu a:hover{
	background-position: 0 -82px;
}

#menu a.aktivni{
	background-position: 0 -164px;
}

/* @end */

/* @group Obsah */

#obsah {
	width: 760px;
	background-color: #d8d4d5;
	padding: 10px;
	margin: 0 auto;

}

/* @end */

/* @group Paticka */

#paticka {
	clear:  both;
	color: #6d8f0c;
	padding: 3px 10px;
	background-color: #263c17;
}

#paticka .obsah{
	width: 780px;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	font-size: 80%;
}

#paticka .obsah a{
	color: #6d8f0c;
	text-decoration: none;
}

/* @end */

br.clear{
	clear: both;
	line-height: 10px;
}
