HigherGround11 : Design 9 « Templates « HTML / CSS






HigherGround11

    

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta name="Description" content="Information architecture, Web Design, Web Standards." />
<meta name="Keywords" content="your, keywords" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Distribution" content="Global" />
<meta name="Author" content="Erwin Aligam - ealigam@gmail.com" />
<meta name="Robots" content="index,follow" />

<style type='text/css'>
/********************************************
   AUTHOR:        Erwin Aligam 
   WEBSITE:         http://www.styleshout.com/
  TEMPLATE NAME:    HigherGround
   TEMPLATE CODE:   S-0014
   VERSION:          1.1   
  LAST MODIFIED:    January-12-2008         
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
  background: #CCC;
  font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
  color: #666666; 
  text-align: center;
  margin: 15px 0;
}

/* links */
a, a:visited {  
  color: #5A93C9;
  background: inherit;
  text-decoration: none;
}
a:hover {
  color: #88ac0b;
  background: inherit;
  text-decoration: underline;
}

/* headers */
h1, h2, h3 {
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
  font-weight: Bold;     
}
h1 {
  font-size: 190%;  
  font-weight: normal;
  color: #555;
}
h2 {
  font-size: 130%;
  text-transform: uppercase;
  color: #88ac0b;
}
h3 {
  font-size: 130%;  
}

h1, h2, h3, p {
  padding: 10px;    
  margin: 0;
}
ul, ol {
  margin: 5px 20px;
  padding: 0 20px;
}
ul {
  list-style: none;
}

/* images */
img {
  background: #FAFAFA;
   border: 1px solid #DCDCDC;
  padding: 5px;
}
img.float-right {
    margin: 5px 0px 10px 10px;  
}
img.float-left {
    margin: 5px 10px 10px 0px;
}

code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
    /* white-space: pre; */
    background: url(post.jpg);
  border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
  margin: 10px;
   padding: 0 0 0 25px;  
   background: url(post.jpg);
  border: 1px solid #E0DBC9;
  font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #A89A6A;
}


/* start - table */
table {
  border-collapse: collapse;
  margin: 10px;  
}
th strong {
  color: #fff;
}
th {
  background: #93BC0C url(nav.jpg) repeat-x;
  height: 29px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFF;
  text-align: left;
  border-left: 1px solid #B6D59A;
  border-bottom: solid 2px #FFF;
}
tr {
  height: 30px;
}
td {
  padding-left: 11px;
  padding-right: 11px;
  border-left: 1px solid #E8E8E8;
  border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
  border-left: 0px;
}
tr.row-a {
  background: #F8F8F8;
}
tr.row-b {
  background: #EFEFEF;    
}
/* end - table */

/* form elements */
form {
  margin:10px; padding: 0 5px;
  border: 1px solid #D5D5D5; 
  background-color: #DFDFDF;   
}
label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
input {
  padding:2px;
  border:1px solid #eee;
  font: normal 1em Verdana, sans-serif;
  color:#777;
}
textarea {
  width:400px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #eee;
  height:100px;
  display:block;
  color:#777;
}
input.button { 
  font: bold 12px Arial, Sans-serif; 
  height: 24px;
  margin: 0;
  padding: 2px 3px; 
  color: #FFF;
  background: #8EB50C url(nav.jpg) repeat-x 0 0;
  border: none;
}

