/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


#header_area {
	position: relative;
	overflow: hidden;
}

/* contact form styles BEGIN */
.contact-form .name {
	display:inline-block;
	width: 85px;
	vertical-align:top;
}

/* contact form styles END */

/* Header social widget BEGIN */
.custom #header_widget_1 {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 500px;
	height: 32px;
	padding: 0;
}
.custom #header_widget_1 ul.sidebar_list {
	padding: 0;
}

.custom #header_widget_1 #social-icons a img:hover{
	margin-top: -10px;
}
.custom #header_widget_1 #social-icons a img { 
	float:right; 
	margin: 0 2px 0 2px;
	width: 32px;
	height: 32px;
	transition: margin 200ms ease-in;
	-o-transition: margin 200ms ease-in;
	-moz-transition: margin 200ms ease-in;
	-webkit-transition: margin 200ms ease-in;
}
/* Header social widget END */

/* Social button centering BEGIN */
.addthis_button_facebook_like {
	margin-left: 9px;
}
.addthis_button_tweet  {
	margin-left: 0px;
}
/* Social button centering END */

#menu-item-293 {
	float: right;
}