/*
	Category
*/

.category-blog #header,
.single #header, 
.archive #header {
	height: 100px;
}

/* Login */

.category #login,
.single #login, 
.archive #login {
	border: 0px;
	clear: both;
	float: left;
	font: bold 12px/16px Helvetica, Arial;
	margin: 0px 10px 0 0;
	padding: 0 10px;
	height:19px;
	cursor:default;
}
#login a {color: #b4a7d6; text-decoration:none;}
#login a:hover { text-decoration:underline;}

#links {
	width:370px;
}
#searchform {
	float:right; padding-right:10px;
}
	#login #register_link, #login #login_link {
		color: #b4a7d6;
		display:block;
		float:left;
		height:29px;
		cursor:default;
	}
