/*
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: gray;
}

*/

body.custom {background: #FFF url(http://thesoulfulparent.com/wp-content/uploads/2010/02/scrollwork.png) no-repeat top center; padding-top: 45px;}

body.custom.header-fixed div#header {background: #FFF url(http://thesoulfulparent.com/wp-content/uploads/2010/02/header_2.png) no-repeat; width: 960px; height: 245px; border: #000;
}

body.custom div.header-link-top {display: none;}

body.custom ul.navigation li a:link, body.custom ul.navigation li a:visited, body.custom ul.navigation li ul {
background: transparent; border: #000; padding: 10px 10px 10px 10px;}

body.custom div#leaf-41,body.custom div#leaf-36,body.custom div#leaf-25,body.custom div#leaf-2,body.custom div#leaf-28,body.custom div#leaf-31,body.custom div#leaf-34,body.custom div#leaf-55, body.custom div#leaf-14 {
width:194px;
float:right;
clear:none;
}

body.custom div#leaf-19, body.custom div#leaf-20,body.custom div#leaf-23,body.custom div#leaf-1,body.custom div#leaf-26,body.custom div#leaf-29,body.custom div#leaf-32,body.custom div#leaf-54 {
width:466px;
float:right;
clear:none;
}
 
body.custom div#leaf-40,body.custom div#leaf-42,body.custom div#leaf-44,body.custom div#leaf-46,body.custom div#leaf-48,body.custom div#leaf-50,body.custom div#leaf-52,body.custom div#leaf-56 {
width:207px;
float:left;
clear:none;
}

body.custom div#leaf-39,body.custom div#leaf-43,body.custom div#leaf-45,body.custom div#leaf-47,body.custom div#leaf-49,body.custom div#leaf-51,body.custom div#leaf-53,body.custom div#leaf-57, body.custom div#leaf-74 {
width:209px;
float:left;
clear:left;
}

body.custom div#navigation ul.navigation {
margin-left: 17em;
}

div#footer a {
color:#FFFFFF;
}
