/*
Theme Name: Magdalene Women
Description: Custom WordPress theme based for MagdaleneWomen.com
Version: 1.0
Author: Rion Beauregard & Edgar Oliveira
*/

body  {
	font: 13px/1.7 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(images/bg_headerBlack.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
  }
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar is given a 70% font size and #content is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
  position: relative;
	background: url(images/bg_paper.jpg) 275px repeat-y;
  }
#header {
	height: 143px;
	padding-top: 7px;
	text-align: center;
	background: url(images/header_temple.gif) no-repeat center top;
  }
#navbar {
  float: left;
  width: 275px; /* IE */
  }
#content {
	float: left;
	margin: 0 0 0 275px;
	width: 400px; /* 335 px */
	padding: 30px 20px 0;
	background: url(images/bg_paperTop.jpg) no-repeat;
} 
#sidebar {
	float: right;
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 1em;
	border-left: 2px dotted #999;
	background: #E0E0E0;
}
#footer {
	clear: both;
	margin: 0 150px 0 275px;
	padding: 85px 0 0 0;
	/* width: 100%; */
	background: #FFF url(images/bg_paperBottom.jpg) no-repeat; 
/*  background: url(images/bg_footerBlack.gif) repeat-x;	 */
}



#footer p {
	text-align: left;
	}
	

/* Tips for content:
1. If you give this #content div a font-size value different than the #sidebar div, the margins of the #content div will be based on its font-size and the width of the #sidebar div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the content and sidebar1 is created with the left margin on the content div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #content div's text to fill the #sidebar space when the content in #sidebar ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #content div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the content "hasLayout." This avoids several IE-specific bugs that may occur.
#content {
 	margin: 0 12em 0 12em;
}
*/

#nav-menu {
	position: fixed;
	top: 50px;
  }
#nav-menu ul {
	padding: 0;
	margin: 0;
	clear: left;
}
#nav-menu ul li {
	list-style: none;
	/* margin: 0px; */
	line-height: normal;
	display: block;
	border-top: solid white 1px;
	text-decoration: none;
	width: 150px;
	display: block;
	height: 50px;
  padding: 0;
}
#nav-menu ul li:last-child {
	border-bottom: solid white 1px;
	}

#nav-menu ul {
	border-bottom: 10px solid #6E0000;
}
#nav-menu ul li ul {
	border-bottom: none;
}
#nav-menu ul li a {
	color: #FFF;
	background: #6E0000;
	text-decoration: none;
	width: 130px;
	display: block;
	padding: 10px;
	height: 30px;
	
}
#nav-menu ul li a:hover {
	background-color: #A66969;
	color: #000;
	}
/* here's the spot for the pop-out menu */
#nav-menu ul li:hover ul {
	display: block;
	z-index: 10;
}
#nav-menu ul li.current_page_item a,
#nav-menu ul li.current_page_ancestor a {
  background-color: #FFF;
  color: #000;
  }
#nav-menu ul li ul {
	display: none; /* all child menu are inactive by default */
  position: relative;
	left: 150px;
	top: -50px;
	color: White;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	list-style: none;
	margin: 0;
}
#nav-menu ul li.current_page_item ul,
#nav-menu ul li.current_page_ancestor ul {
  display: block;
  }
#nav-menu ul li ul li {
	display: block;
	height: 50px;
	border-bottom: 1px solid #fff;
	padding: 0;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100px;
}
#nav-menu ul li ul li a,
#nav-menu ul li.current_page_item ul li a,
#nav-menu ul li.current_page_ancestor ul li a {
	background-color: #CCC;
	color: #000;
	width: 100px;
}
#nav-menu ul li ul li a:hover {
	background-color: #6E0000;
	color: #FFF;
}
#nav-menu ul li ul li.current_page_item a {
	background: #A66960;
	color: #FFF;
}

#sidebar a {
	color: #000;
}
#sidebar a:hover {
	color: #6E0000;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	color: #6E0000;
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#footer {
	padding-right: 100px;
	}

#footer p {
	color: #666;
	font: 10px/1.3  Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
  }
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#triNav {
	width: 100px;
	position: absolute;
	left: 150px;
	top: 0px;
}

.selected {
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	text-indent: 10px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #6E0000;
}
h2 {
	font-size: 16px;
	margin: 30px 0 10px 0;
	font-weight: normal;
	color: #6E0000;
	border-bottom: solid 1px #B6A381;
}
h3 {
	font-size: 15px;
	margin: 25px 0 -10px 0;
	font-weight:normal;
	color: #000;
}
h4 {
	font-size: 14px;
	margin: 15px 0 -10px 0;
	font-weigth: normal;
	color: #000;
}
.red {
	color: #6E0000;
}
.testimonial {
	line-height: 1.4;
	font-style:italic;
}
.testi_name {
	margin: -15px 0 0 20px;
	color: #6E0000;
}
#sidebar a.red {
	color: #6E0000;
	text-decoration: none;
	}
#sidebar a.red:hover {
	color: #6E0000;
	text-decoration: underline;
	}
#sidebar h2 {
	font-size: 14px;
	color: #6E0000;
	border-bottom: solid 1px #6E0000;
	font-weight: normal;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
small {
	line-height: 30px;
}
.paper_bottom {
	position: relative;
	left: -50px;
	top: 25px;
}
img#goddess {
	border-bottom: 5px solid #6E0000;
}
h2 a {
	color:#6E0000;
	text-decoration: none;
	border-bottom: solid 1px black;
	}
h2 a:hover {
	text-decoration: underline;
	}
a {
	color: #000;
	
	}
a:hover {
	color:#6E0000;
	}
	
dt {
	/* color:#6E0000; */
	font-weight: bold;
	}
dd {
	font-style:italic;
	}
#content img {
	border: solid 2px #6E0000;
	margin-left: 15px;
	float: right;
	}