/* Custom body */
body {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #d1cf00;
	background-image: url("../img/zenbg-1.png"), url("../img/zenbg-2.png");
	background-repeat: repeat-x, repeat;
}

/* Custom labels */		
label.valid {
  width: 24px;
  height: 24px;
  background: url('../img/valid.png') center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

/* custom footer */
.footer {
	text-align: center;
}
.footer img{
	margin-left: 5px;
	margin-right: 5px;
}

/* custom well */
.well{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.3); 
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#112200ff, endColorstr=#112200ff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#112200ff, endColorstr=#112200ff)";
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99000000, endColorstr=#99000000)";*/
}

.btn{  
	behavior: url(css/PIE/PIE.htc);
}
.carousel-caption{	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* custom contact img */
.contact-img img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

/* Custom nav-pills */
.nav-pills > li > a {
  background-color: #ffffff;
  color: #000000;
  font-weight:bold;
}

.nav-pills > .active > a.pillyellow,
.nav-pills > .active > a.pillyellow:focus,
.nav-pills > .active > a.pillyellow:hover {
  color: #000000;
  font-weight:bold;
  background-color: #F2F5A9;
}
.nav-pills > .active > a.pillblue,
.nav-pills > .active > a.pillblue:focus,
.nav-pills > .active > a.pillblue:hover {
  color: #000000;
  font-weight:bold;
  background-color: #A9D0F5;
}

/*Custom carousel */
#myCarousel img {
  width: auto;
  height: 400px;
  max-height: 400px;
}
/* Custom container */
.container {
	margin: 0 auto;
	max-width: 940px;
}
.container > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 40px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 100px;
	line-height: 1;
}
.jumbotron .lead {
	font-size: 24px;
	line-height: 1.25;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 60px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}
.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}