home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / charitytrust / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-12-04  |  2.1 KB  |  165 lines

  1. html, body, ul, li {
  2.     margin: 0;
  3.     padding: 0;
  4.     list-style: none;
  5. }
  6. img {
  7.     border: 0;
  8. }
  9. a {
  10.     font-weight: bold;
  11.     text-decoration: none;
  12. }
  13. a:hover {
  14.     text-decoration: underline;
  15. }
  16. .more {
  17.     text-align: right;
  18. }
  19. .left {
  20.     float: left;
  21. }
  22. .clear {
  23.     clear: both;
  24. }
  25.  
  26. body, h1, h2, h3, form {
  27.     font: 10px tahoma, arial, sans-serif;
  28.     margin: 0;
  29.     padding: 0;
  30.     color: #5C5C5C;
  31. }
  32.  
  33. body {
  34.     background: url(images/header_bg.jpg) repeat-x;
  35.     text-align: center;
  36. }
  37. #wrapper {
  38.     text-align: left;
  39.     margin: auto;
  40.     width: 774px;
  41. }
  42.  
  43.  
  44. #header {
  45.     height: 203px;
  46.     position: absolute;
  47. }
  48. #header h1 {
  49.     margin-top: 44px;
  50. }
  51. #header h1 img {
  52.     display: block;
  53. }
  54. #nav {
  55.     margin-top: 7px;
  56. }
  57. #nav img {
  58.     float: left;
  59. }
  60.  
  61. #headline {
  62.     padding-top: 205px;
  63. }
  64.  
  65. #photo {
  66.     float: left;
  67.     width: 624px;
  68. }
  69. #photo div {
  70.     border: 1px solid #D8D8D8;
  71.     padding: 2px;
  72. }
  73. #photo img {
  74.     display: block;
  75. }
  76.  
  77. #search-news {
  78.     float: right;
  79.     width: 140px;
  80. }
  81. #search-news div {
  82.     padding: 3px 0;
  83.     margin: 0;
  84. }
  85. #search-news #q {
  86.     width: 140px;
  87.     border: 1px solid #859D31;
  88. }
  89. #search-news .downcast {
  90.     background: #E6E7E7;
  91.     border-top: 1px solid #CFD0D0;
  92.     padding: 3px 4px 4px 4px;
  93.     margin: 2px 0 0 0;
  94. }
  95. #search-news h3 {
  96.     background: url(images/bullet_letter.gif) no-repeat;
  97.     padding-left: 15px;
  98.     font-weight: bold;
  99.     margin: 1em 0 0.4em 0;
  100. }
  101. #search-news p {
  102.     padding-left: 15px;
  103.     padding-right: 2px;
  104.     margin: 0.1em 0;
  105. }
  106. a {
  107.     font-weight: bold;
  108.     color: #5C5C5C;
  109. }
  110.  
  111. #body {
  112.     padding-top: 2em;
  113.     text-align: justify;
  114. }
  115.  
  116. #body-left {
  117.     float: left;
  118.     width: 408px;
  119. }
  120. #body-right {
  121.     float: right;
  122.     width: 330px;
  123. }
  124.  
  125. #body-left ul.plussbullets {
  126.     margin-top: 45px;
  127.     margin-left: 120px;
  128.     padding: 0;
  129.     font-weight: bold;
  130. }
  131. #body-left ul.plussbullets li {
  132.     background: top left url(images/bullet_plus.gif) no-repeat;
  133.     margin: 0 0 10px 0;
  134.     padding: 0 0 0 25px;
  135. }
  136.  
  137. #body h2, #body p {
  138.     margin: 0.3em 0;
  139. }
  140.  
  141. #body-right p {
  142.     margin-right: 2em;
  143. }
  144.  
  145. #body a.green {
  146.     color: #9AAB68;
  147.     font-weight: normal;
  148.     text-decoration: underline;
  149. }
  150.  
  151. #gallery img {
  152.     float: left;
  153. }
  154.  
  155. #footer {
  156.     color: #FFFFFF;
  157.     background: #42453D url(images/footer_bg.gif) repeat-x;
  158.     padding: 6px 0 5px 0;
  159.     margin-top: 2em;
  160.     font-weight: bold;
  161. }
  162. #footer p {
  163.     margin: 0;
  164.     padding: 0;
  165. }