/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, #switcher, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12%;
}
html, body { height:100%;}
	

/* #Basic Styles
================================================== */
html{
}
body {
	margin:0;
	padding:0;
	background:url(../images/body-bg.jpg) center 0 no-repeat #000;
}

.main{
	width:600px;
	margin:0 auto;
	text-align:center;
}
#viewport {
    overflow: hidden;
}

#magazine{
	width:1200px;
	height:700px;
	font-size:12px;
	line-height:18px;
	color:#505050;
}
#magazine .turn-page{
	width:700px;
	height:600px;
	
}
.turn-page{
	background:url(../images/page-bg.gif) 0 0 repeat;
}
.pages, #controllers {
    height: 700px;
    margin: auto;
    position: relative;
    width: 1200px;
}


/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
		font-family:'Oswald';
		font-weight:300;
		line-height:1.2em;
		color:#000;
	}
	
	p { margin: 0 0 18px 0; }
	
	
	h2{
		font-size:18px;
		margin-bottom:15px;
	}
	h4{
		font-size:14px;
		margin-bottom:10px;
	}
	
	h5{
		font-size:13px;
		margin-bottom:10px;
	}
	h6{
		font-size:12px;
		margin-bottom:10px;
	}
	
	.black{
		color:#000;
	}
	
	h2.page-title{
		font-size:18px;
		line-height:1.2em;
		text-transform:none;
		text-align:center;
		margin-bottom:0;
	}
	.page-logo{
		font-size:12px;
		line-height:18px;
		color:#fff;
		font-family:'Italianno';
		background:#14cccc;
		padding:41px 4px 3px 5px;
		margin-bottom:0;
	}

	.info{
		position:absolute;
		left:26px;
		z-index:9;
	}
	
	.info.right-pos{
		left:auto;
		right:22px;
	}
	
	
/* #Links
================================================== */
	a{
	color: #F05A22;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	 }
	a:hover{ text-decoration:underline; }
	p a, p a:visited { line-height: inherit; }
	.text-color{color: #f5c9a9;}
	.text-color1{color: #5a6167;}
	
	.text-size{
		font-size:10px;
	}
/*   Logo    */
header{
	
}


.site-title{
	position:absolute;
	top:13px;
	left:0;
	right:0;
	text-align:center;
}

.back .site-title{
	top:auto;
	bottom:22px;
}

.site-title a{
	width:517px;
	height:222px;
	display:inline-block;
	font-size:0;
	line-height:0;
	background:url(../images/logo.png) 0 0 no-repeat;
}

.slogan{
	position:absolute;
	left:0;
	bottom:35px;
}
.donate_bt{
	width:233px;
	height:52px;
	display:inline-block;
	background:url(../images/donate-bt.png) 0 0 no-repeat;
}

.date{
	position:absolute;
	bottom:128px;
	width:100%;
	text-align:center;
	font-family:'Italianno';
	text-shadow:1px 1px 1px rgba(46, 36, 22, .54);
	color:#fff;
	font-size:28px;
	line-height:1.2em;
}

nav{
	overflow:hidden;	
	padding-top:32px;
	padding-bottom:32px;
	text-align:center;
}
nav ul{
	display:inline-block;
	background:url(../images/nav-li-bg.png) left 4px no-repeat;
}
nav li{
	float:left;
	font-size:13px;
	line-height:1.2em;
	background:url(../images/nav-li-bg.png) right 4px no-repeat;
	padding:0 31px 0 21px;
	text-transform:uppercase;
}

nav a{
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,.65);
	
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;	
	transition:all 0.5s;
}

nav a:hover, nav a.on{
	color:#f16e01;
	text-decoration:none;
}

.link{
	display:inline-block;
	text-decoration:none;
	font-family:'Cuprum';
	text-transform:uppercase;
	color:#fefefe;
	padding:4px 13px 5px 13px;
	background:#000;	
}
.link:hover{
	
}


.wrapper{
	width:100%;
	overflow:hidden;
}
.extr{
	overflow: Arial, Helvetica, sans-serif;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}

.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align:center;
}
/*--------Content--------*/

.inner-left{
}

.page, .turn-page{
	position:relative;
	background:url(../images/page-bg.gif) 0 0 repeat;
}

.home{
	background:url(../images/front-cover.jpg) 0 0 no-repeat;
}

.about{
	background:url(../images/about-bg.jpg) 0 0 no-repeat;
}
.charity{
	background:url(../images/charity-bg.jpg) 0 0 no-repeat;
	
}
.help{
	background:url(../images/help-bg.jpg) 0 0 no-repeat;
}
div.contact{
	background:url(../images/contact-bg.jpg) 0 0 no-repeat;
}
.back{
	background:url(../images/back-cover.jpg) 0 0 no-repeat;
}
.content{
	position:relative;
	z-index:99;
	padding:23px 19px 38px 22px;
}


.img-list{overflow:hidden;margin:-16px 0 0 -16px;}
	.img-list li{
		float:left;
		margin:16px 0 0 16px;
	}


.cause-list{
	overflow:hidden;
	margin:-25px 0 0 -13px;
}
	.cause-list li{
		float:left;
		margin:25px 0 0 13px;
		width:130px;
	}

.history-list{
}
	.history-list li{
		margin-top:18px;
	}
	.history-list li:first-child{
		margin-top:0;
	}

.about-list{}
	.about-list li{
		margin-top:14px;
	}
	.about-list li:first-child{
		margin-top:0;
	}
	.about-list li img{
		float:left;
		margin:4px 10px 0 0;
	}
	.about-list li div{
		overflow:hidden;
	}
	
.staff-list{}
	.staff-list li{
		float:left;
		margin-left:26px;
		font-family:'Oswald';
		color:#505050;
	}	
	.staff-list li:first-child{
		margin-left:0;
	}
	.staff-list li h6{
		margin-bottom:0;
		font-weight:normal;
	}
	.staff-list li img{
		margin-bottom:12px;
	}
	
.services-list{}

	.services-list li{
		margin-top:3px;
		background:url(../images/services-marker.gif) 0 7px no-repeat;
		padding-left:13px;		
	}
	.services-list li:first-child{
		margin-top:0;
	}
		.services-list li a{
			color:#505050;
			text-decoration:none;
		}
			.services-list li a:hover{
				text-decoration:underline;
			}
		

.shadow-right{
	width: 100%;
	height: 1px;
	position: absolute;
	background: url(../images/shadow-right.png) 0 0 repeat-y;
	z-index: 9;
	top: 4px;
}
.shadow-left{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/shadow-left.png) right 0 repeat-y;
	z-index: 9;
	left: 44px;
}

