/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
body.custom body {
background-image:url("http://www.jonezetta.com/wp-content/uploads/2010/05/body-bg.jpg");
background-position:center top;
background-repeat:no-repeat;
background-attachment:scroll;
}

body.custom body.header-fluid div#navigation, body.header-fixed div#navigation {
  background-color: rgb(24, 30, 38);
  border: 2px solid;
}

body.custom div.headway-leaf {
  margin: 3px;
  border: 2px solid;
}
