/* Default Elements */

/* The upper part of the page */
/*.post-tags {
	background: url("images.de/tags.png") left no-repeat;
	padding-left: 90px;
}
*/
/* The lower part of the page */
#prev-posts {
    min-height: 255px;
	background: url("images.de/prevposts_text.png") top left no-repeat;
}

/* Comments section */
#post-comments {
	min-height: 202px;
	background: url("images.de/comments_text.png") top left no-repeat;
}

#recentcomments {
	min-height: 202px;
	background: url("images.de/rcomments_text.png") top left no-repeat;
}
/* Comments form */
#comment-form {
	min-height: 352px;
	background: url("images.de/postcomment_text.png") top left no-repeat;
}

/* Others */
#archives {
	background: url("images.de/archives_text.png") top left no-repeat;
}

#sidebar #archives {
    min-height: 112px;
	background: url("images.de/s_archives_text.png") top left no-repeat;
}

#tags {
	min-height: 192px;
	background: url("images.de/tagcloud_text.png") top left no-repeat;
}

#sidebar #tags {
	min-height: 198px; 
	background: url("images.de/s_tagcloud_text.png") top left no-repeat;
}
