body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#topNav{
	position: absolute;
	top: 2em;
	right: 0;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
}
	#topNav li{
		float: left;
		list-style: none;
	}
		#topNav li a{
			padding: 1em 2em;
			display: block;
			color: #FFF;
			text-decoration: none;
			background-color: rgba(174,167,159,.9);
		}
			#topNav li a:hover{
				text-decoration: underline;
			}
.fullImage{
	margin-bottom: 2em;
	z-index: 1;
}
.fullAd img{
	display: block;
}
#social{
	margin-top: 1em;
	margin-left: 0;
	padding-top: 1em;
	border-top: 1px solid #eee;
}
	#social li{
		margin: 0;
		clear: both;
		display: block;
		list-style: none;
	}
#smallBlock{
	text-align: right;	
}
	#smallBlock a{
		max-width: 350px;
		float: right;
	}
		#smallBlock a img{
			float: left;
			width: 100%;
		}
#supporters{
	margin-bottom: 1em;
	padding: 10px 0 0;
	color: #fff;
	background-color: #000;
}
#footer{
	padding: 2em 0;
	font-size: 1em;
	font-weight: oblique;
	font-family: 'Droid Serif', Georgia, Times New Roman, serif;
	background-color: rgba(174,167,159,1);
}
img{
	width: 100%;
}
p{
	font-size: 1.2em;
	line-height: 1.5em;
}
#leftColumn p{
	font-size: 1em;
}
.title{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.fullQuote{
	padding: 1em 5% 2em;
	width: 90%;
	font-size: 1.75em;
	font-style: oblique;
	text-align: center;
	line-height: 2em; 
}
h1, h2{
	font-size: 1.6em;
	font-weight: oblique;
	font-family: 'Droid Serif', Georgia, Times New Roman, serif;
}
h1{
	position: absolute;
	top: 1em;
	left: 1em;
	z-index: 2;
	letter-spacing: .25em;
}
h2{
	margin-bottom: 1em;
	float: left;
	color: #817262;
	font-style: oblique;
}
a{
	color: #222;
	text-decoration: underline;
}
	a:hover{
		color: #999;
	}
.clearFix{
	clear: both;
}
#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	clear: both;
	float: left;
	width: 100%;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
	background-color: #FFF;
}
#toTop {
	width:100px;
    border:1px solid #ccc;
    background:#f7f7f7;
    text-align:center;
    padding:5px;
    position:fixed; /* this is the magic */
    bottom:10px; /* together with this to put the div at the bottom*/
    right:10px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family:verdana;
    font-size:11px;
}
#instagram{
	float: left;
	width: 100%;
}
.instagram-wrap{
	float: left;
	width: 12.5%;
}
.vWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.vWrapper object,
.vWrapper embed,
.vWrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** FEATURES **/
.single-features{

}
	.single-features #topNav li a{
		color: rgba(174,167,159,1);
		background-color: #FFF;
	}
	.single-features .fullImage{
		margin-bottom: 0;
	}
	.single-features .row-fluid{
		min-height: 0;
	}
	.single-features .row-fluid [class*="span"]{
		min-height: 0;
	}
	.single-features #content-text{
		margin-top: 25px!important;
		margin-bottom: 15px!important;
	}
	.single-features #footer{
		background-color: #FFF;
	}