/***************************************************************************************
*  default.css - Default page style for Highland Park United Methodist Church website. 
*                                                                                      
*  Author: Brennan Wilcox, Wilcox Consulting - http://brennanwilcox.net          
*  Created: June 26, 2005     
*  Updated: February 24, 2008
*  Copyright (c) 2005-2008, Highland Park United Methodist Church                           
***************************************************************************************/

/****************************************
 ** REMOVE DEFAULT BROWSER SETTINGS    **
 ** (ensures consistent cross-browser  ** 
 **   rendering)                       **
 ****************************************/
html, body, ul, ol, dl, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;  	/* zeroes the margins */
padding: 0;		/* zeroes the padding */
border: 0;		/* zeroes off any existing border */
}

/***********************
 ** DEFAULT BODY TEXT **
 ***********************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
    background: #fbfbf2 url(../images/bodybg.gif) repeat-x fixed;
    margin: 20px;
}
 
h1, h2, h3 {
	font-family: sans-serif;
	/* color: #3366CC; */
	color: #000000; 
}

p, ul, ol, dl, li {
	margin: 10px;
}

/* ADDITIONAL */
	dl dt {
		font-weight: bold;
	}

	dt {
		font-weight: bold;
		/* margin-top: 1em;  USED ON links.css */
	}

	dd {
		margin-bottom: 1em;
	}

	ul {
		list-style: none;  /* from whoweare.css */
	}
/* END ADDITIONAL */

/*******************
 ** LINKS         **
 *******************/
a:link, a:visited {
	text-decoration: underline;
	color: #6A5ACD;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration: underline overline;
	color: #191970;
	background-color: #C9C3ED;
}

/*********************
 ** IMAGES          **
 *********************/
img {
	border: none;
}

/*************** END GENERAL ITEMS ***************************/

/*********************
 ** CONTAINER       **
 *********************/
#container {
	position: relative;
	width: 800px;
	/* margin-top: 1em; */
	margin-right: auto;
	/* margin-bottom: 1em; */
	margin-left: auto;
	/* border: 1px solid black;  */
	/* background-color: yellow; */
}

/*********************
 ** HEADER          **
 *********************/
#header {
	width: 100%;
    height: 200px;
	float: left;
	background-color: #b51032;
    background-image: url(../images/header.gif);
	border: 1px solid #711515;

}

.head {
	/* color: #ffffff; */
    display: none;
}

/***********************
 ** MAIN CONTENT AREA **
 ***********************/

#mainContent {
	width: 100%;
	float: left;
}

/* ADDITIONAL */
	#content {
		margin-top: 1em;
		margin-right: 1em;  /* not on links.css, pastors.css */
	}

	#content img {
		border: 1px solid black;
	}

	#contentImage {
		float: right;
	}

	#contentImage img {
		border: 1px solid black;
	}

	#youthContentHighlight {
		margin: 1em 4em 0 4em;
	}

	#youthContentMainParagraph {
		margin: 1em 1em 0 0;
	}

	#youthContentCalendar {
		margin: 1em 0 0 0;
	}
/* END ADDITIONAL */

/*********************
 ** LEFT COLUMN     **
 *********************/
#leftColumn {
	float: left;
	/* border: 1px solid black; */
	width: 25%;
	/* padding-right: 1em; */
	margin-top: 1em;
	margin-bottom: 1em;
}

#address {
	font-size: 70%;
	margin-top: 1em;
}

#staffLinks {
/*	background-color: #B51032; */
	background-color: #cc6666;
	border-top: 1px solid #711515;
	border-right: 1px solid #711515;
	border-bottom: 1px solid #711515;
	border-left: 12px solid #711515;
	margin-top: 270px;
	padding: 1em;
	width: 144px;
}
#staffLinks h4 {
	color: white;
}
#staffLinks ul li {
	font-weight: normal;
	font-size: smaller;
}
#staffLinks ul li a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}
#staffLinks ul li a:hover {
	color: #b51032;
	background-color: white;
	padding: 3px;
	text-decoration: none;
}


/***************************
 ** RIGHT COLUMN          **
 ***************************/
#rightColumn {
	float: right;
	width: 70%;
	background-color: #fddbcc;
	border: 1px solid #feaa85;
	padding: 1em 0 1em 1em;
	margin-top: 1em;
	/* margin-right: 1em; */
	margin-bottom: 1em;
}

/*********************
 ** NAVIGATION MENU **
 *********************/
#navigation {
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #ED9F9F;
   margin: 0;
	position: relative; /* make list elements a containing block for nested lists */
}

#navigation ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

#navigation ul ul, #navigation ul li:hover ul {
	display: none;
}

#navigation ul li:hover ul, #navigation ul ul li:hover ul {
	display: block;
}

#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul ul li a:link, #navigation ul ul li a:visited {
	background-color: #cc6666;
}

#navigation li a:hover, #navigation li a:active, #navigation ul ul li a:hover, #navigation ul ul li a:active  {
	background-color: #711515;
	color: #FFFFFF;
}

.navHeader {
	display: none;
}

/***************************
 ** OPEN HEARTS IMAGE     **
 ***************************/
#openHearts {
    width: 95%;
    float: left;
    margin-top: 1em;
}


/***************************
 ** PAGE FOOTER           **
 ***************************/
#footer {
    clear: both;
	width: 100%;
	float: left;
	font-size: 70%;
    background-color: white;
	border: 1px solid black;
    margin-bottom: 1em;
}

#gbgm {
  margin: 1em;
}

#leftFoot {
	width: 45%;
	float: left;
	text-align: center;
	/* padding-top: 2em; */
	/* padding-bottom: 2em; */
}

#rightFoot {
	width: 50%;
	float: right;
    text-align: center;
    padding-top: 2em;
}

/******************************
 ** GENERAL CLASSES          **
 ******************************/
.textAlignCenter {
	text-align: center;
}

.textBold {
	font-weight: bold;
}

.textItalic {
	font-style: italic;
}

/* ADDITIONAL */
	.bold {
		font-weight: bold;
	}

	.caption {
		text-align: center;
		font-size: smaller;
		font-style: italic;
	}

	.centeredImg {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.floatCenter {
		margin-top: 2em;
	}

	.floatLeft {
		float: left;
		margin-right: 1em;
	}

	.floatRight {
		float: right;
		margin-left: 1em;
	}

	.indent {
		padding-left: 2em;
	}

	.italic {
		font-style: italic;
	}
/* END ADDITIONAL */