thelatest : Design 8 « Templates « HTML / CSS






thelatest

   

<!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>TheLatest - 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: #727272;
  background-color: #f4f4f4;
  padding: 20px 0;
}
a {
  text-decoration: none;
  color: #588cb8;
}
a:hover {
  text-decoration: underline;
  color: #ff0000;
}
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: 967px;
  margin: auto auto;
  text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
  background: url(thelatest-images/headtile.gif) repeat-x 0 0;
  margin-bottom: 10px;
}
  #header .buffer { 
    background: url(thelatest-images/headleft.gif) no-repeat 0 0;
  }
  #header .buffer .buffer { 
    height: 169px; 
    background: url(thelatest-images/headright.gif) no-repeat top right;
    padding-top: 5px;
  } 
  #header ul {
    list-style-type: none
  }
    #header ul li {
      float: left;
      font-size: 0.8em;
    }
    #header ul li a {
      display: block;
      color: #727272;
      text-transform: uppercase;
      padding: 5px 10px;
    }
    #header ul li a:hover {
      color: #4DB200;
      text-decoration: none;
    }
  #header h1 {
    clear: both;
    float: left;
    padding: 16px 0 20px 16px;
  }
    #header h1 a {
      display: block;
      width: 408px; height: 74px;
      background: url(thelatest-images/logo.gif) no-repeat 0 0;
      text-indent: -9999px;
      outline: none;
    }
  #header .ad {
    float: right;
    padding: 25px 20px 0 0;
  }
  #header ol {
    clear: both;
    list-style-type: none
  }
    #header ol li {
      float: left;
      font-size: 0.9em;
      text-transform: uppercase;
      padding-left: 1px;
      background: url(thelatest-images/divider.gif) no-repeat 0 0;
    }
      #header ol li.f {
        padding-left: 0;
        background: none;
      }
    #header ol li a {
      color: #727272;
      display: block;
      padding: 9px 10px 10px;
    }
    #header ol li a:hover {
      color: #4DB200;
      text-decoration: none;
    }
  #header form {
    float: right;
    width: 211px; height: 22px;
    background: url(thelatest-images/search.gif) no-repeat 0 0;
    margin: 5px 10px 0 0;
  }
    #header form input {
      border: 0;
      font-size: 0.9em;
      font-family: Verdana;
      float: left;
      width: 138px;
      background-color: transparent;
      margin: 4px 10px 0 2px;
    }
    #header form button {
      border: 0;
      text-indent: -9999px;
      width: 61px; height: 22px;
      float: left;
      background-color: transparent;
    }
/** END header **/

