/* Structure */
html,body {
	width:100%;
	overflow-x:hidden;
}

body {
	background: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/straws.png);
}
#site {
	background: #FFF;
}
body.homepage {
	background: none;
}

/* Typography */
html, body, a, p {
	font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, "sans-serif";
	font-size:15px;
	line-height: 21px;
	color: #202222;
}
.intro p {
	font-size: 15px;
	line-height: 20px;
}


/* Anchors */
a {
	font-weight: bold;
}
body.project a {
	border-bottom: 1px solid #202222;
}
a:hover {
	text-decoration: none;
	color: #f4c74d;
}

/* Header */
#header {
	background: #222;
}
.inner{
	margin: 0 auto;
	width: 940px;
}
.inner h1 {
	color: #FFF
	font-family: "proxima-nova-1","proxima-nova-2";
	text-transform: uppercase;
}
.inner h1 a {
	font-size: 20px;
	color: #FFF;
}
.inner h1 a:hover {
	color:#f4c74d
}

/* Navigation */
#navigation {
	list-style: none;
	float: right;
	position: relative;
}
#navigation li {
	display: inline;
}
#navigation li a {
	color: #FFF;
	display: inline-block;
	padding: 10px 24px 10px 15px;
	font-family: "proxima-nova-1","proxima-nova-2";
	font-size: 15px;
	background: transparent url(../gfx/dar.png) no-repeat center right;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
}
#navigation li a:hover {
	background-image: url(../gfx/darinv.png);
}
#navigation li a.no-nav {
	padding-right: 0px;
	background-image: none;
}

#navigation li div {
	display: none;
	background: #f4c74d;
	padding: 20px;
	color: #FFF;
	position: absolute;
	z-index: 999;
	width: 500px;
	top:36px;
	right: 0px;
}
#navigation li div a, #navigation li div a:hover {
	display: inline-block;
	padding: none;
	background-image: none;
	padding: 0;
	color: #000;
}
#navigation li li, #navigation li ul {
	margin: 0;
	padding: 0;
}
#navigation li ul {
	border-right: 1px dotted #444;
	float: left;
	padding-right: 30px;
}
#navigation li li {
	display: block;
}
#navigation li:hover div {
	display: block;
}
#navigation #donate-nav {
	color: #f4c74d;
}


/* Feature */
#feature {
	background: url(../gfx/back-color.png) no-repeat center center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
	padding-top: 20px;
	position: relative;
}
#grid {
	background: transparent url(../gfx/grid.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#slideshow {
	background: #FFF;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	position: relative;
	z-index: 20;
}
#slideshow h2 {
	text-align: center;
	padding: 5px 0;
	background: #EEE;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
}
#slideshow-nav {
	margin-top: 5px;
}
#slideshow-nav li {
	list-style: none;
	display: inline;
}
#slideshow .slide {
	position: relative;
}
#slideshow .slide a {
	width: 100%;
	text-align: center;
	position: absolute;
	font-family: "kulturista-web-1","kulturista-web-2";
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-size: 40px;
	top: 50%;
	margin-top: -15px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}
#slideshow .slide a:hover {
	text-decoration: none;
}
#slideshow .slide span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	font-family: "proxima-nova-1","proxima-nova-2";
	text-transform: none;
	line-height: 20px;
}
#slideshow .slide a.pic {
	top:0;
	margin-top:0;
}

#social-media {
	margin-top:423px;
	padding: 10px 20px 0 20px;
}
#social-media div {
	float: left;
	width: 33%;
	padding-bottom: 10px;
}
#social-media img {
	width: 25px;
}

#feature-secondary {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 150px;
	padding-top: 20px;
	position: relative;
}
#feature-secondary h2 {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	position: relative;
	z-index: 10;
	padding-top: 20px;
	font-size: 50px;
}

/* Callouts */
#call-outs {
	position: relative;
	z-index: 20;
}
#call-outs .span4:first-child {
	margin-left: 0;
}
#call-outs .span4 {
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.7);
	height: 170px;
	margin-top: -30px;
	background: #FFF url(http://lorempixel.com/output/abstract-q-g-300-170-10.jpg) no-repeat center center;
	border-radius: 3px;
	position: relative;
}
#call-outs .video img {
	border: 3px solid #FFF;
	padding:5px;
	border-radius: 32px;
	text-align: center;
	position: absolute;
	height:24px;
	width:24px;
	overflow: hidden;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.7);
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left: -20px;
	opacity: .8;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
#call-outs span.headline {
	font-family: "kulturista-web-1","kulturista-web-2";
	color:#FFF;
	margin:0 auto;
	display: block;
	width:100%;
	text-align: center;
	font-size:18px;
	margin-top:20px;
	text-shadow: 1px 1px 1px gray;
}
#call-outs .span4:hover {
	cursor: pointer;
}
#call-outs .video:hover img {
	opacity: 1;
	padding: 7px;
	margin-left:-22px;
	margin-top:-22px;
}
#call-outs a {
	height: 100%;
	width:100%;
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

