/* @override http://charityunleashed.site/global/screen.css */

/*

	Charity Unleashed Stylesheet

*/

html, body {
	height: 100%;
}


body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #222;
	background:#fafafa url("bg.png");
	
}

#wrap {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	
	min-height:100%;
	height:auto !important;
	height: 100%;
	position: relative;
}

#page {
	padding-bottom: 150px;
}

#header {
	background: url("header-bg.png") repeat-x;	
	height: 78px;
	margin-bottom:80px;
}

h1 {
	color: #425ca4;
	font-size: 2em;
	margin: 2em 0 0.4em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 3em 0 1em 0;
}

p {
	
	font-size:1.2em;
	margin-bottom:2em;
}

.city-links {
	width: 460px;
	margin: 40px auto 0 auto;
}

.city-links div {
	width: 230px;
	float: left;
}

.city-links div img {
	-webkit-box-shadow: 0 2px 5px #bbb;
	-moz-box-shadow: 0 2px 5px #bbb;
	box-shadow: 0 2px 5px #bbb;
	margin-bottom: 1.5em;
}




 a.button, input.button {
	color:#dadada;
	font-weight: bold;
	
	background: #0077c3 url(jbutton-bg-blue.png);
	height: 28px;
	
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border: none;
	
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	
	text-shadow: rgba(0,0,0,0.4) -1px -1px 0;
	
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, color-stop(0.6, transparent), color-stop(1.0, rgba(255, 255, 255, 0.4)));
	
	-webkit-transition-duration:0.3s;
}



a.button:hover, input.button:hover {
	color: #fff;
	-webkit-box-shadow: 0px 0px 7px #60c1ff, 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px #60c1ff;
	
}

#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	width: 100%;
}

#footer p{
	width: 960px;
	margin: 0 auto;
	padding: 2em 0 2em 0;
	text-align: center;
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
}

#footer a{
	color: #777;
	font-size: 100%;
}

