home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / unknown / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-11-03  |  3.1 KB  |  233 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #A17461 url(images/img01.jpg) repeat-x;
  14.     font-family: Arial, Helvetica, sans-serif;
  15.     font-size: 13px;
  16.     color: #B1C0C7;
  17. }
  18.  
  19. form {
  20. }
  21.  
  22. input, textarea {
  23.     font: normal 1em Arial, Helvetica, sans-serif;
  24. }
  25.  
  26. input.text {
  27. }
  28.  
  29. input.button {
  30. }
  31.  
  32. h1, h2, h3 {
  33.     font-family: Georgia, "Times New Roman", Times, serif;
  34.     color: #FFFFFF;
  35. }
  36.  
  37. h1 {
  38.     letter-spacing: -.05em;
  39.     font-size: 2.2em;
  40. }
  41.  
  42. h2 {
  43.     margin-top: 1em;
  44.     letter-spacing: -.05em;
  45.     font-size: 1.4em;
  46. }
  47.  
  48. h3 {
  49.     margin-top: 1em;
  50. }
  51.  
  52. p, ul, ol {
  53.     margin-top: 1em;
  54.     line-height: 160%;
  55. }
  56.  
  57. ul {
  58.     list-style: none;
  59. }
  60.  
  61. ul li {
  62. }
  63.  
  64. ol {
  65.     margin-left: 1em;
  66.     list-style-position: inside;
  67. }
  68.  
  69. blockquote {
  70.     margin-left: 1em;
  71.     padding-left: .75em;
  72.     border-left: 1px solid #9E9D89;
  73. }
  74.  
  75. a {
  76.     color: #FFFFFF;
  77. }
  78.  
  79. a:hover {
  80.     text-decoration: none;
  81. }
  82.  
  83. img {
  84.     border: 4px solid #000000;
  85. }
  86.  
  87. /* Header */
  88.  
  89. #header {
  90.     width: 852px;
  91.     height: 94px;
  92.     margin: 0 auto;
  93.     background: url(images/img02.jpg);
  94. }
  95.  
  96. #header h1, #header p {
  97.     margin: 0;
  98.     padding: 0;
  99.     text-transform: uppercase;
  100.     text-align: center;
  101.     letter-spacing: .25em;
  102.     font-family: Arial, Helvetica, sans-serif;
  103.     font-weight: bold;
  104.     color: #151F5D;
  105. }
  106.  
  107. #header h1 {
  108.     padding-top: .35em;
  109.     font-size: 3em;
  110. }
  111.  
  112. #header a {
  113.     text-decoration: none;
  114.     color: #151F5D;
  115. }
  116.  
  117. /* Page */
  118.  
  119. #page {
  120.     width: 852px;
  121.     margin: 0 auto;
  122.     background: url(images/img03.jpg);
  123. }
  124.  
  125. #pagebg {
  126.     background: url(images/img06.jpg) no-repeat left bottom;
  127. }
  128.  
  129. /* Content */
  130.  
  131. #content {
  132.     float: left;
  133.     width: 474px;
  134.     padding: 26px 20px 20px 46px;
  135.     background: url(images/img04.jpg) no-repeat;
  136. }
  137.  
  138. .post {
  139. }
  140.  
  141. .post .title {
  142.     padding-top: 20px;
  143.     text-align: center;
  144. }
  145.  
  146. .post .title a {
  147.     text-decoration: none;
  148. }
  149.  
  150. .post .title a:hover {
  151.     text-decoration: underline;
  152. }
  153.  
  154. .post .meta {
  155.     margin: 0;
  156.     padding-bottom: 10px;
  157.     border-bottom: 1px dashed #748AAF;
  158.     text-align: center;
  159.     text-transform: uppercase;
  160.     color: #849AC1;
  161. }
  162.  
  163. .post .meta a {
  164.     text-decoration: none;
  165.     color: #B1C0C7;
  166. }
  167.  
  168. .post .meta a:hover {
  169.     text-decoration: underline;
  170. }
  171.  
  172. /* Sidebar */
  173.  
  174. #sidebar {
  175.     float: right;
  176.     width: 240px;
  177.     padding: 26px 46px 20px 26px;
  178.     background: url(images/img05.jpg) no-repeat;
  179. }
  180.  
  181. #sidebar ul {
  182.     padding: 0;
  183.     list-style: none;
  184. }
  185.  
  186. #sidebar li {
  187.     margin-bottom: 3em;
  188.     padding: 0;
  189. }
  190.  
  191. #sidebar li ul {
  192. }
  193.  
  194. #sidebar li li {
  195.     margin: 0;
  196.     padding: 5px 10px;
  197.     border-bottom: 1px dotted #748AAF;
  198. }
  199.  
  200. #sidebar h2 {
  201.     margin: 0;
  202.     padding-bottom: .5em;
  203.     border-bottom: 1px solid #748AAF;
  204.     text-align: center;
  205. }
  206.  
  207. #sidebar a {
  208.     text-decoration: none;
  209. }
  210.  
  211. #sidebar a:hover {
  212.     text-decoration: underline;
  213. }
  214.  
  215. /* Footer */
  216.  
  217. #footer {
  218.     width: 852px;
  219.     margin: 0 auto;
  220.     padding: 30px 0;
  221.     background: url(images/img07.jpg) no-repeat;
  222.     text-align: center;
  223. }
  224.  
  225. #footer p {
  226.     margin: 0;
  227.     font-size: .8em;
  228.     color: #CFA39D;
  229. }
  230.  
  231. #footer a {
  232.     color: #CFA39D;
  233. }