*{
	font-family:verdana,helvetica,sans-serif;
	margin:0;
	padding:0;
	}
body{
	background:#444;
	border-top:4px solid #333;
	}

a{color:#0B749F;}

img{border:0;width:48px;height:48px;}

cite{color:#666;font-size:10px;}

.user img{
	position:relative;
	clear:left;
	float:left;
	}
	
.user h3{
	position:relative;
	line-height:48px;
	margin:0 0 10px 48px;
	background:#81D4F6;
	color:#fff;
	padding-left:10px;
	}
	.user h3 a,#header h1 a{color:#fff;text-decoration:none;
		}
	.user h3 a:hover{
		color:#222;
		}

.block{
	border:1px solid #222;
	border-top:3px solid #111;
	margin-bottom:15px;
	background:#fff;
	}

ul{
	list-style:none;
	margin-bottom:15px;
	}
	li{
		margin:5px 0px 5px 10px;
		padding:5px;
		font-size:14px;
		background:#ddd;
		clear:left;
		line-height:20px;
		}
		.reply{
			background:#F6DD81;
			position:relative;
			margin-left:48px;
			}
			.reply img{
				margin:-4px 5px 0 -4px;
				position:relative;
				float:left;
				}
			.reply em{
				color:#555;
				}

a.date, span.from{
	font-size:12px;
	}

#wrapper{
	padding:10px;
	}	
	
#sidebar{
	position:relative;
	float:right;
	width:40%;
	}
	#sidebar div{
		margin:0 10px 15px 10px;
		background:#fff;
		border:2px solid #222;
		padding:10px;
		}

#main{
	position:relative;
	float:left;
	width:60%;
}
#header h1{
	color:#fff;
}
.postmeta{text-align:right;}

.even{
	background:#bbb;
}

#signOut{display:inline;}
#signOut .button{font-size:11px;}

form{width:300px;margin-left:auto;margin-right:auto;}
form fieldset{
	text-align:right;
	color:#666;
	padding:5px;
	line-height:14px;
	font-size:12px;
	border:1px solid #ccc;
	width:300px;
	}
	fieldset legend{
		font-weight:bold;
		padding:3px;
		color:#222;	
		}
	input.text, textarea{
		border:1px inset;
		background:#eee;
		color:#0B749F;
		margin-bottom:4px;
		}
	textarea{width:90%;}
	input.button{
		color:#fff;
		background:#81D4F6;
		border:1px outset;
		margin-right:5px;
		}
		
#pagination{
	margin:10px;
	padding:10px;
	text-align:center;
	background:#fff;
	}
#pagination a{
	text-decoration:none;
	font-weight:bold;
	}
