/*
		Theme Name: wasser
		Theme URL: http://wccfamilylaw.com
		Description: This is a custom child theme for the Genesis Framework
		Author: WebDevStudios
		Author URI: http://www.webdevstudios.com
		Version: beta
		Template: genesis
	*/


	body {
		padding: 0!important;
		margin: 0!important;
	}

	#content.hfeed {
		background: none repeat scroll 0 0 transparent;
    	margin: 0 !important;
    	padding: 0 !important;
    	width: auto;
		float: none;
	}

	.gform_wrapper ul,
	.gform_wrapper li {
	   margin: 0 !important;
	   padding: 0 !important;
	   list-style: none;
	}

	#gform_wrapper_2 input.qcf-button{
		text-indent:-9999px;
		*color: transparent;
        *font-size: 0;
        *line-height: 0;
		*display: block;
		*text-transform: capitalize;
	}

	.ln-map input[type='button'] { margin: 5px 0 10px; } #directions-from, #directions-locale { margin: 5px 0; }

	.screen-reader-text {
		position:absolute;
		left:-9999px;
		top:-500px;
		width:0px;
		height:0px;
		overflow:hidden;
	}
#nav ul{
margin:0px 0 0 150px;
width:960px;
padding:0px;
list-style:none;}
	
#nav ul li {
float:left;
}

#nav ul li a ,#nav ul li a:visited{
color:#fff;
text-decoration:none;
padding:8px 30px;
line-height:17px;
display:block;
}
#nav ul li a:hover ,#nav ul li a:active{
background:url("images/hover.jpg") repeat-x;
}
.click-nav li {
	position:relative;
	list-style:none;
	cursor:pointer;
}
.click-nav li ul {
	position:absolute;
	background:#202558;
	left:-150px;
	right:0;
	width:225px !important;
}

.click-nav li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 30px 8px 30px;
	color:#fff;
	text-decoration:none;
	font-family: "Times New Roman",Times,serif;
    font-size: 13px;
	font-weight:normal;
    line-height: 16px;
    text-transform: none;
	width:165px;
}

.click-nav li a:hover ,.click-nav li a:active{
	background:url("images/hover.jpg") repeat-x;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}
	