/*
 sitewide css, no IE flavor yet.
*/

/* defaults
==============================================================================*/

* {
/* removes defaults from all elements */
	margin: 0;
	padding: 0;
}

body {
	font: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 62.5%;
	/* set the stage to use em's */
	text-align: center;
	background: #e5e5e5 url(http://www.liveitandgiveit.com/_images/bg_body.png) repeat-y center top;
}/**/

hr {
	display: none;
}

a, a:visited {
	text-decoration: none;
	color: #990003;
}

a:hover, a:active {
	text-decoration: underline;
	color: #990003;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

#skipLink {
	display: none;
}

strong {
	font-weight: bold;
}

.darkred {
	color: #580002;
}

.caps {
	font-size: 1.3em;
	font-variant: small-caps;
}

.reference {
	text-align: right;
	font: normal 1.0em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}

.reference a {
	text-decoration: none;
	color: #990003;
}

sup {
	vertical-align: super;
}

ul.disclist {
	list-style-type: disc;
	list-style-position: outside;
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	margin-left: 3em;
}

ol.alist {
	list-style-type: lower-latin;
	list-style-position: outside;
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	margin-left: 3em;
}

/* inline images
==============================================================================*/

img {
/* removes border in case images get have anchor around them */
	border: 0;
}

.inlineImage {
	text-align: center;
	font: normal 1.0em 'Lucida Grande', Tahoma, sans-serif;
	color: #999;
}

.inlineImage img {
	padding: 3px;
	border: 1px solid #ccc;
}

.noStyle img {
	padding: 0;
	border: 0 none;
}

.right {
	float: right;
	margin: 1.3em 0 0 2em;
}

.left {
	float: left;
	margin: 1.3em 2em 0 0;
}

.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.footnote {
	text-align: left;
	font: normal 1.0em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #999;
}


/* site id and utility links
==============================================================================*/

#headercontainer h1 {
	position: relative;
	height: 60px;
	font: bold 5em 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

#headercontainer h1 a {
	position: relative;
	height: 60px;
	text-decoration: none;
	color: #fff;
}

#headercontainer h1 a:hover {
	text-decoration: none;
	color: #fff;
}

#headercontainer h1 a:visited {
	text-decoration: none;
	color: #fff;
}

#headercontainer h2 {
	position: relative;
	height: 30px;
	margin-bottom: 10px;
	font: normal 2em 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

/* layout setup
==============================================================================*/

#background {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	visibility: visible;
	empty-cells: show;
	background: transparent url(http://www.liveitandgiveit.com/_images/bg_overlay.png) repeat-y center top;
}/**/

#container {
	position: relative;
	clear: both;
	width: 924px;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto 0;
	background: #fff url(http://www.liveitandgiveit.com/_images/bg_wrap.png) repeat-y left top;
}/**/

#container.home {
	padding-top: 12px;
	background: #e5e5e5 url(http://www.liveitandgiveit.com/_images/bg_wrap.png) repeat-y left top;
}/**/

/* 50.1% background position fixes Firefox alignment problem - Safari is okay with it, IE 7 & 6 are okay too*/
#header {
	background: transparent url(http://www.liveitandgiveit.com/_images/bg_header.png) 50.1% no-repeat;
}/**/

#headercontainer {
	position: relative;
	margin: 0 auto;
	width: 892px;
	height: auto;
}

#footer {
	position: relative;
	clear: both;
	height: auto;
	margin: 0;
	background: #610002 url(http://www.liveitandgiveit.com/_images/bg_footer.png) repeat-y center top;
}/**/

#footercontainer {
	clear: both;
	width: 892px;
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 16px;
}

#wrap {
	display: block;
	width: 892px;
	margin: 0 auto 0;
}

#sidebar {
	position: relative;
	left: 15px;
	float: right;
	width: 276px;
	min-height: 300px;
	margin: 0;
	color: #1f1f1f;
	font: normal 1.0em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	padding: 8px 16px 8px 16px;
	background: transparent url(http://www.liveitandgiveit.com/_images/bg_sidebar.jpg) no-repeat top left;
}/**/

#container,
#headercontainer,
#footercontainer {
	text-align: left;
}

