@page { size:21.0cm 29.7cm;
        margin-top:1.7cm;
        margin-bottom:1.4cm;
        margin-left:2cm;
        margin-right:2cm;
			
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #000000;
}


/* definitions applying to the contents block */
.blog {

	position: absolute;
	top: 10px;
	width: 16.5cm;
	line-height: 1.3em;

	
}

/* definitions applying to the logo */
#banner {
	display: none;
}

#menu {
	display: none;
}

.menu {
	display: none;
}

h1 {
	text-align: right;
	font-size: 3.7em;
	line-height: 1.3em;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: Teal;
	background-color: transparent;
	letter-spacing: 0.1em;
	font-weight: 100;
}


.blog h2 {

	border-right: 5px solid red; /*border-bottom: 1px solid #ccc; */
	border-bottom: 1px solid Olive;
	text-align: right;
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-weight: 100;
	margin-left: -10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments

	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.blog {

	font-size: 1.6em;
	font-family: Georgia, serif;
	font-weight: 200;
	margin: 0px;
	margin-top: 35px;

}

.blogbody {

	margin-top: 35px;
	margin-bottom: 5px;
}

.posted {
	page-break-after:always;
}

.extended {
display: none;
}


/* comment title */
h3.comment {
	display: none;
}

.commentbody {
		display: none;
}

.commentinfo {
	display: none;
}

.sidebar {
	display: none;
}

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	width: 25%;
	
}
.leftbox {
	float: left;

}
.rightbox {
	float: right;

}

.leftbox1, .rightbox1 {
	margin: 3px;
	padding: 3px;
	width: 45%
}
.leftbox1 {
	float: left;

}
.rightbox1 {
	float: right;

}

/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

img {
	border: none;
}

.skip {
	display: none;
}

.skip a {
	display: block;
}


.highlight {
	background-color: yellow;
}

.print {
display: none;
}

.links {
display: none;
}

.side {
display: none;
}

.sidetitle {
display: none;
}

.calendar {
display: none;
}

.red {
display: none;
}

.cat {
display: none;
}
.cat a{
display: none;
}

.hidden {
display: none;
}

.link2 {
display: none;
}
.link2 a{
display: none;
}
.side2{
display: none;
}

.side_ip{
display: none;
}
.searchform{
display: none;
}

.footer{
display: none;
}