/*---Customized Styles--- */

.container {
	background-color:#FFFFDE;
}

.navbar {
	background-color:#FFFFDE;
}

.subcategory {
	color:#583505;
	font-size:1.125em;
	text-align:left;
	padding-left:20px;
}

.subcategory a {
	text-decoration:none;
	color:#855107;
}

.subcatheader {
	background-color:#000000;
	color:#FFEBAA; text-align:center;
	font-size:1.5em;
	padding-top:20px;
	padding-bottom:15px;
}

.muted credit {
}

.navbar-inner {
}

/* Sticky footer styles
--------------------------*/

html, body {
	height:100%;
}

/* Wrapper for page content to push down footer */

#wrap {
	min-height:100%;
	height:100%;
	margin:0px auto -60px auto;
}

/* Set the fixed height of the footer here */

#push, #footer {
	height:60px;
}

#footer {
	background-color:#000000;
	padding-top:6px;
}

#footer .container {
	background-color:#000000;
}

/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 767px) {
  #footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
}

