/*
COLORS:
lt-orange: F0B108;
dk-orange: EB6E1F;
donate: E87
*/

@font-face {
    font-family: 'MyriadProBlack';
    src: url('fonts/myriadpro-black-webfont.eot');
    src: url('fonts/myriadpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-black-webfont.woff') format('woff'),
         url('fonts/myriadpro-black-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-black-webfont.svg#myriad_pro_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'VegurBold';
    src: url('fonts/vegur-b_0.602-webfont.eot');
    src: url('fonts/vegur-b_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-b_0.602-webfont.woff') format('woff'),
         url('fonts/vegur-b_0.602-webfont.ttf') format('truetype'),
         url('fonts/vegur-b_0.602-webfont.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'VegurRegular';
    src: url('fonts/vegur-r_0.602-webfont.eot');
    src: url('fonts/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-r_0.602-webfont.woff') format('woff'),
         url('fonts/vegur-r_0.602-webfont.ttf') format('truetype'),
         url('fonts/vegur-r_0.602-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'VegurMedium';
    src: url('fonts/vegur-m_0602-webfont.eot');
    src: url('fonts/vegur-m_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-m_0602-webfont.woff') format('woff'),
         url('fonts/vegur-m_0602-webfont.ttf') format('truetype'),
         url('fonts/vegur-m_0602-webfont.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'VegurLight';
    src: url('fonts/vegur-l_0602-webfont.eot');
    src: url('fonts/vegur-l_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-l_0602-webfont.woff') format('woff'),
         url('fonts/vegur-l_0602-webfont.ttf') format('truetype'),
         url('fonts/vegur-l_0602-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body
{
	font-size: 100%;
	line-height: 1.4;
	font-family:'VegurRegular', Helvetica, Arial, sans-serif;
	background-color:#FFFFFF;

}

pre, code {
	font-size: 18px;
	/* Monospace fonts can be hard to read */
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

h1 {
	font-family:  'MyriadProBlack', 'VegurBold', sans-serif;
	font-size:28px;
	line-height: 1.1;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #000;
	letter-spacing: 1px;
	font-weight:bold;
	text-shadow: 0 1px 1px #888888;
}

h1 a {
	color: #000;
	text-decoration:none;
}

h1.page-title {
	font-size:32px;
	border-bottom:1px solid #000;
}

h2 {
	font-family : 'VegurMedium', sans-serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.1;
	color: #000; /* #E67E21; */
}


h3 {
	font-family : 'VegurMedium', sans-serif;
	font-size:  20px;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #000; /* #5A6DD4; */
}

h4 {
	font-family : 'VegurMedium', sans-serif;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #000;
}

h5 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #000;
}

h6 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #000;
	font-weight: normal;
}

p,li,td {
	font-family : 'VegurRegular',  sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height: 1.4;
}

/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote
{
	/* margin: 3px 0 8px 0; */
	margin-top: 0.500em;
	/* Equivalent to .5em in the page's base font: .5 / 1 = 0.500 */
	margin-bottom: 0.500em;
}

/** lists **/
ul, ol,  dd {
	margin-left: 0;
	padding-left: 2em;
}

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: decimal; }
p, li { margin: 3px 0 8px; }

/** links **/

a:link, a:visited {color: #EB6E1F; text-decoration:none;}
a:hover, a:focus, a:active { color: #F0B108; }

a.button{
  color:#000;
  display:inline-block;
  padding:8px 10px;
  margin:0 2px;
  font-size:1em;
  background:#F0B108;
  border:1px solid #e1a606;
  text-decoration:none;
  font-weight:bold;
	-webkit-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:  0px 0px 1px 2px rgba(225, 166, 6, .3);
    box-shadow:  0px 0px 1px 2px rgba(225, 166, 6, .3);

}

a.button:hover {
	background:#EB6E1F;
}


h3 a:link, h3 a:visited { color: #5A6DD4; }
h3 a:hover, h3 a:focus, h3 a:active { color: #FF5800; }

h2 a:link, h2 a:visited { color: #E67E21; }
h2 a:hover, h2 a:focus, h2 a:active { color: #FF5800; }

/** images **/
img { border: 0; }

/** horizontal rules **/
hr {
	height: 1px;
	border: 1px solid #666;
}

/** forms **/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 3px 0 8px 0;
	padding: 0.5em;
}


/* GENERAL CLASS STYLES */
.bold {
	font-weight:600;
}
.note {
	font-size:12px;
}
.small {
	font-size:12px;
}

#top-section {
	position: relative;
	width:  1140px;
	margin: 0 auto;
	height:60px;
	background-color:transparent;
	z-index:20;
}

#bccf-logo-div {
	position:absolute;
	top:20px;
	left:0px;
	background-color:#FFF;
	text-align:center;
	z-index:10;
	padding:10px;
}
#bccf-logo {
	margin:0 auto;
}

#donate-box {
	position:relative;
	margin: 20px 0 0 0;
	width:300px;
	height:28px;
	float:left;
	margin-left:160px;
	background-color:#e1702D;
	border:1px solid #fd853E;
	padding:1px;

	-webkit-border-radius:5px;
	border-radius:5px;

	behavior: url('PIE.htc');

}
#donate-box p {
	margin:0;
	padding-top:1px;
	text-align:center;
	color:#FFF;
	vertical-align:middle;
	letter-spacing:1px;
	font-size:19px;
	font-family: 'VegurMedium', sans-serif;
	text-shadow: 1px 1px 1px #777777;
}
#donate-box a:link,
#donate-box a:visited,
#sidebar-donate-box a:link,
#sidebar-donate-box a:visited {
	color:#FFF;
}

#donate-box a:hover,
#donate-box a:active,
#sidebar-donate-box a:hover,
#sidebar-donate-box a:active {
	color:#E7E91A;
}

#sidebar-donate-box {
	position:relative;
	margin:15px auto;
	width:210px;
	height:28px;
	background-color:#e1702D;
	border:1px solid #fd853E;
	padding:1px;
	vertical-align:middle;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url('PIE.htc');
}

#sidebar-donate-box p {
	margin:0;
	padding-top: 4px;
	vertical-align: middle;
	text-align:center;
	color:#FFF;
	vertical-align:middle;
	letter-spacing:1px;
	font-size:14px;
	font-family: 'Vegur', sans-serif;
	text-shadow: 1px 1px 1px #777777;
}

