/*
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 BACKGROUND IMAGE */
body.custom {
background-image: url('http://thegardenproject.ijoarts.com/wp-content/uploads/2010/02/TGP-bkgnd-02.jpg');
background-repeat: no-repeat; 
height: 100%;
width: 100%;
}

body.custom div#header {
background:transparent
}

body.custom div#header-container  {
background:transparent
}

/*TRANSPARENT NAVIGATION BACKGROUND*/
body.custom div#navigation-container { 
background:transparent
}


body.custom div#navigation, body.custom div#navigation * { 
border: none; background: none; 
}

/*WRAPPER ROUND CORNERS*/
body.custom div#wrapper { 
-moz-border-radius: 40px; /* Mozilla Firefox */
-webkit-border-radius: 40px;  /* Safari Chrome */
border-style:solid;
border-width:4px;
border-color:#270D00;
    padding: 16px;
}

/*LEAF ROUNDED CORNERS AND BORDER*/

body.custom div.content {
border-style:solid;
border-width:0px;
-moz-border-radius: 20px; /* Mozilla Firefox */
-webkit-border-radius: 20px;  /* Safari Chrome */
border-color:#ffffff;
}

body.custom div.sidebar {
border-style:solid;
border-width:1px;
-moz-border-radius: 20px; /* Mozilla Firefox */
-webkit-border-radius: 20px;  /* Safari Chrome */
border-color:#000000;
background-color: #ffffff
}

body.custom div.text {
border-style:solid;
border-width:1px;
-moz-border-radius: 20px; /* Mozilla Firefox */
-webkit-border-radius: 20px;  /* Safari Chrome */
border-color:#000000;
}

body.custom div.text-01 {
border-style:solid;
border-width:0px;
color: #036;
font-size: 14;
-moz-border-radius: 00px; /* Mozilla Firefox */
-webkit-border-radius: 0px;  /* Safari Chrome */
border-color:#000000;
}

body.custom div.text-border-square {
border-style:solid;
border-width:1px;
-moz-border-radius: 0px; /* Mozilla Firefox */
-webkit-border-radius: 0px;  /* Safari Chrome */
border-color:#000000;
}

body.custom div.text-border-sq-clouds-1 {
border-style:solid;
border-width:1px;
-moz-border-radius:0px; /* Mozilla Firefox */
-webkit-border-radius:0px;  /* Safari Chrome */
border-color:#000000;
background: transparent;
background-image: url(http://www.ijoarts.com/thegardenproject/wp-content/uploads/2010/04/TGP-web-Clouds-leafbkgnd-01.jpg);
}

body.custom div.text-no-border {
border-style:solid;
border-width:0px;
-moz-border-radius: 0px; /* Mozilla Firefox */
-webkit-border-radius: 20px;  /* Safari Chrome */
border-color:#000000;
}

/*TRANSPARENT FOOTER BACKGROUND*/
body.custom div#footer-container { 
background:transparent
}

body.custom div#footer {
background:transparent
}



