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

/* Header */
body.custom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff url(http://www.dreams2freedom.com/images/homebg1.png) repeat-x scroll 0 0;
}

body.custom.home {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff url(http://www.dreams2freedom.com/images/homebg1.png) repeat-x scroll 0 0;
}



body.custom div#header-container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
/* End Header */

/* Navigation */
body.custom div#navigation-container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}

body.custom div#navigation {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}

body.custom ul.navigation, ul.navigation li a:link, ul.navigation li a:visited, ul.navigation li ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#aa0a0a url(http://dreams2freedom.com/images/navbg.png) repeat-x scroll 0 0;
color:ffffff;
font-family:verdana,sans-serif;
font-size:14px;
font-variant:normal;
font-weight:600;
letter-spacing:0;
line-height:19px;
text-transform:none;
}
/* End Navigation */

/* Leafs */

body.custom div.mainleaf {border-left:1px solid #D1D1D1; 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FBFBFB none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin:0px 20px 20px;
padding:10px 12px 12px;}

body.custom div#leaf-1 {
background:url("http://Focused2win.com/images/dot-up.gif") repeat-y scroll right top;
}

/* End Leafs */

/* footer widgets */
body.custom div#footer-widgets {width:100%;}
body.custom div#footer-widgets div.footer-item {float:left; width:30%; margin:15px;}
body.custom div#footer-widgets h2 {font-weight:bold;font-size:13px;line-height:20px;border-bottom: 1px solid #ddd; margin-bottom:4px;padding-bottom:4px;}
body.custom div#footer-widgets ul {padding:0px; margin:10px 0 0px;}
body.custom div#footer-widgets ul li {list-style-type:none; margin: 0 0 2px; padding: 0 0 2px;}
body.custom div#footer-widgets ul li a {text-decoration:none;}
body.custom div#footer-widgets ul li a:hover {text-decoration:underline;}
body.custom div#footer {padding-bottom:25px;margin: 0 auto;}
body.custom #footer ul {}
/* end footer widgets */

body.custom div#wrapper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff url(http://www.dreams2freedom.com/images/wrapperbg1.jpg) repeat-x scroll 0 0;
border-color:#FFFFFF;
border-width:0;
margin:10px,auto;
}

body.custom.home div#wrapper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border-color:#FFFFFF;
margin:0px auto;
border-width:0;
}


body.custom div.headway-leaf {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}

body.custom div.sidebar span.widget-title {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://Focused2win.com/images/dot.gif) repeat-x scroll left bottom;
padding:0 0 6px;
}