#searchbox {
	position:relative;
	width: 200px;
	height: 30px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	background-color:#FFF;
	border:1px solid #efefef;
	color:#888;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url('PIE.htc');
}

#searchForm {
	position:absolute;
	top:5px;
	left:5px;
	width:190px;
	height:25px;
}

#searchText {
	width:190px;
	border:none;
	border-width:0;
	color:#888;
}

/* magnifier */
#search-submit {
    background: url("../layout_imgs/search-magnifier.png") no-repeat scroll 100% 0 transparent;
    border: medium none;
    color: #FFFFFF;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 24px;
    z-index: 1;
}

.gsc-control {
	width:800px;
}

#container {
	position: relative;
	width: 1140px;
	margin: 0 auto 25px auto;
	padding:0;
	font-size: 16px;
	line-height: 1.4;
	font-family:'VegurRegular', Helvetica, Arial,sans-serif;
	font-weight: normal;
}

#nav {
	position: relative;
	background-color:#FFFFFF;
	width:100%;
	height:70px;
	margin:0;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}
ul#topnav {
	position: relative;
	width:990px;
	background-color:transparent;
	height: 45px;
	margin:15px auto 0 140px;
	padding: 0;
	text-align:center;
}
ul#topnav:first-child li{
	margin-left:10px;
}
ul#topnav.sf-menu a {
	padding:10px 18px 0 18px;
}
ul#topnav.sf-menu li.give a {
	padding-left:0;
}
#content {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
	/*
	background-image:url('../layout_imgs/bkgd-content.png');
	background-repeat:repeat-y;
	*/
}

#content-inner { padding: 10px 20px 25px 0; }

body.index #content-inner {
	padding: 0px;
}
body.index #content {
	background-image:none;
	background-color:#FFFFFF;
}
#breadcrumb {
	text-align:right;
	font-size: 12px;
	font-family:'VegurRegular';
	margin-bottom:10px;
}
#breadcrumb a:link, #breadcrumb a:visited  {

	color:rgb(99,100,102);
	text-decoration:none;
}
#left-column {
	position: relative;
	width:226px;
	min-height:100%;
	float:left;
	height:100%;
}
#left-column-inner {

}
#left-col-social-buttons {
	height:80px;
	margin: 0 0 0 12px;
}
.tweet-button {
	margin-top:10px;
}
.facebook-button {
	margin:20px 0;
	height:20px;
}
#sidemenu {
	position: relative;
	margin-top:75px;
	padding:10px 0;
	width:210px;
	margin:0 auto;
	background-color: #efad00;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(66, 66, 66, .5);
    box-shadow:  0px 1px 1px 0px rgba(66, 66, 66, .5);
	behavior:url('PIE.htc');
}
ul#sidenav {
	list-style-type:none;
	margin:0 3px 0 3px;
	padding:0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
ul#sidenav li {
	font-family: 'VegurMedium', sans-serif;
	letter-spacing:1px;
	font-size:14px;
	line-height: 1.2;
	border-bottom:1px solid #eb6f21;
	vertical-align:middle;
	margin:0;
	padding:0;
}
ul#sidenav li:last-child {
	border-bottom:none;
}
ul#sidenav li a {
	display:block;
	padding:10px 3px 10px 10px;
	width:190px;
	vertical-align:bottom;
}
ul#sidenav li a:link,
ul#sidenav li a:visited  {
	text-decoration:none;
	color:#000;
}
ul#sidenav li a:hover,
ul#sidenav li a:active  {
	text-decoration:none;
	color:#666;
	background-color: #F2BB30;
}
ul#sidenav li.current,
ul#sidenav li.current-secondary,
ul#sidenav li.current-tertiary {
	background-color: #F2BB30;
}



/* 2nd LEVEL */

