﻿/*
Disainitud Netpro OÜ poolt!
http://www.netpro.ee
*/

body {
	margin-top: 20px;
	padding: 0;
	background: url(images/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
@font-face {
 font-family: 'ITC Zapf Chancery SWA';
  src: url(fonts/itc-zapf-chancery-swa.ttf);
}

h1, h2, h3 {
	margin: 0;
	font-family: "ITC Zapf Chancery SWA", Arial, Helvetica, san-serif;
	font-weight: normal;
	color: #0094E0;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}



h2 {
	font-size: 26px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #0094E0;
}

a:hover, a:active {
	text-decoration: none;
	color: #0094E0;
}

a:visited {
	color: #0094E0;
}

img {
	border: none;
}





/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto 20px auto;
	padding-top: 10px;
}




/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/taust.jpg) no-repeat left top;
	background-color:#FFF
}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 30px 0 0 30px;
}

/* Post */

.post {
}

.post .title {
	height: 52px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 60px;
	border-bottom: 1px dashed #D1D1D1;
	background: url(images/krebs.gif) no-repeat left top;
	color: #8BCB2F;
}

.post .title b {
	font-weight: normal;
	color: #0094E0;
}

.post .date p {
	margin: 0;
	padding: 0;
}

.post .date {
	width: 50px;
	margin-top: -80px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #283900;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -13px;
	padding-left: 2px;
	font-size: 16px;
	color: #283900;
}

.post .entry {
}

.post .meta {
	margin: 0;
	padding: 15px 0 60px 0;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	background: #8BCB2F;
	border: 1px dashed #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
}

.post .meta .comments {
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #0094E0;
	border: 1px dashed #FFFFFF;
	font-size: 9px;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #FFFFFF;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 30px;
	padding-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #0094E0;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
}

