﻿html {
	height: 100%;
	background: transparent;

}

body {
	font: 15px/155% sans-serif;
	letter-spacing: 0.01em;
	color: #222;
	height:100%;
    width:100%;
	background-color: #ead299;
	background-repeat: repeat;
    background-attachment: scroll;  
	background-position: center center;
	background-image: url(./bg2.jpg);
}

h2 {
	clear: both;
	font: 20px 'Oxygen','Verdana', sans-serif;
	font-weight:300;
	letter-spacing: 0.05em;
	color: #4B1D17; 
/* 	color: #803B30; */
}

h3 {
	font: 15px 'Oxygen','Verdana', sans-serif;
	letter-spacing: 0.05em;
	color: #4B1D17; 
/* 	color: #803B30; */
}

a:link {
	color: #1065a6;
	/* Transition credit: http://stackoverflow.com/questions/6008324/fade-effect-on-link-hover*/
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	text-decoration: none;
}

a:visited {
	color: #1065a6;
}

a:hover {
	color: #A85348;
}

a:active, a:focus {
	color: #A85348;
	outline: none;
}

ul{
	list-style-type: circle;
}

legend  {
	color: #A85348;
	font: 15px 'Oxygen','Verdana', sans-serif;
	margin-bottom: 0;
	text-align:left;
}

.article {
	color: #222;
	/*font: 14px sans-serif;*/
	margin: 0 20px 40px;
}
.article > p {
	text-indent: 20px;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
	background-color: #eee;
	color: #333;
	opacity:1;
}

.container {
	width: 98% !important;
}

#bg {
/* 	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	height: 100%;
/* 	height:100%;
    width:100%; */
/*     background-size:cover;
    background-position:center center;
	background-repeat: no-repeat;
    background-attachment: fixed; */
}

/*
Credit: http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/ */
.content {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 238);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 238, 0.3);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffee, endColorstr=#66ffffee);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffee, endColorstr=#66ffffee)";
	margin: 5px -10px 5px;
	padding: 15px;
	border: #eee 1px solid;
}

.content-side {
	font-size:12px;
	line-height:150%;
}

.dateBox {
	padding: 5px;
	/* 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.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
}

.calendar {
	/* font-size: small; */
}

#locationHeader {
/* 	padding-top: 10px;
	margin-left: -25px; */
}

.banner {
display:block;
margin: 0 auto;
}

#cross {
	margin: 10px auto 0;
	/* float: left;
	margin: 5% 0 5% 0;
	max-height: 100px; */
}

@media (max-width: 600px) { 
/* 	body {
		background-position: center center;
		background-repeat: repeat;
		background-attachment: scroll;
	} */
}



/* X-Small-Small view margin adjustment */
/* @media (max-width: 500px) {
	.bannerContainer {
		position: absolute;
		left: 18% !important;
	}
} */

/* Small-Medium view margin adjustment */
/* @media (min-width: 500px) and (max-width: 992px) {
	.bannerContainer {
		position: absolute;
		left: 14% !important;
	}
} */

/* Medium-Large view margin adjustment */
/* @media (min-width: 992px) and (max-width: 1199px) {
	.bannerContainer {
		position: absolute;
		left: 8%;
	}
} */

/* Medium view - desktop or tablet */
@media (max-width: 1199px) {
	#cross {
		/* margin-left: -5px; */
	}
	
/* 	#banner1 {
		float: none;
		margin: 0 auto;
 		padding: 5px 0px 0px 0px; 
	}
	#banner2 {
		float: none;
		margin: 0 auto;
		padding : 0; */
/* 		padding: 5px 0px 0px 0px;
		margin-left: -33px; */
	}
}

/* Large view - desktop */
@media (min-width : 1200px) {
/* 	.banner {
		padding: 30px 0px 0px 0px;
	}
	#banner1 {
		float: left;
		margin-left: -25px;
	}
	#banner2 {
		float: left;
	} */
}

.navbar {
	margin-top: -5px;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 0;
}

.navbar-default .navbar-brand {
	color: #4b1d17;
	font: small-caps 16px 'Oxygen','Verdana', sans-serif;
	margin-right: -1px;
	padding: 14px 0px 0px 0px; 
}

.navbar-default .navbar-brand:hover {
	/* color: #A85348; */
	color: #1065a6;
}

.navbar-nav {
	margin-left: 18px;
}

.navbar-nav > li {
	margin-top: 0px;
}

.navbar-right {
	margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #222;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #A85348;
}

.navbar-default {
	font: 14px 'Oxygen','Verdana', sans-serif;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 238);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 238, 0.0);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffee, endColorstr=#66ffffee);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffee, endColorstr=#66ffffee)";
} 

#footer {
	color: #888;
	font: 10px 'Oxygen','Verdana', sans-serif;
	margin-top: 50px;
}

/* Credit: justinazz -> http://stackoverflow.com/questions/10143444/twitter-bootstrap-modal-how-to-remove-slide-down-effect */
.modal.fade .modal-dialog 
{
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;

    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

/* /* .nav > li > a {
    color: #333 !important;
}

.navbar {
	color: #333 !important;
	background: #999999;
	height: 10px !important;
	padding: 0 !important;
	background: -moz-linear-gradient(top, #e17052 50%, #d0674a 50%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#999999), color-stop(50%,#ffffff));
	background: -webkit-linear-gradient(top, #999999 50%, #ffffff 50%);
	background: -o-linear-gradient(top, #999999 50%, #ffffff 50%);
	background: -ms-linear-gradient(top, #999999 50%, #ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #999999 50%, #ffffff 50%); 
/*  	opacity: 0.5;
	filter: alpha(opacity=50); */  /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
/*     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  
}

.nav > li > a {
	padding: 0;
}

.navbar-nav > li > a {
	padding: 0;
	line-height: 100%;
}

.navbar-default {
	color: #333 !important;
	background-color: #fff;
	border: #e7e7e7 solid 2px;
	line-height: 100%;
	padding: 0 !important;
	height: 10px !important;
/* 	padding-top: 50px;
	padding-bottom: 50px; 
}

.navbar-fixed-top {
    height: 20px !important; /* Whatever you want. 
}

.navbar-brand {
	height:100%;
	color: #333 !important;
	padding: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #333 !important;
	background-color: #eee;
	border-left: #e7e7e7 solid 2px;
	border-right: #e7e7e7 solid 2px;
	transition: all 2s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
	color: #333 !important;
	background-color: rgba(255, 255, 255, 0);
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
} */ 