@charset "UTF-8";
/* CSS Document */

body.home h2.post-title {
	display: none;
}
input[type="text"], textarea {
	border: 1px solid #ccc;
}
#cntctfrm_contact_form input.text, #cntctfrm_contact_form textarea, #cntctfrm_contact_message, #cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject {
width: 450px !important;
}

ul#nav li li, ul#nav li li a, ul#menu-speakers li, ul#menu-speakers li a {
	white-space:nowrap;
}

#palesvid {
	height: 504px;
	width: 900px;
	background: transparent url('images/palis_all.png') no-repeat 0 0;
	display: block;
}

#palesvid:hover, a:hover #palesvid {
	background-position: 0 -504px;
}

#sb-title {
	display: none;
}

/************** 
* hide speakers submenu
* why in CSS?
* because if I use the Exclude Menu plugin
* it excludes the page from the footer menu too
* which is a poop
**************/

ul#nav li.page-item-13 ul {
	display: none !important;
	visibility: hidden !important;
}

/*- SPEAKERS MENU ----------*/
ul#menu-speakers{z-index: 99; text-align: left;}
ul#menu-speakers li{position: relative; padding: 0px 25px 0px 0px; margin: 0px 0px 0px 0; display: inline; text-align: center;}
ul#menu-speakers li a{font-weight: bold; font-size: 18px; text-transform: uppercase;}
ul#menu-speakers li a:hover, .current-menu-item a {margin-bottom: -4px; }	
ul#menu-speakers li a { color: #A6A6A6; }
ul#menu-speakers li a:hover { border-bottom: 4px solid #B79A82; }	

.fb-like {
	float: left;
	clear: left;
	width: 150px;
}

.fb-link {
	float: left;
	width: 150px;
}