body.custom {
 	width: 100%;
	margin: 0px auto;
	background: #99FFFF;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

/* 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: 130px; width: 950px; background: url('/wp-content/uploads/header.png') 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 */

/* This is a bit of a kludge, but it seems to work. */
.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; background: #99FFFF; }

.custom#header { border-bottom: 0px; }

#header { border-bottom: 0px; clear: both; }

/* FOOTER */
#footer { background: #99FFFF; color: black; border-top: 3px double #ddd; text-align: center; clear: both; }

#footer a, #footer a:visited { color: white; }
#footer a:hover { color: white; }

/* DROP DOWN MENUS pure css */
ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px;  }

ul#tabs li { margin-bottom: -.1em; background: #efefef ; border: 1px solid #ddd; border-left: 0; float:left; position:relative; }

ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }

ul#tabs li li.current_page_item, ul#tabs li li.current-cat { background: #efefef; padding-bottom: 0em; }

ul#tabs li li.current_page_item a, ul#tabs li li.current-cat a { text-decoration:underline; }

ul#tabs li a { display: block; line-height:inherit; color: #111; text-transform: uppercase; letter-spacing: 2px; padding:7px; }

ul#tabs li a:hover { color: #111; text-decoration:underline; }

ul#tabs li li:hover { background-color:#fff;}
	
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }

ul#tabs li.current_page_item li a, ul#tabs li.current-cat li a { cursor:pointer; }

ul#tabs li li.current_page_item  a:hover, ul#tabs li li.current-cat  a:hover { text-decoration:underline; }
		
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
	
ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }
		
ul#tabs li.rss a { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }

ul#tabs li ul { list-style:none; position:absolute; left:-9999px;  border:1px solid #ddd; border-top:0; float:left; background-color:#efefef; overflow:hidden;}

ul#tabs li:hover ul { left:auto; display:inline-block; margin:0; padding:0;}

ul#tabs li ul li { margin:0; padding:0; float:left; display:block; clear:both; border:0;}

ul#tabs li ul li a { width:100%;}

ul#tabs li ul li a:hover { color: #111; text-decoration: underline; background-color:#efefef; }

ul#tabs li ul li + li { border-top:0px solid #ddd; }

h1 {}
	.headline_area { text-align: center }
	
/* Featured Post Formatting */
.custom #my-feature-box { font-family: Helvetica,Arial,sans-serif; color: BLACK; background: WHITE; }
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a { color: BLACK; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: RED; }
.custom #my-feature-box p { font-size: 1.4em; line-height:1.4em; text-align: justify;}
.custom #my-feature-box .featured { padding: 22px 0 0 0; }

input.submitbutton {
background-image:url(http://www.abundanceunlimited.com/wp-content/uploads/button.png);
background-repeat:repeat-x;
border:1px solid #DDDDDD;
color:#FFFFFF;
cursor:pointer;
font-family:Arial;
font-size:12px;
font-weight:bold;
padding:4px;
width:auto;
height:23px;
width:75px;
}

#archive_info {display:none;}

.custom #content_box {background-color:#EEEEEE;}
.custom #content {background-color:#fff;} 

.custom h3 {
color:#897E7C;
}