/** BASIC */

body {
	text-align: justify;
	color: #333333;
}

h1, h2, h3 {
	text-transform: none;
	color: #000099;
}


ul {
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

/** HEADER */

#header {
	width: 828px;
	height: 90px;
	margin: 0px auto;
	background-image:url(../images/bg.jpg);
	margin-bottom: 10px;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 60px 0px 0px 0px;
}

/** MENU */

#menu {
	width: 828px;
	height: 1.5em;
	margin: 0px auto;
	border: 1px solid #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 10px;
	border-right: 1px solid #000099;
	text-decoration: none;
}

#menu a:hover {
	background: #000099;
	color: #FFFFFF;
}

/** CONTENT */
.post {
	margin-bottom: 40px;
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	height: 41px;
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
}

.post .title a {
	color: #333333;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

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

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 10px 20px 10px;
	padding-bottom: 10px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
#content {
	width: 828px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.kati {
	float: center;
	width: 620px;
	background-color: #999999;
	padding: 0px 10px;
	border: 2px solid #000000;
	color: #333333;
}
.post {
	margin-bottom: 40px;
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	height: 41px;
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
}

.post .title a {
	color: #333333;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

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

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}
#content h2 {
	font-weight: normal;
}

#left {
	float: left;
	width: 658px;
	color: #333;
}

#right {
	float: right;
	width: 150px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 808px;
	margin: 0px auto;
	padding: 5px 10px;
	border: 1px solid #000099;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}

