aspherical : Design 4 « Templates « HTML / CSS






aspherical

     

<!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>Aspherical - About</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: #EEEEEE url(aspherical-images/background.gif) repeat-x 0 0;
}
a {
  color: #4A79A5;
}
a:hover {
  text-decoration: none;
  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: 960px;
  margin: auto auto;
  text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
  height: 152px;
  margin-bottom: 10px;
  overflow: hidden;
}
  #header .pages {
    list-style-type: none;
    height: 42px;
    padding-top: 7px;
  }
    #header .pages li {
      float: left;
      text-transform: uppercase;
      font-size: 0.9em;
    }
    #header .pages li a {
      display: block;
      text-decoration: none;
      color: #333333;
      display: block;
      padding: 10px 12px;
      border-width: 0 1px;
      border-style: solid;
      border-color: #F0F0F0;
    }
    #header .pages li a:hover {
      border-color: #ffffff;
    }
  #header .logo {
    float: left;
    clear: both;
    height: 65px;
  }
    #header .logo h1 {
      text-transform: uppercase;
      font-size: 2.5em;
      padding-top: 3px;
    }
      #header .logo h1 a {
        text-decoration: none;
      }
    #header .logo p {
      font-weight: bold;
      text-transform: uppercase;
      color: #888888;
    }
  #header .ad {
    float: right;
  }
  #header .categories {
    list-style-type: none;
    clear: both;
    height: 37px;
    margin-left: -15px;
  }
    #header .categories li {
      float: left;
    }
    #header .categories li a {
      display: block;
      padding: 11px 15px 12px;
      text-decoration: none;
    }
    #header .categories li a:hover {
      font-weight: bold;
      color: #4A79A5;
    }
/** END header **/

/** BEGIN sidebars **/
.box {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 6px;
  margin-bottom: 10px;
}
  .box h2 {
    background-color: #4A79A5;
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 4px;
    margin-bottom: 5px;
  }
#lsidebar {
  width: 200px;
  float: left;
  padding-bottom: 10px;
}
  #lsidebar ul {
    list-style-type: none;
  }
    #lsidebar ul li {
      line-height: 1.4em;
      padding: 4px 0 4px 17px;
      background: url(aspherical-images/bullet.gif) no-repeat 2px 9px;
      border-bottom: 1px dotted #B6B6B6;
    }
    #lsidebar ul li a {
      color: #333333;
      text-decoration: none;
    }
    #lsidebar ul li a:hover {
      color: #4A79A5;
      text-decoration: underline;
    }
#rsidebar {
  width: 315px;
  float: right;
  padding-bottom: 10px;
}
  #rsidebar .ads {
    padding: 0 7px;
    text-align: center;
  }
    #rsidebar .ads img {
      margin: 7px;
    }
  #rsidebar form {
    height: 33px;
    background: url(aspherical-images/search.gif) no-repeat center 0;
  }
    #rsidebar form input {
      border: 0;
      width: 290px;
      margin: 9px 0 0 5px;
    }
    #rsidebar form button {
      display: none;
    }
  #rsidebar ul {
    list-style-type: none;
    padding: 5px 8px;
  }
    #rsidebar ul li {
      line-height: 1.4em;
      padding: 5px 0;
    }
    #rsidebar ul li a {
      font-weight: bold;
    }
    #rsidebar ul li p {
      padding-top: 5px;
    }
  #rsidebar .flickr {
    text-align: center;
    padding: 0 7px;
  }
    #rsidebar .flickr img {
      margin: 6px;
    }
  #rsidebar .video {
    padding: 2px;
  }
  #rsidebar .tags {
    padding: 2px 6px;
  }
    #rsidebar .tags a {
      
    }
    #rsidebar .tags a:hover {
      
    }
/** END sidebars **/