#content{
	
}
.page-inner{
	padding:18px 22px 50px 22px;
}

.img-container{
	border:#fa6514 2px solid;
}


.map{
	padding:1px;
	background:#eaecfa;
	border:#cfd3e3 1px solid;
	display:inline-block;
}

.map iframe{
	background:#ced2e2;
	border:#eaecfa 1px solid;
	padding:3px;
}

.img-indent{
	float:left;
	margin:2px 11px 0 0;
}
.img-indent1{
	float:left;
	margin:2px 16px 0 0;
}
.img-indent2{
	float:left;
	margin:2px 32px 0 0;
}
.divider{
	width: 100%;
	border-bottom: #daddef 1px solid;
	height: 1px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.spacer{
	background:url(../images/divider-bg.gif) 374px 0 repeat-y;
}

.quote{
	background:url(../images/quote-bg.png) 0 0 no-repeat;
	font-style:italic;
	padding-left:18px;
}
.author{
	font-weight: bold;
	font-style: normal;
	padding-top: 10px;
}
.marg-top5{
	margin-top:-5px;
}
/*--------Layouts--------*/
.col-1, .col-2, .col-3, .col-4,.col-5, .col-6{
	float:left;
}
.col-1{
	width:354px;
	padding-right:39px;
}
.col-2{
	width:166px;
}
.col-3{
	width:238px;
	padding-right:13px;
}
.col-4{
	width:240px;
}
#services-1 .col-1{
	width:230px;
	padding-right:55px;
}
#services-1 .col-2{
	width:237px;
}
.charity-1 .col-1{
	width:258px;
	padding-right:33px;
}
.charity-1 .col-2{
	width:258px;
}
/*-----------------------*/

/* Indents */

.top5{
	padding-top:5px;
}
.top8{
	padding-top:8px;
}
.top10{
	padding-top:10px;
}
.top15{
	padding-top:15px;
}
.top20{
	padding-top: 0px;
}

.top25{
	padding-top:25px;
}

.top30{
	padding-top:30px;
}
.top35{
	padding-top:35px;
}
.top40{
	padding-top:40px;
}
.top74{
	padding-top:74px;
}

.left59{
	margin-left:59px;
}

.bottom15{margin-bottom:15px;}

.img-bottom-indent{
	margin-bottom:15px;
}
.img-container{
}

footer{
	padding:12px 0 22px 0;
}
footer .main{
	color:#d8d8d8;
	font-size:14px;
	text-align:center;
}
.copy{
	color:#bfbfbf;
	font-size:11px;
	padding-top:15px;
}
/* #Forms
================================================== */

	form.contact{position:relative;overflow:hidden;display:block;padding-top:15px;}
	label{
		display:block;
		margin-bottom:7px;
		overflow:hidden;
	}
	form.contact strong{
		color:#5b5b5b;
		font-weight:normal;
		display:block;
		padding-bottom:4px;
	}
	
	
	form.contact input[type="text"],
	input[type="password"],
	input[type="email"],
	form.contact textarea,
	select {
		
		border:#adadad 1px solid;
		border-right:0;
		border-bottom:0;
		position:relative;
		background:#fff;
		width:269px;
	  	padding:2px 5px 3px 5px;
		color:#5b5b5b;
		box-shadow:0px 0px 1px 1px #e3e3e3 inset, -1px -1px 1px 0px #ececec;
		
	}
	
	input[type="submit"], input[type="reset"]{
		border:0;
		margin:0;
		background:0;
		display:block;
		width:64px;
		height:31px;
		background:url(../images/sent-bt.png) 0 0 no-repeat;
		cursor:pointer;
		float:left;
		margin-top:12px;
		
	}
	input[type="reset"]{
		background:url(../images/clear-bt.png) 0 0 no-repeat;	
		margin-right:23px;
	}
	form.contact textarea {
		min-height: 112px;
		width:336px;
	}
	

	
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