/** BEGIN body **/
#body {
  border: 1px solid #DBDBDB;
  margin: 10px 0;
  background: url(thelatest-images/wrapper.gif) repeat-y 745px 0;
  background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
  width: 745px;
  float: left;
}
  #content .buffer {
    padding: 20px 5px;
  }
  #content .post {
    width: 345px; height: 340px;
    float: left;
    padding: 0 10px;
  }
    #content .post h2 {
      font-size: 1em;
      background-color: #F1F1F1;
      padding: 2px 5px;
      border-bottom: 1px solid #EDEDED;
    }
      #content .post h2 a {
        color: #588CB8;
      }
    #content .post .date {
      font-size: 0.8em;
      padding: 8px 5px;
    }
      #content .post .date a {
        color: #4DB200;
      }
    #content .post .thumb {
      width: 329px; height: 150px;
      overflow: hidden;
      margin-left: 7px;
    }
      #content .post .thumb img {
        width: 329px;
      }
    #content .post p {
      padding: 10px;
      line-height: 1.4em;
    }
    #content .post .readmore {
      display: block;
      float: right;
      text-indent: -9999px;
      width: 101px; height: 19px;
      outline: none;
      background: url(thelatest-images/readmore.gif) no-repeat 0 0;
    }
  #bottom {
    clear: both;
    padding: 15px 10px 0;
  }
    #bottom .box {
      width: 220px;
      float: left;
      padding: 10px;
    }
      #bottom .box h2 {
        color: #4DB200;
        font-size: 1em;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDDDDD;
      }
      #bottom .box ul {
        list-style-type: none;
        padding-bottom: 10px;
      }
        #bottom .box ul li {
          font-size: 0.8em;
          border-bottom: 1px dotted #ABABAB;
          line-height: 1.4em;
          padding: 6px 0 6px 12px;
          background: url(thelatest-images/bullet.gif) no-repeat 0 11px;
        }
        #bottom .box ul li a {
          color: #727272;
        }
        #bottom .box ul li a:hover {
          text-decoration: none;
          color: #588CB8;
        }
      #bottom .box .comments a {
        font-weight: bold;
        color: #588CB8;
      }
  #content h2.title {
    padding: 0 15px 20px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: normal;
  }
  #content .postnav {
    padding: 0 15px;
    font-size: 0.8em;
    text-transform: uppercase;
  }
    #content .postnav a {
      color: #588CB8;
    }
  #content .single {
    padding: 0 15px;
  }
    #content .single a {
      color: #588CB8;
    }
    #content .single h2 {
      font-size: 1em;
      background-color: #F1F1F1;
      padding: 2px 5px;
      border-bottom: 1px solid #EDEDED;
    }
    #content .single .date {
      font-size: 0.8em;
    }
    #content .single p {
      line-height: 1.4em;
      margin-bottom: 10px;
    }
    #content .single ol, #content .single ul {
      list-style-position: inside;
      margin-bottom: 10px;
    }
    #content .single li {
      line-height: 1.4em;
    }
    #content .single blockquote {
      line-height: 1.4em;
      margin-bottom: 10px;
      padding: 10px 10px 5px;
      background-color: #eeeeee;
      border-width: 1px 0;
      border-style: solid;
      border-color: #e0e0e0;
    }
    #content .single h3, #content .single h4, #content .single h5, #content .single h6 {
      font-size: 1.2em;
      margin-bottom: 8px;
    }
/** END content **/

/** BEGIN sidebar **/
#sidebar {
  width: 220px;
  float: right;
}
  #sidebar h2 {
    color: #4DB200;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 10px 12px;
    background: url(thelatest-images/horizontal.gif) no-repeat 8px 22px;
  }
  #sidebar ul {
    list-style-type: none;
    padding: 0 10px 10px;
  }
    #sidebar ul li {
      line-height: 1.4em;
      padding: 2px;
      border-bottom: 1px dotted #ABABAB;
    }
    #sidebar ul li a {
      color: #727272;
    }
    #sidebar ul li a:hover {
      color: #588CB8;
      text-decoration: none;
    }
  #sidebar .tags {
    padding: 0 10px 10px;
  }
    #sidebar .tags a {
      color: #727272;
    }
    #sidebar .tags a:hover {
      color: #588CB8;
      text-decoration: none;
    }
  #sidebar .flickr {
    padding: 0 10px 10px;
  }
    #sidebar .flickr img {
      margin: 2px;
    }
  #sidebar .video {
    padding: 0 10px 10px;
  }
/** END sidebar **/

/** BEGIN footer **/
#footer {
  font-size: 0.8em;
  border: 1px solid #DBDBDB;
  padding: 12px;
  color: #727272;
  background-color: #FFFFFF;
}
  #footer {
    
  }
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
  padding: 15px;
}
  #comments h2 {
    font-size: 1em;
    background-color: #F1F1F1;
    padding: 2px 5px;
    border-bottom: 1px solid #EDEDED;
  }
  #comments a {
    color: #588CB8;
  }
  #comments p {
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  #comments form {
    padding-top: 20px;
  }
  #comments form p {
    margin-bottom: 5px;
  }
    #comments form input {
      margin-right: 5px;
    }
    #comments form input, textarea {
      border: 1px solid #cccccc;
      font-size: 0.9em;
      font-family: Verdana;
      padding: 4px;
      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 #a0a0a0;
      font-size: 1em;
      font-family: Verdana;
      padding: 2px 6px;
    }
  .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;
  }
