/* Ini */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #043671;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li{
	margin:0;
	padding:0;
	font-weight: normal;

}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Layout */

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#maintext {
	background-color: #FFFFFF;
}
#anonselenta {
	background-color: #FFFFFF;
}


#lenta {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #009999;
	border-left-color: #009999;
}

.post {
	padding: 20px;
	vertical-align: baseline;
	background-image: url(bg-entry-planet.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F1E35;
}

.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	float: left;
	line-height: 40px;
	display: inline;
	font-style: italic;
}

.date {
	float: right;
	font-size: 10px;
	background-color: #DFE4E7;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	margin-top: 20px;
}

.entry {
	clear: both;
	vertical-align: baseline;
	display: block;
}


/* Elements */
#title {
	background-color: #5AFFFF;
	background-image: url(eye.jpg);
	background-repeat: no-repeat;
	background-position: center -200px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100px;
}

#title h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A9E2F5;
	font-size: 24px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	text-align: right;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.entry p {
	font-size: 12px;
	vertical-align: text-bottom;
	line-height: 20px;
	margin-top: 20px;
}
.entry h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 42px;
	line-height: 40px;
	padding-top: 40px;
	font-style: italic;
}
.entry h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 20px;
	font-style: italic;
	font-size: 24px;
	float: none;
	display: block;
}
.entry h3 {
	font-size: 22px;
	float:none;
	line-height: 20px;
	padding-top: 20px;
	display: block;
	font-weight: normal;
	font-style: italic;
}

.entry h4 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.entry h5 {
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.entry h6 {
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.entry li {
	font-size: 12px;
}
.entry ol {
	list-style-position: inside;
}


/* Addons  */

#rwing {
	background-color: #00FFFF;
	width: 200px;
	height: 10px;
	float: right;
}
#lwing {
	background-color: #00FFFF;
	display: block;
	height: 10px;
	width: 200px;
	float: left;
}

