leanmagazine : Design 9 « Templates « HTML / CSS






leanmagazine

    

<!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>LeanMagazine - 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: #000000;
  background: url(leanmagazine-images/background.gif) repeat-x 0 0;
}
a {
  color: #6B001A;
}
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: 970px;
  margin: auto auto;
  text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
  height: 200px;
  padding: 0 8px;
}
  #header ul {
    list-style-type: none;
    clear: both;
  }
    #header ul li {
      float: left;
    }
  #header .pages {
    float: left;
  }
    #header .pages li {
      font-weight: bold;
      font-size: 0.9em;
      text-transform: uppercase;
    }
    #header .pages li a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      padding: 8px 10px;
    }
    #header .pages li a:hover {
      text-decoration: underline;
    }
  #header .links {
    float: right;
    color: #ffffff;
    font-size: 0.9em;
    background: url(leanmagazine-images/rss.gif) no-repeat 0 6px;
    padding: 8px 0 8px 18px;
  }
    #header .links a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 5px;
    }
    #header .links a:hover {
      text-decoration: underline;
    }
  #header h1 {
    float: left;
    padding: 35px 0 40px;
    clear: both;
  }
    #header h1 a {
      display: block;
      outline: none;
      text-indent: -9999px;
      background: url(leanmagazine-images/logo.gif) no-repeat 0 0;
      width: 344px; height: 53px;
    }
  #header .ad {
    float: right;
    padding-top: 30px;
  }
  #header .categories {
    overflow: hidden;
    width: 100%;
  }
    #header .categories li {
      font-family: Arial;
      font-size: 0.9em;
      text-transform: uppercase;
      padding-left: 1px;
      background: url(leanmagazine-images/divider.gif) no-repeat 0 15px;
      margin-left: -1px;
    }
    #header .categories li a {
      color: #333333;
      text-decoration: none;
      display: block;
      padding: 13px 10px 12px;
    }
    #header .categories li a:hover {
      text-decoration: underline;
    }
/** END header **/

/** BEGIN body **/
#body {
  padding: 10px 0;
}
/** END body **/