.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;
  }
#comments .says {
  display: none;
}
/** END wordpress 2.7 comments **/

</style>


<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="ie.css" /><![endif]-->
</head>
<body>
<!-- BEGIN wrapper -->
<div id="wrapper">
  <!-- BEGIN header -->
  <div id="header">
    <div class="buffer">
      <div class="buffer">
        <ul>
          <li><a href="http://www.free-css.com/">Advertising</a></li>
          <li><a href="http://www.free-css.com/">Entertainment</a></li>
          <li><a href="http://www.free-css.com/">Lifestyle</a></li>
          <li><a href="http://www.free-css.com/">Marketing</a></li>
          <li><a href="http://www.free-css.com/">SEO</a></li>
          <li><a href="http://www.free-css.com/">Travel</a></li>
          <li><a href="http://www.free-css.com/">Videos</a></li>
        </ul>
        <h1><a href="http://www.free-css.com/">TheLatest</a></h1>
        <div class="ad"> <a href="http://www.free-css.com/"><img src="thelatest-images/ad468x60.gif" alt="" /></a> </div>
        <ol>
          <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>
        </ol>
        <form action="http://www.free-css.com/">
          <input type="text" name="s" id="s" value="" />
          <button type="submit">Search</button>
        </form>
      </div>
    </div>
  </div>
  <!-- END header -->
  <!-- BEGIN body -->
  <div id="body">
    <!-- BEGIN content -->
    <div id="content">
      <div class="buffer">
        <!-- begin post -->
        <div class="single">
          <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>
    </div>
    <!-- END content -->
    <!-- BEGIN sidebar -->
    <div id="sidebar">
      <!-- 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/">Contact</a></li>
      </ul>
      <!-- end pages -->
      <!-- 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/">September 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/">Dart's Photography</a></li>
        <li><a href="http://www.free-css.com/">Entertainment Portal</a></li>
      </ul>
      <!-- end blogroll -->
      <!-- begin categories -->
      <h2>Categories</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Advertising</a></li>
        <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/">Lifestyle</a></li>
        <li><a href="http://www.free-css.com/">Resources</a></li>
        <li><a href="http://www.free-css.com/">Wordpress Themes</a></li>
        <li><a href="http://www.free-css.com/">Tutorials</a></li>
        <li><a href="http://www.free-css.com/">Videos</a></li>
      </ul>
      <!-- end categories -->
      <!-- begin meta -->
      <h2>Meta</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Login</a></li>
      </ul>
      <!-- end meta -->
      <!-- begin tags -->
      <h2>Tags</h2>
      <div class="tags"> <a href="http://www.free-css.com/">Link</a> </div>
      <!-- end tags -->
      <!-- begin flickr photos -->
      <h2>Flickr Photos</h2>
      <div class="flickr"> <a href="http://www.free-css.com/"><img src="thelatest-images/_flickr1.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="thelatest-images/_flickr2.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="thelatest-images/_flickr3.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="thelatest-images/_flickr4.jpg" alt="" /></a> </div>
      <!-- end flickr photos -->
      <!-- begin featured video -->
      <h2>Featured Video</h2>
      <div class="video"> <img src="thelatest-images/_video.jpg" alt="" /> </div>
      <!-- end featured video -->
    </div>
    <!-- END sidebar -->
    <div class="break"></div>
  </div>
  <!-- END body -->
  <!-- BEGIN footer -->
  <div id="footer">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>
  <!-- END footer -->
</div>
<!-- END wrapper -->
</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.tealzine
49.team_three
50.templatika
51.Tenebrific
52.terje1_winter
53.terrafirma
54.terrafirma2
55.The-Carbon
56.the-dark-one
57.the-island
58.the-mmozine
59.the-music-studio
60.the-new-audi
61.the-synopsis
62.the-themepod
63.the-web-news
64.theacmegroup
65.thechosenone
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