/**
 * Ghiaweb
 *
 * @author Alexandre Gomes Gaigalas <alexandre@gaigalas.net>
 * @license http://www.gnu.org/licenses/
 * @version alpha1
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
html {
	background: #EAEFF3 url(../images/bg.jpg) no-repeat fixed;
}
body {
	background: transparent;
}
a, body {
	color: #23465F;
}

fieldset {
	border: 0.3em solid white;
	background: url(../images/bgFFFgrad.png) repeat-x bottom;
}

fieldset fieldset {
	border: 0.2em solid white;
}

fieldset legend, nav li:hover, nav li:hover > a, .nav li:hover, .nav li:hover > a {
	background: white;
	color: #23465F;
}

fieldset legend {
	padding: 0.1em 0.4em;
}

fieldset fieldset legend, fieldset label, option {
	background: transparent;
	color: #23465F;
	padding: 0;
}

fieldset fieldset legend {
	font-weight: bold;
}

nav ul li ul, .nav ul li ul {
	border: 0;
}

nav ul li, .nav ul li {
	border: 0.09em solid #AAA;
	margin-bottom: 1px;
}

legend, nav ul li, .nav ul li { 
  -moz-border-radius: 0.3em; -webkit-border-radius: 0.3em; border-radius: 0.3em;
}

fieldset { 
  -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em;
}

