home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / pastries / style.css < prev   
Cascading Style Sheet File  |  2008-06-18  |  4KB  |  310 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-top: 20px;
  9.     background: #6E0911 url(images/img01.jpg) repeat left top;
  10.     font-family: Georgia, "Times New Roman", Times, serif;
  11.     font-size: 13px;
  12.     color: #757890;
  13. }
  14.  
  15. h1, h2, h3 {
  16.     margin: 0;
  17.     text-transform: lowercase;
  18.     letter-spacing: -.05em;
  19.     font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  20.     font-weight: normal;
  21. }
  22.  
  23. h1 {
  24.     font-size: 1.8em;
  25. }
  26.  
  27. h2 {
  28.     font-size: 1.4em;
  29. }
  30.  
  31. h3 {
  32.     font-size: 1em;
  33. }
  34.  
  35. p, ul, ol {
  36.     margin-top: 0;
  37.     line-height: 180%;
  38. }
  39.  
  40. ul, ol {
  41. }
  42.  
  43. a {
  44.     background: url(images/img05.gif) repeat-x left bottom;
  45.     text-decoration: none;
  46.     color: #C0BFBF;
  47. }
  48.  
  49. a:hover {
  50.     background: none;
  51.     color: #FFFFFF;
  52. }
  53.  
  54. /* Header */
  55.  
  56. #header {
  57.     width: 800px;
  58.     height: 200px;
  59.     margin: 0 auto;
  60.     background: url(images/img02.jpg) no-repeat left top;
  61. }
  62.  
  63. /* Logo */
  64.  
  65. #logo {
  66.     float: left;
  67.     color: #74788F;
  68. }
  69.  
  70. #logo h1 {
  71.     float: left;
  72.     padding-top: 120px;
  73.     padding-left: 135px;
  74.     text-transform: lowercase;
  75.     font-size: 2.9em;
  76. }
  77.  
  78. #logo p {
  79.     float: left;
  80.     margin: 0;
  81.     padding: 138px 0 0 2px;
  82.     text-transform: lowercase;
  83.     letter-spacing: -.05em;
  84.     font-size: 16px;
  85.  
  86. #logo a {
  87.     background: none;
  88.     text-decoration: none;
  89.     color: #FFFFFF;
  90. }
  91.  
  92. /* Search */
  93.  
  94. #search {
  95.     float: right;
  96.     width: 200px;
  97.     padding-top: 86px;
  98.     padding-right: 45px;
  99. }
  100.  
  101. #search form {
  102.     width: 200px;
  103.     height: 41px;
  104.     margin: 0;
  105.     padding: 55px 0 0 18px;
  106. }
  107.  
  108. #search fieldset {
  109.     margin: 0;
  110.     padding: 0;
  111.     border: none;
  112. }
  113.  
  114. #search-text {
  115.     width: 150px;
  116.     padding: 5px 10px 5px 10px;
  117.     border: none;
  118.     text-transform: uppercase;
  119.     background: #723C49;
  120.     border: none;
  121.     font: bold 12px Arial, Helvetica, sans-serif;
  122.     color: #ABB0D1;
  123. }
  124.  
  125. #search-submit {
  126.     display: none;
  127. }
  128.  
  129. /* Menu */
  130.  
  131. #menu {
  132.     width: 800px;
  133.     height: 60px;
  134.     margin: 0 auto;
  135.     background: #FFFFFF url(images/img03.jpg) repeat-y left top;
  136. }
  137.  
  138. #menu ul {
  139.     margin: 0;
  140.     padding: 20px 0 0 10px;
  141.     list-style: none;
  142.     line-height: normal;
  143. }
  144.  
  145. #menu li {
  146.     float: left;
  147. }
  148.  
  149. #menu a {
  150.     padding: 20px 20px;
  151.     margin-right: 2px;
  152.     text-transform: lowercase;
  153.     text-decoration: none;
  154.     font-family: Georgia, "Times New Roman", Times, serif;
  155.     font-size: 20px;
  156.     color: #757890;
  157. }
  158.  
  159. #menu a:hover, #menu .current_page_item a {
  160.     color: #FFFFFF;
  161.     text-decoration: none;
  162. }
  163.  
  164. #menu a:hover {
  165.     text-decoration: none;
  166. }
  167.  
  168. /* Wraper */
  169.  
  170. #wrapper {
  171.     width: 800px;
  172.     margin: 0 auto;
  173.     background: url(images/img04.jpg) repeat-y left top;
  174. }
  175.  
  176.  
  177. /* Page */
  178.  
  179. #page {
  180.     width: 800px;
  181.     margin: 0 auto;
  182.     padding-top: 30px;
  183.     background: url(images/img05.jpg) no-repeat left bottom;
  184. }
  185.  
  186. /* Content */
  187.  
  188. #content {
  189.     float: right;
  190.     width: 500px;
  191.     margin-right: 40px;
  192. }
  193.  
  194. .post {
  195. }
  196.  
  197. .post .title {
  198.     padding: 5px 0 5px 0;
  199.     border-bottom: 2px solid #000000;
  200.     color: #FFFFFF;
  201. }
  202.  
  203. .post .title a {
  204.     color: #FFFFFF;
  205. }
  206.  
  207. .post h2 {
  208.     font-size: 1.8em;
  209. }
  210.  
  211. .post .meta {
  212.     padding: 2px 10px;
  213.     background: #0D0D0D;
  214.     border-top: 1px solid #000000;
  215.     border-bottom: 1px solid #000000;
  216.     text-transform: uppercase;
  217.     text-align: left;
  218.     font-size: 9px;
  219. }
  220.  
  221. .post .entry {
  222.     padding: 20px 10px;
  223.     text-align: justify;
  224. }
  225.  
  226. /* Sidebar */
  227.  
  228. #sidebar {
  229.     float: left;
  230.     width: 220px;
  231.     margin-left: 25px;
  232.     color: #7893AE;
  233. }
  234.  
  235. #sidebar ul {
  236.     margin: 0;
  237.     padding: 0;
  238.     list-style: none;
  239. }
  240.  
  241. #sidebar li {
  242. }
  243.  
  244. #sidebar li ul {
  245.     padding: 10px 0 15px 15px;
  246. }
  247.  
  248. #sidebar li li {
  249.     padding-left: 10px;
  250. }
  251.  
  252. #sidebar h2 {
  253.     padding-bottom: 10px;
  254.     padding-left: 20px;
  255.     margin: 5px 22px;
  256.     font-size: 1.5em;
  257.     border-bottom: 2px solid #000000;
  258.     background: url(images/img06.jpg) no-repeat left 35%;
  259.     color: #FFFFFF;
  260. }
  261.  
  262. #sidebar p {
  263.     padding: 10px 13px 15px 23px;
  264.     text-align: justify;
  265. }
  266.  
  267. /* Calendar */
  268.  
  269. #calendar {
  270. }
  271.  
  272. #calendar_wrap {
  273.     padding: 20px;
  274. }
  275.  
  276. #calendar table {
  277.     width: 100%;
  278. }
  279.  
  280. #calendar tbody td {
  281.     text-align: center;
  282. }
  283.  
  284. #calendar #next {
  285.     text-align: right;
  286. }
  287.  
  288. /* Footer */
  289.  
  290. #footer {
  291.     width: 800px;
  292.     margin: 0 auto;
  293.     padding: 30px 0;
  294.     height: 60px;
  295.     font-family: Arial, Helvetica, sans-serif;
  296.     color: #D6969B;
  297. }
  298.  
  299. #footer p {
  300.     margin: 0;
  301.     line-height: normal;
  302.     font-size: 9px;
  303.     text-transform: uppercase;
  304.     text-align: center;
  305. }
  306.  
  307. #footer a {
  308.     color: #D6969B;
  309. }