home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / firming / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-01-30  |  3.5 KB  |  283 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. html, body {
  8.     height: 100%;
  9. }
  10.  
  11. body {
  12.     margin: 0;
  13.     padding: 0;
  14.     background: #EDFBD2 url(images/img01.jpg) repeat-x left top;
  15.     font-family: Arial, Helvetica, sans-serif;
  16.     font-size: 13px;
  17.     color: #2B4E15;
  18. }
  19.  
  20. form {
  21.     margin: 0;
  22.     padding: 0;
  23. }
  24.  
  25. input, textarea {
  26.     font-family: Arial, Helvetica, sans-serif;
  27.     font-size: 1em;
  28.     color: #000000;
  29. }
  30.  
  31. h1, h2, h3 {
  32.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  33. }
  34.  
  35. h1 {
  36.     font-size: 3em;
  37. }
  38.  
  39. h2 {
  40.     font-size: 2em;
  41. }
  42.  
  43. h3 {
  44.     font-size: 1em;
  45. }
  46.  
  47. p, ul, ol {
  48.     margin-bottom: 1.8em;
  49.     line-height: 160%;
  50. }
  51.  
  52. ul, ol {
  53. }
  54.  
  55. blockquote {
  56. }
  57.  
  58. a {
  59.     color: #71AB48;
  60. }
  61.  
  62. a:hover {
  63.     text-decoration: none;
  64. }
  65.  
  66. hr {
  67.     display: none;
  68. }
  69.  
  70. /* Wrapper */
  71.  
  72. #wrapper {
  73.     height: 100%;
  74.     min-height: 100%;
  75.     background: url(images/img02.jpg) repeat-x left bottom;
  76. }
  77.  
  78. html>body #wrapper {
  79.     height: auto;
  80. }
  81.  
  82. /* Menu */
  83.  
  84. #menu {
  85.     width: 778px;
  86.     height: 57px;
  87.     padding-top: 10px;
  88.     margin: 0 auto;
  89. }
  90.  
  91. #menu ul {
  92.     float: right;
  93.     margin: 0;
  94.     padding: 0;
  95.     list-style: none;
  96. }
  97.  
  98. #menu li {
  99.     display: inline;
  100. }
  101.  
  102. #menu a {
  103.     float: left;
  104.     height: 20px;
  105.     padding: 10px 15px;
  106.     text-decoration: none;
  107.     text-transform: uppercase;
  108.     font-size: smaller;
  109.     font-weight: bold;
  110.     color: #000000;
  111. }
  112.  
  113. #menu a:hover {
  114.     background: #949684;
  115.     color: #FFFFFF;
  116. }
  117.  
  118. #menu .current_page_item a {
  119.     background: #949684;
  120.     color: #FFFFFF;
  121. }
  122.  
  123. /* Logo */
  124.  
  125. #logo {
  126.     width: 778px;
  127.     height: 180px;
  128.     margin: 0 auto;
  129.     color: #FFFFFF;
  130. }
  131.  
  132. #logo h1, #logo h2 {
  133.     float: left;
  134.     margin: 0;
  135. }
  136.  
  137. #logo h1 {
  138.     padding: 25px 0 0 20px;
  139.     letter-spacing: -2px;
  140.     text-transform: lowercase;
  141.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  142.     font-size: 50px;
  143. }
  144.  
  145. #logo h2 {
  146.     padding: 36px 0 0 10px;
  147.     letter-spacing: -1px;
  148.     text-transform: uppercase;
  149.     font-weight: normal;
  150.     font-size: 14px;
  151. }
  152.  
  153. #logo a {
  154.     text-decoration: none;
  155.     color: #FFFFFF;
  156. }
  157.  
  158. /* Page */
  159.  
  160. #page {
  161.     width: 778px;
  162.     margin: 0 auto;
  163.     padding: 20px 0;
  164. }
  165.  
  166. /* Content */
  167.  
  168. #content {
  169.     float: left;
  170.     width: 494px;
  171. }
  172.  
  173. .post {
  174.     padding-bottom: 20px;
  175. }
  176.  
  177. .post .title {
  178.     margin: 0;
  179.     padding: 5px 20px;
  180.     letter-spacing: -2px;
  181. }
  182.  
  183. .post .title a {
  184.     text-decoration: none;
  185.     color: #57A122;
  186. }
  187.  
  188. .post .entry {
  189.     padding: 10px 20px 0 20px;
  190. }
  191.  
  192. .post .meta {
  193.     height: 26px;
  194.     border-top: 1px solid #3E5C0E;
  195.     border-bottom: 2px solid #3E5C0E;
  196.     font-size: smaller;
  197.     font-weight: bold;
  198. }
  199.  
  200. .post .posted {
  201.     float: left;
  202.     height: 16px;
  203.     padding: 5px 20px;
  204. }
  205.  
  206. .post .permalink, .post .comments {
  207.     float: right;
  208.     height: 16px;
  209.     padding: 5px 20px;
  210. }
  211.  
  212. .post .permalink {
  213. }
  214.  
  215. /* Sidebar */
  216.  
  217. #sidebar {
  218.     float: right;
  219.     width: 260px;
  220. }
  221.  
  222. #sidebar ul {
  223.     margin: 0;
  224.     padding: 0;
  225.     list-style: none;
  226. }
  227.  
  228. #sidebar li {
  229.     margin-bottom: 20px;
  230. }
  231.  
  232. #sidebar li ul {
  233.     padding: 20px;
  234. }
  235.  
  236. #sidebar li li {
  237.     margin: 0;
  238. }
  239.  
  240. #sidebar p {
  241.     padding: 0 20px;
  242. }
  243.  
  244. #sidebar h2 {
  245.     height: 29px;
  246.     margin: 0;
  247.     padding: 9px 0 0 20px;
  248.     background: #B6E074;
  249.     border: 1px  dotted #4D7C2B;
  250.     text-transform:lowercase;
  251.     font-size: 1.4em;
  252.     font-weight: normal;
  253.     color: #000000;
  254. }
  255.  
  256. /* Search */
  257.  
  258. #search form {
  259.     padding: 20px;
  260. }
  261.  
  262. #search br {
  263.     display: none;
  264. }
  265.  
  266. #search #s {
  267.     width: 135px;
  268. }
  269.  
  270. /* Footer */
  271.  
  272. #footer {
  273.     clear: both;
  274.     padding: 10px 0;
  275.     font-size: smaller;
  276. }
  277.  
  278. #footer p {
  279.     margin: 0;
  280.     text-align: center;
  281.     line-height: normal;
  282. }
  283.