/* top-level navigation
==============================================================================*/

#navigation {
	position: relative;
	left: -16px;
	width: 924px;
	height: 25px;
	margin: 0 auto;
	list-style: none;
}

#navigation li {
	float: left;
	margin: 0px;
	height: 25px;
	overflow: hidden;
/* if text-resize, this'll keep the nav the same size */
}

#navigation li a {
	display: block;
	line-height: 25px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
/* horizontally centers the background image */
}

#navigationHome {
	width: 154px;
	background: url(http://www.liveitandgiveit.com/_images/navigation/home.png) no-repeat;
}/**/

#navigationAbout {
	width: 154px;
	background: url(http://www.liveitandgiveit.com/_images/navigation/about.png) no-repeat;
}/**/

#navigationCommunity {
	width: 154px;
	background: url(http://www.liveitandgiveit.com/_images/navigation/community.png) no-repeat;
}/**/

#navigationEvents {
	width: 154px;
	background: url(http://www.liveitandgiveit.com/_images/navigation/events.png) no-repeat;
}/**/

#navigationMembers {
	width: 154px;
	background: url(http://www.liveitandgiveit.com/_images/navigation/members.png) no-repeat;
}/**/

#navigationContact {
	width: 154px;
	background: url(http://www.liveitandgiveit.com/_images/navigation/contact.png) no-repeat;
}/**/

#navigation li a:hover {
	background-position: 50% -25px;
}

#navigation li a.currentSection,
#navigation li a.currentSection:hover {
	background-position: 50% -50px;
}

/* subnavigation */

#subnavigation {
	position: relative;
	left: -16px;
	clear: both;
	width: 924px;
	height: 35px;
	margin: 0 auto;
	list-style: none;
	background: #f2f2f2 url(http://www.liveitandgiveit.com/_images/bg_subnavigation.png) repeat-x;
}/**/


#subnavigation li {
	float: left;
	margin: 10px 20px 0;
	height: 25px;
}

#subnavigation li.spacer {
	float: left;
	width: 1px;
	margin: 0;
	height: 34px;
	cursor: default;
	background: url(http://www.liveitandgiveit.com/_images/subnavigation_spacer.png) no-repeat bottom left;
}/**/

#subnavigation li.current {
	float: left;
	margin: 10px 20px 0;
	height: 25px;
}

#subnavigation li a {
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #1f1f1f;
}

#subnavigation li.current a {
	font: bold 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #1f1f1f;
	text-decoration: underline;
}

#subnavigation li a:hover {
	text-decoration: underline;
	color: #1f1f1f;
}

/* welcome
==============================================================================*/

#welcome {
	position: relative;
	float: left;
	width: 576px;
	height: 270px;
	background: #fff;
	margin: 0 0 12px;
	border: 4px solid #fff;
}/**/

#welcome .column_left {
	position: relative;
	width: 276px;
	float: left;
	margin: 0;
	padding: 120px 4px 4px;
	background: url(http://www.liveitandgiveit.com/_images/bg_welcome_welcome.jpg) top left no-repeat;
}/**/

#welcome .column_right {
	position: relative;
	width: 276px;
	float: right;
	margin: 0;
	padding: 120px 4px 4px;
	background: url(http://www.liveitandgiveit.com/_images/bg_welcome_dna.jpg) top left no-repeat;
}/**/

#welcome p {
	margin: 0 auto;
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
}


/* announcements flash
==============================================================================*/

#announcements {
	position: relative;
	float: left;
	width: 584px;
	height: 294px;
	background: #fff;
	margin-bottom: 12px;
}

#announcements h2 {
	position: absolute;
	left: -16px;
	width: 16px;
	height: 286px;
	text-indent: -5000px;
	overflow: hidden;
}/**/

#announcements div {
	margin: 4px 4px 0;
}

#announcements span {
	display: block;
	font: normal 1em 'Lucida Grande', Tahoma, sans-serif;
	text-align: center;
	color: #1f1f1f;
}

#announcements a {
	color: #1f1f1f;
	font-weight: bold;
}


/* sidebar stuff
==============================================================================*/

