/*
	donor.com official colors:
	#8cc63f green
	#a9a8ac gray
	#e27f25 orange
	#197ca4 text blue
	#3da8e6 light blue
	#3291c6 medium blue
	#287199 dark blue
	
	Other colors:
	#ededf4 page background
	#959595 text gray
*/

/* Reset Styles */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section, video, object {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

del {
	text-decoration: line-through;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:baseline;
}

/* End Reset Styles */



body {
	background: #ededf4;
	color: #959595;
	font-size: 87.5%;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.45;
	padding: 0 10px;
	text-align: left;
	margin: 0 auto;
}

/* Typography */
h1 {
	font-size: 1.71em;
	text-align: center;
}

h2 {font-size: 1.57em}
h3 {font-size: 1.43em}
h4 {font-size: 1.29em}
h5 {font-size: 1.14em}
h6 {font-size: 1em}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
	color: #197ca4;
}
	
a img {
	border: 0px;
	text-decoration: none;
}

a:link, a:visited {
	color: #197ca4;
	padding: 0 1px;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
}


/* Layout */
.identity {
	text-align: center;
	margin: 20px auto;
}

header, footer {
	clear: both;
	margin: 0 auto;
}

header nav {
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 2em auto;
	padding: 0;
	text-align: center;
	min-width: 380px;
	
	background: #287199;
	background: -moz-linear-gradient(top, #3291c6, #287199);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3291c6), to(#287199));

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	-moz-box-shadow: 0 2px 3px #ccc;
	-webkit-box-shadow: 0 2px 3px #ccc;
	box-shadow: 0px 2px 3px #ccc;	
	text-transform:capitalize;
}

header nav ul {
	list-style: none;
	margin: 0 auto;
	display: table;
}

header nav li {
	float: left;
	display: inline;
	margin: 0;
	border-left: 1px solid #287199;
}

header nav li:first-child {
	border-left: none;
}

header nav a:link, header nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 1.5em;
	text-decoration: none;
}

header nav a:hover, header nav a:active {
	background: #3291c6;
}

footer {
	padding-bottom: 2em;
	text-align: right;
}

@media screen and (max-device-width: 480px) {
	header nav {
		min-width: 300px;
	}

	header nav a:link, header nav a:visited {
		padding: 5px .8em;
	}

}
