/* ============= HEARTWOOD PACIFIC CUSTOM.CSS =================== */
/*
COLORS
#464646	- dark gray
		- container border
#808080	- dark gray
		- footer separators
#E2E0E1	- light gray
		- menu background
		- footer background
*/

/*=========================================*/
/* GENERAL UI MODS */
/*=========================================*/
/* change cursor over dates, etc to a pointer */
.custom abbr, .custom acronym { cursor:default; }

/* do not display "comments closed" if they are closed on posts and pages */
.custom .comments_closed p { display: none; }

/* remove line from phantom sidebar */
.custom #sidebars { border: none; }

/*=========================================*/
/* HEADER */
/*=========================================*/
/* CLICKABLE HEADER */
.custom #header #logo a { 
	display: block; 
	height: 108px;
	width: 940px;
	background: url('images/header_global.jpg') no-repeat;
	outline: none; 
	cursor: pointer;
}
.custom	#header { padding: 0em 0em 1em 0em; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }

/*=========================================*/
/* BACKGROUND AND BORDER */
/*=========================================*/
/* outside border */
/* border-right changed to make it larger for better visibility MLN 09-01-09 */
.custom #container { 
	border-top: 3px solid #464646; 
	border-right: 4px solid #464646; 
	border-bottom: 3px solid #464646; 
	border-left: 3px solid #464646; 
}

/* background image */
body.custom { background: url('images/new_back1.jpg') 50% 0 repeat; }
.custom #page { background: #FFF; }

/* remove line at bottom of header area */
.custom	#header { border-bottom: none; }

/*=========================================*/
/* NAVIGATION */
/*=========================================*/
/* added to eliminate white spaces above and below menu MLN 09-01-09 */
.custom #suckerfishnav {
 	margin-top: -12px;
 }
 /* added to eliminate menu border getting in the way of page border MLN 09-01-09 */
.custom #suckerfishnav, .custom #suckerfishnav ul { border: none; }

/*=========================================*/
/* FLASH BOX */
/*=========================================*/
flash_box_element {
	width: 940px;
	height: 300px;
	background: #FFFFFF;
	padding: 1em 1em 1em 1em;
	float: left;
}

/*=========================================*/
/* FOOTER */
/*=========================================*/
/* change footer border, font color, add background */
.custom #footer { 	
	border-top: 2px solid #808080;
	height: 80px;
	width: 940px;
	background: #E2E0E1;
}

/* footer column text styling */
.footer_column_body {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#header, #footer {
padding-left:0;
padding-right:0;
}
