home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / red_city / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-02-27  |  1.8 KB  |  27 lines

  1. body { margin:0; font-size:0.9em; line-height:20px; background:url(images/body_bckg.jpg) repeat-x #ffffff; font-family: "Myriad Pro", "Trebuchet MS", Arial;}
  2. a { color:#FF5220;}
  3. a:hover { text-decoration:none;}
  4.  
  5. #header { background:url(images/header_bckg.jpg) repeat-x;}
  6. #logo { padding:30px 0 0 40px; height:36px; }
  7. #logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:36px; font-size:26px; text-transform:uppercase;}
  8. #logo a:hover { }
  9. #menu { background:url(images/menu_bckg.jpg) repeat-x; width:780px; margin:0 auto; height:32px; margin-top:47px;}
  10. #menu ul { margin:0; padding:0;}
  11. #menu ul li{ display:inline-block; float:left; width:100px; list-style:none; text-align:center; height:32px;}
  12. #menu a { display:block; float:left; width:100px; color:#FFFFFF; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:8px;}
  13. #menu a:hover{ background: #FF5220; padding-top:8px; height:24px;}
  14.  
  15. #main { width:100%;}
  16. #content { margin:0 auto; padding:0; width:780px; padding:30px 10px 0px 10px;}
  17. #content h1 { margin:0; text-transform:uppercase; font-size:2em;}
  18. .red { color:#FF5220;}
  19. #content p { border-bottom:15px solid #fafafa; padding-bottom:20px;}
  20.  
  21. #footer {background:url(images/footer_bckg.jpg) repeat-x #000000; height:102px;}
  22. #left_footer { float:left; padding:40px 0 0 60px; background:url(images/c.gif) no-repeat 30px 35px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px;}
  23. #left_footer a { color:#FFFFFF;}
  24. #left_footer a:hover { text-decoration:none;}
  25. #right_footer { float:right;  padding:40px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:11px; text-align:right;}
  26. #right_footer a { color:#FFFFFF;}
  27. #right_footer a:hover { text-decoration:none;}