ul#sidenav ul.secondary {
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
}
ul#sidenav ul.secondary li {
	font-size:14px;
	line-height:1.2;
}
ul#sidenav ul.secondary li:first-child {
	border-top:1px solid #eb6f21;
}
ul#sidenav ul.secondary li a {
	display:block;
	padding:10px 3px 10px 10px;
	width:175px;
	vertical-align:bottom;
}
ul#sidenav ul.secondary li a:link,
ul#sidenav ul.secondary li a:visited  {
	text-decoration:none;
	color:#000;
}
ul#sidenav li a:hover,
ul#sidenav li a:active  {
	text-decoration:none;
	color:#666;
	background-color: #F2BB30;
}

/* reset background for any subs under a parent current */
ul#sidenav li.current ul.secondary a {
	 background-color: #efad00;
}

ul#sidenav ul.secondary li.current-secondary a {
	background-color: #F2BB30;
}

ul#sidenav li.current ul.secondary a:hover,
ul#sidenav li.current ul.secondary a:active  {
	text-decoration:none;
	color:#666;
	background-color: #F2BB30;
}


/*3rd LEVEL */
ul#sidenav ul.tertiary {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* reset background for any subs under a parent current */
ul#sidenav li.current-secondary ul.tertiary li a {
	background-color:#efad00;
}

ul#sidenav  ul.tertiary li.current-tertiary a {
	background-color:#F2BB30;
}
ul#sidenav ul.tertiary li {
	font-size:14px;
	line-height:1.2;
}
ul#sidenav ul.tertiary li:first-child {
	border-top:1px solid #FFF;
}

ul#sidenav ul.tertiary .marker{
	padding:0 0 0 25px;
	background-position:30px center;
}

/*4rd LEVEL */
ul#sidenav ul.quaternary {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#sidenav ul.quaternary li {
	font-size:13px;
}

/* reset background for any subs under a parent current */
ul#sidenav li.current-tertiary ul.quaternary li a {
	background-color:#efad00;
}
ul#sidenav  ul.quaternary li.current-quaternary a {
	background-color:#F2BB30;
}
ul#sidenav ul.quaternary li:first-child {
	border-top:1px solid #FFF;
}
ul#sidenav ul.quaternary .marker{
	padding:0 0 0 40px;
	background-position:45px center;
}

/* special for scholarship page sidenav */
.scholarships ul#sidenav li.special-assistance-scholarships a,
.scholarships ul#sidenav li.special-assistance-scholarships a:link,
.scholarships ul#sidenav li.special-assistance-scholarships a:visited {
    background-color: #FFEFD3;
}

.scholarships ul#sidenav li.committee-login a,
.scholarships ul#sidenav li.committee-login a:link,
.scholarships ul#sidenav li.committee-login a:visited {
    background-color: #af3e09;
    color:#ffffff;
}


#main-column {
	position: relative;
	width:880px;
	float:left;
	background-color:#fefefe;
	min-height:400px;
}
#main-column.full {
		width:100%;
		float:none;
		min-height:400px;
	}

#main-column-inner {
	padding:5px 0 25px 20px;
}
#ftr {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
#ftr-inner {
	padding:10px;
}
#ftr-dropshadow {
	position:relative;
	width:100%;
	height:5px;
	border-bottom:1px solid #cfcfcf;
}
#ftr p {
	font-family: 'VegurRegular', sans-serif;
	font-size:12px;
	color:#74797D;
	text-align:center;
	vertical-align:middle;
}
#ftr .ftr-bullet {
	padding:0 10px;
	font-size:14px;
}
#ftr p.credit  {
	width:150px;
	float:right;
	margin-top:20px;
}
#credit {
	color:#5f5f5f;
}
#ftr p.nsseal img {
	vertical-align:middle;
	margin-right:10px;
}


#header-tagline-social-div {
	position:relative;
	width:100%;
	height:90px;
	background-color:#FFF;
	margin:0 0 15px 0;


}

#header-tagline-social-inner-div {
	width:100%;
	padding-top:15px;
	height:60px;
}



/* HOMEPAGE */
#homepage-feature-div {
	position:relative;
	width:100%;
/*	height:520px; */
	background-color:#FFF;
	margin:0 0 15px 0;

}
#homepage-feature-top {
	width:100%;
	padding-top:15px;
	height:60px;
}

#tagline {
	width:350px;
	margin-left:140px;
	text-align:center;
	float:left;
}
#tagline img {
	margin-top:10px;
}
#social-icons {
	width:450px;
	height:62px;
	float:right;
	text-align:right;
}
#social-icons img{
	margin-left:20px;
}

#bands {
	position:relative;
	border:1px solid #efefef;
	margin-top:25px;
	margin-bottom:25px;
}
#bands h1 {
	margin:12px 0 0 0;
	padding:0;
	vertical-align:middle;
	width:290px;
	float:right;
	font-size:30px;
}
#bands h1 a:link, #bands h1 a:visited {
	color: #FFF;
}

#bands h1 a:hover, #bands h1 a:focus,#bands h1 a:active { color: #333; }

#band-give {
	width:100%;
	height:64px;
	background-color:#DE6E2C;
}

#band-volunteer {
	width:100%;
	height:64px;
	background-color:#E19725;
}
#band-grants {
	width:100%;
	height:64px;
	background-color:#E4BA1E;
}
#band-scholarships {
	width:100%;
	height:65px;
	background-color:#fad422;
}

#band-explore {
	width:100%;
	height:65px;
	background-color:#e0e721;
	/* margin-bottom:65px; */
}

