/*
Saraland First Assembly of God
Saraland, Alabama

Main Stylesheet

Published: 		January 12, 2008
Designer: 		David Russell
Designer URI:	http://davidrussell.org

<style>
*/

/* RESET STYLES */		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,
						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-weight: inherit;
							font-style: inherit;
							font-size: 100%;
							font-family: inherit;
							vertical-align: baseline;
						}
						/* remember to define focus styles! */
						:focus {
							outline: 0;
						}
						body {
							line-height: 1;
							color: black;
							background: white;
						}
						ol, ul {
							list-style: none;
						}
						/* tables still need 'cellspacing="0"' in the markup */
						table {
							border-collapse: separate;
							border-spacing: 0;
						}
						caption, th, td {
							text-align: left;
							font-weight: normal;
						}
						blockquote:before, blockquote:after,
						q:before, q:after {
							content: "";
						}
						blockquote, q {
							quotes: "" "";
/* END RESET */			}
			
body {
	font: 12px/1.5em Georgia, Garamond, Times New Roman, sans-serif;
}

p {
	margin: 0.2em 0 1em 0;
}

a {color: #FFFFCC;}

	a.info-email {
		display: block;
		width: 350px;
		height: 25px;
		position: relative;
		top: 34.5em;
		left: 29em;
	}
	
		a.info-email span {
			display: none;
		}
	
	a:hover { }
	
	a:visited { }

img { }

h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.0em;}
h6 {font-size: 0.8em;}

h1 span {
	visibility: hidden;
}

ul, ol {
	margin: 1em 0; 
	padding-left: 2.5em;
}

blockquote {
	margin: 1em 0; 
	padding-left: 2.5em;
}

pre, code, tt {
	font: 100% "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; 
	margin: 1em 0;
}

small {font-size: 85%;}

big {font-size: 115%;}

sup {
	font-size: smaller; 
	vertical-align: 0.5em; 
	line-height: 1px;
}

dt {margin: 0.5em 0 0;}

dd {margin: 0.25em 0 0.5em 2.5em;}

/*
	PAGE STYLES
*/

body#home #content {
	background: url(../images/site/saraland-first-coming-soon.jpg) no-repeat #FFF;
	background-position: center;
	width: 760px;
	height: 572px;
	margin: 1em auto;
	padding: 5em 0 0 0;
}

/*
	MEDIA PAGE STYLES
*/
body#media {
	background-image: none;
	background-color: #3E4A56;
	color: #FFF;
}

	body#media h1 {
		display: none;
	}

	body#media #header {
		background: url(../images/site/media/header.jpg) no-repeat #3E4A56;
		width: 600px;
		height: 150px;
		margin: 0 auto;
	}
	
	#lcm_video {
		background-color: #343F49;
		width: 656px;
		margin: 0 auto;
		padding: 10px;
	}
	
	body#media #page {
		width: 500px;
		margin: 0 auto;
		padding: 3em;
	}
	
		body#media #page h2 {
			padding-bottom: 0.3em;
			border-bottom: 1px solid #58697A;
		}