/** BEGIN content **/
#content {
  clear: both;
  width: 676px;
  float: left;
  background: url(leanmagazine-images/contentbody.gif) repeat-y 0 0;
  font-family: Arial;
}
  #content .head { background: url(leanmagazine-images/contenthead.gif) no-repeat 0 0; }
  #content .foot { 
    background: url(leanmagazine-images/contentfoot.gif) no-repeat 0 bottom;
    padding: 25px 8px;
  }
  #content .atitle {
    float: left;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #212121;
    padding: 5px 8px;
    font-weight: normal;
    margin: 10px 30px;
  }
  #content .featured {
    padding: 5px 30px 10px;
  }
    #content .featured h2.title {
      float: left;
      font-size: 0.9em;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #212121;
      padding: 5px 8px;
      font-weight: normal;
      margin-bottom: 10px;
    }
    #content .featured .thumb {
      width: 590px; height: 315px;
      padding: 5px;
      border: 1px solid #E9E9E9;
      background-color: #F2F2F1;
      clear: both;
    }
      #content .featured .b {
        width: 589px; height: 315px;
        overflow: hidden;
        position: relative;
      }
      #content .featured .photo {
        list-style-type: none;
      }
        #content .photo li {
          position: absolute;
          top: 0; left: 0;
          z-index: 0;
        }
        #content .photo li.first {
          z-index: 2;
        }
        #content .photo li img {
          width: 589px;
        }
      #content .featured .text {
        list-style-type: none;
      }
        #content .featured .text li {
          width: 230px; height: 285px;
          position: absolute;
          top: 0; right: -270px;
          padding: 15px;
          color: #ffffff;
          font-family: Verdana;
          background: url(leanmagazine-images/shade.png) repeat 0 0;
          z-index: 4;
        }
        #content .featured .text li.first {
          right: 0;
        }
          #content .featured .text h2 {
            font-size: 1.6em;
            margin-bottom: 15px;
          }
          #content .featured .text p {
            line-height: 1.6em;
            margin-bottom: 15px;
          }
          #content .featured .text a {
            color: #ffffff;
            text-decoration: none;
          }
          #content .featured .text .readmore {
            font-size: 0.9em;
            font-weight: bold;
            text-transform: uppercase;
          }
  #content .post {
    clear: both;
    border-top: 1px solid #E9E9E9;
    margin: 0 30px;
  }
  #content .first {
    border-top: 0;
  }
    #content .post .l {
      float: left;
      width: 140px;
      padding: 15px 0;
    }
      #content .post img {
        width: 134px; height: 134px;
        border: 1px solid #e9e9e9;
        background-color: #F2F2F1;
        padding: 5px;
      }
    #content .post .r {
      float: right;
      width: 430px;
      padding: 15px 0;
    }
      #content .post h2 {
        font-weight: normal;
        font-size: 1.8em;
        margin-bottom: 15px;
      }
        #content .post h2 a {
          text-decoration: none;
          color: #191919;
        }
      #content .post p {
        line-height: 1.6em;
        margin-bottom: 15px;
      }
      #content .details {
        float: left;
        font-size: 0.85em;
        text-transform: uppercase;
        margin-bottom: 0 !important;
      }
        #content .details a {
          text-decoration: none;
          color: #191919;
          margin: 0 5px;
        }
        #content .details a:hover {
          text-decoration: underline;
        }
      #content .comments {
        float: right;
        margin-bottom: 0 !important;
        padding-bottom: 6px;
        background: url(leanmagazine-images/comments.gif) no-repeat right bottom;
      }
        #content .comments a {
          display: block;
          color: #ffffff;
          font-family: Verdana;
          font-size: 0.9em;
          text-decoration: none;
          padding: 2px 6px;
          background-color: #212121;
        }
        
  #content .postnav {
    clear: both;
    float: right;
    padding: 0 20px;
  }
    #content .postnav ul {
      list-style-type: none;
    }
      #content .postnav ul li {
        float: left;
        padding: 0 4px;
        font-family: Arial;
      }
      #content .postnav ul li a {
        display: block;
        padding: 4px 8px;
        border: 1px solid #E1E1E1;
        text-decoration: none;
        color: #4F4F4F;
      }
      #content .postnav ul li a:hover {
        border-color: #ffffff;
      }
  #wp_page_numbers ul {
    border-top: 0 !important;
  }
  #wp_page_numbers .page_info {
    padding: 4px 8px !important;
    border: 1px solid #E1E1E1 !important;
    margin-right: 2px;
  }
  #wp_page_numbers .active_page a {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
  }
  #content .single {
    padding: 10px 30px;
  }
    #content .single h2 {
      margin-bottom: 10px;
      font-size: 1.4em;
      text-transform: none;
    }
    #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;
    }
/** END content **/

/** BEGIN links **/
#links {
  clear: both;
  padding: 20px 30px;
  font-family: Verdana;
}
  #links .box {
    width: 130px;
    float: left;
    padding: 20px 10px;
    border-top: 1px solid #E9E9E9;
  }
  #links h2 {
    float: left;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #212121;
    padding: 5px 8px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #links ul {
    clear: both;
    list-style-type: none;
    padding: 0 5px;
  }
    #links ul li {
      line-height: 1.5em;
      font-size: 0.9em;
      padding: 4px 0;
    }
    #links ul li a {
      color: #191919;
      text-decoration: none;
    }
    #links ul li a:hover {
      color: #6B001A;
      text-decoration: underline;
    }
/** END links **/

/** BEGIN sidebar **/
#sidebar {
  width: 270px;
  float: right;
  padding: 8px 8px 0 0;
}
  #sidebar .box {
    border: 2px solid #E1E1E1;
    padding: 10px;
    margin-bottom: 15px;
  }
  #sidebar h2 {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #212121;
    padding: 5px 8px;
    font-weight: normal;
    margin-bottom: 10px;
    width: 130px;
  }
  #sidebar ul {
    list-style-type: none;
  }
    #sidebar ul li {
      line-height: 1.5em;
      padding: 2px 0;
      border-bottom: 1px solid #E9E9E9;
    }
    #sidebar ul li a {
      color: #191919;
      text-decoration: none;
    }
  #sidebar .ads {
    text-align: center;
    margin-bottom: 10px;
  }
    #sidebar .ads img {
      margin: 4px;
    }
  #sidebar .search {
    border: 2px solid #E1E1E1;
    margin-bottom: 10px;
    height: 29px;
  }
    #sidebar .search input {
      border: 0;
      float: left;
      width: 220px;
      margin: 6px 4px;
    }
    #sidebar .search button {
      border: 0;
      background-color: #212121;
      color: #ffffff;
      font-size: 0.8em;
      font-weight: bold;
      text-transform: uppercase;
      width: 38px; height: 29px;
      float: right;
    }
  #sidebar .flickr {
    text-align: center;
  }
    #sidebar .flickr img {
      width: 75px;
      margin: 2px;
    }
  #sidebar .video {
    padding-left: 2px;
  }