#home-slideshow {
	position:absolute;
	top:0;
	left:0;
	max-width:800px;
	max-height:320px;
	background-color:#efefef;
	z-index:0;
}
#home-slideshow-placeholder {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:322px;
	background-color:#efefef;
	z-index:0;
}

#home-action-bar-give {
	width:100%;
	height:78px;
	margin:40px 0 3px 0;
	background:#FCB535 url('../layout_imgs/bkd-grad-give.png') repeat;
}
#home-give {
	width:380px;
	height:78px;
	float:right;
}
#home-action-bar-advocate {
	height:200px;
	width:100%;
	height:78px;
	margin:0 0 3px 0;
	background:#CE4B22 url('../layout_imgs/bkgd-grad-advocate.png') repeat;
}
#home-advocate {
	width:380px;
	height:78px;
	float:right;
}
#home-action-bar-volunteer {
	height:200px;
	width:100%;
	height:78px;
	margin:0 0 3px 0;
	background:#8596C5 url('../layout_imgs/bkgd-grad-volunteer.png') repeat;
}
#home-volunteer {
	width:380px;
	height:78px;
	float:right;
}

.action-text {
	width:280px;
	float:right;
}
.action-text h2 {
	color:#FFF;
	margin-bottom:0;
}
.action-text p {
	color:#FFF;
}
#home-social-box {
	width: 400px;
	margin-top:10px;
	float:right;
	text-align:center;
}
#home-social-box a {
	margin-left:5px;
}
#home-social-box a:first-child {
	margin-left:0;
}
.home-news-post {

}

#home-info-div {
	position:relative;
	margin:15px 0;

}

#home-left-col {
	width:360px;
	float:left;
	padding:10px;

}

#mission {
	margin-top:10px;
}
#mission p.more {
	text-align:right;
	color:#F0B108;
}

#mission p.more a {
	color:#F0B108;
}

#weekly-video {

}

#weekly-video h5 {
	color:#EB6E1F;
}

#home-middle-col {
	float:left;
	width:354px;
	min-height:340px;
	border-left:1px solid #e4ba1e;
	border-right:1px solid #e4ba1e;
	padding:10px;
}


#home-right-col {
	width:360px;
	float:left;
	padding:10px;
}

.twitter-timeline {
	max-width:340px;
	max-height:400px;
}

/*----------- SHARE THIS -------*/
a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:0px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}

iframe#stframe{
  border:none;
}

/*----------- CONTACT -------*/
.contact-form-wrapper {
	width:700px;
}


/*---------------FLICKR GALLERY --------------*/
#gallery { margin: 20px 25px; }
#gallery img { margin: 0 0 5px 5px; }

.gallery_album {
	width:150px;
	float:left;
	height:200px;
	margin:10px 40px;
	text-align:center;

}

/*---------------SLIDESHOW --------------*/
.nivoSlider {
    position:relative;
    max-width:800px; /* Change this to your images width */
	max-height:320px; /* Change this to your images height */
    background:url('../layout_imgs/loading.gif') no-repeat 50% 50%;
	border:1px solid #888;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivo-caption a {
    border:0;
    display:block;
}

.theme-default .nivo-caption,
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:transparent;
	z-index:8;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.theme-default .nivo-caption,
.nivo-caption {
	width:100%;
	height:65px;
	margin:0;
	padding:0 10px;
	background-image:url('../layout_imgs/bkgd-trans-white-75.png');
	background-repeat:repeat-x;
	color:#000;
}


.theme-default .nivo-caption h4,
.nivo-caption h4 {
	color:#000;
	font-family: 'VegurMedium', sans-serif;
	font-weight:bold;
	font-size:18px;
	margin:5px 0 0 5px;
	padding:0;
}

.theme-default .nivo-caption p,
.nivo-caption p {
	color:#000;
	font-family: 'VegurRegular', sans-serif;
	font-size:16px;
	margin:0 0 2px 5px;
	padding:0;
}


.theme-default .nivo-caption a,
.nivo-caption a {
    border:0;
    display:block;
	text-decoration:none;
	color:#000;
}


.theme-default .nivo-caption a:link,
.nivo-caption a:link,
.theme-default .nivo-caption a:visited,
.nivo-caption a:visited {
	color: #000;
}

.theme-default .nivo-caption a:hover,
.nivo-caption a:hover,
.theme-default .nivo-caption a:focus,
.nivo-caption a:focus,
.theme-default .nivo-caption a:active,
.nivo-caption a:active {
	color: #333;
}


.arrow {
	width:39px;
	height:63px;
	float:right;

}
.arrow a {
	display:block;
	width:39px;
	height:63px;
	z-index:100;
}

.slideshow-arrow {
	display:block;
}

.theme-default .nivo-directionNav a {
	opacity: 1;
}
.theme-default .nivo-caption a {
	border-bottom:none;
}


.slide-link {
	position:absolute;
	bottom:2px;
	right:10px;
	font-family : 'VegurMedium', sans-serif;
	font-size: 20px;
    font-weight: bold;
	color:#000;
	padding-right:20px;
	background-image:url('../layout_imgs/slideshow-link-arrow.png');
	background-repeat:no-repeat;
	background-position:right center;
}


