/* ----------------------------------------------------------------------------
   CSS Reset (kills default browser styles)
---------------------------------------------------------------------------- */

/* Â© 2008 Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
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,font,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 
{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* ----------------------------------------------------------------------------
   SITE
---------------------------------------------------------------------------- */

a,
a:link,
a:visited { color: #FC0; }
a:hover,
a:active { text-decoration: none; }
body,
html {
	height: 100%;
	width: 100%;
}
p {font-style:italic;}
body {
	color: #DDD;
	font: 14px/1.35 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	margin: 0 auto;
	position: relative;
	text-shadow: 0 1px 0 #222;
	width: 960px;
}
h1 a {
	display: block;
	height: 37px;
	margin: 40px auto;
	width: 620px;
}
html { background: #111 url(../img/background.black.jpg) 50% 0 no-repeat; }

#contact_us {
	color: #DDD;
	left: 0;
	margin-left: 30px;
	position: absolute !important;
	position: relative; /* for IE6 */
	width: 500px;
	top: 610px !important;
	top: 0; /* for IE6 */
	
	margin-top:160px;
}

/* Containers -------------------------------------------------------------- */
.container {
	float: left;
	margin: 0 10px 0 !important;
	margin: 0 8px 0; /* for IE6 */
	padding-bottom: 20px;
	width: 300px;
}
.container h2 {
	font-size:24px;
	margin: 0 20px -7px;
	position: relative;
	top: -25px;
}
.container p,
.container ul {
	margin-bottom: 1em;
	padding: 0 20px;
}
.container p.button a { 
	display: block;
	height: 34px;
	width: 142px;
}
.container p.loud { text-transform: uppercase; }
.container p.vevent { margin-bottom: 2em; }
.container p.vevent abbr { display: block; }
.container p.sending {
	background: url(../img/black.loading.gif) 0 50% no-repeat;
	margin-left: 20px;
	padding-left: 25px;
}

/* Form -------------------------------------------------------------------- */
form input {
	padding: 4px 5px;
	width: 240px;
}
form select { margin-left: 5px; }

/* Image replacement ------------------------------------------------------- */

#bakersfield {
	height: 144px;
	margin: 0 auto 45px;
	width: 940px;
}
#our_vision {
	background: url(../img/our.vision.png) 0 0 no-repeat !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/our.vision.png',sizingMethod='scale');
	height: 37px;
	width: 128px;
}

#new_series {
  background: url(../img/new_series.png) 0 0 no-repeat !important;
  background: none;
  filter: none !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/new_series.png',sizingMethod='scale');
  height: 37px;
}






#whats_next {
	background: url(../img/whats.next.png) 0 0 no-repeat !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/whats.next.png',sizingMethod='scale');
	height: 39px;
	width: 182px;
}
#rsvp_now {
	background: url(../img/rsvp.now.png) 0 0 no-repeat !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/rsvp.now.png',sizingMethod='scale');
	height: 40px;
	width: 166px;
}
#baptism {
	background: url(../img/sign_up_for_baptism.png) 0 0 no-repeat !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/sign_up_for_baptism.png',sizingMethod='scale');
	height: 40px;
	width: 248px;
}



#this_week {
	background: url(../img/this_week.png) 0 0 no-repeat !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/rsvp.now.png',sizingMethod='scale');
	height: 40px;
	width: 180px;
	padding-left: 4000px;
}
#contact_us h3 {
	background: url(../img/contact.us.png) 0 0 no-repeat !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/contact.us.png',sizingMethod='scale');
	height: 34px;
	margin-bottom: 10px;
	width: 160px;
}

#get_directions a {
	background: url(../img/button.get.directions.png) 0 0 no-repeat !important;
	background: none;
	cursor: pointer;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/button.get.directions.png',sizingMethod='scale');
}
#submit_rsvp a {
	background: url(../img/button.submit.rsvp.png) 0 0 no-repeat !important;
	background: none;
	cursor: pointer;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/button.submit.rsvp.png',sizingMethod='scale');
}

/* ----------------------------------------------------------------------------
   HACKS
---------------------------------------------------------------------------- */
.ir{text-indent:-20000em;overflow:hidden;}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
.hidden{display:none;}
