tealzine : Design 8 « Templates « HTML / CSS






tealzine

   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TealZine - About Us</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type='text/css'>
* {
  margin: 0; padding: 0;
}
body {
  text-align: center;
  font: 12px Verdana;
  color: #333333;
  background: url(tealzine-images/background.gif) repeat-x 0 0;
}
a {
  text-decoration: none;
  color: #1F5053;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}

.break {
  font-size: 0;
  width: 0; height: 0;
  clear: both;
}
.alignleft {
  float: left;
  margin: 4px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 4px 0 5px 10px;
}
.aligncenter {
  text-align: center;
}
.hidden {
  display: none;
}

/** BEGIN wrapper **/
.wrapper {
  width: 950px;
  margin: auto auto;
  text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
  height: 146px;
}
  #header ul {
    list-style-type: none;
    height: 32px;
  }
    #header ul li {
      float: left;
      text-transform: uppercase;
      font-size: 0.9em;
      padding-left: 1px;
      background: url(tealzine-images/divider.gif) no-repeat 0 10px;
    }
    #header ul li.f {
      background: none;
    }
      #header ul li.f a {
        padding-left: 0;
      }
    #header ul li a {
      color: #ffffff;
      display: block;
      padding: 8px 15px;
    }
    #header ul li a:hover {
      color: #656461;
      text-decoration: none;
    }
  #header .subscribe {
    float: right;
    margin-top: -25px;
    font-size: 0.9em;
    color: #656461;
    padding-top: 2px;
    font-family: Arial;
  }
    #header .subscribe a {
      color: #ffffff;
      margin: 0 9px;
    }
    #header .subscribe a:hover {
      color: #2C8871;
      text-decoration: none;
    }
  #header .logo {
    float: left;
  }
    #header .logo h1 {
      font-size: 0;
      padding: 30px 0 8px;
    }
      #header .logo h1 a {
        display: block;
        width: 266px; height: 36px;
        background: url(tealzine-images/logo.gif) no-repeat 0 0;
        text-indent: -9999px;
        outline: none;
      }
      #header .logo p {
        font-size: 0.9em;
        font-family: Verdana;
        color: #C1BEB3;
        padding-left: 2px;
      }
  #header .ad468x60 {
    float: right;
    padding-top: 28px;
  }
  #header {
    
  }
/** END header **/

/** BEGIN content **/
#content {
  width: 605px;
  float: left;
  padding: 15px 0;
}
  #content .latest {
    padding: 15px 30px 15px 0;
  }
    #content .latest h2 {
      margin-bottom: 10px;
      font-size: 1.5em;
    }
      #content .latest h2 a {
        color: #1F5053;
      }
    #content .latest .details {
      font-family: Arial;
      font-size: 0.9em;
      color: #CCCCCC;
    }
      #content .latest .details a {
        color: #cccccc;
      }
      #content .latest .details a:hover {
        color: #1F5053;
        text-decoration: none;
      }
    #content .latest p {
      
    }
  #content .post {
    clear: both;
    border-top: 1px dotted #DDDDDD;
    padding: 15px 0;
  }
    #content .post h2 {
      font-size: 1.2em;
      margin-bottom: 6px;
    }
      #content .post h2 a {
        color: #1F5053;
      }
    #content .post .details {
      font-size: 0.9em;
      color: #CCCCCC;
      margin-bottom: 5px;
    }
      #content .post .details a {
        color: #CCCCCC;
      }
      #content .post .details a:hover {
        color: #1F5053;
        text-decoration: none;
      }
    #content .post img {
      padding: 4px;
      border: 1px solid #CCCCCC;
      float: left;
      margin: 0 10px 5px 0;
      height: 100px;
    }
    #content .single img {
      height: auto;
    }
  #content .single {
    border: 0;
  }
    #content .single .details {
      margin-bottom: 10px;
    }
    #content .single h2 {
      font-size: 1.5em;
    }
  #content p {
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  #content ul {
    margin: 0 0 10px 16px;
  }
  #content ol {
    margin: 0 0 10px 18px;
  }
  #content li {
    line-height: 1.3em;
    padding: 2px 0;
  }
  #content h3 {
    font-size: 1.5em;
    font-weight: normal;
  }
  #content blockquote {
    padding: 10px 10px 0;
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    font-weight: bold;
    margin-bottom: 10px;
  }