.theme-default .nivo-controlNav,
.nivo-controlNav {
	position:absolute;
	bottom:20px;
	left:640px;
	z-index:100;
	height:20px;
}

.theme-default a.nivo-control,
a.nivo-control {
	display:block;
	float:left;
	border:1px solid #000;
	width:8px;
	height:8px;
	padding-top:2px;
	line-height:.1;
	background-color:#e1702D;
	margin-right:5px;
	text-align:center;
	font-size:.01px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url('PIE.htc');
}


.theme-default .nivo-controlNav a.active,
.nivo-controlNav a.active {
	background-color:#FC0;
	font-weight:normal;
}





strong {
	font-weight:bold;
}

.clear
{
	width: 100%;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	clear: both;
}

.clearfix:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
 }
* html .clearfix             { zoom: 1; } /** IE6 */
*:first-child+html .clearfix { zoom: 1; } /** IE7 */

.center, p img.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left { text-align: left; }
.right { text-align: right; }

.grcmc {
	text-align:right;
	padding-right:20px;
	font-size:12px;
}


.round_10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}
.round_20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(PIE.htc);
}


.listing-div {
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #cfcfcf;
}

.listing-photo-div {
	width:162px;
	float:left;
	margin:0 20px 40px 0;
}
.listing-photo-div img {
	position:relative; /* needed for IE8 to show images */
	border:1px solid #cfcfcf;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior:url('PIE.htc');
}
.listing-info-div {
	width:500px;
	float:left;
}
.listing-info-div p {
	margin:0 0 3px 0;
	font-size:14px;
}

.listing-info-div h4.name {
	margin-top:0;
}

/* STAFF PAGE */
.mobile-phone {
	text-decoration:none;
}

.staff-listing-div .listing-info-div p {
	margin:3px 0 8px 0;
	font-size:15px;
}

.staff-listing-div .listing-info-div {
	width:650px;
	float:left;
	padding:5px 0;
	margin-bottom:25px;
	border-bottom:1px dotted #cfcfcf;
}

/* VIDEOS */

.video-row {
	padding-bottom:5px;
	border-bottom:1px dotted #cfcfcf;
	margin-bottom:10px;
	margin-top:5px;

}
.video-thumb-div {
	width: 250px;
	float:left;
	margin:0 30px 0 30px;
	position:relative;
}
.video-thumb-div img {
	margin: o auto;
	border:1px solid #444;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  0px 1px 5px 0px rgba(66, 66, 66, .5);
    box-shadow:  0px 1px 5px 0px rgba(66, 66, 66, .5);
	behaviour:url('PIE.htc');
}

.video-thumb-div img.video-play-button {
	position:absolute;
	top:90px;
	left:80px;
	border:none;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.video-thumb-div p {
	font-size:15px;
}

.caption {
	font-size:14px;
}

/* AUDIO */
.audio-item-box {
	margin-bottom:20px;
	padding:5px;
	border-bottom:1px dotted #cfcfcf;
}
.audio-item-box p {
	font-size:15px;
}

/* GRANT PAGE */

.grants #main-column h3 {
	text-align:center;
}

.grantmenu-list {
	width:150px;
	float:left;
	margin-left:15px;
	margin-bottom: 1em;
	background-color:#fbfe9f;
	border:1px solid #e0e721;
	-webkit-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow:  0px 0px 0px 1px rgba(55, 55, 55, .2);
	box-shadow:  0px 0px 0px 1px rgba(55, 55, 55, .2);

	behaviour:url('PIE.htc');
}
.grantmenu-div .grantmenu-list:first-child {
	margin-left:0;
}


.grantmenu-list a:link, .grantmenu-list a:visited  {
	color:#4F503E;
}

.grantmenu-list ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.grantmenu-list li, .grantmenu-list p {
	font-size:13px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	color:#4F503E;
}
.grantmenu-list li:before {
	content: "\2022";
	margin-right:5px;
	color:#4F503E;
}

.grantmenu-list-design {
	height:10px;
	width:160px;
	margin:10px 0;
	background-image:url('../layout_imgs/grant-design.png');
	background-repeat:no-repeat;
	background-position:50%, 50%;
	/*
	background-image:url('../layout_imgs/grant-menulist-top.png');
	background-repeat:no-repeat;
	*/
}

.grantmenu-list-content {
	/*
	background-image:url('../layout_imgs/grant-menulist-content.png');
	background-repeat:repeat-y;
	*/
	padding-bottom:20px;
}

.grantmenu-list-content h3 {
	margin:0;
	padding-top:10px;

	font-size:15px;
	font-style:italic;
	color:#4F503E;
	vertical-align:middle;


}

.grantmenu-list-bottom {
	/*
	background-image:url('../layout_imgs/grant-menulist-bottom.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	*/
}


/** GRANT PAGES */

.testgrants #main-column {
		width:100%;
		float:none;
		min-height:400px;
	}

.grantpage {
    margin: 1em auto;
    padding: 1em;
    position: relative;
}

