/******************************
default.css
Copyright 2012-2015 Derek Erb
http://www.cabinetderekerb.com

For www.frizzyfoundation.org
******************************/

/******************************
Swatch colors
Dark Red = #990000
Light Red = #A62529

Blue = #003A73

Dark Grey = #666666
Light Grey = #E1E1E1

Sans-serif: verdana, arial, helvetica, sans-serif;
Serif: georgia, "times new roman", times, serif;
******************************/

/******************************
	OVERRIDES
******************************/
	
@media screen {
	* {
		font-size: 100%;
		margin: 0;
		padding: 0;
	
		font-family: georgia, "times new roman", times, serif;
	}
}

@media print {
	* {
		font-size: 15pt;	
		margin: 0;
		padding: 0;
	
		font-family: georgia, "times new roman", times, serif;
	}
}

img, embed, object, video {
	max-width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	background-size: contain;
}

a:link, a:active, a:visited, span.link a:link, span.link a:active, span.link a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

a:hover, span.link a:hover {
	color: #990000;
	text-decoration: underline;
}

.left {	float: left; }
.right { float: right; }
.clear { clear: both; }

strong {
	font-weight: bold;
}

/******************************
	BLOCKS
******************************/

body {
	background: #fff;
}

div {
	margin-top: 2%;
}

main {
	width: min(80%, 1024px);
	margin: 2% auto;
}

li {
	margin-top: 1%;
	margin-bottom: 1%;
}

ul {
	margin-left: 4%;
}

div.logo img {
	text-align: center;
}

div.logo .reg {
	position: relative;
	font-weight: bold;
	font-size: 1.4rem;
	top: -2em;
	left: -3.5em;
}

	/* Smartphone */
	@media screen and (max-width: 480px) {
		div.logo .reg {
			top: -1em;
			left: -1.5em;
		}
	}

div.statement {
	margin: 0.25% 0 1% 2%;
	text-align: left;
}

	/* Smartphone */
	@media screen and (min-width: 320px) and (max-width: 480px) {
		div.statement {
			margin-left: 4%;
			padding-right: 4%;
		}
	}

	/* Tablet */
	@media screen and (min-width: 481px) and (max-width: 767px) {
		div.statement {
			margin-left: 4%;
			padding-right: 4%;
		}
	}

	/* iPad */
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.statement {
			margin-left: 4%;
			padding-right: 4%;
		}
	}

	/* Print */
	@media print {
		div.statement {
			font-size: 12pt;
		}
	}

div.steng {
}

div.stdeu {
	font-style: italic;
}

div.titre {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

div.titremail {
	font-size: 110%;
	margin-bottom: 3%;
}

	/* Smartphone */
	@media screen and (min-width: 320px) and (max-width: 480px) {
		div.titremail {
			font-size: 150%;
		}
	}

	/* Tablet */
	@media screen and (min-width: 481px) and (max-width: 767px) {
		div.titremail {
			font-size: 150%;
		}
	}

	/* iPad */
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		div.titremail {
			font-size: 150%;
		}
	}

	/* Print */
	@media print {
		div.titremail {
			font-size: 15pt;
		}
	}

footer, #Footer {
	clear: both;
	
	text-align: center;
	background: #666666;
	color: #fff;
	
	padding: 0.5%;

	margin: 20% 2% 2% 2%;
}

footer a:link, footer a:active, footer a:visited,
#Footer a:link, #Footer a:active, #Footer a:visited {
	color: #333333;
	text-decoration: none;
}

footer a:hover,
#Footer a:hover {
	color: #990000;
	text-decoration: underline;
}

footer a.dplink {
	color: lightgray;
}

footer a.dplink:hover {
	color: lightgoldenrodyellow;
}

header, #Header {
	margin-top: 0;
	clear: both;

	text-align: center;
}

hr.sep {
	margin: 4% auto 4% auto;
	border: 0;
	height: 1px;
	width: 65%;
	text-align: center;

	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/******************************
	GRANTEES
******************************/

div.btn {
	text-align: center;
	background-color: #003A73;
	color: white;
	width: 50%;
	margin: 2% auto;
	padding: 0.5%;

	-moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	border-top-left-radius: 0.5em;

	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-top-right-radius: 0.5em;

	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;

	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;

}

div.btn a:link, div.btn a:active, div.btn a:visited {
	padding-left: 1%;
	padding-right: 1%;
	color: white;
	background-color: transparent;
	text-decoration: none;
}

div.btn a:hover {
	padding-left: 1%;
	padding-right: 1%;
	color: white;
	background-color: #990000;
	text-decoration: none;
}

div.grantee {
	text-align: center;
	margin: 1% auto;
	padding: 1% 1% 0.5% 1%;

	width: 60%;
	background-color: #E1E1E1;
	border: 1px solid #003A73;
}

div.grorg {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}

div.grorgloc {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	margin: 0;
}

div.testdiv {
	font-size: 1.2em;
	font-weight: bold;

	margin-bottom: 2%;
}