/* Aricles */
#articles {
	border-top: 1px solid #CCC;
	margin-top: 40px;
	padding-top: 20px;
}
#articles .span4:first-child {
	margin-left: 0;
}
#articles .span3 {
	
}




/* Sponsors */
#sponsors {
	padding: 20px 0;
}


/* Main */
div.main {
	background: #FFF;
	border-radius: 3px 3px 0 0;
	box-shadow:0 0px 3px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 100;
	margin-top: -50px;
	padding: 15px 20px 20px 20px;
}

#breadcrumbs {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 960px;
	margin-left: -20px;
	padding-left: 20px;
	color: #777;
}
#breadcrumbs a {
	color: #444;
	border:0;
	font-weight: normal;
}

/* Team Photo */
.team-photo {
	border-radius: 300px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.7);
}
.team {
	text-align: center;
	margin-bottom: 20px;
}
.team span {
	display: block;
}
.team .name {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}


/* Board Photo */
.board-photo {
	border-radius: 10px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.7);
	width:200px;
	float:left;
	margin-right:20px;
}
.board {
	margin-bottom: 20px;
	margin-left:1px;
	padding-bottom:20px;
	border-bottom: 1px solid #CCC;
	width:100%;
	clear:both;
}
.board span {
}
.board .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.board p {
	font-size:16px;
}

/* Supporters */
.partner {
	margin-bottom: 20px;
	margin-left:1px;
	margin-right:15px;
	padding-bottom:20px;
	float: left;
}
.partner:nth-child(4n+1) {
	margin-right: 0;
}
.partner-photo {
	border-radius: 10px;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.7);
	width:200px;
	float:left;
	margin-right:20px;
}
.partner .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

/* Contact Us */
ul#contact-us {
	list-style: none;
	text-align: center;
	margin-top:40px;
}
ul#contact-us li {
	width:33%;
	float:left;
}
ul#contact-us a {
	display: block;
}
a.social {
	-webkit-box-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.10000000149011612s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: linear;
	background-attachment: scroll;
background-clip: border-box;
background-color: 
rgb(236, 235, 235);
background-image: -webkit-linear-gradient(top, 
rgb(243, 242, 242), 
rgb(236, 235, 235));
background-origin: padding-box;
border-bottom-color: 
rgb(230, 230, 230);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: 
rgb(230, 230, 230);
border-left-style: solid;
border-left-width: 1px;
border-right-color: 
rgb(230, 230, 230);
border-right-style: solid;
border-right-width: 1px;
border-top-color: 
rgb(230, 230, 230);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px;
box-sizing: border-box;
color: 
rgb(46, 157, 247);
cursor: auto;
display: block;
float: left;
font-family: Proxima-Nova-n6, Proxima-Nova-1, Proxima-Nova-2, sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: 600;
height: 69px;
letter-spacing: normal;
line-height: 22px;
margin-bottom: 70px;
margin-left: 0px;
margin-right: 20px;
margin-top: 40px;
outline-color: 
rgb(46, 157, 247);
outline-style: none;
outline-width: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 7px;
padding-left: 21px;
padding-right: 21px;
padding-top: 7px;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
vertical-align: baseline;
width: 180px;
}


/* Footer */
#footer {
	width: 980px;
	padding: 20px 0;
}
#footer a {
	color: #000;
	border:0;
}
#footer li {
	list-style: none;
	float: left;
	width: 200px;
	
}
#footer li a {
	font-weight: bold;
	font-family: "proxima-nova-1","proxima-nova-2";
	text-transform: uppercase;
	color: #444;
	border-right: 1px dotted #CCC;
	margin-right: 20px;
	display: inline-block;
	width: 100%;
}
#footer li li a {
	color: #444;
	font-weight: normal;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	border-right: none;
	margin-right: 0;
}
#footer li li {
	display: block;
	float: none;
	margin: 0;
}
#footer li ul {
	margin: 0;
	border-right: 1px dotted #CCC;
	margin-right: 20px;
}
#foot-logo img{
	width: 150px;
}


/* New Footer */
#footer-new {
	background: #2E3133;
	padding:40px 0;
}
#footer-new .container {

}
#footer-new a {
	border-bottom: none;
}
#footer-new a:hover {
	text-decoration: none;
	color:#fff0ad;
}
#footer-new ul {
	margin:0;
	padding:0;
	font-family: "proxima-nova-1","proxima-nova-2";
	list-style: none;
}
#footer-new ul li {
	float: left;
	margin-right:20px;
}
#footer-new ul li a {
	text-transform: uppercase;
	color: #adb0b3;
	font-weight: bold;
	font-size: 13px;
}
#footer-new ul li li {
	float: none;
}
#footer-new li#footer-new-home {
	margin-right:60px;
}
#footer-new ul ul {
	margin-top:20px;
}
#footer-new ul ul a {
	text-transform: none;
	color: #E2E3E4;
	font-weight: normal;
	font-size: 14px;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	top:46px;
	left:0;
	z-index:100;
	width:90000px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:940px;
	height:423px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:940px;
	height:423px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