/** BEGIN content **/
#content {
  width: 425px;
  float: left;
  padding: 0 0 10px 10px;
}
  #featured {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 250px;
    margin-bottom: 10px;
    padding: 6px;
  }
  #content .featured {
    position: relative;
    padding: 0 6px 12px;
    height: 240px;

  }
    #featured h2 {
      background-color: #4A79A5;
      color: #ffffff;
      font-size: 1em;
      text-transform: uppercase;
      padding: 4px;
      margin-bottom: 5px;
    }
    #content .featured .comments a {
      position: absolute;
      display: block;
      width: 31px; height: 25px;
      background: url(aspherical-images/comments.gif) no-repeat 0 0;
      top: 5px; right: 10px;
      text-align: center;
      font-size: 0.8em;
      color: #333333;
      text-decoration: none;
      padding-top: 5px;
    }
    #content .featured h3 {
      font-size: 1.5em;
      margin-bottom: 10px;
      font-weight: normal;
      padding: 0 50px 0 4px;
    }
    #content .featured img {
      float: left;
      margin: 5px 10px 10px 4px;
      width: 134px; height: 134px;
    }
    #content .featured p {
      line-height: 1.4em;
      margin-bottom: 10px;
      padding: 0 4px;
    }
    #content .featured .details {
      clear: both;
      text-transform: uppercase;
      font-size: 0.8em;
      margin-bottom: 0;
    }
      #content .featured .details a {
        color: #333333;
        text-decoration: none;
      }
      #content .featured .details a:hover {
        color: #4A79A5;
        text-decoration: underline;
      }
  #content .recent {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 6px;
    margin-bottom: 10px;
  }
  #content .post {
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
  }
    #content .recent h2 {
      background-color: #4A79A5;
      color: #ffffff;
      font-size: 1em;
      text-transform: uppercase;
      padding: 4px;
      margin-bottom: 5px;
    }
    #content .post .comments a {
      position: absolute;
      display: block;
      width: 31px; height: 25px;
      background: url(aspherical-images/comments.gif) no-repeat 0 0;
      top: 10px; right: 10px;
      text-align: center;
      font-size: 0.8em;
      color: #333333;
      text-decoration: none;
      padding-top: 5px;
    }
    #content .post h3 {
      font-size: 1.5em;
      margin-bottom: 10px;
      font-weight: normal;
      padding: 0 50px 0 4px;
    }
    #content .post img {
      float: left;
      margin: 5px 10px 10px 4px;
      width: 134px; height: 134px;
    }
    #content .post p {
      line-height: 1.4em;
      margin-bottom: 10px;
      padding: 0 4px;
    }
    #content .post .details {
      clear: both;
      text-transform: uppercase;
      font-size: 0.8em;
      margin-bottom: 0;
    }
      #content .post .details a {
        color: #333333;
        text-decoration: none;
      }
      #content .post .details a:hover {
        color: #4A79A5;
        text-decoration: underline;
      }
  #content .postnav {
    clear: both;
    padding: 10px 0;
  }
    #content .postnav ul {
      list-style-type: none;
      padding: 10px;
    }
      #content .postnav ul li {
        float: left;
        color: #B5B4BC;
        padding: 4px;
      }
      #content .postnav ul li a {
        color: #636363;
        text-decoration: none;
        display: block;
        padding: 2px 6px;
        border: 1px solid #E2E2E2;
      }
      #content .postnav ul li a:hover {
        border-color: #ffffff;
      }
      #wp_page_numbers ul {
        border-top: 0 !important;
      }
      #wp_page_numbers .page_info {
        padding: 3px 6px !important;
        margin-right: 2px;
        border: 1px solid #e0e0e0 !important;
        margin-top: 4px;
      }
      #wp_page_numbers .active_page a {
        background-color: #ffffff !important;
        border: 0 !important;
      }
/** END content **/

/** BEGIN footer **/
#footer {
  clear: both;
  background-color: #4A79A5;
  color: #2E4B54;
  font-size: 0.9em;
  height: 35px;
  padding-top: 20px;
}
  #footer a {
    color: #ffffff;
  }
  #footer .wrapper {
    width: 960px;
    margin: auto auto;
    text-align: left;
  }
  #footer .l {
    float: left;
  }
  #footer .r {
    float: right;
  }
/** END footer **/

/** BEGIN miscellaneous **/
#content .single {
  padding: 2px;
}
  #content .single p {
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #content .single ul, #content .single ol {
    list-style-position: inside;
    margin-bottom: 10px;
  }
  #content .single li {
    line-height: 1.5em;
    padding: 2px 0;
  }
  #content .single blockquote {
    padding: 10px 10px 5px;
    margin-bottom: 10px;

    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: 5px;
  }
#comments {
  padding: 2px;
}
  #comments a {
    text-decoration: none;
  }
  #comments h2 {
    font-size: 1.6em;
    margin: 10px 0;
  }
  #comments p {
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  #comments form {
    
  }
  #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: 240px;
      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;
  }
h2.title {
  font-size: 1em !important;
  text-transform: uppercase;
  padding: 10px;
  color: #565656;
}
.notfound {
  padding: 40px;
}
  .notfound h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
  }

/** END miscellaneous **/


#comments ol {
  list-style-type: none;
  clear: both;
  padding: 0;
  margin: 0;
}
  #comments .buffer {
    padding: 10px;
  }
  #comments ol li {
    margin-bottom: 10px;
  }
  #comments ol li ul li {
    border: 1px solid #e0e0e0;
    padding: 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: 0 0 40px;
  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;
}