/**
lt-orange: F0B108;
dk-orange: EB6E1F;
*/
.grantbox {
    width: 230px;
    background-color: #EB6E1F;
    float: left;
    margin: 1em;
    border: 1px solid #000000;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.grantbox h3 {
    font-size: 18px;
    line-height: 1;
   	text-align:center;
    background-color: #000000;
    margin: 0;
    padding: 1em .5em;
    background: rgb(69, 72, 77);
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.grantbox h3 a,
.grantbox h3 a:link,
.grantbox h3 a:visited {
    color: #FFFFFF;
}

.grantbox h3 a:hover,
.grantbox h3 a:active {
    color: #F0F0F0;
}

/*** 3rd example */

.grantbox3 {
    position: relative;
    width: 230px;
    height: 100px;
    float: left;
    margin: 2em 1em;
    padding: .25em 0;
    text-align: center;
    border: 1px solid #bd520d;
    /**
    background: rgb(240, 177, 8);
    background: -moz-linear-gradient(top, rgba(240, 177, 8, 1) 0%, rgba(235, 110, 31, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 177, 8, 1) 0%, rgba(235, 110, 31, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 177, 8, 1) 0%, rgba(235, 110, 31, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b108', endColorstr='#eb6e1f', GradientType=0);
    */
    background: #EB6E1F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.grantbox3 h3 {
    font-size: 20px;
    line-height: 1.4;
   	text-align:left;
    margin: 0;
    padding: .5em;
    margin-right: 70px;
}

.grantbox3 h3 a,
.grantbox3 h3 a:link,
.grantbox3 h3 a:visited {
    color: #000000;
}

.grantbox3 h3 a:hover,
.grantbox3 h3 a:active {
    color: #222222;
}

.grantbox3 .item-img-box {
    position: absolute;
    right: -12px;
    bottom: -12px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    border: 10px solid #F0B108;
    width: 50px;
    height: 50px;
    background-color: #FFEE66;
}

.grantbox3 a.content-image-link {
    height: 50px;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/** END 3rd */

/*** 4th example */

.grantbox4 {
    position: relative;
    width: 230px;
    height: 80px;
    background-color: #EB6E1F;
    float: left;
    margin: 2em 1em;
    padding: .25em 0;
    text-align: center;
    border: 1px solid #bd520d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.grantbox4 h3 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    padding: .5em;
}

.grantbox4 h3 a,
.grantbox4 h3 a:link,
.grantbox4 h3 a:visited {
    color: #000000;
}

.grantbox4 h3 a:hover,
.grantbox4 h3 a:active {
    color: #222222;
}

/** END 4th */



.item-img-box {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;

}

a.content-image-link {
    height: 100px;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.crumb {
    text-align: right;
    margin-right: 1em;
    font-size: 14px;
    font-style: italic;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}




/* EXPLORE PAGE */

.explore #main-column h3 {
	text-align:center;
}

.exploremenu-list {
	width:120px;
	min-height:100px;
	float:left;
	margin-right:60px;
}

.exploremenu-list.cnt4 {
	margin-right:0;
}


.exploremenu-list h3 {
	font-size:18px;

}
.exploremenu-list a:link, .fundmenu-list a:visited  {
	color:#000;
}

.exploremenu-list ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.exploremenu-list li {
	font-size:13px;
	margin-left:10px;
	text-align:center;
}


#fund-listing-div h5 {
	margin:0;
	font-weight:bold;
}
#fund-listing-div p {
	margin-left:15px;
}

.ajax-funds-div {
	display:none;
	margin:0 20px 20px 20px;
	padding-left:5px;
	background-color:#efefef;
}

a.view-funds{
  font-size:14px;
  color:#000;
  display:inline-block;
  padding:2px 6px;
  margin:0 2px;
  background:#EFEFEF;
  border:1px solid #CFCFCF;
  text-decoration:none;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  0px 0px 0px 2px rgba(55, 55, 55, .3);
	box-shadow:  0px 0px 0px 2px rgba(55, 55, 55, .3);

	behavior: url('PIE.htc');
}


#fund-searchbox
{
	position:relative;
	width: 200px;
	height: 30px;
	margin: 20px auto 20px auto;
	padding: 0;
	background-color:#F0F0F0;
	color:#888;
	border:1px solid #777777;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url('PIE.htc');
}

#searchFundForm{
	position:absolute;
	top:5px;
	left:5px;
	width:190px;
	height:25px;
}

#searchFundText {
	width:190px;
	border:none;
	border-width:0;
	color:#888;
	background-color: #F0F0F0;
}

/* magnifier */
#search-fund-submit {
    background: url("../layout_imgs/search-magnifier.png") no-repeat scroll 100% 0 transparent;
    border: medium none;
    color: #FFFFFF;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 24px;
    z-index: 1;
}
.fund-type-link {
	font-size:13px;
}

.green {
	color:#73B300;
}

#view-cart {
	width:290px;
	padding:5px;
	margin:0 0 0 -1px;
	background-color:#E1702D;
	border-right:1px solid #FD853E;
	border-bottom:1px solid #FD853E;
	border-left:1px solid #FD853E;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior:url('PIE.htc');
	display:none;
}

#view-cart table {
	width:290px;
	border:0;
	border-collapse:collapse;
}
#view-cart caption {
	text-align:left;
	font-size:14px;
	padding-bottom:5px;
}

