/******** CSS Document ***********/
/***** FOOD FOR CHILDREN ******/

@charset "UTF-8";

a,
article,
aside,
body,
div,
em,
footer,
form,
h1,
h2,
h3,
header,
html,
img,
li,
main,
nav,
p,
section,
span,
table,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
}

body {
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	background-color: #8fc7ea;
	color: #000;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #0276FD;
	font-weight: 400;
}


/** BACK TO TOP ANCHOR LINKS **/
p a.arrow {
	font-size: 1.8em;
	display: block;
	text-align: right;

}

h1,
h2,
h3 {
	font-weight: bold;
}

h1,
h2 {
	font-size: 1.4em;
	padding-bottom: 10px;
}



ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

/** Spacing for regular, non special lists **/
ul.regular li{
	padding-bottom: 20px;
}


em {
	font-weight: bold;
}

p.newprog {
	font-weight: bold;
}

span.emphasis {
	color: red;

}

.antispam {
	display: none;
}

/******************************/
/***  320px MOBILE STYLES  ******/
/*****************************/
@media only screen and (min-width: 320px) {

	#container,
	header,
	nav#main,
	#wrapper,
	section,
	aside,
	footer {
		width: 100%;
		background-color: #8fc7ea;
	}

	#container {
		margin: 0px auto;
		max-width: 1000px;
	}

	#container {
		padding-bottom: 20px;
	}

	header img,
	section img {
		width: 100%;
		height: auto;
	}

	header {
		padding-bottom: 20px;
	}

	/** FOR NAV OUTSIDE OF CONTENT **/
	nav#main,
	aside nav {
		padding: 8px 20px 0px 20px;
	}

	nav ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px 8px;
		gap: 10px 8px;
		text-align: center;
	}

	nav a,
	nav a:link,
	nav a:visited,
	nav a:hover,
	nav a:active {
		display: block;
		font-size: 0.9em;
		padding: 5px 8px;
		border: 1px dotted #d5eaff;
		border-radius: 5px;
		background-color: #d5eaff;
	}

	nav a:hover {
		background-color: #fff;
		color: #333;
	}

	nav li#thispage a {
		background-color: #fff;
		color: #333;
	}


	#content a:hover {
		background-color: #d5eaff;
		color: #333;
	}

	/** DONATE & MUSIC GIFT BUTTON SECTIONS **/
	section#donate {
		display: flex;
		justify-content: space-around;
		padding: 20px 0px;
	}

	#musicbutton {
		width: 100px;
		height: auto;
	}

	#donatebutton {
		height: 50px;
	}

	/** CONTENT SECTION **/
	section#content {
		padding: 0px 20px 20px 20px;
	}

	section#content p {
		padding: 0px 0px 20px 0px;
		line-height: 1.4em;
	}

	section#content img {
		padding: 0px 0px 20px 0px;
	}

	section#content img.bioimg {
		width: 75px;
		height: auto;
	}

	/** DIVIDER FOR ORPHAN CHILD IMG **/
	/**  ON NEWS PAGE **/
	section#content p.divider {
		padding: 0px;
		margin-bottom: 40px;
		border-bottom: 2px solid darkblue;
	}

	/** ORPHAN CHILDREN IMAGES **/
	section#content img.child {
		padding: 8px 0px 8px 0px;
		width: 60%;
		max-width: 250px;
		height: auto;
	}

	/** DONATE BUTTON INSIDE OF CONTENT SECTIONS **/
	section#content #donatebutton {
		margin-bottom: 20px;
	}


	/** DONATE FORM ON HELP PAGE **/
	/** NEEDS A SPECIAL PRINT CSS at end  **/
	#donateform {
		padding-bottom: 20px;
	}

	#donateform p {
		font-weight: 400;
	}


	/** PRINTABLE DONATION FORM SCREEN STYLES **/
	#donateform .formline {
		display: block;
		width: 100%;
		border-top: 1px solid #333;
		margin-bottom: 20px;
	}

	/** IN CONTENT ANCHOR LINKS FOR REGIONS PAGE **/
	section#content nav {
		margin-bottom: 20px;
	}

	/** SUBNAV in ASIDEs Styles **/
	nav#subnav1 a,
	nav#subnav2 a,
	nav#subnav3 a,
	/** SPECIAL FOR REGIONS PAGE **/
	nav#regionnav a {
		height: 55px;
	}

	/** REGIONS STYLES **/
	section#content ul.region {
		list-style-type: square;
		margin-left: 17px;
		margin-bottom: 20px;
	}

	ul.region li {
		margin-bottom: 10px;
	}

	/** FOOTER **/
	footer {
		margin-top: 0px;
		background-color: #333;
		height: 100px;
	}

	footer p {
		padding-top: 20px;
		color: #fff;
		text-align: center;
	}
	
	#vote {
		width: 100px;
		height: auto;
		margin-left: 10px;
	}

}

/******************************/
/***  700px & Larger STYLES  ***/
/*****************************/
@media only screen and (min-width: 700px) {


	/** GRID INCREASE TO 6 **/
	nav#main ul {
		grid-template-columns: repeat(6, 1fr);
	}

	/** MAIN NAV ONLY **/
	#main a,
	#main a:link,
	#main a:visited,
	#main a:hover,
	#main a:active {
		border: none;
		background-color: transparent;
	}

	#main a:hover {
		background-color: transparent;
		color: #fff;

	}

	/** THINK PAGE INDICATOR STYLES **/
	#main li#thispage a {
		background-color: transparent;
		color: #fff;
	}


	section#donate {
		
	}

	#musicbutton {
		margin: 0px 40px 10px 0px;
	}

	#donatebutton {
		margin-right: 34px;
	}


	#wrapper {
		display: grid;
		grid-template-columns: 250px auto auto;
	}

	section#content {
		grid-column: 2/4;
		padding-right: 40px;
		max-width: 600px;
	}

	aside {
		grid-column: 1/2;
		grid-row: 1;

	}

	aside ul {
		display: block;
		margin-top: 38px;
		border-right: 1px dotted #d5eaff;
	}

	aside ul a,
	aside ul a:link,
	aside ul a:visited,
	aside ul a:hover,
	aside ul a:active {
		background-color: transparent;
		padding: 12px 0px 0px 0px;
		border: none;
		border-radius: 5px;
		margin-bottom: 0px 5px 0px 5px;
		width: 200px;
	}

	aside ul a:hover {
		background-color: #0276FD;
		color: #fff;
	}

	footer {
		width: 100%;
	}
	
	#vote {
		margin-right: 40px;
}

}

