@CHARSET "ISO-8859-1";

html,body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial; *
	font-size: 14px;
	background-color: #aaa;
	color: #333;
	background-color: #aaa;
}

body {
	overflow: scroll;
}

h2 {
	font-size: 16px;
}

#container {
	background-color: #fff;
	width: 989px;
	margin: 10px auto;
	border: 1px solid #ccc;
}

#header {
	margin: 0px 10px 0px 10px;
}

#header h1 {
	display: inline;
}

#header a {
	text-decoration: none;
	color: #333;
}

#header .spacer {
	height: 5px;
	line-height: 0px;
}

.pages {
	height: 12px;
}

.pages a {
	display: block;
	width: 31px;
	height: 20px;
	float: left;
	margin: 5px 6px 0px 0px;
	border: 1px solid #ccc;
	text-align: center;
}

.pages a.active,#header #pages a:hover {
	background-color: #eee;
}

#header .clearer {
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

#content {
	border: 1px solid #ddd;
	float: left;
	margin: 10px;
	display: inline;
	width: 694px;
}

#content p {
	margin: 10px 10px 0px 10px;
}

#sidebar {
	display: inline;
	margin: 10px 10px 10px 0px;
	float: right;
	width: 257px;
}

#sidebar #logout {
	text-decoration: none;
	color: #333;
}

#sidebar a.small {
	font-size: 10px;	
	color: #333;
}

#sidebar label {
	font-size: 10px;
}

#sidebar .new_comment,#sidebar .new_comment2 {
	clear: left;
	font-size: 12px;
	line-height: 16px;
}

#sidebar .new_comment2 {
	background-color: #eee;
}

#sidebar .new_comment a,#sidebar .new_comment2 a {
	color: #333;
	text-decoration: none;
	display: block;
}

#sidebar .new_comment .avatar,#sidebar .new_comment2 .avatar {
	float: left;
	margin-right: 3px;
}

.entry,.entry2 {
	clear: left;
	display: block;
}

.entry2 {
	background-color: #eee;
}

.entry .page,.entry2 .page {
	margin: 0px 0px 0px 5px;
	font-size: 9px;
}

.entry .date,.entry2 .date {
	float: left;
	font-size: 8px;
	color: #333;
	margin: 0px 5px 0px 3px;
}

.entry a,.entry2 a {
	text-decoration: none;
	color: #333;
}

.entry .comments,.entry2 .comments {
	margin-top: 2px;
	width: 50px;
	height: 17px;
	float: left;
	text-align: center;
	font-size: 10px;
}

#entry #text {
	background-color: #fff;
	font-size: 20px;
	border: 10px auto;
}

#entry {
	margin: 10px 0px 30px 10px;
}

#no_comment {
	color: #ddd;
	margin: 10px;
	font-weight: bold;
}

.comment,.comment2 {
	margin: 0px 10px 10px 10px;
	border: 1px solid #eee;
}

.comment2 {
	background-color: #eee;
}

.comment img,.comment2 img {
	margin: 3px 3px 3px 5px;
	display: inline;
	float: left;
}

.avatar {
	border: 1px solid #f3f3f3;
}

.comment .name,.comment2 .name {
	font-size: 11px;
}

.comment .date,.comment2 .date {
	font-size: 9px;
}

.comment p,.comment2 p {
	clear: left;
	font-size: 12px;
	margin: 5px;
}

#comment_form {
	margin: 0px 10px 10px 10px;
}

#comment_form input {
	width: 150px;
}

#comment_form textarea {
	width: 300px;
	height: 125px;
}

#footer {
	line-height: 0px;
	clear: both;
}

.clearer {
	line-height: 8px;
	clear: both;
}

#arrow {
	float: right;
	display: inline;
	margin: 30px 10px;
}

#reg_form {
	margin: 10px 0px 10px 10px;
}

#reg_form input {
	width: 150px;
}

.warning {
	color: #d33;
	font-size: 10px;
}

#profile_form {
	margin: 10px;
}

#profile_form input {
	margin: 3px 10px 5px 0px;
}

#profile_form #avatar {
	float: left;
	margin-right: 3px;
}

#profile_form #password {
	float: left;
	margin-right: 40px;
}

#profile_form #submit {
	clear: both;
}

#profile_form p {
	font-size: 10px;
	line-height: 12px;
	margin: 0px 10px 1px 0px;
}
