home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / business_design_2007 / css / style.css
Encoding:
Cascading Style Sheet File  |  2007-01-12  |  2.4 KB  |  45 lines

  1. /*defaults*/
  2. body     {background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
  3. p        {margin:0; padding:0 0 15px 0; }
  4. a        {color:#000000; text-decoration:underline; }
  5. a:hover    {color:#225799; text-decoration:none;}
  6.  
  7.  
  8. /*structural elements*/
  9. #container    {margin:0px auto; text-align:center; width:760px; }
  10. #holder        {width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }
  11. #logo        {background:url('../images/logo.gif') no-repeat 180px 0; border-bottom:1px solid #DADADA; padding:5px 30px 20px 0px; }
  12. #navigation    {padding:10px 0; }
  13. #header        {background:#DADADA url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
  14. #content    {float:left; width:490px; padding:20px 10px 0 0; line-height:160%; }
  15. #news        {float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
  16. .newsItem    {padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
  17. #footer        {clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
  18. #copyright    {float:right; }
  19.  
  20.  
  21. /*headings*/
  22. .newsItem h1    {color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
  23. #content h1        {font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
  24. #logo h1        {font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }
  25.  
  26.  
  27. /*navigation*/
  28. #navigation ul         {margin:0; padding:0; }
  29. #navigation li         {margin:0; padding:0; list-style:none; display:inline; }
  30. #navigation a        {color:#225799; padding:0 20px 0 0; text-decoration:none; }
  31. #navigation a:hover    {color:#000000; }
  32.  
  33. #footer ul         {margin:0; padding:0; }
  34. #footer li         {margin:0; padding:0; list-style:none; display:inline; }
  35. #footer a        {color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
  36. #footer a:hover    {color:#000000; text-decoration:none; }
  37.  
  38.  
  39. /*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
  40. .clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
  41. .clearfix {display:inline-block; }
  42. /* Hides from IE-mac \*/
  43. * html .clearfix {height:1%; }
  44. .clearfix {display:block; }
  45. /* End hide from IE-mac */