@charset "utf-8";

@import url(/style/default.css);

/* Colors:
Black: #000000
White: #ffffff

Orange: #fe8519

Green: #97e93e
*/

/***** Base Styles *****/
body
{
	width:1440px;
	margin:0 auto;
	background-color:#000000;
  color:#ffffff;
  font:12px Arial, Helvetica, sans-serif;
  position:relative;
}

a
{
	color:#fe8519;
  text-decoration:none;
}

a:hover
{
	color:#ffffff;
  text-decoration:underline;
}

h2
{
	text-indent:-5000px;
}

h3
{
	color:#97e93e;
  font-size:14px;
}

p
{
	line-height:1.7;
}

blockquote
{
	margin:0;
  padding:0;
  border:none;
  outline:none;
}

/***** Masthead *****/
#head
{
	width:1418px;
  height:510px;
  margin:0 auto;
  background:transparent url(/highSchool/images/bgHead.png) 0 0 no-repeat;
}

/* Logo */
h1 a
{
	width:306px;
  height:270px;
  margin-left:-320px;
  display:block;
  background:transparent url(/highSchool/images/linkLogo.png) 0 0 no-repeat;
  text-indent:-5000px;
  position:absolute;
  left:50%;
  top:40px;
}

h1 a:hover
{
	background-position:0 -270px;
}

/* Separator */
#separator
{
	position:absolute;
  left:50%;
  top:40px;
}

/* Navigation */
#nav
{
  list-style:none;
  position:absolute;
  left:50%;
  top:50px;
}

#nav li
{
	margin-top:25px;
  text-indent:-5000px;
}

#nav li a
{
  display:block;
}

a.service
{
	width:173px;
  height:34px;
  margin-left:14px;
  background:transparent url(/highSchool/images/linkService.png) 0 0 no-repeat;
}

a.service:hover	
{
	background-position:0 -34px;
}

a.beliefs
{
	width:157px;
  height:27px;
  margin-left:10px;
  background:transparent url(/highSchool/images/linkBeliefs.png) 0 0 no-repeat;
}

a.beliefs:hover	
{
	background-position:0 -27px;
}

a.groups
{
	width:245px;
  height:34px;
  margin-left:22px;
  background:transparent url(/highSchool/images/linkGroups.png) 0 0 no-repeat;
}

a.groups:hover	
{
	background-position:0 -34px;
}

a.events
{
	width:271px;
  height:40px;
  margin-left:12px;
  background:transparent url(/highSchool/images/linkEvents.png) 0 0 no-repeat;
}

a.events:hover	
{
	background-position:0 -40px;
}

.welcome a:after
{
	content: " >>";
}

/***** Content *****/
#content
{
	width:805px;
  margin:-75px auto -20px;
  position:relative;
}

/* Columns */
div.events
{
	width:155px;
  position:absolute;
  top:53px;
}

div.events + div.events
{
	left:215px;
}

div.events + div.events + div.events
{
	left:435px;
}

div.events + div.events + div.events + div.events
{
	left:645px;
}

/* Headings */
h2.welcome
{
	width:41px;
  height:206px;
  background:transparent url(/highSchool/images/hdWelcome.png) 0 0 no-repeat;
  position:absolute;
  top:0;
  left:0;
}

h2.service
{
	width:208px;
  height:40px;
  background:transparent url(/highSchool/images/hdServices.png) 0 0 no-repeat;
}

h2.beliefs
{
	width:188px;
  height:39px;
  background:transparent url(/highSchool/images/hdBeliefs.png) 0 0 no-repeat;
}

h2.groups
{
	width:310px;
  height:42px;
  background:transparent url(/highSchool/images/hdGroups.png) 0 0 no-repeat;
}

h2.events
{
	width:354px;
  height:43px;
  margin-bottom:480px;
  background:transparent url(/highSchool/images/hdEvents.png) 0 0 no-repeat;
}