/** END content **/

/** BEGIN sidebar **/
#sidebar {
  width: 318px;
  float: right;
  padding: 15px 0;
}
  #sidebar h2 {
    color: #ffffff;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #sidebar ul {
    padding: 0 10px;
    list-style-type: none;
    padding-bottom: 10px;
  }
    #sidebar ul li {
      border-bottom: 1px dotted #DDDDDD;
      padding: 4px 0;
    }
    #sidebar ul li a {
      color: #68645A;
    }
  #sidebar .box {
    padding: 10px 5px;
    background: url(tealzine-images/sidebar.gif) repeat-x 0 5px;
    margin-bottom: 15px;
  }
  #sidebar .l {
    float: left;
    width: 145px;
  }
  #sidebar .r {
    float: right;
    width: 145px;
  }
  #sidebar .l ul li, #sidebar .r ul li {
    border: 0;
    font-family: Arial;
  }
  #sidebar .l h2, #sidebar .r h2 {
    color: #1F5053;
  }
  #sidebar .flckr {
    text-align: center;
  }
    #sidebar .flckr img {
      margin: 6px;
    }
  #sidebar .video {
    padding: 4px;
  }
/** END sidebar **/

/** BEGIN bottom **/
#bottom {
  clear: both;
  border-top: 7px solid #CCCCCC;
}
  #bottom .box {
    width: 290px;
    float: left;
    padding: 10px;
  }
  #bottom h2 {
    color: #1F5053;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #bottom ul {
    list-style-type: none;
  }
    #bottom ul li {
      border-bottom: 1px dotted #DDDDDD;
      padding: 4px 0;
    }
    #bottom ul li a {
      color: #68645A;
    }
  #bottom p {
    margin-bottom: 10px;
    line-height: 1.3em;
    color: #68645A;
  }
/** END bottom **/

/** BEGIN footer **/
#footer {
  clear: both;
  background-color: #1F1F1F;
  color: #656461;
  font-size: 0.9em;
  padding: 10px;
}
  #footer a {
    color: #ffffff;
  }
  #footer a:hover {
    color: #2C8871;
    text-decoration: none;
  }
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
  clear: both;
  padding-top: 20px;
  font-size: 0.9em;
}
  .postnav a {
    border: 1px solid #cccccc;
    padding: 3px 8px;
    color: #999999;
  }
  .postnav a:hover {
    border: 1px solid #000000;
    color: #000000;
    text-decoration: none;
  }
#comments {
  margin-top: 20px;
  border-top: 1px dotted #cccccc;
}
  #comments h2 {
    margin: 20px 0 5px;
    font-size: 1.5em;
    font-weight: normal;
  }
  #comments p {
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  #comments form {
    padding-top: 20px;
  }
  #comments form p {
    margin-bottom: 5px;
  }
    #comments form input, textarea {
      border: 1px solid #cccccc;
      font-size: 0.9em;
      font-family: Verdana;
      padding: 4px 4px 4px 20px;
      background-position: 4px 4px;
      background-repeat: no-repeat;
    }
    #comments form input {
      width: 260px;
      border: 1px solid #cccccc;
    }
    #comments form textarea {
      width: 350px;
      padding: 4px 4px !important;
      border: 1px solid #cccccc;
    }
    #comments form button {
      border: 1px solid #909090;
      background-color: #cccccc;
      font-size: 0.9em;
      font-family: Verdana;
      width: 120px; height: 23px;
    }
  .commentdetails {
    margin-top: 25px;
  }
  .commentauthor {
    margin-bottom: 5px !important;
    font-weight: bold;
  }
  .commentdate {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #909090;
  }
  .required {
    color: #ff0000;
  }