/* Blog */
#blog .post {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #CCC;
}
#blog .post a {
	color: #000;
	border-bottom: 1px solid gray;
}
#blog .post b {
	font-size: 20px;
	display: block;
	margin-top:5px;
}
#blog .post b a {
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size: 20px;
	color: #000;
	border: none;
}
#blog .post .metadata {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom:5px;
}
#blog .post img {
	max-width:100%;
	margin-bottom:10px;
}

#sidebar h2 {
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size: 18px;
	color: #000;
	border-bottom: 1px dotted gray;
	text-align: center;
	display: none;
	background: url(http://www.bagnewsnotes.com/wp-content/themes/bnn/_gfx/caret_entries.gif) no-repeat center bottom;
	padding-bottom:5px;
}


/* Donate */
#donate {
	background: transparent url(../gfx/fabric_plaid.png);
	border: 1px solid #DDD;
	padding: 20px 0;
	min-height: 150px;
	margin: 20px 0;
}
#donate-page .photo {
	width: 100%;
}
#donate-page .donate-option {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

#donate-intro {
	clear: both;
	display: block;
}
#donate-intro h3 {
		margin:25px 0;
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size: 50px;
}
#donate-intro p {
	font-size: 15px;
	line-height: 21px;
}
#donate-page .span4 h3 {
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size:18px;
	text-align: center;
}
#donate-page .span4 a:hover {
	color:#202222;
}
#donate-page .span4 span {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom:-5px;
}
#donate-page hr {
	clear: both;
	width:100%;
	display: block;
	margin:20px 0;
	background: transparent;
	border-bottom: 1px dashed #CCC;
	border-width: 0 0 1px 0;
}
#donate-page .disclaimer {
	font-size: 12px;
}

#coming-soon{
	position: relative;
	display: block;
}
#coming-soon .cs {
	position: absolute;
	top:0;
	left: 0;
	visibility: hidden;
}
#coming-soon:hover .cs {
	visibility: visible;
}



/* Get Involved */
#involved-intro {
	margin-top:20px;
}
#involved-intro h3 {
	float:left;
	font-size:30px;
	width:250px;
	text-align: right;
	line-height: 40px;
	margin-right: 30px;
}
#involved-intro p {
	font-size: 15px;
	position: relative;
	top:7px;
}

div.heading {
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size:25px;
	text-align: center;
	color:#444;
	padding:10px 0;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
	background: #FFF url(../gfx/black.png) repeat-x center center;
}
div.heading span {
	background: #FFF;
	padding:0 10px;
	
}
#spread-the-word img {
	max-width:50px;
	margin: 0 5px;
}

#spread-the-word {
	border: 1px solid #CCC;
	text-align: center;
	margin:40px 0;
	border-radius: 5px;
	background: #EFEFEF;
	position: relative;
	padding: 20px 0;
}
#spread-the-word h3 {
	position: absolute;
}


/* Donate as Gift */
.donate-gift h3 {
	text-align: center;
}
.donate-gift h3 em {
	font-size:18px;
	display: block;
	font-style: normal;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#donate-form {
	width:600px;
}
#donate-form #form-fields {
	border:1px solid #EEE;
	width:560px;
	padding:20px;
	float:left;
}
#tab-nav {
	list-style: none;
	width:600px;
	float:left;
	margin:0;
	padding:0;
	border: 1px solid #EEE;
	border-radius: 5px;

}
#tab-nav li {
	display: inline;
}
#tab-nav li:last-child a {
	border: none;
}
#tab-nav li a {
	display: block;
	float: left;
	width:149px;
	text-align: center;
	text-transform: uppercase;
	padding:10px 0;
	background: #FAFAFA;
	color: #555;
	border-right:1px solid #ececec;
}

#form-fields .btn-toolbar .btn {
	font-family: "proxima-nova-1","proxima-nova-2", Helvetica, Arial, "sans-serif";
	font-size:40px;
	font-weight: 600;
	height:70px;
	width:130px;
}
#donate-form h4 {
	clear:left;
	display: block;
	font-size:20px;
	line-height: 25px;
	padding:20px 0 10px 0;
	text-align: left;
}
#sidebar {
	width:320px;
	float:right;
}
#sidebar img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#certificate {
	position: relative;
	margin-top:20px;
}
#certificate input {
	border:0;
	background:none;
	box-shadow: none;
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size:50px;
	position: absolute;
	top:20px;
	left:20px;
	color: #000;
	height:60px;
	width:500px;
	line-height:55px;
}
#certificate #second-line {
	top:80px;
}
#certificate img {
	widht:100%;
	border:1px solid #AAA;
}

/* Appeal Bug */
#appeal-bug {
	background: #f4c74d;
}
#appeal-bug .inner {
	position: relative;
	height:70px;	
}
#appeal-bug img {
	height:100px;
	position: absolute;
	bottom:-10px;
	float:right;
	right:0;
}
#appeal-bug a {
	font-family: "kulturista-web-1","kulturista-web-2";
	font-size:30px;
	padding-top:15px;
	display: inline-block;
}

/* Fixes */
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	width: 100%;
}
.nomargin {
	margin-left: 0!important;
}
body {

}

.twitter-share-button {
	float:right;
}
