/* Custom HEADER */
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 200px; width: 905px; background: url('images/david-key-header-4.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* Remove the double line under the page header */
.custom #header {border-bottom: 0;}
/*--:END CUSTOM HEADER:--*/


/* Justify Teasers */
.custom .teaser p { text-align: justify; }


/* Removes "from the category archives" text */
#archive_info {display:none;}

/* Removes "Comments on this entry are closed" */
.custom .comments_closed p {
  display: none;
}

/* Styling SIDEBAR */
.custom .sidebar h3 {
background:#13687C none repeat scroll 0 0;
color:#DADADA;
font-weight: bold;
padding:0.3em 0;
text-align:center;
text-shadow:1px 1px 1px #333333;
}

.custom #sidebar_1{background:#ffffff;}
.custom #sidebar_2{background:#06816D;}




/* Styling the NAV MENU */
/* This creates appearance of tabs by adding space between each item */
.custom .menu .tab { margin-right: .0em; }

/* This adds a shadow look to current item and hovered item in nav menu */
.custom .menu { background-color: #13687C; }

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #982022;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 200px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #ffffff;
/* font size */
	font-size: 1.3em;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #ffffff;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffffff;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }


/* -------------------------- */
/* FOOTER INFO STYLING */
#footer_info_right { 
	float: right; 
	font-size: 1.3em;
}
#footer_info_left { 
	float: left; 
	font-size: 1.3em;
}




