@import '//fonts.googleapis.com/css?family=Muli';

html, body {
	margin: 0px;
	height: 100%;
}

body {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 1;
	background: #FEFFEA;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #999;
	text-decoration: none;
}

@media (max-width: 991px) {
	.home-img {
		margin: 0 auto 20px;
	}
}

/*********************************/
/*** Header ****/
/*********************************/
.logo {
	margin: 15px 0;
}
.header-text {
	font-size: 18px;
	font-weight: bold;
}
.serving {
	font-style: italic;
	margin-top: 15px;
	text-align: right;
}
.sign-up, .socialicons {
	margin-top: 40px;
}
.sign-up {
	line-height: 1.3;
	margin-left: 116px;
}
.sign-up a:link, .sign-up a:visited {
	color: #000;
}
.sign-up a:hover, .sign-up a:active {
	color: #000;
}
.black-bar {
	height: 46px;
	background-color: #000;
	margin-bottom: 30px;
}

.header-innner {
	height: 250px;
}
@media (max-width: 991px) {
	.logo {
		margin: 15px auto;
	}
	.serving, .sign-up{
		text-align: center;
	}
	.sign-up, .socialicons {
		margin: 0;
	}
	.serving {
		margin: 15px 0;
	}
}

/*********************************/
/*** Navigation ****/
/*********************************/

.donate a {
	background-color: #F4FF0F;
	padding: 7px 10px;
	float: right;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	color: #000 !important;
	text-decoration: none !important;
}
@media (max-width: 991px) {
	.donate {
		text-align: center;
		margin: 20px 0;
	}
	.donate a {
		float: none;
	}
}

.navbg {
	background: #000;
}
.navbar {
	position: relative;
	background-color: transparent;
	font-size: 20px;
	border: none;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.navbar-header {
		display: none;
	}
	.navbar, .navbg {
		min-height: 46px;
	}
	/* Color of main nav text */
	.nav > li > a {
		color: #fff !important;
		font-weight: normal;
		padding: 13px 15px;
		text-decoration: none;
	}
	.nav > li:first-child > a
	{
		padding-left: 0;
	}
	.nav > li:last-child > a
	{
		padding-right: 0;
	}
	/* Color of main nav on hover, along with the hover color of the bar that appears below text */
	.nav > li:hover > a {
		color: #ccc !important;
	}
	/* Color of caret on main nav */
	.nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .nav li.dropdown>a:focus .caret {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}
	/* Color of drop down menu text */
	.nav li ul li a {
		color: #747678;
	}
	/* Color of drop down menu text hover */
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
		color: #000 !important;
	}
	/* Color of drop down background */
	.nav li ul {
		background: #f5f7f8;
	}
	/* Border around drop down menu */
	.nav li:hover ul {
		border: 1px solid #d9dddf;
	}
	/* Color of border on bottom of drop down nav text */
	.nav li ul li {
		border-bottom: 1px solid #d9dddf;
	}
	.nav > li:last-child > a {
		background: transparent !important;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-color: #fff;
	}
	
	.open > .dropdown-menu {
		display: none;
	}
	
	/* Dropdowns */
	.dropdown-menu {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.nav li ul {
		display: none;
		z-index: 99;
		margin: 0px;
		padding: 10px 20px 10px 20px;
		background: #f5f7f8;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	
	.nav li ul li {
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		width: 160px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		border-bottom: 1px solid #d9dddf;
	}
	.nav li ul li:last-child {
		border-bottom: none;
	}
	
	.nav li ul li a {
		color: #747678;
		padding: 10px 0px 10px 0px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	
	.nav li ul li:hover a {
		color: #0044AA;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none;
	}	
}

@media(max-width:1199px){
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 991px) {
	.navbar-default .navbar-brand  {
		color: #fff;
	}
	a.navbar-brand {
		color: #777;
		text-shadow: none;
		text-decoration: none;
	}
	/* Color for main nav links on small responsive
	   Color of Background rollover
	*/
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		text-decoration: none;
		font-weight: normal;
	}
	/* Color of caret on responsive */
	.nav li.dropdown>.dropdown-toggle .caret, .navbar .nav li.dropdown>a:hover .caret, .nav li.dropdown>a:focus .caret {
		border-top-color: #333;
		border-bottom-color: #333;
	}
	/* Color of nav text when you hover AND background hover */
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #000;
		background: #f2f2f2;		
	}
	.navbar-header {
		display: block;
	}
}

