* {
	margin: 0;
	padding: 0;
}

body {
	background: #C2E399 url('images/top.jpg') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D3221;
}

h1, h2, h3 {
	font-family: Cambria, "Times New roman";
	text-align: center;
}

h1 {
	font-size: 39px;
}

h2 {
	font-size: 26px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 6px;
}

h3 {
	font-size: 13px;
}

p {
	margin-bottom: 6px;
}

ul, ol {
	margin-bottom: 13px;
}

a {
	color: #333333;
}

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

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

table {
	border: 1px solid #8B8F6B;
	border-collapse: collapse;

}

table th {
	border: 1px solid #8B8F6B;
	background: #8B8F6B;
	padding: 5px 14px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table td {
	border: 1px solid #8B8F6B;
	padding: 6px 8px;
	text-align: center;
	vertical-align: middle;
}

#lang {
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
}

#lang img {
	border: 0px;
	opacity: 0.8;
	margin-bottom: 5px;
}

#lang img:hover {
	opacity: 0.5;
}

/* Header */

#logo {
	text-align: center;
}

#logo img {
	display: inline;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 950px;
	padding-left: 9px;
	height: 100px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 68px 15px 6px 17px;
	background: transparent url('images/menu.jpg') no-repeat;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	border: 1px solid #808F6C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu a:hover {
	background: #ABC58B url('images/menu.png') no-repeat;
	opacity: 0.8;
}

#menu .active a {
	background: #808F6C url('images/menu.png') no-repeat;
}

/* Post */

#post {
	width: 920px;
	margin: 0 auto;
	background: #DDEAAF url('images/back.jpg');
	border: 3px solid #808F6C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#post .title {
	padding: 30px 30px 35px 30px;
	margin-bottom: 20px;
	font-size: 26px;
	background: url('images/title.png') no-repeat center 20px;
}

#post .title span {
	text-decoration: none;
	color: #333;
}

#post .entry {
	padding: 0 30px;
}

#post .entry .date {
	width: 300px;
	height: 130px;
	background: url('images/book.png') no-repeat;
	margin-top: 30px;
	padding-top: 50px;
	padding-left: 37px;
	font-weight: bold;
	color: #1D3221;
	line-height: 200%;
	font-size: 15px;
}

#post .entry .name {
	border-bottom: 1px solid black;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
}

#post .entry #legla a {
	color: #1D3221;
	display: block;
	background: url('images/leglo.png') no-repeat;
	border: 2px solid #999;
	width: 280px;
	height: 90px;
	margin: 10px;
	padding-top: 30px;
	padding-left: 120px;
	font-size: 40px;
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#post .entry #legla a:hover {
	opacity: 0.8;
	color: inherit;
}

#post a img {
	border: 0px;
}

#post a img:hover {
	opacity: 0.6;
}

#post p {
	line-height: 150%;
	margin-bottom: 10px;
	text-align: justify;
}

#post .entry input, #post .entry select {
	padding: 5px;
	margin: 4px 0px 2px 4px;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}

#post .entry textarea {
	padding: 3px;
	margin: 4px 0px 2px 4px;
	font-size: 11px;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	width: 400px;
	height: 120px;
}

#post .entry .hint {
	border: 1px dotted #000;
	margin: 10px;
	padding: 5px;
	background: #E0E6EB;
}

#post .entry #desc {
	font-size: 11px;
	padding-top: 5px;
}


#post .entry #album a img {
	border: 1px solid #888;
	margin: 10px;
	padding: 5px;
}

#post .entry .testcase {
	padding-left: 30px;
}

#post .entry .separator {
	width: 100%;
	height: 2px;
	background: #888;
	margin-top: 8px;
	margin-bottom: 12px;
}

#post .entry .separator2 {
	width: 100%;
	height: 1px;
	background: #888;
	margin-top: 8px;
	margin-bottom: 12px;
}

#post #errors {
	color: #DC2F63;
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: 1px solid #DC2F63;
}

#post .bottom {
	height: 20px;
}

#post .links {
	clear: both;
	margin-top: 20px;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: 12px;
}

#post .links a {
	text-decoration: none;
	padding-right: 10px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	margin-top: 20px;
	background: #D8EEBD;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #666666;
}

#footer a {
	color: #666666;
}