h2.title {
  font-size: 1em;
  text-transform: uppercase;
  padding: 10px 0;
  color: #565656;
}
.single img {
  width: auto !important;
}
.notfound {
  padding: 40px;
}
  .notfound h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
  }
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
  list-style-type: none;
  clear: both;
  padding: 0;
  margin: 0;
}
  #comments ol li {
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
  }
  #comments ol li .avatar {
    float: right;
  }
  #comments ol li .comment-author {
    
  }
    #comments ol li .comment-author .fn {
      font-weight: bold;
      font-size: 1.2em;
    }
  #comments ol li .comment-meta {
    font-size: 0.9em;
    color: #999999;
    margin: 5px 0 10px;
  }
  #comments ol li .reply {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #comments .children {
    list-style-type: none;
  }
#comments .navigation {
  padding: 10px 0 20px;
  font-size: 0.9em;
}
  #comments .navigation a {
    color: #999999;
    padding: 3px 8px;
    border: 1px solid #cccccc;
  }
  #comments .navigation a:hover {
    color: #000000;
    border-color: #000000;
    text-decoration: none;
  }
/** END wordpress 2.7 comments **/

</style>


<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<style type="text/css">#content .latest .text { behavior: url(iepngfix.htc); }</style>
<![endif]-->
</head>
<body>
<!-- BEGIN wrapper -->
<div class="wrapper">
  <!-- BEGIN header -->
  <div id="header">
    <ul>
      <li class="f"><a href="http://www.free-css.com/">Home</a></li>
      <li><a href="about.html">About Us</a></li>
      <li><a href="page.html">Demo Page</a></li>
      <li><a href="contact.html">Contact Page</a></li>
    </ul>
    <p class="subscribe">Subscribe: <a href="http://www.free-css.com/">Posts</a> | <a href="http://www.free-css.com/">Comments</a> | <a href="http://www.free-css.com/">Email</a></p>
    <div class="logo">
      <h1><a href="http://www.free-css.com/">TealZine</a></h1>
      <p>Free CSS Template</p>
    </div>
    <div class="ad468x60"> <a href="http://www.free-css.com/"><img src="tealzine-images/ad468x60.gif" alt="" /></a> </div>
  </div>
  <!-- END header -->
  <!-- BEGIN content -->
  <div id="content">
    <!-- begin post -->
    <div class="single post">
      <h2>About Us</h2>
      <p>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>
    </div>
    <!-- end post -->
  </div>
  <!-- END content -->
  <!-- BEGIN sidebar -->
  <div id="sidebar">
    <!-- begin popular articles -->
    <div class="box">
      <h2>Popular Articles</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Sed tempor, orci a suscipit dapibus, lacus justo</a></li>
        <li><a href="http://www.free-css.com/">Laoreet imperdiet Cras placerat suscipit purus </a></li>
        <li><a href="http://www.free-css.com/">Quisque iaculis gravida mauris Donec elit </a></li>
        <li><a href="http://www.free-css.com/">In vulputate sem quis metus Ut convallis</a></li>
        <li><a href="http://www.free-css.com/">Proin convallis turpis sed dui Sed at velit eu felis</a></li>
        <li><a href="http://www.free-css.com/">Luisque iaculis gravida mauris Donec elit ipsum</a></li>
      </ul>
    </div>
    <!-- end popular articles -->
    <!-- begin featured video -->
    <div class="box">
      <h2>Featured Video</h2>
      <div class="video"> <img src="tealzine-images/_video.jpg" alt="" /> </div>
    </div>
    <!-- end featured video -->
    <!-- begin flckr photos -->
    <div class="box">
      <h2>Flckr Photos</h2>
      <p class="flckr"> <a href="http://www.free-css.com/"><img src="tealzine-images/_thumb9.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="tealzine-images/_thumba.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="tealzine-images/_thumbb.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="tealzine-images/_thumbc.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="tealzine-images/_thumbd.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="tealzine-images/_thumbe.jpg" alt="" /></a> </p>
    </div>
    <!-- end flckr photos -->
    <!-- BEGIN left -->
    <div class="l">
      <!-- begin pages -->
      <h2>Pages</h2>
      <ul>
        <li><a href="http://www.free-css.com/">About</a></li>
        <li><a href="http://www.free-css.com/">Links</a></li>
        <li><a href="http://www.free-css.com/">Archives</a></li>
        <li><a href="http://www.free-css.com/">Resources</a></li>
        <li><a href="http://www.free-css.com/">Contact</a></li>
        <li><a href="http://www.free-css.com/">Sitemap</a></li>
      </ul>
      <!-- end pages -->
      <!-- begin categories -->
      <h2>Categories</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Entertainment</a></li>
        <li><a href="http://www.free-css.com/">Fashion</a></li>
        <li><a href="http://www.free-css.com/">Food</a></li>
        <li><a href="http://www.free-css.com/">Lifestyle</a></li>
        <li><a href="http://www.free-css.com/">Pictures</a></li>
        <li><a href="http://www.free-css.com/">Videos</a></li>
      </ul>
      <!-- end categories -->
    </div>
    <!-- END left -->
    <!-- BEGIN right -->
    <div class="r">
      <!-- begin archives -->
      <h2>Archives</h2>
      <ul>
        <li><a href="http://www.free-css.com/">December 2008</a></li>
        <li><a href="http://www.free-css.com/">November 2008</a></li>
        <li><a href="http://www.free-css.com/">October 2008</a></li>
        <li><a href="http://www.free-css.com/">Septemher 2008</a></li>
        <li><a href="http://www.free-css.com/">August 2008</a></li>
      </ul>
      <!-- end archives -->
      <!-- begin blogroll -->
      <h2>Blogroll</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Documentation</a></li>
        <li><a href="http://www.free-css.com/">Suggest Ideas</a></li>
        <li><a href="http://www.free-css.com/">Support Forum</a></li>
      </ul>
      <!-- end blogroll -->
      <!-- begin meta -->
      <h2>Meta</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Login</a></li>
      </ul>
      <!-- end meta -->
    </div>
    <!-- END right -->
  </div>
  <!-- END sidebar -->
  <!-- BEGIN bottom -->
  <div id="bottom">
    <!-- begin recent posts -->
    <div class="box">
      <h2>Recent Posts</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Sed tempor, orci a suscipit dapibus, lacus justo</a></li>
        <li><a href="http://www.free-css.com/">Laoreet imperdiet Cras placerat suscipit purus </a></li>
        <li><a href="http://www.free-css.com/">Quisque iaculis gravida mauris Donec elit </a></li>
        <li><a href="http://www.free-css.com/">In vulputate sem quis metus Ut convallis</a></li>
        <li><a href="http://www.free-css.com/">Proin convallis turpis sed dui Sed at velit eu felis</a></li>
        <li><a href="http://www.free-css.com/">Luisque iaculis gravida mauris Donec elit ipsum</a></li>
      </ul>
    </div>
    <!-- end recent posts -->
    <!-- begin recent comments -->
    <div class="box">
      <h2>Recent Comments</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Sed tempor, orci a suscipit dapibus, lacus justo</a></li>
        <li><a href="http://www.free-css.com/">Laoreet imperdiet Cras placerat suscipit purus </a></li>
        <li><a href="http://www.free-css.com/">Quisque iaculis gravida mauris Donec elit </a></li>
        <li><a href="http://www.free-css.com/">In vulputate sem quis metus Ut convallis</a></li>
        <li><a href="http://www.free-css.com/">Proin convallis turpis sed dui Sed at velit eu felis</a></li>
        <li><a href="http://www.free-css.com/">Luisque iaculis gravida mauris Donec elit ipsum</a></li>
      </ul>
    </div>
    <!-- end recent comments -->
    <!-- begin about -->
    <div class="about box">
      <h2>About</h2>
      <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. </p>
      <p>Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia </p>
      <p>Consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
      <p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.</p>
    </div>
    <!-- end -->
  </div>
  <!-- END bottom -->