#eventcalendarcontainer h2,
#currentseriescontainer h2,
#servicescontainer h2 {
	font: bold 1.2em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	margin: 4px 12px;
	color: #990003;
}

#services {
	float: right;
	width: 296px;
	height: 141px;
	margin: 0 auto 12px;
	background: #fff url(http://www.liveitandgiveit.com/_images/bg_services.jpg) no-repeat center center;
}/**/

#servicescontainer {
	width: 288px;
	height: 133px;
	margin: 0;
	padding-top: 4px;
}

#servicescontainer p a:hover {
	text-decoration: underline;
}

#servicescontainer p {
	position: relative;
	float: left;
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #1f1f1f;
	margin: 10px 90px 12px 12px;
}

#servicescontainer p a {
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #1f1f1f;
}

#currentseries {
	float: right;
	width: 296px;
	height: 141px;
	margin: 0 auto 12px;
	background: #fff url(http://www.liveitandgiveit.com/_images/bg_currentseries.jpg) no-repeat center center;
}/**/

#currentseriescontainer {
	width: 288px;
	height: 133px;
	margin: 0;
	padding-top: 4px;
}

#currentseriescontainer p a:hover {
	text-decoration: underline;
}

#currentseriescontainer p {
	position: relative;
	float: left;
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #1f1f1f;
	margin: 30px 80px 12px 12px;
}

#currentseriescontainer p a {
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	color: #1f1f1f;
}

#eventcalendar {
	float: right;
	width: 296px;
	margin: 0 auto 12px;
	padding-bottom: 4px;
	background: #fff;
}

#eventcalendarcontainer {
	margin: 0;
	padding: 4px;
	background: #fff;
}


#sidebar div.sidebarbox {
	margin-bottom: 8px;
}

#sidebar div.sidebarbox h3 {
	font: bold 1.2em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #930003;
	margin-top: 6px;
	margin-bottom: 4px;
}

#sidebar div.sidebarbox p {
	margin-bottom: 1em;
}

#sidebar div.sidebarbox p a {
	text-decoration: none;
	font-weight: bold;
	color: #990003;
}

#sidebar div.sidebarbox p a:hover {
	text-decoration: underline;
}

#sidebar div.sidebarbox p a:visited {
	color: #740002;
}

#sidebar div.sidebarbox ul {
	list-style: none;
}

#sidebar div.sidebarbox ul li {
	line-height: 1.6em;
}

#sidebar div.sidebarbox p.name {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #990003;
	text-align: right;
	margin-bottom: 0;
	margin-top: -10px;
	margin-left: 0;
}

/* headers
==============================================================================*/

#content h2,
#sidebar h2,
#welcome h2 {
	clear: none;
	font: bold 1.4em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
	margin-top: 6px;
}

#content h3,
#sidebar h3,
#welcome h3 {
	clear: none;
	font: bold 1.2em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
	margin-top: 6px;
}

/* content
==============================================================================*/

#content {
	position: relative;
	float: left;
	width: 568px;
	margin: 0;
	background: #fff;
	padding: 12px 8px 8px;
}/**/

#content.fullWidth {
	position: relative;
	float: left;
	width: 878px;
	margin: 0;
	padding: 12px 8px 8px;
	background-color: #fff;
}

#content h2 {
	margin: 8px 15px 7px 0;
}

#content p {
	font: normal 1.1em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	margin-bottom: 12px;
}

#content div.ministry {
	float: left;
}

#content div.ministry p {
	margin-bottom: 4px;
}

#content hr.clearHack {
	display: none;
}

#content div.ministry a {
	color: #930003;
	font-weight: bold;
	text-decoration: none;
}

#content div.scriptureCutout {
	margin: 25px;
	font: normal 1.1em/1.4em Georgia, "Times New Roman";
	text-align: left;
	padding: 25px;
	background: transparent url(http://www.liveitandgiveit.com/_images/bg_scripture_cutout.jpg) repeat;
}/**/


/* eventcalendar small
==============================================================================*/

#eventCalendar {
	position: relative;
	margin: 0px 4px;
	width: 288px;
	padding-bottom: 4px;
	font: normal 1.0em/1.4 'Lucida Grande', Tahoma, sans-serif;
}