/** END sidebar **/

/** BEGIN footer **/
#footer {
  clear: both;
  background-color: #212121;
  color: #ffffff;
}
  #footer p {
    width: 940px;
    margin: auto auto;
    text-align: left;
    font-size: 0.9em;
    padding: 15px 0;
  }
  #footer a {
    color: #ffffff;
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: underline;
  }
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
  padding: 10px 30px;
}
  #comments a {
    text-decoration: none;
  }
  #comments h2 {
    font-size: 1.4em;
    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 h2 {
    font-size: 0.9em;
    margin-bottom: 20px;
  }
  #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 10px 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;
}

</style>


<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<script type="text/javascript" src="js/unitpngfix.js"></script>
<![endif]-->
</head>
<body>
<!-- BEGIN wrapper -->
<div id="wrapper">
  <!-- BEGIN header -->
  <div id="header">
    <ul class="pages">
      <li><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>
    <p class="links"><a href="http://www.free-css.com/">Email</a> | <a href="http://www.free-css.com/">Posts</a> | <a href="http://www.free-css.com/">Comments</a></p>
    <h1><a href="http://www.free-css.com/">LeanMagazine</a></h1>
    <div class="ad"><a href="http://www.free-css.com/"><img src="leanmagazine-images/ad468x60.gif" alt="" /></a></div>
    <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/">Podcast</a></li>
      <li><a href="http://www.free-css.com/">Videos</a></li>
    </ul>
  </div>
  <!-- END header -->
  <div id="body">
    <!-- BEGIN content -->
    <div id="content">
      <div class="head">
        <div class="foot">
          <!-- 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 class="break"></div>
          <!-- BEGIN links -->
          <div id="links">
            <!-- 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>
              </ul>
            </div>
            <!-- end categories -->
            <!-- begin archives -->
            <div class="box">
              <h2>Archives</h2>
              <ul>
                <li><a href="http://www.free-css.com/">April 2009</a></li>
                <li><a href="http://www.free-css.com/">March 2009</a></li>
                <li><a href="http://www.free-css.com/">February 2009</a></li>
                <li><a href="http://www.free-css.com/">January 2009</a></li>
                <li><a href="http://www.free-css.com/">December 2008</a></li>
                <li><a href="http://www.free-css.com/">November 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/">Log in</a></li>
                <li><a href="http://www.free-css.com/">Valid XHTML</a></li>
              </ul>
            </div>
            <!-- end meta -->
          </div>
          <!-- END links -->
          <div class="break"></div>
        </div>
      </div>
    </div>
    <!-- END content -->
    <!-- BEGIN sidebar -->
    <div id="sidebar">
      <!-- begin advertisement -->
      <div class="ads"> <a href="http://www.free-css.com/"><img src="leanmagazine-images/ad125x125.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/ad125x125.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/ad125x125.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/ad125x125.jpg" alt="" /></a> </div>
      <!-- end advertisement -->
      <!-- begin search -->
      <form action="http://www.free-css.com/" class="search">
        <input type="text" name="s" id="s" value="" />
        <button type="submit">Go</button>
      </form>
      <!-- end search -->
      <!-- begin popular posts -->
      <div class="box">
        <h2>Popular Posts</h2>
        <ul>
          <li><a href="http://www.free-css.com/">Pellentesque Aapien Orci Blandit</a></li>
          <li><a href="http://www.free-css.com/">Nam Et Nisi Ut Nunc</a></li>
          <li><a href="http://www.free-css.com/">Quisque Egestas Posuere Tellus</a></li>
          <li><a href="http://www.free-css.com/">Quisque Sit Amet Diam</a></li>
          <li><a href="http://www.free-css.com/">Interdum Arcu Sit Amet Erat</a></li>
          <li><a href="http://www.free-css.com/">Aenean Lectus Massa </a></li>
        </ul>
      </div>
      <!-- end popular posts -->
      <!-- begin flickr photos -->
      <div class="box">
        <h2>Flickr Photos</h2>
        <div class="flickr"> <a href="http://www.free-css.com/"><img src="leanmagazine-images/_flickr1.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/_flickr2.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/_flickr3.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/_flickr4.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/_flickr5.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="leanmagazine-images/_flickr6.jpg" alt="" /></a> </div>
      </div>
      <!-- end flickr photos -->
      <!-- begin featured video -->
      <div class="box">
        <h2>Featured Video</h2>
        <div class="video"> <img src="leanmagazine-images/_video.jpg" alt="" /> </div>
      </div>
      <!-- end featured video -->
    </div>
    <!-- END sidebar -->
    <div class="break"></div>
  </div>
