@charset "utf-8";
/* CSS Document */
* { margin: 0 }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 25px 0px 0px 60px }

#header { width: 1000px; height: 40px }
#header #rei { float: left }
#header #menu { float: left; font-size: 16px; letter-spacing: -1; font-weight: bold; text-transform:uppercase }
#header #menu ul { list-style: none; padding: 0 }
#header #menu ul li { float: left; margin: 8px 40px 0px 40px }
#header #menu ul li a { text-decoration: none; color: #252525 }
#header #menu ul li a:hover { text-decoration: none; color: #ed1c24 }

#titulo { margin: 60px 0px 0px 160px }
#titulo h1 { font-size: 72px; color: #252525; letter-spacing: -3px }
#menublog { margin: -15px 0px 0px 160px; clear:both }
#menublog #leia { float: left }
#menublog #leia h2 { color: #ed1c24; font-size: 36px }
#menublog #menu { float: left; font-weight: bold; font-size: 13px; margin: 5px 0px 0px 10px }
#menublog #menu ul { list-style: none; padding: 0 }
#menublog #menu ul li a { text-decoration: none; color: #ed1c24 }
#menublog #menu ul li a:hover { text-decoration: none; color: #000 }

#site { margin: 20px 0px 0px 160px; width:730px }
#site #tit { margin-bottom: 10px }
#site #tit h1 { font-size: 36px; color: #555555; letter-spacing: -2px; line-height: 40px; font-weight: normal }
#site #tit a { text-decoration: none; color: #555 }
#site #tit a:hover { text-decoration: none; color: #000 }
#site p { font-size: 13px; color: #555 }
#site p a { text-decoration: none; color: #555 }
#site p a:hover { text-decoration: none; color: #ed1c24 }

#site #data { font-size: 13px; margin-top: 30px; color: #555; letter-spacing: -1px }
#site #data a { text-decoration: none; color: #555 }
#site #data a:hover { text-decoration: none; color: #ed1c24 }

#site #tagsinter { margin: 10px 0px 50px 0px }
#site #tagsinter #tag { float: left }
#site #tagsinter #tag h2 { color: #ed1c24; font-size: 32px; letter-spacing: -2px }
#site #tagsinter #astags { float: left; font-size: 28px; letter-spacing: -2px; margin-top: 4px }
#site #tagsinter #astags a { text-decoration: none; color: #555 }
#site #tagsinter #astags a:hover { text-decoration: none; color: #ed1c24 }
#site #comenta { font-size: 32px; letter-spacing: -2px }
#site #comenta strong { color: #ed1c24 }
#site #comenta a { text-decoration: none; color: #ed1c24 }
#site #comenta a:hover { text-decoration: none; color: #333 }

#site #comentaram { margin: 20px 0px 20px 0px; font-size: 12px }
#site #comentaram strong { color: #ed1c24; font-size: 32px; letter-spacing: -2px }
#site #comentaram h4 { font-size: 22px; letter-spacing: -1px }
#site #comentaram a { text-decoration: none; color: #555 }

#site #formcomenta { width: 715px; margin-bottom: 80px; padding:0px 0px 15px 15px; background: #edecec; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }
#site #formcomenta fieldset { border:none; }
#site #formcomenta legend { padding: 10px 0px 10px 0px; font-weight: bold }
#site #formcomenta label { margin-top:12px; display:block; color:#333; font-size: 14px; font-weight: bold }
#site #formcomenta input { margin-top: 5px; width:540px; height:25px; border: 0px solid; font-size:13px; color:#555; background: #fff }
#site #formcomenta textarea { margin-top: 5px; width:540px; height:100px; border: 0px solid #cfcfcf; font-size:13px; color:#555; background: #fff; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif  }
#site #formcomenta #bt { border: 0; font-size: 18px; cursor: pointer; width: 55px; background: #edecec; color: #ed1c24 }


#rodape { width: 100%; height: 40px; background:#f1f0f0; position: fixed; bottom: 0; }
#rodape #rei { float: left }
#rodape #menu { float: left; font-size: 16px; letter-spacing: -1; font-weight: bold; text-transform:uppercase }
#rodape #menu ul { list-style: none; padding: 0 }
#rodape #menu ul li { float: left; margin: 8px 40px 0px 40px }
#rodape #menu ul li a { text-decoration: none; color: #252525 }
#rodape #menu ul li a:hover { text-decoration: none; color: #ed1c24 }

#busca { float:left }
#busca fieldset { border:none; padding: 0 }
#busca .campo { width: 250px; height: 20px; background: url(imgs/lupa.gif) no-repeat left center #FFF; border: #acacac solid 1px; font-size:11px; padding: 2px 0px 0px 10px; color: #666 }
#busca .bt { border: 0; font-size: 14px; cursor: pointer; background: #f1f0f0; color: #ed1c24; font-weight: bold; text-transform:uppercase }
