home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / newave / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-08-07  |  3.4 KB  |  288 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. body {
  8.     margin: 0;
  9.     padding: 0;
  10.     background: #FFFFFF url(images/img01.jpg) repeat-x;
  11.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     font-size: 13px;
  13.     color: #666666;
  14. }
  15.  
  16. form {
  17.     margin: 0;
  18.     padding: 0;
  19. }
  20.  
  21. fieldset {
  22.     margin: 0;
  23.     padding: 0;
  24.     border: none;
  25. }
  26.  
  27. input, textarea, select {
  28.     font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
  29. }
  30.  
  31. h1, h2 {
  32.     font-weight: normal;
  33.     color: #7CD300;
  34. }
  35.  
  36. h1 {
  37.     letter-spacing: -1px;
  38.     font-size: 2.6em;
  39. }
  40.  
  41. h2 {
  42.     font-size: 1.8em;
  43. }
  44.  
  45. h3 {
  46.     font-size: 1.2em;
  47.     font-weight: bold;
  48. }
  49.  
  50. p, ul, ol {
  51. }
  52.  
  53. p {
  54. }
  55.  
  56. blockquote {
  57.     font-style: italic;
  58. }
  59.  
  60. ul {
  61. }
  62.  
  63. ol {
  64. }
  65.  
  66. a {
  67.     color: #7CD300;
  68. }
  69.  
  70. a:hover {
  71.     text-decoration: none;
  72. }
  73.  
  74. small {
  75. }
  76.  
  77. hr {
  78.     display: none;
  79. }
  80.  
  81. img {
  82.     border: none;
  83. }
  84.  
  85. img.left {
  86.     float: left;
  87.     margin: 0 15px 0 0;
  88. }
  89.  
  90. img.right {
  91.     float: left;
  92.     margin: 0 0 0 15px;
  93. }
  94.  
  95. /* Header */
  96.  
  97. #header {
  98.     width: 920px;
  99.     height: 160px;
  100.     margin: 0 auto;
  101. }
  102.  
  103. /* Logo */
  104.  
  105. #logo {
  106.     float: left;
  107. }
  108.  
  109. #logo h1, #logo h2 {
  110.     margin: 0;
  111.     text-transform: lowercase;
  112. }
  113.  
  114. #logo h1 {
  115.     padding-top: 52px;
  116.     font-size: 4em;
  117.     color: #554D49;
  118. }
  119.  
  120. #logo h1 a {
  121.     color: #554D49;
  122. }
  123.  
  124. #logo h2 {
  125.     margin-top: -10px;
  126.     padding-left: 1px;
  127.     letter-spacing: -1px;
  128.     font-size: 1.8em;
  129.     color: #7F7772;
  130. }
  131.  
  132. #logo h2 a {
  133.     color: #7F7772;
  134. }
  135.  
  136. #logo a {
  137.     text-decoration: none;
  138. }
  139.  
  140. /* Menu */
  141.  
  142. #menu {
  143.     float: right;
  144. }
  145.  
  146. #menu ul {
  147.     margin: 0;
  148.     padding: 40px 0 0 0;
  149.     list-style: none;
  150. }
  151.  
  152. #menu li {
  153.     display: inline;
  154. }
  155.  
  156. #menu a {
  157.     display: block;
  158.     float: left;
  159.     width: 130px;
  160.     height: 90px;
  161.     padding-top: 30px;
  162.     background: #73D000 url(images/img02.jpg) no-repeat;
  163.     text-align: center;
  164.     text-decoration: none;
  165.     text-transform: lowercase;
  166.     font-size: 1.6em;
  167.     color: #FFFFFF;
  168. }
  169.  
  170. /* Page */
  171.  
  172. #page {
  173.     width: 920px;
  174.     margin: 0 auto;
  175.     padding-top: 20px;
  176. }
  177.  
  178. #latest-post {
  179.     float: left;
  180.     width: 480px;
  181. }
  182.  
  183. #recent-posts {
  184.     float: right;
  185.     width: 380px;
  186.     padding: 12px 0 0 30px;
  187.     background: url(images/img03.gif) repeat-y;
  188. }
  189.  
  190. #recent-posts .entry {
  191.     background: url(images/img04.gif) repeat-x left bottom;
  192. }
  193.  
  194. .post {
  195. }
  196.  
  197. .post .title {
  198.     margin: 0;
  199. }
  200.  
  201. .post .meta {
  202.     margin: 0;
  203.     padding-bottom: 10px;
  204.     line-height: normal;
  205.     font-family: Arial, Helvetica, sans-serif;
  206.     color: #BABABA;
  207. }
  208.  
  209. .post .meta a {
  210.     color: #BABABA;
  211. }
  212.  
  213. .post .entry {
  214.     margin-bottom: 10px;
  215.     padding-bottom: 5px;
  216. }
  217.  
  218. /* Sidebar */
  219.  
  220. #sidebar {
  221.     clear: both;
  222.     width: 920px;
  223.     background: #CDEB8B url(images/img05.gif) no-repeat;
  224.     border-top: 20px solid #FFFFFF;
  225.     color: #008C00;
  226. }
  227.  
  228. #sidebar ul {
  229.     margin: 0;
  230.     padding: 0;
  231.     list-style: none;
  232. }
  233.  
  234. #sidebar li {
  235.     display: block;
  236.     float: left;
  237.     width: 200px;
  238.     padding: 15px;
  239. }
  240.  
  241. #sidebar li ul {
  242.     line-height: 1.8em;
  243. }
  244.  
  245. #sidebar li li {
  246.     display: list-item;
  247.     float: none;
  248.     width: auto;
  249.     padding: 0;
  250. }
  251.  
  252. #sidebar h2 {
  253.     margin: 0 0 15px 0;
  254.     color: #008C00;
  255. }
  256.  
  257. #sidebar a {
  258.     text-decoration: none;
  259.     color: #008C00;
  260. }
  261.  
  262. #sidebar a:hover {
  263.     text-decoration: underline;
  264. }
  265.  
  266. /* Footer */
  267.  
  268. #footer {
  269.     width: 920px;
  270.     height: 100px;
  271.     margin: 0 auto;
  272.     background: url(images/img06.gif) no-repeat;
  273. }
  274.  
  275. #footer p {
  276.     margin: 0;
  277.     padding: 15px;
  278. }
  279.  
  280. #legal {
  281.     float: left;
  282. }
  283.  
  284. #links {
  285.     float: right;
  286. }
  287.  
  288.