#view-cart th {
	text-align:left;
	font-size:12px;
	border-bottom:1px solid #FD853E;
}
#view-cart th.fund-col {
	width: 170px;
}
#view-cart th.amount-col {
	width: 80px;
}
#view-cart th.remove-col {
	text-align:right;
	width: 40px;
}

#view-cart td {
	font-size:13px;
	border-bottom:1px solid #FD853E;
	vertical-align:middle;
	padding:5px 0;
}
#view-cart tfoot td {
	padding-top:5px;
	border:none;
}

#view-cart input.form-currency-input {
	width:50px;
}

#view-cart input.form-checkbox-input {
	float:right;
	vertical-align:middle;
}

#view-cart .process-cart, #submit_div .process-cart {
	display:inline-block;
	padding:2px 6px;
	margin:0 2px;
	border:1px solid #FD853E;
	text-decoration:none;
	background-color:#E1702D;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(55, 55, 55, .2);
	box-shadow:  0px 0px 0px 1px rgba(55, 55, 55, .2);
	behavior: url('PIE.htc');
}

#submit_div a.process-cart:link, #submit_div a.process-cart:visited {
	color:#FFF;
}
#submit_div a.process-cart:hover, #submit_div a.process-cart:active {
	color:#E7E91A;
}

#view-cart .error-msg {
	font-size:12px;
}

.funds-tabs .tab-content p.small {
	font-size:13px;
}

.cartimg {
	display:block;
	float:right;
	margin-right:25px;
	width:50px;
	height:30px;
}

.cartadded
{
	background-image: url('../layout_imgs/bccf-cart-added.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.fund-description {
	color:#000;
}
table.contenttable {
	border:1px solid #f6d888;
	border-collapse:collapse;
	background:#F2BB30;
	margin: 5px 15px 5px 5px;
}

table.contenttable td {
	border:1px solid #f6d888;
	padding:5px;
	margin:5px;
	font-size:14px;
}

/* ACCORDIONS */
#accordion h3.closed, #accordion h3.open {
    background: none repeat scroll 0 0 #fcff9b;
    color: #436A8C;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(55, 55, 55, .2);
	box-shadow:  0px 0px 0px 1px rgba(55, 55, 55, .2);
	behavior: url('PIE.htc');
}
#accordion h3.closed {
	background-image:url('../layout_imgs/accordion-open.png');
	background-repeat:no-repeat;
	background-position: 98% 50%;
}
#accordion h3.open {
	background-image:url('../layout_imgs/accordion-close.png');
	background-repeat:no-repeat;
	background-position: 98% 50%;
}
#accordion h3 {
    cursor: pointer;
    margin: 4px 0 0;
    padding: 12px 10px;
}
.accordion_content {
	display:none;
}

.error-msg {
	color:#C00;
}

.add-to-cart-img {
	float:right;
	margin:0 5px;
}

/** Payments */
body.payment-report #left-column {
	display:none;

}

#payments-made  {
	width:920px;
	margin:10px auto;
	border-collapse: collapse;
}

#payments-made th {
	font-size:9px;
	font-weight: 600;
}

#payments-made td {
	font-size:10px;
	padding:3px;
	margin:5px;
	border:1px solid #efefef;
}

#review-div {
	margin-left:20px;
}

.latest-content-item-div {
	border-bottom:1px solid #efefef;
	margin:10px 0;
	padding:3px 0;
}
.latest-content-item-div img {
	float:left;
	margin:0 25px 0 0;
	vertical-align:middle;
}
.latest-content-item-div p {
	vertical-align:middle;
}
/* SPLASH */

#splash-wrapper {
	position:relative;
}
#splash-wrapper h3 {
	text-align:right;
}
.show {
	display:block;
}
.hide {
	display:none;
}
#player {
	position:relative;
}
#player iframe {
	margin: 0 auto;
}


/** Sk8TheRink Thermometer */

.donation-meter {
  margin-left: 30px;
  width: 100px;
}
.donation-meter .glass {
  background: #e5e5e5;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 300px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
  width: 20px;
}
.donation-meter .amount {
  background: #f34e54;
  border-radius: 100px;
  display: block;
  width: 20px;
  position: absolute;
  bottom: 5px;
}
.donation-meter strong {
  display: block;
  text-align: center;
}
.donation-meter .goal {
  font-size: 30px;
}
.donation-meter .total {
  font-size: 16px;
  position: absolute;
  right: 35px;
}

.bulb {
  background: #e5e5e5;
  border-radius: 100px;
  display: block;
  height: 50px;
  margin: 0 35px 10px;
  padding: 5px;
  position: relative;
  top: -20px;
  right: 15px;
  width: 50px;
}
.bulb .red-circle {
  background: #f34e54;
  border-radius: 100px;
  display: block;
  height: 50px;
  width: 50px;
}
.bulb .filler {
  background: #f34e54;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 30px;
  width: 20px;
  position: relative;
  top: -65px;
  right: -15px;
  z-index: 30;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.33333;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: 0 0 4 0 inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: 0 0 4 0 none;
}

