@charset "utf-8";
/* CSS Document */
/* html tag styling */
body {
   background-color: #d6d6d6;
  font-family: ubuntu, Arial;
}
.container {
	background-color: #fff;
    margin-right: auto;
	margin-left: auto;
  	
}
.span12 {
	width: 860px;
}

header {
	background-color: #0191c8;
}
.search {
	margin: 2em 1em 0 0;
	float: right;
}
.iso {
	margin: 2em 1em 0 0;
	float: right;
}
/* nav bar coloring */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #005b9a;
  background-image: -moz-linear-gradient(top, #005b9a, #005b9a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005b9a), to(#005b9a));
  background-image: -webkit-linear-gradient(top, #005b9a, #005b9a);
  background-image: -o-linear-gradient(top, #005b9a, #005b9a);
  background-image: linear-gradient(to bottom, #005b9a, #005b9a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005b9a', endColorstr='#ff005b9a', GradientType=0);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}
/* nav bar text styling */
.nav {
	text-transform: uppercase;
}


/* nav bar text styling */
.navbar .nav > li > a {
  color: #74c2e1;
  text-shadow: none;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #fff;
	background-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* this the code for dropdown menu */
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #8c8984;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	white-space: nowrap;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #8c8984;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #8c8984;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #74c2e1;
	background-color: transparent;
	
}

/* main content styling */
.item-page, .blog, .category-list, .blog-featured, .contact-category, #xmap, .categories-list, .login {
	padding: 0 3.5em;
	min-height: 450px;
	margin-bottom: 3em;	
}
.login {
	margin-bottom: 0;
	min-height: auto;
}
.img-circle, .img-polaroid, .img-rounded {
	margin: 0 0 1em 1em;
}
/* hide filter box on contact list */
.contact-category .inputbox {
	display: none;
}

/* custome html */
.custom {
	padding-top: 5em;
}
/* breathing room on the right column */
div.span3 .moduletable {
	padding-right: 1em;
}
/* breadcrumb styling */
.breadcrumb {
	background-color: #fff;
	padding-left: 2.2em;
}

/* primary button styling */
.btn-primary {
  background-color: #000;
  background-image: -moz-linear-gradient(top, #000, #1e82a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#1e82a4));
  background-image: -webkit-linear-gradient(top, #000, #1e82a4);
  background-image: -o-linear-gradient(top, #000, #1e82a4);
  background-image: linear-gradient(to bottom, #000, #1e82a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#fffff', GradientType=0);
  border-color: #1e82a4 #1e82a4 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1e82a4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #1e82a4;
  *background-color: #1e82a4;
}

/* footer styling */
footer {
	background-color: #0191c8;
}
footer .span9 {
	padding: 4em 0 0 3em;
}
footer p {
	padding-left: 0.75em;
}
footer .nav-pills a {
	color: #fff;
}
footer .nav-pills a:hover {
	color: #0191c8;
}

/* styling for the button for navigation for tablets/phones */
.navbar .btn-navbar {
  background-color: #1e82a4;
  background-image: -moz-linear-gradient(top, #00738b, #1e82a4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00738b), to(#1e82a4));
  background-image: -webkit-linear-gradient(top, #00738b, #1e82a4);
  background-image: -o-linear-gradient(top, #00738b, #1e82a4);
  background-image: linear-gradient(to bottom, #00738b, #1e82a4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00738b', endColorstr='#ff1e82a4', GradientType=0);
  border-color: #1e82a4 #1e82a4 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #1e82a4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #59c0e1;
  background-color: #1e82a4;
  *background-color: #1e82a4;
}

@media (max-width: 979px)  {
	nav .nav-child {
	position: static;
	top: auto;
	left: auto;
	z-index: 1000;
	display: block;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: transparent;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,0.2);
	*border-right-width: 0px;
	*border-bottom-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav ul.nav-child a {
	font-size: 16px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;	
}
nav .nav-child:before,
nav .nav-child:after {
	display: none;
}
}









