/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

.title{
	color:#006993 !important;
	font-size:22px !important;
}

#header {
	padding-top:10px;
	padding-bottom:10px;
}

#navigation {
    	border-radius: 0 0 0 0;
    	border-style: none;
    	border-width: 0;
    	background:none;
	box-shadow: none;
	border-bottom: 5px solid #006993;
}

#navigation ul.nav > li {
    	border-right: medium none;
	margin-right:7px;
}

#navigation ul.nav > li a:hover {
    	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

ul.nav li a {
    background-color: #000000;
    -moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}


#navigation ul li:first-child, #navigation ul li:first-child a {
    	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#gform_widget-2{
	padding-top:25px;
}

.gform_wrapper .top_label input.medium {
    width: 98% !important;
}

.widget h3, .gfield_label {
    color: #006993;
}

body #wrapper #content .button, body #wrapper #content .button:visited, body #wrapper #content .reply a, body #wrapper #content #respond .form-submit input#submit { 
  border: 1px solid #016e9a;
  background: #016e9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#06a4e2), to(#016e9a));
  background: -webkit-linear-gradient(#06a4e2, #016e9a);
  background: -moz-linear-gradient(center top, #06a4e2 0%, #016e9a 100%);
  background: -moz-gradient(center top, #06a4e2 0%, #016e9a 100%);
}

.registerButton{
  color:#FFF;
  border-radius: 15px;
  padding: 10px 15px;
  border: 1px solid #016e9a;
  background: #016e9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#06a4e2), to(#016e9a));
  background: -webkit-linear-gradient(#06a4e2, #016e9a);
  background: -moz-linear-gradient(center top, #06a4e2 0%, #016e9a 100%);
  background: -moz-gradient(center top, #06a4e2 0%, #016e9a 100%);
  font-size: 1.4em;
}

.registerButton:link, .registerButton:visited{
	color:#FFF;
}

#text-2{
	text-align:center;
	border-top:1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding:15px 0 30px 0;
}

.homeImage{
	margin-right:17px;
}

.page-id-44 #sidebar, .page-id-82 #sidebar, #input_2_30 .ginput_price{display:none !important}