.btn-default {
    color: #888888;
    background-color: #EEEEEE;
    border-color: #888888;
    background: linear-gradient(to bottom, #EEEEEE 0%, #E1E1E1 100%);
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #888888;
    background-color: #E1E1E1;
    border-color: #7B7B7B;
    background: linear-gradient(to bottom, #E9E9E9 0%, #EEEEEE 100%);
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    color: #888888;
    background-color: #EEEEEE;
    border-color: #888888;
    background: linear-gradient(to bottom, #E9E9E9 0%, #EEEEEE 100%);
}

.btn-sk8therink {
    color: #000000;
    background-color: #febc10;
    border-color: #dda512;
    background: linear-gradient(to bottom, #febc10 0%, #f4b40e 100%);
}

.btn-sk8therink:hover, .btn-sk8therink:focus, .btn-sk8therink.focus, .btn-sk8therink:active, .btn-sk8therink.active, .open > .btn-sk8therink.dropdown-toggle {
    color: #000000;
    background-color: #febc10;
    border-color: #dda512;
    background: linear-gradient(to bottom, #f4b40e 0%, #febc10 100%);
}

.btn-sk8therink.disabled, .btn-sk8therink.disabled:hover, .btn-sk8therink.disabled:focus, .btn-sk8therink.disabled.focus, .btn-sk8therink.disabled:active, .btn-sk8therink.disabled.active, .btn-sk8therink[disabled], .btn-sk8therink[disabled]:hover, .btn-sk8therink[disabled]:focus, .btn-sk8therink[disabled].focus, .btn-sk8therink[disabled]:active, .btn-sk8therink[disabled].active, fieldset[disabled] .btn-sk8therink, fieldset[disabled] .btn-sk8therink:hover, fieldset[disabled] .btn-sk8therink:focus, fieldset[disabled] .btn-sk8therink.focus, fieldset[disabled] .btn-sk8therink:active, fieldset[disabled] .btn-sk8therink.active {
    color: #000000;
    background-color: #febc10;
    border-color: #dda512;
    background: linear-gradient(to bottom, #febc10 0%, #f4b40e 100%);
}

.btn.btn-sk8therink {
    width:100%;
    margin:1em auto;
    text-align: center;
    color:#000000;
    padding: 12px 24px;
    font-size: 30px;
    font-size:1.875rem;
    line-height: 1.33333;
}
.sk8therink-donate-button-div {
	text-align:center;
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
/*
@media handheld, only screen and (max-width: 767px) {

}
*/

/*	Hi-Res laptops and desktops */
@media only screen and (min-width:1281px) ) {

	#top-section {
		width:  1140px;
		margin: 0 auto;
		height:60px;
	}

	#container {
		width:  1140px;
		margin: 0 auto 25px auto;
	}

	ul#topnav {
		width:990px;
		margin:15px auto 0 140px;

	}

	ul#topnav.sf-menu a {
		padding:10px 18px 0 18px;
	}

	#main-column {
		width:880px;
		float:left;
		min-height:400px;
	}

	#main-column.full {
		width:100%;
		float:none;
		min-height:400px;
	}

	#home-slideshow {
		max-width:800px;
		max-height:320px;
	}

	#home-slideshow-placeholder {
		width:800px;
		height:322px;
	}

	#home-left-col {
		width:360px;
	}

	#home-middle-col {
		width:354px;
		min-height:300px;
	}

	#home-right-col {
		width:360px;
	}
	.staff-listing-div .listing-info-div {
		width:650px;
	}

} /*	END Hi-Res  */


/*		Desktop Layout: 960px. */
@media only screen and (min-width:992px) and (max-width: 1280px) {

	#wrapper {
		width:960px;
	}
	#top-section {
		width: 960px;
		margin: 0 auto;
		height:60px;
	}

	#bccf-logo-div {
		position:absolute;
		top:20px;
		left:0px;
		padding:10px;
	}
	#container {
		width: 960px;
	}

	ul#topnav {
		width:800px;
		margin:15px auto 0 140px;
	}

	ul#topnav.sf-menu a {
		padding:10px 8px 0 8px;
	}

	#main-column {
		width:710px;
		float:left;
		min-height:400px;
	}
	#main-column.full {
		width:100%;
		float:none;
		min-height:400px;
	}

	#home-slideshow {
		max-width:650px;
		height:auto;
		/* image height should be resized to 260px */
	}

	#home-slideshow-placeholder {
		width:650px;
		height:262px;
	}

	.theme-default .nivo-controlNav,
	.nivo-controlNav {
		position:absolute;
		bottom:20px;
		left:500px;
	}

	.theme-default .nivo-caption,
	.nivo-caption {
		width:100%;
		height:65px;
		margin:0;
		padding:0 10px;
		background-image:url('../layout_imgs/bkgd-trans-white-75.png');
		background-repeat:repeat-x;
		color:#000;
		display:none;
	}


	#home-left-col {
		width:300px;
	}

	#home-middle-col {
		width:296px;
		min-height:300px;
	}

	#home-right-col {
		width:300px;
	}

	#bands h1 {
		width:260px;
		font-size:28px;
	}

	#band-give { height:52px; }
	#band-volunteer { height:52px; }
	#band-grants { height:52px; }
	#band-scholarships { height:53px; }
	#band-explore { height:53px; }

	.staff-listing-div .listing-info-div {
		width:500px;
	}


} /* END Desktop Layout: 960px. */


/*		Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


}


/*		Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


}

/*		Wide Mobile Layout: 480px.  */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}
