body {
	margin: 0px;
	background-color: #faf901;
	font-family: Arial;
}
html, body {
	height: 100%;
}

table {
	border-collapse: collapse;
}

.form th {
	text-align: left;
}
.form textarea {
	width: 100%;
	height: 100px;
}

#positioner {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

#page {
	position: absolute;
	width: 100%;
	background-color: #eee;
	margin: auto;
}

.head, .foot {
	width: 100%;
	height: 15px;
	background-image: url('/images/bg.png');
	position: fixed;
}

.head {
	top: 0px;
}

#header {
	padding: 30px 40px;
}
	#header h1 {
		color: #1d1d7c;
		font-size: 36px;
		margin: 0px;
		font-weight: bold;
	}
	#header h2 {
		margin: 0px 20px;
		color: #999;
		font-size: 14px;
		font-weight: normal;
		font-style: italic;
	}

#bar {
	background-color: #1d1d7c;
	color: #fff;
	vertical-align: middle;
	margin: 0px 20px;
	padding: 0px 20px;
	font-size: 14px;
}

/*#bar {
	position: relative;
	float: left;
	display: inline;
	margin-left: 40px;
	height: 40px;
}*/

#bar a {
	display: table-cell;
	background-color: #1d1d7c;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: bold;
}

#bar a.active {
	color: #faf901;
}

#bar a:hover {
	color: #1d1d7c;
	background-color: #faf901;
}

#bar form {
	position: relative;
	display: inline;
	float: right;
	margin-right: 30px;
}

#bar .search {
	border: none;
	color: #1d1d7c;
	background-color: #fff;
	width: 100px;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}

#bar .submit {
	border: none;
	background-color: transparent;
	cursor: pointer;
	margin: 0px;
	padding: 10px 0px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#main {
	margin: 40px;
	border: solid 1px #1d1d7c;
	background-color: #fff;
	padding: 20px;
}

#main a {
	color: #1d1d7c;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#footer {
	padding: 5px 20px;
	color: #999;
	font-size: 10px;
}
#footer span {
	margin: 0px 20px;
}
#footer .auth {
	float: right;
}

.post {
	border: solid 1px #eee;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}
.post .title {
	padding: 5px 20px;
	font-weight: bold;
	color: #1d1d7c;
}
.post .title .author {
	float: right;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.post .text {
	padding: 0px 30px;
}
.post p {
}
.post .footer {
	background-color: #eee;
	padding: 2px 20px;;
	font-size: 10px;
	color: #666;
	text-align: right;
}
