html,
body {
    height: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3 {
	font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
}

h2 {
	border-bottom: 2px solid #F57C20;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;	color: #F47B20;
	font-weight: 400;
	line-height: 1.5em;
}
.site-index h3 { margin-top: 0; }

a {
	color: #F47B20;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background-image: url(../images/aai-body.gif);

}

.wrap > .container {
/*     padding: 100px 15px 20px; */
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 100px;
    margin-top: 1em;
}

.footerBottom {
	background-color: black;
	color: white;
	padding-top: 2em;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.required label:after {
	content: ' *';
	color: red;
}

.topNav {
    background-image: url(../images/aai-header-top-bar.gif);
    background-repeat: repeat-x;
    border-top: 4px solid black;
    padding-top: 1em;
	}

.topNav img { height: 120px; margin-top: 1em; }
.topNav .affiliateLinks { display: inline-block; font-family: 'Droid Serif' Georgia, 'Times New Roman' serif; }

.navbar-inverse { background-color: black; border: 0; }

.navbar-nav > li > a {
    font-family: 'Droid Serif' Georgia, 'Times New Roman' serif; 
    color: white !important;
	font-size: 1.25em;
	font-weight: normal;
	border-right: 1px solid #666;
}

.navbar-nav > li > a:hover, .navbar-nav > .open > a:hover {
	background-color: #F47B20 !important;
    color: white !important;
}

.navbar-nav > li ul a {
    color: white;
}

.navbar-nav > li ul li a:hover {
    background-color: #F47B20;
    color: white;
}

.navbar-nav > li ul {
	padding: 0;
}

.navbar-nav .dropdown-menu {
	background-color: black;
}

.navbar-nav .donate {
    font-family: 'Droid Serif' Georgia, 'Times New Roman' serif; 
	font-size: 1.25em;
	font-weight: bold;
	background-image: url('../images/background-menu-donate2.png');
    background-color: #F47B20;
    color: #F57C20;
    border-radius: 0;
     border: 1px solid #F57C20;
	padding: 12px 21px;
	height: 50px;
}

.navbar-nav .donate:hover {
	background-image: none;
    color: white;
}

.navbar-nav .navbar-btn {
	margin: 0;
}

a.navbar-brand { /* padding-top: 0.5em; */ }

.navbar-toggle {
	background-color: #F57B20;
}
@media (min-width:768px) {
		.navbar-toggle {
		margin-right: 40px;
	}
}
.required label:after {
	content: ' *';
	color: red;
}

.label a {
	color: white;
	font-weight: normal;
}

.breadcrumb {
	padding-left: 0;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "» ";
    padding: 0 5px;
}

.sideNav ul {
	font-size: 1.1em;
}

.sideNav ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.sideNav ul li:first-child {
	border-top: 1px solid #ccc;
}

.sideNav ul li a:hover {
	background-color: #F47B20;
	color: white;
}

.sideNav ul ul {
	list-style: none;
	padding-left: 1.5em;
	padding-bottom: 10px;
}
.sideNav ul ul li {
	font-size: 0.8em;
}
.sideNav ul ul li:first-child {
	border-top: 1px solid #ccc;
}
.sideNav ul ul li:last-child {
	border-bottom: none;
}
.sideNav ul ul li a {
	display: block;
	padding: 0.2em;
}
.sideNav ul ul li a:hover {
	text-decoration: none;
}

ul.nav-stacked li.open > a {
	color: white;
}

ul.nav-stacked li.open > a {
	background-color: #F47B20 !important;
}

.sideNav .dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerNav ul li {
	margin: 0.5em 0;
}

.footerNav ul a:hover {
	color: white;
}

.opsMenu { 
	display: fixed;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
}
.opsMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.opsMenu li {
	display: inline;
}
.opsMenu li:before {
	content: " | ";
}
.opsMenu li:first-child:before {
	content: "";
}

.extraLinks {
	font-size: 1.4em;
}
.extraLinks span {
	font-size: 0.6em;
}
.extraLinks a {
	margin: 0 0.2em;
}

.tab-pane {
	margin-top: 1em;
}

.nav-tabs li a {
	color: #666;
}
.nav-tabs li.active a, .nav-tabs li a:hover {
	color: white;
	background-color: #F57C20;
}

#pagePills .nav-pills li { margin-right: 1em;}
.nav-pills li a {
	color: white;
	background-color: #444;
}
#pagePills .nav-pills > li.active a, .nav-pills > li a:hover {
	color: white;
	background-color: #F57C20;
}

.thumbnail {
	background-color: transparent;
	border: none;
}

.thumbnail .caption h2 {
	min-height: 2.75em;
}

.dropdown-menu > .active > a {
	background-color: #F57C20;
}

.blog .row { border-bottom: 1px solid #ddd; padding: 1em 0; margin: 1em 0;  }

.blog .row > div { padding-left: 0; }

.fb-page {
	padding-bottom: 1em; 
}

iframe.youTube {
	 width: 560px;
	 height: 315px;
	 margin: 0 auto;
	 border: 1px solid #eee;
}

.thumbnail iframe.youTube {
	 width: 100%;
	 height: inherit;
	 margin: 0 auto;
	 border: 1px solid #eee;
}

#resources {
	height: 300px;
	overflow: scroll;
	background-color: white;
	border: 1px solid #ccc;
}

.markdown
{
	font-style: italic;
	font-size: 80%;
	margin: 0;
}

#searchbox {
/* 	margin: 2em 0; */
	float: right;
}

#search {
	margin-right: 5px;
    color: #888;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid white;
    padding: 4px;
}

#searchbox button[type="submit"] {
    color: white;
    background-color: #C8C8C8;
/*
    -moz-border-radius: 5px;
    border-radius: 5px;
*/
    border: 1px solid #C8C8C8;
    padding: 4px;
    margin-left: 8px;
}


/* mobile */
@media (max-width: 767px) {
	.affiliateLinks {
		font-size: 0.8em;
	}
	.topNav img { height: 80px; margin-top: 1em; }
	.btnDonate {
		margin-top: 2em;
	}
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
	.navbar {
	}
	.navbar-nav > li > a {
		font-size: 0.9em;
		padding: 15px 5px;
	}
	.navbar-nav .donate {
		font-size: 1em;
		padding: 14px 10px 0;
		height: 50px;
	}
	#searchbox {
		margin: 2em 0;
	}
}

/* laptops */
@media (max-width: 1199px) and (min-width: 992px) {
	.navbar-nav > li > a {
		font-size: 1em;
	}
	#searchbox {
		margin: 2em 0;
	}
}

/* desktops */
@media (min-width: 1200px) {
	#searchbox {
		margin: 2em 0;
	}
}

