* {
	margin: 0;
	padding: 0;
}

html {
	height: 101%;
}

body {
	background-image: url(../images/grunge_bkgd2.jpg);
	background-attachment: fixed;
	background-size: 100%;
	background-color: #bbc5c7;
}

#shadow {
	width: 1032px;
	margin: 0 auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}

#wrapper {
	position: relative;
	width: 1002px;
	margin: 0 auto;
	background-color: #bbc5c7;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #333;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	color: #7e0f0e;
}

h3 {
	font-size: 1.3em;
}

h5 {
	font-family: Georgia, serif;
}

p {
	margin: 10px 0;
	line-height: 1.3em;
}

.emphasis {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.caps {
	text-transform: uppercase;
}

.navy {
	color: #013648;
}

.past_news {
	color: #888;
}

.past_news h2 {
	color: #7f3f3f;
}

hr {
	margin: 20px;
	color: #a2be36;
}

a {
	color: #013648;
}

a:hover {
	color: #7e0f0e;
}

.clear {
	clear: both;
}

.message {
	color: #7e0f0e;
	font-weight: bold;
	margin: 10px;
}

/***** header styles ******/
#header {
	position: relative;
	height: 200px;
	background-color: #bbc5c7;
	background-image: url(../images/mbcbg2.png);
	background-repeat: no-repeat;  
	background-position: top center;
	border-bottom: 1px solid #838cb4;
	}
	
h1 {
	position: absolute;
	margin-left: -9999px;
}

p#tagline {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.5em;
	color: #122e43;
	position: absolute;
	bottom: 35px;
	right: 35px;
	/*margin: 0 0 20px 352px;*/
}
	
#header #mbc_title {
	position: absolute;
	bottom: 80px;
	right: 35px;
	/*margin: 70px 0 0 305px;*/
}	

#header #logo {
	position: absolute;
	top: 6px;
	left: 12px;
	border: 0;
}	

/***** navbar styles *****/
#navbar {
	height: 30px;
	width: 1002px;
	/*background-color: #6689ab;*/
	background-image: url(../images/nav_bkgd2.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#navbar ul {
	float: right;
	padding: 5px 20px 0 0;
	z-index: 10;
}

#navbar ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 17px 0 15px ;
	font-weight: bold;
	z-index: 10;
}

#navbar ul li ul li {
	padding: 0 7px 0 3px;
	z-index: 10;
}

#navbar a {
	text-decoration: none;
	color: #013648;
	/*color: white;*/
}

#navbar a:hover {
	color: #7e0f0e;
}

#navbar li:last-child a	{
		border-right: none; 
	} /* Doesn't work in IE */

#navbar ul li ul {
	margin-top: -1px;
}
	
#navbar ul li ul li {
	margin-top: 0px;
}
	
#menu a {
	display: block; 
	padding-bottom: 5px; 
}

#menu li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}

#menu ul li ul a {
	border-right: none;
}

#menu li:hover ul, #menu li ul:hover {
	left: auto;
}

#menu li:hover ul li, #menu li ul:hover li {
	height: 30px;
	width: 14em;
	/*width: 190px;
	background-color: #6689ab;*/
	background-image: url(../images/dropdown2.jpg);
	background-repeat: repeat-x;
	z-index: 10;
}

#menu li:hover ul li.medium, #menu li ul:hover li.medium {
	width: 11em;
}
	
#menu li:hover ul li.short, #menu li ul:hover li.short {
	width: 8em;
}

#menu li:hover ul li a, #menu li ul:hover li a {
	padding: 6px 5px 0 5px;
}

input[type="submit"]{
	cursor: hand;
	cursor: pointer;
}	


/***** Worship Arts Inventory Form styes *****/
.inventory #inventory {
	width: 700px;
	float: right;
	padding: 30px;
}

.inventory h2 {
	margin-bottom: 30px;
}

.inventory #full_name, .inventory #email, .inventory #phone {
	width: 145px;
}

.inventory #phone {
	margin-right: 0;
}

.inventory fieldset {
	padding: 10px 20px 20px;
	margin: 20px 0;
}

.inventory legend {
	font-family: Georgia, serif;
	color: #7e0f0e;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 10px;
}

.inventory th, .inventory td {
	font-weight: normal;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
}

.inventory tr td:first-child {
	text-align: left;
}

.inventory tr td:last-child {
	width: 220px;
}

.inventory tr td:last-child input[type=text] {
	width: 210px;
	margin-left: 10px;
}

.inventory input[type=text], .inventory input[type=email], .inventory input[type=tel] {
	padding: 3px 5px;
	margin-right: 20px;
}

.inventory input::-webkit-input-placeholder { /* WebKit browsers */
    color:  #777;
}
.inventory input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #777;
}

.inventory input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #777;
}
.inventory input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #777;
}
.inventory select {
	padding: 3px 5px;
}

.inventory option {
	margin: 3px;
	padding-left: 3px;
}

.inventory #reality_check input[type=text] {
	margin: 0;
	width: 30px;
}

.inventory textarea {
	width: 640px;
	padding: 5px;
}

.inventory #submit {
	padding: 3px 5px;
}

/***** footer styles *****/
#footer {
	width: 1002px;
	height: 40px;
	margin: 0 auto;
	background-color: #bbc5c7;
	border-top: 1px solid #838cb4;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
	margin-top: 15px;
}	

#footer span {
	margin-left: 40px;
}

#footer_shadow {
	width: 1032px;
	height: 56px;
	margin: 0 auto;
	background-image: url(../images/footer_shadow.png);
	background-repeat: no-repeat;
}
