home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / temp09 / css / mainStyle.css
Encoding:
Cascading Style Sheet File  |  2007-11-20  |  2.8 KB  |  127 lines

  1. /*----------------------------------------------------------------------------------------------------------------------------------*/
  2.   *{
  3.     margin: 0;
  4.     padding: 0;
  5.   }
  6.   html{
  7.     height: 100%;
  8.   }
  9.   body{
  10.     background: #993 url(../images/body_top_bg.jpg) repeat-x;
  11.     text-align: center;
  12.     font: 11px Trebuchet MS, Trebuchet, Arial, Verdana, sans-serif;
  13.     color: #666;
  14.   }
  15.   
  16. /*----------------------------------------------------------------------------------------------------------------------------------*/
  17.   #header{
  18.     position: relative;
  19.     margin: 0 auto;
  20.     padding: 0 40px;
  21.     width: 720px;
  22.     height: 240px;
  23.     background: transparent url(../images/header_bg.jpg) left bottom no-repeat;
  24.     text-align: left;
  25.   }
  26.   h1#logo{
  27.     position: absolute;
  28.     top: 110px;
  29.     left: 315px;
  30.     font: normal 40px Times New Roman, Times, Georgia, serif;
  31.   }
  32.   h1#logo a{
  33.     color: #fff;
  34.     text-decoration: none;
  35.   }
  36.   h1#logo a:hover{
  37.     color: #ff9;
  38.   }
  39.   #logo .logoDot{
  40.     color: #9c0;
  41.     font-size: 100px;
  42.   }
  43.   ul#mainNav{
  44.     float: right;
  45.     padding: 15px 0;
  46.     list-style: none;
  47.   }
  48.   ul#mainNav li{
  49.     float: left;
  50.     padding-left: 80px;
  51.     text-align: right;
  52.   }
  53.   ul#mainNav a{
  54.     display: block;
  55.     color: #993;
  56.     font: 14px Times New Roman, Times, Georgia, serif;
  57.     text-decoration: none;
  58.   }
  59.   ul#mainNav a:hover{
  60.     color: #cc3;
  61.     text-decoration: underline;
  62.   }
  63.   
  64. /*----------------------------------------------------------------------------------------------------------------------------------*/
  65.   #container{
  66.     clear: both;
  67.     padding: 40px 0;
  68.     width: 100%;
  69.     background: #fff;
  70.   }
  71.   #wrapper{
  72.     margin: 0 auto;
  73.     width: 720px;
  74.     text-align: left;
  75.   }
  76.   #addColumn{
  77.     float: left;
  78.     width: 240px;
  79.   }
  80.   h2{
  81.     margin-bottom: 20px;
  82.     padding-left: 25px;
  83.     background: transparent url(../images/content_title_ico.jpg) left center no-repeat;
  84.     color: #690;
  85.     font: bold 18px Times New Roman, Times, Georgia, serif;
  86.   }
  87.   h3{
  88.     color: #69c;
  89.     font-size: 12px;
  90.   }
  91.   #content{
  92.     margin-left: 280px;
  93.   }
  94.   p{
  95.     margin-bottom: 10px;
  96.   }
  97.   
  98. /*----------------------------------------------------------------------------------------------------------------------------------*/
  99.   #footer{
  100.     margin: 0 auto;
  101.     width: 720px;
  102.     color: #cc6;
  103.     font-size: 9px;
  104.   }
  105.   #footer a{
  106.     color: #cc6;
  107.     text-decoration: none;
  108.   }
  109.   #footer a:hover{
  110.     color: #ff9;
  111.   }
  112.   #footer ul{
  113.     padding: 5px 0 40px 0;
  114.     background: transparent url(../images/footer_dot.gif) repeat-x;
  115.     list-style: none;
  116.   }
  117.   li.validate{
  118.     padding-right: 10px;
  119.     float: left;
  120.   }
  121.   li.copyright{
  122.     float: right;
  123.   }
  124.   li.copyright a{
  125.     padding-right: 18px;
  126.     background: transparent url(../images/inhead_logo.gif) right center no-repeat;
  127.   }