</div>
<!-- END wrapper -->
<!-- BEGIN footer -->
<div id="footer">
  <div class="wrapper">Copyright &copy; 2009 - <a href="http://www.free-css.com/">Website Name</a> &middot; All Rights Reserved | Template by: <a href="http://www.wpthemedesigner.com/">WordPress Designer</a> | Get More <a href="http://www.free-css.com/">Free CSS Templates</a> </div>
</div>
<!-- END footer -->
</body>
</html>

   
    
    
  








Related examples in the same category

1.sprayedstrokes
2.Square
3.squarely
4.st-valentines-day
5.stacko
6.stamp
7.standardissue
8.standardized
9.starburst
10.stardust
11.stargazer
12.stark
13.steppingstone
14.stichy
15.stickybud
16.stickynotes
17.Stock
18.streetclock
19.strict
20.strockes
21.students-site
22.stygian
23.stylevantage1-0
24.stylish
25.stylized
26.subdued
27.subordinate
28.substance
29.substantial
30.superior
31.supplementary
32.surpris
33.surreal
34.sweatbee
35.swift
36.switchr
37.sworm
38.Symisun_01
39.symphonic
40.symphonyofhorror
41.synchronize
42.Synergy
43.systematized
44.tabbed
45.tangular
46.tardy
47.tcm
48.team_three
49.templatika
50.Tenebrific
51.terje1_winter
52.terrafirma
53.terrafirma2
54.The-Carbon
55.the-dark-one
56.the-island
57.the-mmozine
58.the-music-studio
59.the-new-audi
60.the-synopsis
61.the-themepod
62.the-web-news
63.theacmegroup
64.thechosenone
65.thelatest
66.themanor
67.tinytemplate
68.themissing-piece
69.thermal
70.thesite
71.thetechies
72.thewall
73.the_gig
74.thisistext
75.throughout
76.thunder
77.ticktocklight
78.time
79.Timeless Template
80.timeless
81.timemanager
82.toolkit
83.tooplain
84.topbusiness
85.topgadgets
86.topworks
87.tornpaperdocom
88.totaltouch
89.towers
90.traditionalist
91.transient
92.transition
93.transport
94.trialservices
95.trikea-static
96.trinityinstitute
97.tropical-evening
98.tropical
99.truenature
100.turn-out-mag
101.Turnesol
102.turnitup
103.turrion-development
104.tv-archade
105.twirling
106.twisted
107.Typography
108.ultimateweb
109.unbound-1.0
110.uncomplicated
111.undefined
112.Underground
113.undertaking
114.UnderWraps
115.undiscovered
116.unembellished
117.unilluminated
118.uniq
119.unite
120.universal
121.unknown
122.unlink
123.unnamed
124.unqualified
125.urbanartist
126.usabilityreport
127.variety
128.vectorlover1-0
129.vegetable
130.veggie
131.ventix
132.vertical
133.verticals
134.vertigo
135.VeryGreen
136.VIBE
137.vibrant
138.Village
139.vintage-style
140.violetrays
141.visioninc
142.visions
143.vitruvius
144.vivid
145.Viziora
146.voodoo-dolls
147.voodoodollyv2.0
148.voyage
149.WaiveLive
150.walls
151.wanderer
152.warmblue
153.warped
154.watchthis
155.watercolored-portfolio
156.waterfactory
157.waterfall
158.waterfalls
159.WaterPool
160.we think
161.web-application
162.web-design-studio
163.web-design
164.web-hosting
165.web-shop
166.web2
167.webdesign
168.webdesigninfo
169.webmob
170.websitedesignx
171.webvision
172.Web_Application
173.wellness
174.whatsyoursolution
175.wickedred
176.widecommerce
177.widget
178.widgetlike
179.wildgoose
180.wing-the-air
181.winglobal
182.wiremesh
183.world-of-warcraft
184.xenlog
185.xgallery
186.xhtmldesign
187.xhtmldev_rainbow
188.xhtmldev_RealEstate
189.xodafields0.2
190.ynt
191.yosemite
192.your-blazing-app
193.yourhost
194.yourministry
195.zillanine