/* search form */
.searchform {
  background-color: transparent;
  border: none;  
  margin: 0 0 0 3px; padding: 5px 0 10px 0;  
  width: 220px;  
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
  width: 130px;
  color: #777; 
  height: 18px;
  padding: 2px;  
  border: 1px solid #E5E5E5;
  vertical-align: top;
}
.searchform input.button { 
  width: 60px;
  height: 24px;
  padding: 2px 5px;
  vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
  position: relative;
  width: 820px;
  background: #CCC url(content.jpg) repeat-y center top;
  margin: 0 auto;
  text-align: left;
}
#top-bg {
   position: absolute;
  width: 820px;
  height: 19px;
  background: #CCC url(top-bg.jpg) repeat-y center top;  
  top: 0; left: 0;
  z-index: 2;  
}
#content-wrap {
  position: relative;
  clear: both;
  float: left;  
  width: 790px;  
  padding: 0;   
  background: #E8E8E8;  
  border-top: 5px solid #FFF;
  border-bottom: 2px solid #D0D0D0;
  margin-left: 15px;  
  display: inline;
}
#header {
  width: 820px;
  position: relative;
  height: 100px;
  background: #CCC url(header-bg.jpg) repeat-y center top;
  padding: 0;  
  color: #FFF;  
}
#header h1#logo-text a {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -1px;
  color: #787676;
  text-transform: none;
  text-decoration: none;
  
  /* change the values of top and left to adjust the position of the logo*/
  top: 25px; left: 30px;  
}
#header h1#logo-text span {
  color: #9A9696;
}
#header p#slogan {
  position: absolute;
  margin: 0; padding: 0;
  font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
  text-transform: none;
  color: #838181;
  
  /* change the values of top and left to adjust the position of the slogan*/
  top: 67px; left: 95px;    
}

/* header links */
#header #header-links {
  position: absolute;
  top: 20px; right: 20px;  
  color: #838181;
  font-size: 10px;  
}
#header #header-links a {  
  color: #838181;
  text-decoration: none;  
}
#header #header-links a:hover {
  color: #444;    
}

/* header-photo */
#header-photo {
  clear: both;
  height: 200px;
  width: 790px;
  margin: 0 auto;
  background: #FFF url(header-photo.jpg) no-repeat center center;
}

/* Navigation */
#nav {
  clear: both;  
  padding: 0;    
}
#nav ul {
  float: left;
  list-style: none;
  background: url(nav.jpg) repeat-x;  
  width: 790px;    
  text-transform: uppercase;
  margin: 0 0 0 15px;
  padding: 0;  
  display: inline;
}
#nav ul li {
  display: inline;
  margin: 0; padding: 0;
}
#nav ul li a {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0 14px;
  border-right: 1px solid #899D00;
  border-left: 1px solid #A7D101;
  border-bottom: none;
  color: #FFF;
  font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
  text-transform: uppercase;
  text-decoration: none;  
  letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
  background: url(nav-hover.jpg) repeat-x;  
}
#nav ul li#current a {  
  background: url(nav-current.jpg) repeat-x;  
}

/* Main Column */
#main {
  float: left;
  width: 67%;
  padding: 20px 0 0 0; margin: 0 0 0 10px;
  display: inline;
}
#main h2 {
  font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #85970C; 
  text-transform: none;
  padding: 10px 0 0px 10px;       
}
#main h2 a {
  color: #85970C;
  text-decoration: none;  
}
#main ul li {
  list-style-image: url(bullet.gif);
}

/* Sidebar */  
#sidebar {
  float: right;
  width: 27.5%;
  padding: 20px 10px 0 0; margin: 0;    
}  
#sidebar h3 {
  padding: 5px 5px; 
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #8C9F0D;     
}
#sidebar ul.sidemenu {
  text-align: left;
  margin: 7px 4px 8px 0; padding: 0;
  text-decoration: none;    
  background: url(dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
  list-style: none;
  background: url(dots.jpg) repeat-x left bottom;
  padding: 4px 0 4px 5px;
  margin: 0 2px;    
  color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
  height: 1%;
}
#sidebar ul.sidemenu li a {
  text-decoration: none;  
  background-image: none;  
  color: #666666;      
}
#sidebar ul.sidemenu li a:hover {  
  color: #1773BC;  
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* footer */
#footer-wrap {
  clear: both;
  width: 820px;
  font-size: 95%;  
  text-align: left;
  padding: 15px 0;
  background: url(footer-bottom.jpg) no-repeat center bottom;  
}
#footer-wrap a {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}
#footer-wrap a:hover {
  color: #000;  
}
#footer-wrap p {
  padding:10px 0;
}
#footer-wrap h3 {
  color: #666666;
  margin: 0;
  padding: 0 10px; 
  text-transform: uppercase;
}

