/*
Theme Name: Hazelwood Baptist
Theme URI: 
Description: The theme designed for Hazelwood Baptist Church.
Version: 0.1
Author: John & John Layman
Author URI: 
*/



/* Begin Typography & Colors   background-color:#eeeeee;*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
	text-align: center;
	background-color: #666666;
}

/*  background-color: white;  */
#page {
	text-align: left;
	background-image: url(../images/backImage.png);
	background-repeat: repeat-y;
	}

#header {
	background-color: #ffffff;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.content {
	float: right;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
}
	
.content16px {
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 10px 10px 10px;
}
	
.content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #fff;
	border: none;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.8em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}

h4 {
	font-size: 1.0em;
	}

h1, h2, h3, h4 {
	color: #000000;
	text-decoration: none;
	}

a, a:visited, h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #06c;
	text-decoration: none;
	}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	color: #0000FF;
	text-decoration: underline;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 0px solid #000;
	}

#header {
	margin: 0 0px 0 0px;
	padding: 0;
	width: 760px;
	background-image: url(../images/backHeader.png);
	}

#headerimg 	{
	margin: 0;
	height: 182px;
	width: 752px;
	padding: 4px 4px 0px 4px;
	}
	
.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 1px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	text-align: center;
	}

h2.first {
	margin: 5px 0 0;
	}

h2.left {
	text-align: left;
}

h2.right {
	text-align: right;
	padding-right: 5px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	text-align: center;
	margin: 10px 0 0;
	}

h3.first {
	margin: 5px 0 0;
	}

h3.left {
	text-align: left;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	padding: 0;
	text-align: center;
	margin: 10px 0 0;
	}

h4.left {
	text-align: left;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul ul.address li:before { content: ""; }
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#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;
	}
/* End Entry Lists */




/* Begin Sidebar   background-color: #0A246A;*/
#sidebar
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 10px 2px 10px 2px;
	width: 172px;
	float: left;
	margin: 0px 0px 0px 0px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#sidebar p {
	padding: 0px 5px 0px 5px;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 2px 5px 0 5px;
	padding: 0px 5px 0px 5px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
blockquote.center {
	margin: 2px 5px 0 5px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	}

.center {
	text-align: center;
	}

/* hr {
	display: none;
	}
*/

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*  was height:30px; border-bottom: 1px solid #000;*/
.menu {
	width:752px;
	height:25px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	background: #999 url('../images/interface/menu_bg_light2.png');
	margin: 0px 4px 0px 4px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:760px; 
	w\idth:752px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/* Base menu width was 100 */
.menu li {
	float:left;
	width:160px;
	position:relative;
	margin-right:2px;
	text-align: left;
}
/* style the links for the top level:   was font-weight:600; height:30px; line-height:27px; */
/* Arial, Frutiger, Futura, Gills Sans, Helvetica, Lucida, Optima, Palatino, Agfa Rotis, and Univers */
.menu a, .menu a:visited {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:13px;
	font-weight:600;
	text-decoration:none;
	color:#333;
	width:150px;
	height:25px;
	background: #999  url('../images/interface/menu_bg_light2.png');
	padding-left:10px;
	line-height:23px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:160px; 
	w\idth:158px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#999 url('../images/interface/menu_bg_light2.png');
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#666 url('../images/interface/menu_bg_dark.png');
}
.menu ul ul :hover > a.drop {
	background:#666 url('../images/interface/menu_bg_dark.png');
}

/* hide the sub levels and give them a position absolute so that they take up no room: was top:30px; border-right:10px solid #666;	border-top:1px solid #666; */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:25px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links: was padding:5px 10px; border-width:0 1px 1px 1px; */
.menu ul ul a, .menu ul ul a:visited {
	background:#ccc;
	color:#333;
	height:auto;
	line-height:1em;
	padding:5px;
	width:150px;
	font-size: 10px;
	font-weight:500;
}
/* yet another hack for IE5.5 was: width:90px;*/
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:160px;
	w\idth:160px;  /* IE 6.0 */
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	border-left: 1px solid #555; 
	border-right:1px solid #999; 
	background:#666 url('../images/interface/menu_bg_dark.png');
}

.menu :hover > a
{
	color:#fff; 
	border-left: 1px solid #555; 
	border-right:1px solid #999; 
	background:#666 url('../images/interface/menu_bg_dark.png');
}
.menu ul ul :hover > a {
	color:#fff; 
	border-left: 1px solid #555; 
	border-right:1px solid #999; 
	background:#666;
}
.menu ul ul a:hover{
	border:0px
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a {
  color: #fff;
  background: #666 url('../images/interface/menu_bg_dark.png');
  border: 0px;
}

.menu .current_page_item a {
  color: #fff;
  background: #666 url('../images/interface/menu_bg_dark.png');
  border-left: 1px solid #555; 
  border-right:1px solid #999;
}

.menu ul .current_page_item ul a {
  color: #333;
  background: #ccc;
  border: 0px;
}

.menu ul .current_page_item ul a:hover {
  background: #666;
  color: #fff;
}

.menu .current_page_item a:hover {
  background: #666 url('../images/interface/menu_bg_dark.png');
}

