body.custom { background: #77ABE8; }
    
    .custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

        .custom #page { background: #fff; }

/* this line centres the gallery on the photos page. thank u Godhammer */

.photos #content {margin-left:auto; margin-right:auto; width:44em;}


/* 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: 65px; width: 500px; background: url('http://www.janewalker.com.au/wp-content/uploads/2009/10/janewalker-logo.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 */

/* 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; }*/

/*This line puts a bit of space above the header. i.e. north, east, south, west Thank you Godhammer */
.custom #header { padding: 2em 0em 0em 0em; }

/*another special lil Godhammer Nav menu font tweak 
.custom ul.menu li a
{
font-family:arial; font-size:12px;
text-transform: capitalize;
font-variant: normal;
letter-spacing: 0px;
}
*/

/*another godhammer experiment re sidebar headings
.custom .widget h3, .custom .widget h3 a
{
text-transform: lowercase;
font-variant: normal;
letter-spacing: 0px;
color: #085C88;
}
*/
/* @garyj code to change sidebar header colour */
.custom .sidebar h3 {
    color: #EE9012;
}

/* This line adds your custom background graphic */
body.custom {background: #33332f url('http://www.janewalker.com.au/wp-content/uploads/2010/04/bg-clouds.jpg') 0 0 repeat;}

/* remove category titles on category pages*/
#archive_info {display:none;}