</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">
    <!-- begin pages -->
    <ul class="pages">
      <li class="f"><a href="index.html">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>
    <!-- end pages -->
    <!-- begin logo -->
    <div class="logo">
      <h1><a href="http://www.free-css.com/">Aspherical</a></h1>
      <p>Free CSS Template</p>
    </div>
    <!-- end logo -->
    <!-- begin advertisement -->
    <div class="ad"> <a href="http://www.free-css.com/"><img src="aspherical-images/ad468x60.gif" alt="" /></a> </div>
    <!-- end advertisement -->
    <!-- begin categories -->
    <ul class="categories">
      <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/">Videos</a></li>
    </ul>
    <!-- end categories -->
  </div>
  <!-- END header -->
  <!-- BEGIN left sidebar -->
  <div id="lsidebar">
    <!-- begin categories -->
    <div class="box">
      <h2>Categories</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Advertising</a></li>
        <li><a href="http://www.free-css.com/">Fashion</a></li>
        <li><a href="http://www.free-css.com/">Gadgets</a></li>
        <li><a href="http://www.free-css.com/">Lifestyle</a></li>
        <li><a href="http://www.free-css.com/">Networking</a></li>
        <li><a href="http://www.free-css.com/">News</a></li>
        <li><a href="http://www.free-css.com/">Sports</a></li>
      </ul>
    </div>
    <!-- end categories -->
    <!-- begin archives -->
    <div class="box">
      <h2>Archives</h2>
      <ul>
        <li><a href="http://www.free-css.com/">January 2009</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>
      </ul>
    </div>
    <!-- end archives -->
    <!-- begin blogroll -->
    <div class="box">
      <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>
    </div>
    <!-- end blogroll -->
    <!-- begin meta -->
    <div class="box">
      <h2>Meta</h2>
      <ul>
        <li><a href="http://www.free-css.com/">Site Admin</a></li>
        <li><a href="http://www.free-css.com/">Log out</a></li>
        <li><a href="http://www.free-css.com/">Valid XHTML</a></li>
      </ul>
    </div>
    <!-- end meta -->
  </div>
  <!-- END left sidebar -->
  <!-- BEGIN content -->
  <div id="content">
    <div class="recent">
      <!-- begin post -->
      <div class="single">
        <h2>About</h2>
        <p>Justopellenteget masse aucibulus pretium semper anterdum sus elit risus sempor pretra. Etet molesuada orci lobortortis pellentum consequat neque ulla nunc eu natis. Tinciduntlobortis tempus wisi nulla laoreet fauctortortis nam nulla volutpat maurisus tor. Velitcurabitae ut elit tur rhoncus sus sagittitor enim integer fring in. Velitdolor duis felit augue justo donec in fames loreet convallis elit.</p>
        <p>Idvestibulum eget eget id id aliquam quisque ipsum gravida adipiscipis justo. Habitursed urnar sus pellus nam condimentum eu aucibulum phare tincidunt id. Utpellus quat nullam adipit maecenatis aucibulum tellentes tellus conseque eger eget. Justocongue ero nec dignisl trices non ligula laorem a magnissim ris. Sedalique nulla pede nequam wisis ac tincidunt feugiat vestiquam condimentum at.</p>
        <p>Proinlaorem turis integet pellus ametus nisl consequat antesque metus condiment tincidunt. Magnapellus a vel cursus vitae semper conseque diam ac integet nibh. Intesquetellus id vel tur lorem sed tempus phasellenterdum ris tincidunt ridiculisi. Gravidapellent quam consectetus intesque ac eu anterdum aenec congue elit pellus. Tempercurabitae tellus nunc vitae sed auctorta laculum temportortis risus quis curabitur.</p>
        <p>Phaselluscongue eget turpiscipis ut sed id temper loborta vitae loborttis cursus. Nibhfaucibulum urnar proin orci vitae commod dignisl pretra id laoreet id. Pretiumfaucibus quis vitae congue curabitur sagittis tortor felit estasse eu natoque. Intepellus curabiturpiscing eu nulla eros mauris ut dui in malesuada et. Conguetortor dui metuer lacus sus ac et a nec sed eget.</p>
        <p>Orcinunc pellentum aliquam nam in consectus congue proin id et phasellus. Velitac convallisi turis pellenterdum conseque curabitur adipiscing ut quis masse pellentumsan. Fametuscondimentum fring semportis antesquet vitae non felit dui nulla libero volutpat. Ullamcorpermonterdum estas neque leo et ipsum famet elis lobortor sem id. Ameta vestibulum nulla condimentum quisque vitant ristibulum justo nam id et.</p>
      </div>
      <!-- end post -->
    </div>
    <!-- END recent posts  -->
  </div>
  <!-- END content -->
  <!-- BEGIN right sidebar -->
  <div id="rsidebar">
    <!-- begin advertisement -->
    <div class="box">
      <h2>Banner Advertisements</h2>
      <p class="ads"><a href="http://www.free-css.com/"><img src="aspherical-images/ad125x125.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/ad125x125.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/ad125x125.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/ad125x125.jpg" alt="" /></a></p>
    </div>
    <!-- end advertisement -->
    <!-- begin search box -->
    <div class="box">
      <h2>Search Box</h2>
      <form action="http://www.free-css.com/">
        <input type="text" name="s" id="s" value="" />
        <button type="submit">Go</button>
      </form>
    </div>
    <!-- end search box -->
    <!-- begin popular posts -->
    <div class="box">
      <h2>Popular Posts</h2>
      <ul>
        <li> <a href="http://www.free-css.com/">Pellentesque Aapien Orci Blandit</a>
          <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse interdum. Donec tristique dolor nec nisi...</p>
        </li>
        <li> <a href="http://www.free-css.com/">Pellentesque Aapien Orci Blandit</a>
          <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse interdum. Donec tristique dolor nec nisi...</p>
        </li>
        <li> <a href="http://www.free-css.com/">Pellentesque Aapien Orci Blandit</a>
          <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse interdum. Donec tristique dolor nec nisi...</p>
        </li>
      </ul>
    </div>
    <!-- end popular posts -->
    <!-- begin flickr photos -->
    <div class="box">
      <h2>Flickr Photos</h2>
      <p class="flickr"><a href="http://www.free-css.com/"><img src="aspherical-images/_flickr.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/_flickr.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/_flickr.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/_flickr.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/_flickr.jpg" alt="" /></a><a href="http://www.free-css.com/"><img src="aspherical-images/_flickr.jpg" alt="" /></a></p>
    </div>
    <!-- end flickr photos -->
    <!-- begin featured video -->
    <div class="box">
      <h2>Featured Video</h2>
      <div class="video"> <img src="aspherical-images/_video.jpg" alt="" /> </div>
    </div>
    <!-- end featured video -->
    <!-- begin tag cloud -->
    <div class="box">
      <h2>Tag Cloud</h2>
      <div class="tags"> <a href="http://www.free-css.com/">Link</a> </div>
    </div>
    <!-- end tag cloud -->
  </div>
  <!-- END right sidebar -->
