* {
	padding: 0;
	margin: 0;
}

html {
	background-color: #222;
}

body {
	width: 75%;
	/*height: 100%;*/
	background-color: #fff;
	margin: auto;
	padding-bottom: 1em;
}

h1 {
	font-family: sans-serif;
	font-size: 50px;
	padding-top: 100px;
	text-align: right;
	background-color: #222;
	color: #09c;
	border-bottom: 2px solid #09c;
	line-height: 38px;

	background-image: url('i/Background-h1.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

h1 a {
	color: #09c;
	text-decoration: none;
}

ul#welcome, ul#navigation {
	font-family: sans-serif;
	width: 75%;
	margin: auto;
	padding: .5em 0;
}

ul#welcome li, ul#navigation li {
	display: inline;
	/*list-item: none inline none;*/
}

#username {
	background: url('i/userinfo.png') no-repeat 0 1px;
	padding-left: 17px;
	margin-right: 1em;
}

#password {
	background: url('i/key7-16-bw.gif') no-repeat 0 1px;
	padding-left: 17px;
	margin-right: 1em;
}

div.post, form#post_form {
	width: 75%;
	margin: 1em auto;
}

div.LeftColumn {
	width: 15%;
	float: left;
}

div.RightColumn {
	width: 85%;
	float: right;
}

img.AuthorIcon {
	width: 100%;
}

ul.AuthorInfo, ul.PostInfo {
	font-family: sans-serif;
	margin: 0 1em;
	padding: .25em;
	height: 1.5em;
}

ul.AuthorInfo {
	border-top: 1px solid #09c;
	background-image: url('i/Background-AuthorInfo.png');
	background-repeat: repeat-x;
}

ul.AuthorInfo li, ul.PostInfo li, ul.SNList li {
	display: inline;
	/*list-item: none inline none;*/
}

ul.PostInfo li {
	color: #ccc;
	font-size: .75em;
}

ul.PostInfo li a, ul.SNList li a {
	color: #ccc;
	text-decoration: none;
}

ul.SNList {
	display: inline;
}

ul.SNList li img {
	height: 1em;
	border: none;
	display: inline;
	vertical-align: middle;
}

div.PostText {
	margin: 0 1em;
}

div.PostText p {
	margin-bottom: 1em;
}

div.PostText textarea {
	width: 100%;
	height: 10em;
	display: block;

	border: thin solid #eee;
}

div.PostText button {
	border: thin solid #eee;
}

blockquote {
	background-image: url('i/Background-Blockquote.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding: .5em .5em .5em 30px;
	font-size: .75em;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
}

#post_form textarea {
	display: block;
}

.invisible {
	display: none;
}
