/* main menu bar custom style */
.navigation {
	padding: 0px 0;
	border-top: 0px solid rgba(0,0,0,0.075);
	border-bottom: 0px solid rgba(0,0,0,0.075);
	margin-bottom: 3px;
}

.nav-pills {
  background-color: #d3d3d3;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
}

.nav-pills > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: uppercase;
}

/* search box custom style */
input.search-query {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* remove gray borders, shadow and padding of page */
.body .container {
	background-color: #ffffff;
	padding: 0px;
	border: 0px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.05);
}

/* remove top colored band */
body.site {
	border-top: none !important;
}