h2.contact
{
	width:293px;
  height:44px;
  background:transparent url(/highSchool/images/hdContact.png) 0 0 no-repeat;
}

/* Paragraphs */
p.welcome
{
	width:300px;
  margin:0 0 20px 61px;
}

p.service
{
	margin:20px 0 310px 5px;
}

p.beliefs
{
	width:365px;
  margin:20px 0 20px 5px;
}

p.groups
{
	width:373px;
  margin:20px 0 40px;
}

p.contact
{
	width:320px;
  margin:15px 0 30px;
}

p.contact#name
{
	margin:0;
	font-size:18px;
  font-weight:bold;
}

p.contact#phone, p.contact#email
{
	margin:0;
	font-size:14px;
}

/* Images */
img.welcome, img.beliefs, img.contact
{
	position:absolute;
  top:0;
  right:0;
}

img.events
{
	position:absolute;
	top:360px;
	left:0;
}

img.events + img.events {
	left:430px;
}

/* Block Links */
a.block
{
	width:373px;
	height:110px;
	display:block;
	text-indent:-5000px;
}

a.block#contactM
{
  background:transparent url(/highSchool/images/blockContactM.png) 0 0 no-repeat;
  position:absolute;
  top:280px;
  right:7px;
}

a.block#contactC
{
	margin:60px 0;
  background:transparent url(/highSchool/images/blockContactC.png) 0 0 no-repeat;
}

a.block#beliefs
{
  background:transparent url(/highSchool/images/blockBeliefs.png) 0 0 no-repeat;
  position:absolute;
  top:55px;
  right:0;
}

a.block#calendar
{
	background:transparent url(/highSchool/images/blockCalendar.png) 0 0 no-repeat;
	position:absolute;
	top:365px;
	right:0;
}

a.block#service
{
	margin-top:30px;
  background:transparent url(/highSchool/images/blockServices.png) 0 0 no-repeat;
}

a.block#contactM:hover, a.block#contactC:hover, a.block#beliefs:hover, a.block#calendar:hover, a.block#service:hover
{
	background-position:0 -110px;
}

/* Service Times */
.service#sunday
{
	width:391px;
  height:245px;
  margin-left:0;
  background:transparent url(/highSchool/images/blockSunday.png) 0 0 no-repeat;
  text-indent:-5000px;
  position:absolute;
  top:130px;
  left:0;
}

.service#wednesday
{
	width:391px;
  height:243px;
  margin-right:0;
  background:transparent url(/highSchool/images/blockWednesday.png) 0 0 no-repeat;
  text-indent:-5000px;
  position:absolute;
  top:130px;
  right:0;
}

/* Verses */
blockquote#romans
{
	width:799px;
  height:93px;
  margin-top:70px;
  background:transparent url(/highSchool/images/verseRomans.png) 0 0 no-repeat;
  text-indent:-5000px;
}

blockquote#hosea
{
	width:797px;
  height:96px;
  background:transparent url(/highSchool/images/verseHosea.png) 0 0 no-repeat;
  text-indent:-5000px;
}

blockquote#proverbs
{
	width:794px;
  height:99px;
  background:transparent url(/highSchool/images/verseProverbs.png) 0 0 no-repeat;
  text-indent:-5000pc;
}

blockquote#matthew
{
	width:791px;
  height:76px;
  margin-top:40px;
  background:transparent url(/highSchool/images/verseMatt.png) 0 0 no-repeat;
  text-indent:-5000px;
}

blockquote#matt
{
	width:793px;
  height:94px;
  margin-top:60px;
  background:transparent url(/highSchool/images/verseGo.png) 0 0 no-repeat;
  text-indent:-5000px;
}

/***** Footer *****/
#foot
{
	width:1420px;
  height:170px;
  background:transparent url(/highSchool/images/bgFoot.png) 0 0 no-repeat;
  font-weight:bold;
  text-align:center;
}

#foot p
{
	margin-left:-355px;
	position:absolute;
  left:50%;
  bottom:20px;
}