#footer-columns {
  color: #888;
  margin: 0 auto; 
  padding: 0;  
  width: 760px;    
}
#footer-columns ul {
  list-style: none;
  margin: 10px 0 0 0; 
  padding: 0;  
  background: url(footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
  background: url(footer-dots.jpg) repeat-x left bottom;    
}
#footer-columns li a {
  display: block;
  font-weight: normal;
  padding: 4px 0 4px 10px;
  width: 96%;
}
#footer-columns .col3, .col3-center {
  float: left;
  width: 32%;
}
#footer-columns .col3-center { 
  margin: 0 15px; 
}

/* bottom */
#footer-bottom {
  clear: both;
  color: #666;  
  margin: 0 auto; 
  width: 820px;
  padding: 10px 0;
  text-align: center;
}

/* postmeta */
.post-footer {
  background: url(post.jpg);
  padding: 5px; margin: 5px 10px 10px 10px;  
  font-size: 95%;  
  color: #AEA471;
  border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;  }
.post-footer a.comments { margin: 0 10px 0 5px;  }
.post-footer a.readmore { margin: 0 10px 0 5px;  }
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }




</style>



<title>HigherGround</title></head>

<body>
<!-- wrap starts here -->
<div id="wrap">

  <div id="top-bg"></div>
        
  <!--header -->
  <div id="header">      
        
    <h1 id="logo-text"><a href="index.html" title="">higher<span>ground</span></a></h1>    
    <p id="slogan">put your site slogan here...</p>    
      
    <div id="header-links">
    <p>
      <a href="index.html">Home</a> | 
      <a href="index.html">Contact</a> | 
      <a href="index.html">Site Map</a>      
    </p>    
    </div>    
  <!--header ends-->          
  </div>
    
  <div id="header-photo"></div>    
    
  <!-- navigation starts-->  
  <div  id="nav">
    <ul>
      <li id="current"><a href="index.html">Home</a></li>
      <li><a href="index.html">Archives</a></li>
      <li><a href="index.html">Downloads</a></li>
      <li><a href="index.html">Services</a></li>
      <li><a href="index.html">Support</a></li>
      <li><a href="index.html">About</a></li>    
    </ul>
  <!-- navigation ends-->  
  </div>          
      
  <!-- content-wrap starts -->
  <div id="content-wrap">
  
    <div id="main">
        
      <a name="TemplateInfo"></a>
      <h2><a href="index.html" title="">Template Info</a></h2>
          
      <p class="post-info">Posted by <a href="index.html">erwin</a></p>
        
      <p><strong>HigherGround 1.1</strong> is a free, W3C-compliant, CSS-based website template 
      by <strong><a href="http://www.styleshout.com/">styleshout.com</a></strong>. This work is 
      distributed under the <a rel="license" href="http://creativecommons.org/licenses/by/2.5/">
      Creative Commons Attribution 2.5  License</a>, which means that you are free to 
      use and modify it for any purpose. All I ask is that you include a link back to  
      <a href="http://www.styleshout.com/">my website</a> in your credits.</p>  

      <p>For more free designs, you can visit 
      <a href="http://www.styleshout.com/">my website</a> to see 
      my other works.</p>
    
      <p>Good luck and I hope you find my free templates useful!</p>
        
      <p class="post-footer">    
      <a href="index.html" class="readmore">Read more</a> |
      <a href="index.html" class="comments">Comments (7)</a> |        
      <span class="date">May 20, 2007</span>  
      </p>
      
      <a name="SampleTags"></a>
      <h2><a href="index.html" title="">Sample Tags</a></h2>
      
      <h3>Code</h3>        
      <p><code>
      code-sample { <br />
      font-weight: bold;<br />
      font-style: italic;<br />        
      }    
      </code></p>  
        
      <h3>Example Lists</h3>
      
      <ol>
        <li>Here is an example</li>
        <li>of an ordered list</li>                
      </ol>  
              
      <ul>
        <li>Here is an example</li>
        <li>of an unordered list</li>                
      </ul>        
        
      <h3>Blockquote</h3>      
      <blockquote><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy 
      nibh euismod tincidunt ut laoreet dolore magna aliquam erat....</p></blockquote>
        
      <h3>Image and text</h3>
      <p><a href="http://getfirefox.com/"><img src="HigherGround11-images/firefox-gray.jpg" width="100" height="120" alt="firefox" class="float-left" /></a>
      Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. 
      Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu 
      posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum 
      odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra 
      condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque. Curabitur vel urna. 
      In tristique orci porttitor ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. 
      Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu 
      posuere nunc justo tempus leo.         
      </p>
        
      <h3>Table Styling</h3>              
      <table>
        <tr>
          <th class="first"><strong>post</strong> date</th>
          <th>title</th>
          <th>description</th>
        </tr>
        <tr class="row-a">
          <td class="first">04.18.2007</td>
          <td><a href="index.html">Augue non nibh</a></td>
          <td><a href="index.html">Lobortis commodo metus vestibulum</a></td>
        </tr>
        <tr class="row-b">
          <td class="first">04.18.2007</td>
          <td><a href="index.html">Fusce ut diam bibendum</a></td>
          <td><a href="index.html">Purus in eget odio in sapien</a></td>
        </tr>
        <tr class="row-a">
          <td class="first">04.18.2007</td>
          <td><a href="index.html">Maecenas et ipsum</a></td>
          <td><a href="index.html">Adipiscing blandit quisque eros</a></td>
        </tr>
        <tr class="row-b">
          <td class="first">04.18.2007</td>
          <td><a href="index.html">Sed vestibulum blandit</a></td>
          <td><a href="index.html">Cras lobortis commodo metus lorem</a></td>
        </tr>
      </table>
                
      <h3>Example Form</h3>
      <form action="#">      
      <p>      
      <label>Name</label>
      <input name="dname" value="Your Name" type="text" size="30" />
      <label>Email</label>
      <input name="demail" value="Your Email" type="text" size="30" />
      <label>Your Comments</label>
      <textarea rows="5" cols="5"></textarea>
      <br />  
      <input class="button" type="submit" />    
      </p>    
      </form>        
      <br />  

    <!-- main ends -->  
    </div>
        
    <div id="sidebar">
      
      <h3>Search Box</h3>  
      <form action="#" class="searchform">
        <p>
        <input name="search_query" class="textbox" type="text" />
          <input name="search" class="button" value="Search" type="submit" />
        </p>      
      </form>  
          
      <h3>Sidebar Menu</h3>
      <ul class="sidemenu">        
        <li><a href="index.html">Home</a></li>
        <li><a href="#TemplateInfo">Template Info</a></li>
        <li><a href="#SampleTags">Sample Tags</a></li>
        <li><a href="http://www.styleshout.com/">More Free Templates</a></li>  
        <li><a href="http://www.4templates.com/?aff=ealigam">Premium Templates</a></li>  
      </ul>  
        
      <h3>Links</h3>
      <ul class="sidemenu">
        <li><a href="http://www.pdphoto.org/">PDPhoto.org</a></li>
        <li><a href="http://www.squidfingers.com/patterns/">Squidfingers | Patterns</a></li>
        <li><a href="http://www.alistapart.com">Alistapart</a></li>          
        <li><a href="http://www.cssremix.com">CSS Remix</a></li>
        <li><a href="http://www.cssmania.com">CSS Mania</a></li>        
      </ul>
      
      <h3>Sponsors</h3>
      <ul class="sidemenu">
        <li><a href="http://www.4templates.com/?aff=ealigam"><strong>4templates</strong></a> <br /> Low Cost Hi-Quality Templates</li>
        <li><a href="http://store.templatemonster.com?aff=ealigam"><strong>TemplateMonster</strong></a> <br /> Delivering the Best Templates on the Net!</li>
        <li><a href="http://www.fotolia.com/partner/114283"><strong>Fotolia</strong></a> <br /> Free stock images or from $1</li>
        <li><a href="http://www.dreamstime.com/res338619"><strong>Dreamstime</strong></a> <br /> Lowest Price for High Quality Stock Photos</li>
        <li><a href="http://www.dreamhost.com/r.cgi?287326"><strong>Dreamhost</strong></a> <br /> Premium webhosting</li>
      </ul>
        
      <h3>Wise Words</h3>
      <p>&quot;Great works are performed not by strength,
      but by perseverance.&quot; </p>
          
      <p class="align-right">- Samuel Johnson</p>
          
      <h3>Support Styleshout</h3>
      <p>If you are interested in supporting my work and would like to contribute, you are
      welcome to make a small donation through the 
      <a href="http://www.styleshout.com/">donate link</a> on my website - it will 
      be a great help and will surely be appreciated.</p>      
            
    <!-- sidebar ends -->    
    </div>    
    
    
  <!-- content-wrap ends-->  
  </div>
    
  <!-- footer starts -->    
  <div id="footer-wrap">
    <div id="footer-columns">
  
      <div class="col3">
        <h3>Tincidunt</h3>
        <ul>
          <li><a href="index.html">consequat molestie</a></li>
          <li><a href="index.html">sem justo</a></li>
          <li><a href="index.html">semper</a></li>
          <li><a href="index.html">magna sed purus</a></li>
          <li><a href="index.html">tincidunt</a></li>
        </ul>
      </div>

      <div class="col3-center">
        <h3>Sed purus</h3>
        <ul>
          <li><a href="index.html">consequat molestie</a></li>
          <li><a href="index.html">sem justo</a></li>
          <li><a href="index.html">semper</a></li>
          <li><a href="index.html">magna sed purus</a></li>
          <li><a href="index.html">tincidunt</a></li>
        </ul>
      </div>

      <div class="col3">
        <h3>Praesent</h3>
        <ul>
          <li><a href="index.html">consequat molestie</a></li>
          <li><a href="index.html">sem justo</a></li>
          <li><a href="index.html">semper</a></li>
          <li><a href="index.html">magna sed purus</a></li>
          <li><a href="index.html">tincidunt</a></li>          
        </ul>
      </div>
    <!-- footer-columns ends -->
    </div>  
  
    <div id="footer-bottom">    
      
      <p>
      &copy; 2006 <strong>Your Company</strong> | 
      Design by: <a href="http://www.styleshout.com/">styleshout</a> | 
      Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | 
      <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
      
       &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      
      <a href="index.html">Home</a>&nbsp;|&nbsp;
       <a href="index.html">Sitemap</a>&nbsp;|&nbsp;
       <a href="index.html">RSS Feed</a>&nbsp;|&nbsp;
       <a href="http://free-templates.ru">Free-Templates.ru</a>
       </p>    
      
    </div>  