/*********************************/
/*** Social Media ****/
/*********************************/

.socialicons {
	text-align: right;
	padding-top: 5px;
	float: right;
}

.socialicons img {
	padding-left: 10px;
}

.social-network {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-position-y: 0;
	cursor: pointer;
	border: 0px !important;
}
.social-network.facebook, .social-network.twitter {
	background-position: 0 0;
}
.social-network.twitter:hover, .active .social-network.twitter, .social-network.facebook:hover, .active .social-network.facebook {
	background-position: 0 -37px;
}

/* facebook */
.social-network.facebook {
	background: url(../grfx/icons_social_facebook.jpg) no-repeat top left;
}

/* twitter */
.social-network.twitter {
	background: url(../grfx/icons_social_twitter.jpg) no-repeat top left;
}

@media (max-width: 991px) {
	.socialicons {
		float: none;
		text-align: center;
		margin: 15px 0;
	}
}

/*********************************/
/*** Footer ****/
/*********************************/

#footer {
	margin-top: 30px;
}

.img-footer {
	height: 442px;
	background: url(../grfx/footer-cover.jpg) no-repeat top center;
	background-size: cover;
	margin-bottom: 30px;
}

.footer-building {
	border: 2px solid #000;
	padding: 5px;
}
.footer-contact {
	text-align: center;
	line-height: 1.2;
	margin-top: 42px;
}
.address {
	margin: 15px 0;
}
.address-red {
	color: #8C0000;
	font-weight: bold;
}
.phone {

}
.black-footer {
	background-color: #000;
	margin-top: 30px;
	padding: 10px 0;
}

.copyright {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.copyright a:link, .copyright a:visited {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover, .copyright a:active {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 991px) {
	.footer-building {
		margin: 0 auto;
	}
}


/*********************************/
/*** Central Styles ****/
/*********************************/

.title {
	font-size: 28px;
	font-weight: 900;
	color: #8F1B1B;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.content {

}

.title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #B80000;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	background-color: #660000;
	background-image: url(http://www.americanindiancenter.org/grfx/bg_box.jpg);
	background-repeat: repeat-x;
}

.boldtext {
	color: #B80000;
	font-weight: bold;
}

.boldtext2 {
	color: #B80000;
	font-weight: bold;
}

.colortext {
	color: #B80000;
}

.organizerrow {
	padding: 4px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}

.organizerlight {
	background-color: #F2F4F7;
}

.dirviewrow {
	background-color: #F1F3F5;
}

.dirviewtitle, .calendarhead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B80101;
}

/*********************************/
/*** Accordion Boxes ****/
/*********************************/
.accordion .calendarhead {
	background: #B80101;
	font-size: 16px;
	font-weight: normal;
}

.accordion a:link.calendarhead, .accordion a:active.calendarhead {
	color: #fff;
	text-decoration: none;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background: #521600 !important;
}

.accordion-section-content {
	background-color: #EDEAE4;
}


/*********************************/
/*** Home Page Boxes ****/
/*********************************/

.homeboxcontent {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.2, #FEFAE7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FEFAE7 20%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FEFAE7 20%, #FFFFFF 100%);
}

.homebox {
	border: 1px solid #660000;
}

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*********************************/
/*** Special Snowflake Clayton Styles ****/
/*********************************/
.day strong, .dirviewtitle strong, .calendarhead th, .calendarhead strong {
	font-weight: normal;
}

@-webkit-keyframes fi {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fi {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fi {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fi {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.padded-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 auto;
}

.padded-table td, .padded-table th {
    padding: 5px;
}