@charset "utf-8";
@import "../../_default/styles/main.css";
@import "../../_default/styles/content.css";

/*
	============================
	 CONTENT
	============================
*/
#content {
	width: 870px;
	min-height: 352px;
	_height: 352px;
	
	background-image: url(../images/profile.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#content h2 {
	padding-top: 30px;
	padding-left: 0px;
}

/*
	============================
	 CONTACT
	============================
*/
#contact {
	height: 45px;
 	
	/*background-image: url(../images/contact.png);*/
	background-image: url(../images/contact-transparent.png);
}
/** html #contact {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/contact-transparent.png', sizingMethod='scale');
}*/
#contact p {
	top: 22px;
}

/*
	============================
	 SEARCH
	============================
*/
#whisperer {
	min-width: 150px;
	
	padding: 2px;
	display: none;
	position: absolute;
	
	background: #FFFF8A;
	box-shadow: 3px 3px 5px #400002;
	border-radius: 3px;
}

#whisperer li {
	font-size: 12px;
	list-style: none;
}

#whisperer li a {
	padding: 2px 6px;
	display: block;

	color: #000;
	text-decoration: none;
}

#whisperer li a:hover,
#whisperer li.current a {
	background: #FFC06C;
}
