
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Messiah Lutheran Church
URL :      http://messiahmo.org

Created :  05.21.2008
Modified : 05.21.2008

- - - - - - - - - - - - - - - - - - - - - */

/*
http://meyerweb.com/eric/thoughts/2007/04/14/reworked-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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* =HTML
- - - - - - - - - - - - - - - - - - - - - */
body {
	font-size: 66%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 11.7px;
}

#content p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

#content small {
	font-size:0.9em;
}

#content strong {
	font-weight:bold;
}

#content cite {
	font-style:italic;
	line-height:1.5em;
}

#content blockquote {
	line-height:1.5em;
	margin:0 2em 1.5em 2em;
}

#mainContent ul {
	margin-left:2.5em;
	margin-bottom:1.5em;
}

#mainContent ul li {
	list-style:square;
	line-height:1.4em;
	margin-bottom:0.2em;
}

#mainContent ol {
	margin-left:2.5em;
	margin-bottom:1.5em;
}

#mainContent ol li {
	list-style: decimal;
	line-height:1.4em;
	margin-bottom:0.4em;
}

/* =HEADINGS
- - - - - - - - - - - - - - - - - - - - - */
h3 {
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:20px;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}

/* =LINKS
- - - - - - - - - - - - - - - - - - - - - */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* =LAYOUT
- - - - - - - - - - - - - - - - - - - - - */
.hide {
	display: none;
}

.clear {
	clear:both;
}

.centered {
	text-align:center;
}

body {
	background:#666;
}

#wrap1 {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background:#fff;
}

#header {
	height:120px;
	margin:0;
	background:url(../images/logo.gif) 4px 4px no-repeat;
}

h2.welcome {
	background:url(../images/banner_welcome.jpg) top right no-repeat;
}
h2.worship {
	background:url(../images/banner_worship.jpg) top right no-repeat;
}
h2.discipleship {
	background:url(../images/banner_discipleship.jpg) top right no-repeat;
}
h2.ministry {
	background:url(../images/banner_ministry.jpg) top right no-repeat;
}
h2.youth {
	background:url(../images/banner_youth.jpg) top right no-repeat;
}
h2.resources {
	background:url(../images/banner_resources.jpg) top right no-repeat;
}
h2.healing {
	background:url(../images/banner_healing.jpg) top right no-repeat;
}
h2.staff {
	background:url(../images/banner_staff.jpg) top right no-repeat;
}

#header h1#logo {
	float:left;
	height:120px;
	text-indent:-9000em;
	overflow:hidden;
}

#header h2#section {
	float:right;
	height:50px;
	padding-top:70px;
	padding-right:140px;
	text-align:right;
	font-size:2em;
	font-weight:bold;
	color: #FF0000;
}

#content {
	background:url(../images/sidebar.gif) top right repeat-y;
}

#contentfull {
	background-color:#fff;
}

#mainContent {
	float:left;
	width:540px;
	padding: 20px 0 20px 20px;
}

#mainContentFull {
	text-align:center;
	width:750px;
	padding: 10px 0 20px 20px;
}

#subContent {
	text-align:center;
	float:right;
	width:220px;
	padding:10px 0 20px 0;
	background: #ccc;
}

#footer {
	padding:12px;
	background:#fff;
	border-top:1px solid #999;
}

#footer p {
	text-align:center;
	margin-bottom:0;
	color:#666;
	font-size:1em;
	line-height:1.3em;
}

#footer p strong {
	font-weight:normal;
	font-size:1.2em;
}

/* =NAVIGATION
- - - - - - - - - - - - - - - - - - - - - */
/* Global Navigation */
#globalNav {
	clear:both;
}

#globalNav ul {
	padding: .6em 0;
	margin: 0;
	list-style-type: none;
	background-color: #333;
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform:lowercase;
}

#globalNav li {
	display: inline;
}

#globalNav li#firstItem a {
	border-left: 1px solid #fff;
}

#globalNav li a {
	padding: .5em 1em;
	text-decoration: none;
	background-color: #333;
	color: #fff;
	border-right: 1px solid #fff;
}

#globalNav li a:hover {
	background-color: #369;
	color: #fff;
}

/* Sub Navigation */
#subNav {
	text-align:center;
}

ul#sublist li {
	margin-bottom:12px;
	padding:0 12px 12px 12px;
	border-bottom:2px ridge #fff;
	text-align:center;
	line-height:1.4em;
}

ul#sublist li a {
	display:block;
	text-align:center;
}

ul#sublist li#header a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:200px;
	background:url(../images/Header.gif) top left no-repeat;
}

ul#sublist li#newsletter a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:86px;
	background:url(../images/home_newsletter.gif) top left no-repeat;
}

ul#sublist li#Profile a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:174px;
	background:url(../images/Profile.jpg) top left no-repeat;
}

ul#sublist li#Scholarship a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:150px;
	background:url(../images/Scholarship.jpg) top left no-repeat;
}

ul#sublist li#Egypt a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:200px;
	background:url(../images/Egypt.jpg) top left no-repeat;
}
ul#sublist li#Employment a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:150px;
	background:url(../images/Employment.jpg) top left no-repeat;
}

ul#sublist li#calendar a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:150px;
	background:url(../images/home_calendar.gif) top left no-repeat;
}

ul#sublist li#Egypt a {
	text-indent:-9000em;
	overflow:hidden;
	width:197px;
	height:194px;
	background:url(../images/Egypt.jpg) top left no-repeat;
}

ul#sublist li#August a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:150px;
	background:url(../images/August.gif) top left no-repeat;
}

ul#sublist li#MessiahBlog a {
	text-indent:-9000em;
	overflow:hidden;
	width:200px;
	height:197.941px;
	background:url(../images/MessiahBlog.gif) top left no-repeat;
}



/* =DETAILS
- - - - - - - - - - - - - - - - - - - - - */
a[href $='.pdf'] {
 padding-left: 18px;
 background: transparent url(../images/icon_pdf.gif) no-repeat center left;
}

#googleMap, #googleMap p {
	text-align:center;
}

#googleMap iframe {
	border:1px solid #999;
	margin-bottom:4px;
}

img.floatRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

img.floatLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

img.bordered {
	padding:2px;
	background-color:#eee;
	border:1px solid #999;
}

.calendar {
	width:540px;
	border-right:1px solid #333;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

.calendar h4.date {
	margin:0;
	border-top:1px solid #333;
	clear:both;
	padding:8px;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	background:#CBD1D6;
}

.calendar .time {
	float:left;
	clear:left;
	text-align:right;
	width:60px;
	padding:10px;
	border-top:1px solid #333;
}

.calendar .event {
	width:439px;
	float:left;
	padding:10px;
	border-top:1px solid #333;
	border-left:1px solid #333;
	background:#E2E9E7;
	line-height:1.3em;
}

.captionBox {
	float:left;
	text-align:center;
	width:260px;
	height:232px;
}

.captionBox p {
	text-align:center;
	line-height:1.6em;
}
.captionBox p a {
	text-align:center;
	line-height:1.6em;
}
