/*
More info about options
http://webdesign.html.it/articoli/leggi/528/more-nifty-corners
*/

window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#header", "bottom", "#595D66", "#595D66", "smooth");
Rounded("div#header h1", "bottom", "#595D66", "#595D66", "small smooth");
Rounded("div#container", "bottom", "#757D88", "#FFF", "smooth");
Rounded("div#content", "all", "#FFF", "#FFF", "smooth");
Rounded("div#menu a", "top", "#595D66", "transparent", "smooth border #000000");
Rounded("div#sidenotes", "all", "#FFF", "#B1C0D5", "smooth");
Rounded("div#search", "all", "#FFF", "#B4CEF7", "smooth");
Rounded("div#livro", "all", "#FFF", "#42B4AC", "smooth");
Rounded("div#livro2", "all", "#FFF", "#fac2a9", "smooth border #000000");
Rounded("div#local", "all", "#FFF", "#EEE", "smooth");
Rounded("div#contato", "all", "#FFF", "#DAE6FE", "smooth");
Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#imgbox","all","#FFF","transparent");
Rounded("div#footer", "all", "#FFF", "#CCCCCC", "smooth");
Rounded("div#comments div", "all", "#FFF", "#fefee4", "smooth border #000000");
Rounded("div.date", "all", "#FFF", "#F1DDC4", "small smooth");
}