div.eventCalendarTitle {
	width: 288px;
	height: 34px;
	text-align: left;
	vertical-align: middle;
}

div.eventCalendarTitle h3 {
	width: 288px;
	height: 34px;
	padding: 4px 0 0;
	text-align: center;
	font: bold 1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
}

div.eventCalendarHeading {
	width: 288px;
	height: 20px;
	border-bottom: 1px solid #c2c2c2;
}

div.eventCalendarDayHeading {
	float: left;
	width: 41px;
	color: #990003;
	text-align: center;
	font: normal 1.1em/1.1em 'Lucida Grande', Tahoma, sans-serif;
}

div.eventCalendarWeek {
	float: left;
	width: 287px;
	height: 34px;
	border-left: 1px solid #c2c2c2;
	background: #e0e0e0;
}

div.eventCalendarDayCell {
	position: relative;
	width: 41px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font: normal 0.9em 'Lucida Grande', Tahoma, sans-serif;
}

div.eventCalendarDay {
	overflow: hidden;
	width: 41px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	float: left;
	color: #7c7c7c;
	background: #c2c2c2 url(http://www.liveitandgiveit.com/_images/bg_calendar_day.gif) left center no-repeat;
}/**/

div.eventCalendarDayWithEntries {
	position: absolute;
	top: -1px;
	left: -1px;
	overflow: hidden;
	width: 40px;
	height: 33px;
	text-align: center;
	float: left;
	color: #fff;
	border: 1px solid #7e858d;
	background: #7e858d url(http://www.liveitandgiveit.com/_images/bg_calendar_event.jpg) left center no-repeat;
}/**/

div.eventCalendarDayToday, div.eventCalendarDayTodayWithEntries {
	position: absolute;
	top: -1px;
	left: -1px;
	overflow: hidden;
	width: 40px;
	height: 33px;
	text-align: center;
	float: left;
	color: #fff;
	border: 1px solid #5b0004;
	background: #5b0004 url(http://www.liveitandgiveit.com/_images/bg_calendar_today.jpg) left center no-repeat;
}

div.eventCalendarDayOutOfScope {
	overflow: hidden;
	width: 41px;
	height: 34px;
	text-align: center;
	float: left;
	color: #a2a2a2;
	background: #c2c2c2 url(http://www.liveitandgiveit.com/_images/bg_calendar_day.gif) left center no-repeat;
}

/* event calendar large
==============================================================================*/

h2.eventMonthHeading {
	font: bold 1.4em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
}

div.eventEntry {
	margin-bottom: 12px;
}

div.eventDate {
	float: left;
	width: 90px;
	padding: 0 8px 8px 0;
}

div.eventDate div.eventDateDay {
	width: 30px;
	float: left;
	text-align: center;
	font: bold 1.4em/1.4em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
}

div.eventDate div.eventDateTime {
	width: 60px;
	float: left;
	text-align: right;
	font: bold 1em/1em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
}

div.eventDetails {
	margin-left: 110px;
}

h3.eventTitle {
	font: bold 1.1em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
	padding-bottom: 4px;
}

span.eventDescription {
	font: normal 1em/1.2em 'Lucida Grande', Tahoma, sans-serif;
}

/* directory
==============================================================================*/

#directory {
	
}

h2.directory {
	background: #c2c2c2;
	color: #990003;
	padding: 4px;
	font: bold 1.2em/1.2em 'Lucida Grande', Tahoma, sans-serif;
}

div.directoryEntry {
	padding: 8px;
	border-bottom: 1px dotted #c2c2c2;
	clear: both;
}

div.directoryEntry a {
	text-decoration: none;
	color: #000;
}

div.directoryEntry a[href] {
	color: #990003;
}

div.directoryEntry a[href]:active,
div.directoryEntry a[href]:hover,
div.directoryEntry a[href]:visited, {
	text-decoration: underline;
	color: #990003;
}

div.directoryLabel {
	width: 100px;
	font: bold 1.2em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #c2c2c2;
	float: left;
}

div.directoryValue {
	font: bold 1.2em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #000;
	margin-left: 100px;
}

/* contact
==============================================================================*/

