/*
	gutter
*/
#gutter
{
	float:			left;	
	width:			30%;
}

#gutter h1
{
	width:			100%;
	color:			#333333;
	border-bottom:	solid 1px #CCCCCC;
	padding-bottom:	15px;
	margin-bottom:	10px;	
}

#gutter #general,
#gutter #tags,
#gutter #donate
{
	clear:			both;
	margin:			0 0 30px 20px;
	padding:		0 0 10px 0;
}

#gutter #general .profile
{
	font-size:		87%;
}

#gutter #general .profile h3
{
	font-size:		116%;
	margin:			10px 0 5px 0;
	font-weight:	bold;
	color:			#333333;
}

#gutter #general .profile #screenname
{
	float:			left;
	font-weight:	bold;
	font-size:		123.1%;
}

#gutter #general .profile .icon
{
	float:			right;
	font-size:		87%;
	height:			16px;
	cursor:			pointer;
}

#gutter #general .profile #vcard
{
	margin-top:		10px;
	clear:			both;
}

#gutter #donate .donate
{
	position:		relative;
	left:			-5px;
	width:			100%;
	margin-top:		10px;
}

#gutter #tags
{
	line-height:	1.2em;	
}

#gutter #tags .tag
{
	cursor:			pointer;
	float:			left;
	padding:		2px;
}

#gutter #tags .tag:hover
{
	color:			#cb6828;
}