html{
	height:100%;
}

body {
	height:100%;
	
}

.content {
	color:#7E7777;
}

.content li{
	color:#7E7777;
}

.content a {
	color:#7E7777;
	border-bottom: 1px dashed #999;
	text-decoration:none;
}

.content a:hover{
	color:#7E7777;
	border-bottom: 1px dashed #999;
	text-decoration:none;
}
.nav{
	font-family: "trajan-sans-pro", "open-sans-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	color:#7E7777;
	font-weight:200;
}

.navsmall{
	font-size:18px;
}

.nav a{
	color:#7E7777;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #FFFFFF;
  background-color: #7E7777;
}

.nav > li > a:hover{
	background:inherit;
	text-decoration:underline;
}

.nav img{
	vertical-align:bottom;
}

.brand{
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:22px;
	vertical-align:middle;
}

.brand a{
	color:#000000;
}


.copyright {
	font-size:12px;
	font-family:"adobe-caslon-pro", Georgia, "Times New Roman", Times, serif;
	color:#7E7777;
	text-align:center;
}

.social{
	text-align:center;
	text-decoration:none;
}

@media (min-width: 768px) {
	body{
		margin-bottom: 60px;
	}
	.footer {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  height: 60px;
	}
	.social{
		text-align:left;
	}
	.copyright {
		text-align:right;
	}
	

}
