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

  1. /*----------------------------------------------------------------------------------------------------------------------------------*/
  2.   *{
  3.     margin: 0;
  4.     padding: 0;
  5.   }
  6.   body{
  7.     padding: 10px 0;
  8.     background: #60522f;
  9.     text-align: center;
  10.     color: #766454;
  11.     font: normal 12px Times New Roman, Times, Georgia, serif;
  12.   }
  13.   #container{
  14.     margin: 0 auto;
  15.     width: 700px;
  16.     text-align: left;
  17.   }
  18.   h1, h2, h3{
  19.     font-weight: normal;
  20.   }
  21.   
  22. /*----------------------------------------------------------------------------------------------------------------------------------*/
  23.   #header{
  24.     padding: 0 90px;
  25.     height: 345px;
  26.     background: transparent url(../images/header_bg.jpg) no-repeat;
  27.     text-align: center;
  28.   }
  29.   h1#logo{
  30.     padding-top:  230px;
  31.   }
  32.   h1#logo a{
  33.     display: block;
  34.     margin: 0 auto;
  35.     width: 312px;
  36.     height: 55px;
  37.     background: transparent url(../images/template_logo.jpg) no-repeat;
  38.   }
  39.   h1#logo a:hover{}
  40.   #header h2{
  41.     position: relative;
  42.     top: -165px;
  43.     border-bottom: 1px solid #cbb99d;
  44.     font-size: 24px;
  45.   }
  46.   ul#mainNav{
  47.     font-size: 14px;
  48.     list-style: none;
  49.   }
  50.   ul#mainNav li{
  51.     float: left;
  52.     border-top: 1px solid #cbb99d;
  53.     border-bottom: 1px solid #cbb99d;
  54.   }
  55.   ul#mainNav a{
  56.     display: block;
  57.     padding: 7px 0;
  58.     width: 104px;
  59.     color: #52443c;
  60.     text-decoration: none;
  61.   }
  62.   ul#mainNav a:hover{
  63.     background: #e3e7af;
  64.     color: #9e8b74;
  65.   }
  66.   
  67. /*----------------------------------------------------------------------------------------------------------------------------------*/
  68.   #content{
  69.     padding: 60px 90px 30px 90px;
  70.     background: transparent url(../images/content_bg.jpg) repeat-y;
  71.     line-height: 18px;
  72.   }
  73.   h3{
  74.     float: left;
  75.     margin-top: -2px;
  76.     padding-right: 4px;
  77.     font-size: 18px;
  78.   }
  79.   p{
  80.     margin-bottom: 20px;
  81.   }
  82.   
  83. /*----------------------------------------------------------------------------------------------------------------------------------*/
  84.   #footer{
  85.     padding: 0 90px;
  86.     height: 285px;
  87.     background: transparent url(../images/footer_bg.jpg) no-repeat;
  88.     font-size: 9px;
  89.   }
  90.   ul#metaLink{
  91.     border-top: 1px solid #cbb99d;
  92.     padding-top: 175px;
  93.     list-style: none;
  94.   }
  95.   ul#metaLink li{
  96.     float: left;
  97.     margin-right: 15px;
  98.   }
  99.   ul#metaLink a{
  100.     color: #766454;
  101.     text-decoration: none;
  102.   }
  103.   ul#metaLink a:hover{
  104.     text-decoration: underline;
  105.   }