home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / redave / default.css next >
Cascading Style Sheet File  |  2007-05-16  |  4KB  |  343 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.     margin: 0;
  14.     background: #FFFFFF url(images/img01.gif) repeat-x;
  15.     font: normal small Verdana, Arial, Helvetica, sans-serif;
  16.     color: #666666;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     font-family: Georgia, "Times New Roman", Times, serif;
  21.     color: #333333;
  22. }
  23.  
  24. h2 {
  25.     margin-bottom: .8em;
  26.     font-size: 2em;
  27.     font-weight: normal;
  28. }
  29.  
  30. h3 {
  31.     margin-bottom: 1em;
  32.     text-transform: uppercase;
  33.     letter-spacing: 2px;
  34.     font: bold x-small Verdana, Arial, Helvetica, sans-serif;
  35. }
  36.  
  37. p, blockquote, ul, ol {
  38.     margin-bottom: 1.4em;
  39.     line-height: 1.8em;
  40.     text-align: justify;
  41. }
  42.  
  43. p {
  44. }
  45.  
  46. blockquote {
  47.     margin-left: 2em;
  48.     margin-right: 2em;
  49.     font-style: italic;
  50. }
  51.  
  52. ul {
  53.     margin-left: 3em;
  54. }
  55.  
  56. ul li {
  57. }
  58.  
  59. ol {
  60.     margin-left: 3em;
  61. }
  62.  
  63. ol li {
  64. }
  65.  
  66. a {
  67.     text-decoration: none;
  68.     color: #BB1C1C;
  69. }
  70.  
  71. a:hover {
  72.     text-decoration: underline;
  73. }
  74.  
  75. img {
  76.     border: 4px solid #C90404;
  77. }
  78.  
  79. /* Boxed Style */
  80.  
  81. .boxed {
  82.     margin-bottom: 20px;
  83. }
  84.  
  85. .boxed .title {
  86.     height: 25px;
  87.     margin: 0;
  88.     padding: 4px 0 0 15px;
  89.     background: url(images/img05.gif) no-repeat;
  90.     font-size: 1.4em;
  91.     color: #BB1C1C;
  92. }
  93.  
  94. .boxed .content {
  95.     padding: 15px;
  96. }
  97.  
  98. /* Post */
  99.  
  100. .post {
  101. }
  102.  
  103. .post .title {
  104. }
  105.  
  106. .post .date {
  107. }
  108.  
  109. .post .date .month {
  110. }
  111.  
  112. .post .date .day {
  113. }
  114.  
  115. .post .date .year {
  116. }
  117.  
  118. .post .meta {
  119. }
  120.  
  121. .post .meta p {
  122.     line-height: normal;
  123.     font-size: 9px;
  124. }
  125.  
  126. .post .story {
  127. }
  128.  
  129. /* Header */
  130.  
  131. #header {
  132.     width: 740px;
  133.     height: 100px;
  134.     margin: 0 auto;
  135.     padding: 20px 0 0 0;
  136. }
  137.  
  138. /* Header > Logo */
  139.  
  140. #logo {
  141.     float: left;
  142.     width: 240px;
  143.     height: 50px;
  144. }
  145.  
  146. #logo h1 {
  147.     float: left;
  148.     margin: 0;
  149.     padding: 21px 0 0 1em;
  150.     font-size: 1em;
  151. }
  152.  
  153. #logo h2 {
  154.     float: left;
  155.     margin: 0;
  156.     padding: 24px 0 0 .5em;
  157.     font-size: .7em;
  158. }
  159.  
  160. #logo a {
  161.     font-family: Verdana, Arial, Helvetica, sans-serif;
  162.     color: #FFFFFF;
  163. }
  164.  
  165. /* Header > Menu */
  166.  
  167. #menu {
  168.     float: left;
  169.     width: 500px;
  170.     height: 50px;
  171. }
  172.  
  173. #menu ul {
  174.     margin: 0;
  175.     list-style: none;
  176. }
  177.  
  178. #menu li {
  179.     display: inline;
  180. }
  181.  
  182. #menu a {
  183.     display: block;
  184.     float: left;
  185.     width: 100px;
  186.     height: 45px;
  187.     padding: 19px 0 0 0;
  188.     background: url(images/img03.gif) no-repeat;
  189.     text-align: center;
  190.     font-size: 11px;
  191.     font-weight: bold;
  192.     color: #000000;
  193. }
  194.  
  195. #menu a:hover, #menu .active a {
  196.     color: #BF1616;
  197. }
  198.  
  199. /* Content */
  200.  
  201. #content {
  202.     width: 740px;
  203.     margin: 0 auto;
  204. }
  205.  
  206. /* Content > Main */
  207.  
  208. #main {
  209.     float: right;
  210.     width: 480px;
  211. }
  212.  
  213. /* Content > Main > Welcome */
  214.  
  215. #welcome {
  216. }
  217.  
  218. /* Content > Main > Example */
  219.  
  220. #example {
  221. }
  222.  
  223. /* Content > Sidebar */
  224.  
  225. #sidebar {
  226.     float: left;
  227.     width: 240px;
  228. }
  229.  
  230. /* Content > Sidebar > Login */
  231.  
  232. #login {
  233. }
  234.  
  235. #login form {
  236. }
  237.  
  238. #login fieldset {
  239.     border: none;
  240. }
  241.  
  242. #login legend {
  243.     display: none;
  244. }
  245.  
  246. #login label {
  247.     font-size: x-small;
  248.     font-weight: bold;
  249. }
  250.  
  251. #login input {
  252.     margin-bottom: 5px;
  253.     padding: 2px 5px;
  254.     border: 1px solid #C90404;
  255.     font-family: Verdana, Arial, Helvetica, sans-serif;
  256. }
  257.  
  258. #inputtext1, #inputtext2 {
  259.     color: #C90404;
  260. }
  261.  
  262. #inputsubmit1 {
  263.     background: #C90404;
  264.     color: #FFFFFF;
  265. }
  266.  
  267. /* Content > Sidebar > Updates*/
  268.  
  269. #updates {
  270. }
  271.  
  272. #updates ul {
  273.     margin: 0;
  274.     list-style: none;
  275. }
  276.  
  277. #updates h3 {
  278.     margin: 0;
  279.     font: bold x-small Verdana, Arial, Helvetica, sans-serif;
  280. }
  281.  
  282. #updates p {
  283.     margin-bottom: 1.4em;
  284.     font-size: smaller;
  285.     line-height: normal;
  286. }
  287.  
  288. /* Content > Sidebar > Partners*/
  289.  
  290. #partners {
  291. }
  292.  
  293. #partners .content {
  294.     padding: 10px 0;
  295. }
  296.  
  297. #partners ul {
  298.     margin: 0;
  299.     border-bottom: 1px solid #D1BC5C;
  300.     list-style: none;
  301.     line-height: normal;
  302. }
  303.  
  304. #partners li {
  305.     padding: 10px;
  306.     border-top: 1px solid #D1BC5C;
  307. }
  308.  
  309. /* Footer */
  310.  
  311. #footer {
  312.     clear: both;
  313.     padding: 20px 50px;
  314.     border-top: 4px solid #930000;
  315.     background: #C90404;
  316. }
  317.  
  318. #footer p {
  319.     width: 770px;
  320.     margin: 0 auto;
  321.     text-align: center;
  322.     font-size: x-small;
  323.     color: #FFFFFF;
  324. }
  325.  
  326. #footer a {
  327.     text-decoration: underline;
  328.     color: #FFFFFF;
  329. }
  330.  
  331. #footer a:hover {
  332.     text-decoration: underline;
  333. }
  334.  
  335. /* Footer > Legal */
  336.  
  337. #legal {
  338. }
  339.  
  340. /* Footer > Links */
  341.  
  342. #links {
  343. }