/*
Theme Name: Athena Custom
Description: Customised Athena theme 
Author: David Giorgi
Version: 1.0
Template: athena
*/

@import url("../athena/style.css");


.searchform{
	width: 148px !important;
}

.helpDesk{
	margin: 0px;
	border-radius: 100em;
	background: none repeat scroll 0% 0% #FFF;
	box-shadow: 0px 1px 1px 0px #DDD inset;
	border-color: #CDCED1;
	border-width: 1px;
	border-style: solid;
	width: 148px;
	height: 24px;
	float: right;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 4px 0 0 0;
}

.helpDesk a{
		color: #91949E;
		text-decoration: none !important;
		font-size: 0.857em;
		padding: 0 0 0 0;
}

.helpDesk a:hover{
		color: #222;
		text-decoration: underline
}


/* after theme update */
#menu-item-132 > a:first-child{
	display: none;
}