<!-- footer ends-->
</div>
<!-- wrap ends here -->
</div>

</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.highmountains
22.highway
23.highwaycss
24.hilaryduff
25.HomeOfProjects
26.honeythemes
27.hyper
28.i-feel-lucky
29.ibex
30.html
31.html5-alin1
32.html5-passion
33.hurt-hobain-1.0
34.idyllic
35.ifeellucky
36.ignition
37.ikonik
38.illogix
39.illuminated
40.illusion
41.ilounge
42.imagination
43.impeccable
44.implied
45.imprimis
46.improved
47.in-fantasy
48.inapickle
49.inception
50.indication
51.indicator
52.indigo
53.individual
54.inf04-css
55.inf05
56.inf07
57.inf08
58.infinitehorizon
59.inflight
60.informatif
61.innodemag
62.inscriptions
63.inspired by google forum
64.instant
65.integral
66.intelligent-studios
67.intensesimplicity
68.interactive-media
69.interactive-works
70.interchange
71.intercosmic
72.intercraft
73.interior-art
74.interlude
75.intermediate
76.internationalway
77.internet-encyclopedia
78.internet-phenomenon
79.internetbroadcast
80.internetcenter
81.internetmusic
82.internetsharing
83.Internet_Studio
84.invention
85.Inverted_Headline
86.invision
87.ionika
88.iqbiz
89.isometric
90.it-advance
91.it-technologies
92.itdesk
93.ithilien
94.iViolet2b
95.I_Like
96.JA
97.Jan002
98.Jazz Hut Template
99.jdf-boxing
100.jenniferlovehewitt
101.jetbiz
102.jet_30
103.Jewerly-Store
104.joker
105.judgement
106.junkbox
107.just-lucid
108.justgrey
109.Just_Lucid
110.kaleidos
111.kappebeans
112.katz-maus
113.keep_it_simple
114.keero
115.khaki
116.kim-fashion
117.kitchen
118.konnekt-media
119.KrazieKen
120.language-ofa-lover
121.lasvegas
122.lasvegastoo
123.layoftheland
124.lazybreeze
125.leafbiz
126.leafbrush
127.leanmagazine
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