</div>
<!-- END wrapper -->
<!-- BEGIN footer -->
<div id="footer">
  <div class="wrapper">
    <p class="l">Copyright &copy; 2009 - <a href="http://www.free-css.com/">Website Name</a> &middot; All Rights Reserved</p>
    <p class="r">Template by: <a href="http://www.wpthemedesigner.com/">WordPress Designer</a> | Get More <a href="http://www.free-css.com/">Free CSS Templates</a></p>
  </div>
</div>
<!-- END footer -->
</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.arrangement
2.arthemia
3.artica
4.assiduous
5.asterisk
6.astounded
7.astroturfd
8.atomohost
9.atrandafir582
10.AttainDigital
11.audi-template
12.aurelius
13.authenticity
14.autoportal
15.axian
16.azulmedia2-1
17.azure
18.bagatelle
19.balanced
20.bananaleaf
21.barricade
22.begrimed
23.belowthehorizon
24.bennevis
25.bermuda01
26.besmart
27.bestwebdesign
28.beta
29.beyond
30.bigdeal
31.BigSpaceLove
32.bioessence
33.Biru_Manteb
34.bittersweet
35.Black
36.chamberlandsrestaurant
37.chara
38.characterized
39.charcoal
40.charitable-organization
41.chary
42.chasmogamous
43.chesspiece
44.chic
45.chicanery
46.chromz
47.churchsitev.2
48.citrus-island1-1
49.clementine
50.clicker
51.modernclassic
52.modernmagic
53.modernworld
54.A_Simple_Theme
55.minimalistica
56.miniseries
57.mint-idea
58.minty
59.mirax
60.miscellaneous
61.mistybud
62.mlpdesign02
63.mlpdesign03
64.mlpdesign04
65.mlpdesign08
66.model-4-me
67.model-portfolio
68.modelagency
69.modelportfolio
70.model_2
71.moderna
72.Modified
73.modulation
74.module-mag
75.mokofactory
76.monster
77.mork-horisont
78.mountainbreeze
79.mouse
80.mrtechie
81.multiflex2
82.multiple
83.multiplex
84.music
85.muzzle
86.MyCode
87.mydiary
88.myfamily
89.myhedspacefree08
90.mykindathing
91.myportfolio
92.mystic-garden
93.Mythology
94.myvalentine
95.naeve
96.natheless
97.nationalpark
98.neapolitan
99.neatness
100.nebuladog
101.nedweb
102.NelVoize
103.neoneon
104.neonix
105.neoplanet-01
106.neotech
107.netindustries
108.neuphoric
109.neutral
110.neutraldesk
111.neutralgreen
112.new kitchen design
113.new-fast-host
114.new-home
115.new-rise
116.new-year