* { 
	font-family: Calibri, Arial, sans-serif;
	}

BODY {
	background-color:#D0D2D3;
	background-image:url('http://sputnik.pl/lajka.png');
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:25px;
	}

IMG {
	border:none;
	}

.Body {
	width:900px;
	margin:2em auto;
	margin-top:130px;
	}

.Entry {
	width:580px;
	margin:0 0 15px;
	background-color:#FFF;
	padding:15px 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:15px;
	}

.Entry UL {
	list-style:none;
	padding:0;
	margin:0;
	}

.Entry LI {
	padding:6px 0;
	border-top:2px solid #F8F8F8;
	}

#main {
	float:left;
	}

#sidebar {
	float:right;
	}

#sidebar .Entry {
	width:245px;
	margin:0 0 15px;
	background-color:#FFF;
	padding:10px 10px;
	font-size:13px;
	}

#sidebar .Entry .Date IMG {
	top:0;
	left:3px;
	}

#sidebar .Entry .Date {
	left:0;
	top:0;
	}

#sidebar .Entry H2 {
	margin-bottom:0;
	}

#sidebar .Entry H2 IMG {
	float:right;
	position:relative;
	top:3px;
	}


.Entry P {
	margin:0;
	}

.Entry .Date {
	float:right;
	color:#999;
	font-size:12px;
	height:16px;
	position:relative;
	left:3px;
	top:-5px;
	}

.Entry .Date A {
	color:#999;
	}

.Entry .Date IMG {
	position:relative;
	top:4px;
	left:4px;
	width:16px;
	height:16px;
	}

.Entry BLOCKQUOTE {
	color:#555;
	font-style:italic;
	margin:0;
	display:inline;
	}

.First .Date {
	font-size:15px;
	}

A {
	color:#47D;
	text-decoration:none;
	}

A:HOVER {
	text-decoration:underline;
	}

A:VISITED {
	color:#868;
	}

.Notes {
	width:180px;
	}

TD {
	vertical-align:top;
	}	

.Note {
	background-color:#FFF;
	margin-bottom:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:.6em .6em;
	font-size:12px;
	margin-left:10px;
	}

.Note .Icon {
	float:right;
	margin:0 0 6px 4px;
	}

.Footer {
	text-align:center;
	font-size:12px;
	margin-left:10px;
	}

.Main .Footer {
	text-align:left;
	}

H1 {
	font-size:40px;
	font-weight:normal;
	white-space:nowrap;
	color:#47D;
	text-align:center;
	}

H2 {
	font-size:17px;
	margin:0 0 .5em;
	color:#47D;
	}

H2 A,
H2 A:VISITED,
H2 A:HOVER {
	text-decoration:none;
	color:#47D;
	}