/* CSS Reset */
* {margin:0;padding:0;} 

@font-face {
	font-family: Gara;
	src:url(../fonts/GARA.TTF);
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-size:18px;
	background:#d6ecfb url(../images/home_bg.jpg) no-repeat center top fixed;
}

body#about-alex {
	background-image:url(../images/about_bg.jpg);
}
body#foundation-info {
	background-image:url(../images/foundation_bg.jpg);
}

body#events {
	background-image:url(../images/events_bg.jpg);
}

body#donate {
	background-image:url(../images/donate_bg.jpg);
}
body#apply {
	background:none;
	background:#d6ecfb;
}
h2 {
	color:#005395;
	font-size:22px;
	margin:20px 0 0;
}
ol, ul {
	padding:0 10px;
	margin:0 10px;
}
ol li {
	margin:10px 0;
	color:#79797A;
	font-weight:bold;
}
ul li {
	margin:10px 0;
	color:#79797A;
	font-weight:normal;
	line-height: 24px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {height: 100%;}

a{
	font-weight: bold;
	text-decoration: none;
	color: #f18bb9;
}

a:hover{
	color: #c47196;
}

/* Real CSS */
#container {
	width:960px;
	position:relative;
	margin:0 auto;
	overflow:auto;
}
#leftcontent {
	width:385px;
	height:120px;
	float:left;
	position:fixed;
	bottom:0;
}
	#leftcontent #scripture {
		background:url(../images/scripture_bg.png) repeat;
		position:absolute;
		top:0;
		right:-13px;
	}
		#leftcontent #scripture #scripture_heart {
			position:absolute;
			top:5px;
			left:5px;
		}
		#leftcontent #scripture p {
			text-align:right;
			color:#005395;
			font-size:20px;
			padding:10px 10px 10px 45px;
		}
#rightcontent {
	float:right;
	width:575px;
	background:url(../images/right_bg.png) repeat-y top;
	position:relative;
	z-index:100;
}
#header {
	padding:0 15px;
}

	#topnav {
		position:absolute;
		top:0;
		right:18px;
	}
	#logo {
		margin:40px 0 30px;
		width:100%;
		text-align:center;
	}
	
	#links {
		text-align:center;
	}
		#links a {
			text-decoration:none;
			height:55px;
			display:inline-block;
			margin:0 20px;
		}
		#links a#about_link {
			background:url(../images/links.png) no-repeat 0px top;
			width:90px;
		}
		#links a#about_link:hover,
		#links a#about_link.selected {
			background:url(../images/links.png) no-repeat 0px bottom;
		}
		#links a#foundation_link {
		  	background:url(../images/links.png) no-repeat -126px top;
			width:120px;
		}
		#links a#foundation_link:hover,
		#links a#foundation_link.selected {
			background:url(../images/links.png) no-repeat -126px bottom;
		}
		#links a#events_link {
		  	background:url(../images/links.png) no-repeat -288px top;
			width:72px;
		}
		#links a#events_link:hover,
		#links a#events_link.selected {
			background:url(../images/links.png) no-repeat -288px bottom;
		}
		#links a#donate_link {
		  	background: url(../images/links.png) no-repeat -408px top;
			width: 78px;
		}
		#links a#donate_link:hover,
		#links a#donate_link.selected {
			background:url(../images/links.png) no-repeat -408px bottom;
		}
		
			
#divider {
	margin:10px 0 30px;
	text-align:center;
}

.divideTop, .divideBottom{
	background: transparent url(../images/contentDivider.png) no-repeat center top;
	width: 100%;
	height: 30px;
}

.divideBottom{
	background-position: bottom center;
}

#bodyapply {
	float:right;
	background: #F299C1 url(../images/scripture_heart_hover.png) 5px center no-repeat;	
	padding: 10px 20px 10px 45px;
	color: #fff;
	text-decoration:none;
	font-size:18px;
	text-align: center;
	margin-top:-5px;
	margin-right: 165px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
	#bodyapply:hover {
		cursor: pointer;
		color: #79797A;
		background: #C7DFEF url(../images/scripture_heart.png) 5px center no-repeat;
	}
	#bodyapply.applybottom {
		margin-top:10px;
	}

#content {
	padding:0 35px;
}
#content.apply {
	background:url(../images/bg_960.png) repeat-y;
	padding-top:20px;
}
	#content h1 {
		color:#005395;
		font-family:Gara;
		font-size:36px;
		border-bottom:#f299c1 solid 1px;
		margin-bottom:10px;
	}
	
	#content h3{
		font-weight: bold;
		color: #F299C1;
		color: #d885aa;
	}
	
	#content p {
		padding:10px 0;
		line-height:24px;
		color:#79797a;
		font-variant: inherit;
	}
		#content p.quote {
			text-align:center;
			color:#3e98df;
			width:350px;
			margin:0 auto;
			font-size:22px;
		}
		#content p.fromwho {
			text-align:right;
			color:#79797a;
		}
		#content p img.right {
			padding:0 0 0 20px;
			float:right;
		}
		#content p img.left {
			padding:0 20px 0 0;
			float:left;
		}
	
	/*#home_image {
		width:100%;
		height:265px;
		display:block;
		margin:10px 0;
		-webkit-box-shadow:  0px 0px 6px 0px #666;
        box-shadow:  0px 0px 6px 0px #666;
	}*/
	
	#home_image{
		background: transparent url(../images/homeImg.png) no-repeat top center;
		width: 100%;
		height: 350px;
		margin: 15px 0;
	}
	
span.bold {
	font-weight:bold;
}

/* Donation */
#donationInfo, .event{
	color:#79797a;
	text-align: center;
}

.donateLocation{
	margin: 10px;
	font-size: 1.2em;
	line-height:1.3em;
	font-style: italic;
}

#alert {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../images/dark_bg.png);
	z-index:200;
}
	#alert p {
		position:fixed;
		top:50%;
		left:35%;
		display:block;
		width:425px;
		background:#d6ecfb;
		padding:20px;
		text-align:center;
		border:#FF6699 solid 1px;
		font-family:Helvetica, Arial, sans-serif
	}
		#alert.error p {
			color:#FF0000;
		}
		#alert p #close {
			position:absolute;
			top:0;
			right:0;
			padding:5px;
			background:#666666;
			color:#FFFFFF;
			padding:5px;
			text-decoration:none;
			font-size:12px;
		}


#footer {
	float:right;
	width:575px;
	height: 70px;
	padding-top:40px;
	background:url(../images/right_bg.png) repeat-y top;
	position:relative;
	z-index:100;
	}
	#footer.apply {
		width:960px;
		float:none;
		margin:0 auto;
		background:url(../images/bg_960.png) repeat-y top;
	}
	#footer #copyright {
		margin-top:20px;
	}
	
	#footer p, #footer a {
		color:#f299c1;
		text-align:center;
		font-size:16px;
		text-decoration:none;
	}
		#footer a:hover {
			color:#f9cce0;
		}
		
		
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}