body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 100%;
        background-color: #EFEFF7;
        background-image: url("http://skritulka.bloguje.cz//img/skrite2.jpg");
        background-position: right top;
        background-repeat: no-repeat;
}

#main {
	margin: 5px auto;
	width: 750px;
        
}

#hlavicka {
	width: 640px;
	padding: 5px;
        color:#DF7579;
	font-weight:bold;
        font-size: 175%;
        text-align: left;
        margin-left: 150px;
}

#podtitul {
	width: 640px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: right;
        font-size: 75%;
}

.left {
	width: 150px;
	height: 250px;
	float: left;
}

.menu {
	color:#DF7579;
	font-size: 70%;
	padding-bottom: 10px;
        padding-right: 0px;
        text-align: right;
}
.nadpismenu {
        font-size: 85%;
	font-weight:bold;
}
.menu p {
	padding-left: 5px;
}

.middle {
	margin-left: 155px;
	height: 100%;
        border-left: 2px solid #96A6B6;
        padding-left: 7px;
}


a {
	color: #96A6B6;
	text-decoration:none;
}
a:hover {
        color: #96A6B6;
	text-decoration:underline;
}

.post {
	padding-bottom: 5px;
        background-color: white;
}
.post h3 {
	color: #96A6B6;
	font-size: 95%;
        font-weight: bold;
	padding: 2px;
}
.post .datum {
	color: #96A6B6;
	font-size: 75%;
	padding: 0px;
}

.post .comments {
	float: right;
        clear: both;
}

.post .spodek {
	color: #96A6B6;
	font-size: 70%;
	padding-bottom: 10px;
}
.post p {
	font-size: 75%;
        color: black;
	line-height : 1.6;
	margin-left: 10px;
}

.post img {
	border: 3px solid #96A6B6;
}

div.comment_form h3 {
	font-size: 95%;
        color: #96A6B6;
}

div.comment_form {
	font-size: 75%;
}

h2 {
	color:#96A6B6;
	font-weight:bold;
        font-size: 95%;
}

img {
	border:none;
}

