body {
	background:#eee;
	font-family: 'Open Sans', sans-serif;
}

.bg {
	background:url('../img/intro_bg.jpg');
	height:300px;
	color:#fff;
	border-bottom:10px solid #0d193e;
}

/* nav bar
--------------------------------------------- */

.navbar {
	margin-bottom:0;
	background: #efefef;
}

.navbar .brand {
	font-size:1em;
	padding:10px 0 10px 40px;
}

.navbar .temple {
	background:url('../img/logo.png') no-repeat 8px 5px;
}

.navbar .nsf {
	background:url('../img/nsf-logo.png') no-repeat 8px 5px;
}

.navbar li.special {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar li.special a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar li.special a:hover {
	color:#204220;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.25);
}

/* content container
--------------------------------------------- */

.content {
	margin-top:-280px;
	background: #fff;
	border-top:8px solid #ccc;
	box-shadow: 0 0 3px #333;
	border-radius: 3px;
	padding:0 20px;
	margin-bottom:20px;
}

/* masthead
--------------------------------------------- */

.masthead h2 {
	font-size:1.6em;
	margin-top:0;
	color:#333;
	font-weight: normal;
	line-height: 1.2em;
}

.masthead span {
	color:#2f4076;
}

.masthead span.sub {
	display: block;
	font-size:0.76em;
	color:#888;
}

.masthead .register {
	padding-top:10px;
	text-align: center;
}

.masthead .register .btn {
	margin-top:10px;
}

/* intro
--------------------------------------------- */

.intro {
	background: url('../img/temple.jpg') no-repeat;
	height:300px;
	margin:10px 0 0 0px;
	padding:0;
	border-radius: 3px;
	width:940px;
}

.intro-caption {
	background:rgba(0,0,0,0.6);
	height:260px;
	padding:20px;
	color:#fff;
	margin-left:0;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}

.intro-caption h2 {
	margin:0;
	font-size:1.8em;
	line-height: 1.3em;
}

.intro-caption p {
	margin-top:20px;
	color:#ccc;
}

/* story
--------------------------------------------- */

.story h3.dark, .story h3.btn-info {
	font-weight: 600;
	color:#fff;
	padding:10px 20px;
	line-height:1.1em;
	border-radius:3px;
	font-size:1.4em;
}

.story h3.dark {
	text-shadow:0 -1px 0 rgba(0,0,0,0.7);
	background: #21398a; /* Old browsers */
	background: -moz-linear-gradient(top, #21398a 0%, #1b2c64 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21398a), color-stop(100%,#1b2c64)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #21398a 0%,#1b2c64 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #21398a 0%,#1b2c64 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #21398a 0%,#1b2c64 100%); /* IE10+ */
	background: linear-gradient(to bottom, #21398a 0%,#1b2c64 100%); /* W3C */
}

.story h3 i {
	margin-right:5px;
	font-weight: normal;
}

.story .inner {
	padding:0 10px;
}

.story p {
	line-height:1.8em;
}

.story iframe {
	border-radius: 3px;
	border:1px solid #ccc;
}

.story li {
	padding:5px 0;
}

/* form
--------------------------------------------- */

.required {
	color:red;
	font-weight: bold;
}

.formAlert {
	margin:10px 0 0 0;
	width:250px !important;
}

/* Fine Uploader
-------------------------------------------------- */
.qq-upload-list {
text-align: left;
}

/* For the bootstrapped demos */
li.alert-success {
background-color: #DFF0D8;
}

li.alert-error {
background-color: #F2DEDE;
}

.alert-error .qq-upload-failed-text {
display: inline;
}


/* footer
--------------------------------------------- */

.footer {
	margin-top:20px;
}

.footer div {
	padding:10px 20px;
	border-top:1px solid #ccc;
	width:900px;
}