@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	color: #FFF;
	text-align: center;
	margin-top:0px;
	}
	
    a:link              { color:#ffc20f; text-decoration:none; }
    a:visited           { color:#ffc20f; text-decoration:none; }
    a:hover             { color:#ffdf83; text-decoration:none; }
    a:active            { color:#ffc20f; text-decoration:none; }

	
#container {width:1100px; min-height:1423px; background: url(img/base.jpg); margin:0 auto; background-repeat:no-repeat; }

#left-col { padding-top:375px; margin-left:115px;width:449px; float:left}
#right-col { margin-top:630px; margin-right:10px;width:449px; float:right; background: url(img/download-bg.png) no-repeat;}

	.follow { background: url(img/follow.png); text-indent:-9999px; width: 257px; height: 131px; margin: 0 auto; } 
	.email { background: url(img/email-list.png); text-indent:-9999px; width: 339px; height:96px; margin: 0 auto; clear:both } 
	
/* nav */
	#sn-box{ width: 449px; float: left;}
	#sn { background: url(img/sn-bg.png); margin:0 auto;}
	#sn span {display: none;}
	#sn li { list-style-type: none; width: 296px; margin: 0 auto;}
	#sn a { height: 70px; display:block}	
	#blog { height:70px; background: url(img/links.png)}
	#xblog a:hover { height:40px; background: url(img/links.png);}
	#facebook {height:65px; background: url(img/links.png) 0px -70px}
	#twitter { height:60px; background: url(img/links.png)0px -140px}
	#youtube { height:60px; background: url(img/links.png) 0 -209px no-repeat;}
	
	#email-list { background: url(img/emailbg.png); width:449px; height:198px;clear:left; }

/* footer */
#footer  { width:439px; list-style-type:none; margin-top:10px;}
#footer.img {margin:0 auto}
.siteby { font-size:2em; font-weight:bold}

/* right */
	#right{list-style-type:none;}
	.goagdl { background: url(img/download.png); text-indent:-9999px; width: 348px; height:137px; margin:0 auto;}
	.leapoffaithdl { background: url(img/leap-of-faith.png); text-indent:-9999px; width: 358px; height:75px; margin:0 auto;}
	
	.longform {border:0px; background: url(img/long-form.png) no-repeat; width:347px; height:45px; font-size:3.0em;font-weight:300; color:#054d89; margin-top:7px; text-align:center;}
	.medform {border:0px; background: url(img/med-form.png) no-repeat; width:254px; height:45px;  font-size:3.0em; font-weight:300; color:#054d89; margin-top:7px;  text-align:center;}
	.shortform {border:0px; background: url(img/short-form.png) no-repeat; width:88px; height:45px;  font-size:3.0em;  font-weight:300; color:#054d89; margin-top:7px;  text-align:center;} 
	