#contactform label {
	vertical-algin: top;
	font: bold 1.2em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #990003;
	margin: 0;
}

#contactform input.box,
#contactform textarea.box {
	font: normal 1em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	border:  1px solid #b2b2b2;
	padding: 3px;
	background: transparent url(http://www.liveitandgiveit.com/_images/bg_input.png) repeat-x;
}/**/

span.contactinfo {
	color: #333333;
	font: normal 0.9em/1.1em 'Lucida Grande', Tahoma, sans-serif;
}

/* footer things
==============================================================================*/

/* sitemap */

#siteMap {
	float: left;
	width: 586px;
	margin: 0 4px;
	border-right: 1px solid #fff;
}

#siteMap .column {
	float: left;
	width: 192px;
}

#siteMap li {
	display: block;
	list-style: none;
	line-height: 1em;
	font: normal 1.1em/1em 'Lucida Grande', Tahoma, sans-serif;
}

#siteMap li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #fff;
}

#siteMap li li a {
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
}

#siteMap li a:hover,
#siteMap li a:active {
	text-decoration: underline;
	color: #fff;
}

#siteMap li a:visited {
	color: #e5e5e5;
}

/* copyright */

#copyright {
	float: right;
	width: 288px;
	padding: 4px;
	margin: 0 0 4px 0;
}

#copyright p {
	font: normal 1em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #fff;
	margin: 0 0 4px;
}

#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

#copyright a {
	font-weight: bold;
	color: #fff;
}

#copyright a:hover,
#copyright a:active {
	text-decoration: underline;
	color: #fff;
}

#copyright a:visited {
	color: #fff;
}

/* site credits */

#sitecreditssmall {
	float: right;
	width: 288px;
	padding: 4px;
	margin: 0 0 4px 0;
}

#sitecreditssmall p {
	font: normal 1em/1.2em 'Lucida Grande', Tahoma, sans-serif;
	color: #bfbfbf;
	margin: 0 0 4px;
}

#sitecreditssmall strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

#sitecreditssmall a {
	font-weight: bold;
	color: #fff;
}

#sitecreditssmall a:hover {
	text-decoration: underline;
	color: #fff;
}

#sitecreditssmall a:visited {
	color: #fff;
}

/* sIFR
==============================================================================*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/*
.sIFR-hasFlash #content h2,
.sIFR-hasFlash #welcome h2,
.sIFR-hasFlash #content h3,
.sIFR-hasFlash #sidebar h2,
.sIFR-hasFlash div.eventCalendarMonthHeader h2,
.sIFR-hasFlash div.eventCalendarDayHeader h4,
.sIFR-hasFlash #eventcalendarcontainer h2,
.sIFR-hasFlash #currentseriescontainer h2,
.sIFR-hasFlash #servicescontainer h2 {
	visibility: hidden;
}*/

.sIFR-hasFlash #headercontainer h1 {
	letter-spacing: -9px;
	font-size: 3.0em;
	line-height: 3.0em;
}

/*
.sIFR-hasFlash #content h2 {
	letter-spacing: -9px;
	font-size: 2.0em;
	line-height: 2.0em;
}

.sIFR-hasFlash #welcome h2 {
	letter-spacing: -9px;
	font-size: 1.6em;
	line-height: 1.6em;
}

.sIFR-hasFlash #eventcalendarcontainer h2 {
	letter-spacing: -9px;
	font-size: 1.6em;
	line-height: 1.6em;
}

.sIFR-hasFlash #currentseriescontainer h2 {
	letter-spacing: -9px;
	font-size: 1.6em;
	line-height: 1.6em;
}

.sIFR-hasFlash #servicescontainer h2 {
	letter-spacing: -9px;
	font-size: 1.6em;
	line-height: 1.6em;
}

.sIFR-hasFlash #eventcalendarcontainer div.eventCalendarTitle h2 {
	letter-spacing: -9px;
	font-size: 1.8em;
	line-height: 1.8em;
	text-align: center;
}

.sIFR-hasFlash div.eventCalendarDayHeading {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
}

.sIFR-hasFlash div.sidebarbox h3 {
	letter-spacing: -5px;
	font-size: 1.2em;
	line-height: 1.3em;
}
*/