</div>
<!-- END wrapper -->
<!-- BEGIN footer -->
<div id="footer">
  <p>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></p>
</div>
<!-- END footer -->
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.grid-system
2.grotesqueart
3.grunge-superstar-website-template
4.guarantee
5.guideline
6.gumamela
7.gunmetal
8.h-free-software
9.h2o-bubbles
10.halcyon
11.hanging
12.hapal
13.happy_template
14.hardwarestore
15.hawaiblomst
16.heatwave
17.HelloLand
18.hexahedron
19.hibiscus
20.hifinews
21.HigherGround11
22.highmountains
23.highway
24.highwaycss
25.hilaryduff
26.HomeOfProjects
27.honeythemes
28.hyper
29.i-feel-lucky
30.ibex
31.html
32.html5-alin1
33.html5-passion
34.hurt-hobain-1.0
35.idyllic
36.ifeellucky
37.ignition
38.ikonik
39.illogix
40.illuminated
41.illusion
42.ilounge
43.imagination
44.impeccable
45.implied
46.imprimis
47.improved
48.in-fantasy
49.inapickle
50.inception
51.indication
52.indicator
53.indigo
54.individual
55.inf04-css
56.inf05
57.inf07
58.inf08
59.infinitehorizon
60.inflight
61.informatif
62.innodemag
63.inscriptions
64.inspired by google forum
65.instant
66.integral
67.intelligent-studios
68.intensesimplicity
69.interactive-media
70.interactive-works
71.interchange
72.intercosmic
73.intercraft
74.interior-art
75.interlude
76.intermediate
77.internationalway
78.internet-encyclopedia
79.internet-phenomenon
80.internetbroadcast
81.internetcenter
82.internetmusic
83.internetsharing
84.Internet_Studio
85.invention
86.Inverted_Headline
87.invision
88.ionika
89.iqbiz
90.isometric
91.it-advance
92.it-technologies
93.itdesk
94.ithilien
95.iViolet2b
96.I_Like
97.JA
98.Jan002
99.Jazz Hut Template
100.jdf-boxing
101.jenniferlovehewitt
102.jetbiz
103.jet_30
104.Jewerly-Store
105.joker
106.judgement
107.junkbox
108.just-lucid
109.justgrey
110.Just_Lucid
111.kaleidos
112.kappebeans
113.katz-maus
114.keep_it_simple
115.keero
116.khaki
117.kim-fashion
118.kitchen
119.konnekt-media
120.KrazieKen
121.language-ofa-lover
122.lasvegas
123.lasvegastoo
124.layoftheland
125.lazybreeze
126.leafbiz
127.leafbrush
128.leavesdew
129.leavesv1
130.lemonlimev2
131.leonardo
132.lepidoptera
133.lessantique
134.level2
135.librarypro
136.Light
137.lightspeed
138.limegreen
139.limelight
140.Limey
141.linear
142.lingerie-store
143.link-line
144.liquidity_graph
145.lithium
146.loadfoov2
147.loadhost
148.localize
149.locomotive
150.logistix
151.longbeach
152.loseout
153.lotusflower
154.lucent
155.lunaria-1
156.lusciouscandy
157.luvbold
158.mactall
159.mag
160.magazine
161.majestic
162.majesty
163.makemyday
164.marcelle
165.marked
166.Matrix
167.maxos
168.maxosdarker
169.mcube
170.meadows
171.media
172.Medieval
173.megacorporate
174.meganews
175.megazzine
176.memoranda
177.meretricious
178.Midddot
179.middle-blue
180.midnightrainforest
181.mighty
182.milestone
183.mimbo-magazine
184.minigallery
185.minimal