innodemag : Design 9 « Templates « HTML / CSS






innodemag

    

<!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>InnodeMag - 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: #112222;
  background: url(innodemag-images/background.gif) repeat-x 0 0;
}
a {
  color: #234566;
}
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: 900px;
  margin: auto auto;
  text-align: left;
  padding: 25px 0;
}
/** END wrapper **/

/** BEGIN header **/
#header {
  padding-bottom: 5px;
  background: url(innodemag-images/headerbg.gif) repeat-x 0 0;
}
  #header .pages {
    list-style-type: none;
    float: left;
    height: 35px;
  }
    #header .pages li {
      float: left;
      font-size: 0.9em;
      font-weight: bold;
      text-transform: uppercase;
    }
    #header .pages li a {
      text-decoration: none;
      display: block;
      padding: 10px 10px 11px;
    }
  #header form {
    float: right;
    width: 238px; height: 35px;
    background: url(innodemag-images/search.gif) no-repeat 62px 8px;
  }
    #header form p {
      float: left;
      text-transform: uppercase;
      font-size: 0.9em;
      padding-top: 12px;
    }
    #header form input {
      float: left;
      border: 0;
      font-family: Verdana;
      font-size: 0.9em;
      margin: 12px 1px 0 12px;
      width: 150px;
    }
    #header form button {
      float: left;
      border: 0;
      text-indent: -9999px;
      width: 21px; height: 21px;
      margin-top: 8px;
      background-color: transparent;
    }
  #header h1 {
    clear: both;
    float: left;
    font-size: 0;
    padding: 25px 0 30px;
  }
    #header h1 a {
      display: block;
      width: 373px; height: 41px;
      text-indent: -9999px;
      outline: none;
      background: url(innodemag-images/logo.gif) no-repeat 0 0;
    }
  #header .ad {
    float: right;
    padding: 15px 10px 0 0;
  }
  #header .categories {
    clear: both;
    list-style-type: none;
    height: 35px;
    background: url(innodemag-images/navigation.gif) repeat-x 0 0;
    border: 1px solid #CCCCCC;
    overflow: hidden;
  }
    #header .categories li {
      float: left;
      text-transform: uppercase;
      font-size: 0.9em;
      padding-right: 2px;
      background: url(innodemag-images/divider.gif) no-repeat right 1px;
    }
    #header .categories li a {
      color: #112222;
      text-decoration: none;
      display: block;
      padding: 11px 15px;
    }
/** END header **/

/** BEGIN content **/
#content {
  width: 564px;
  float: left;
}
  #content .featured {
    border: 1px solid #CBDDDD;
    margin-bottom: 10px;
  }
    #content .featured .buffer {
      padding: 0 16px 15px;
    }
  #content .articles {
    border: 1px solid #CBDDDD;
  }  
    #content .articles h2.title {
      margin-bottom: 0;
    }
    #content .articles .details {
      clear: both;
      font-size: 0.9em;
      height: 22px;
      background: url(innodemag-images/details.gif) repeat-x 0 0;
      margin-bottom: 10px;
    }
      #content .articles .details .l {
        float: left;
        padding: 3px;
      }
        #content .articles .details .l a {
          text-decoration: none;
        }
        #content .category {
          font-weight: bold;
          text-transform: uppercase;
        }
      #content .articles .details .r {
        float: right;
        padding: 3px;
      }
    #content .articles h2 {
      font-size: 1.3em;
      margin-bottom: 10px;
      line-height: 1.4em;
    }
    #content .articles .post {
      padding: 10px;
    }
    #content .articles .post .thumb {
      width: 200px; height: 150px;
      overflow: hidden;
      float: left;
      margin: 0 10px 15px 0;
    }
      #content .articles .post .thumb img {
        width: 200px;
      }
    #content .articles .post p {
      line-height: 1.4em;
      margin-bottom: 10px;
    }
  #content .postnav {
    clear: both;
    padding: 10px 0 20px;
  }
    #content .postnav ul {
      list-style-type: none;
    }
      #content .postnav ul li {
        float: left;
        font-weight: bold;
        padding: 2px;
        font-size: 0.9em;
        font-family: Verdana;
      }
      #content .postnav ul li a {
        display: block;
        padding: 7px 10px;
        background-color: #9E9E9D;
        color: #ffffff;
        text-decoration: none;
        border: 0 !important;
      }
      #content .postnav ul li a:hover {
        background-color: #234566;
      }
  #content h2.title {
    font-size: 0.8em;
    text-transform: uppercase;
    background: url(innodemag-images/header1.gif) no-repeat center 0;
    color: #ffffff;
    width: 175px;
    text-align: center;
    padding: 1px 0 3px;
    margin-bottom: 10px;
  }
  #wp_page_numbers ul {
    border-top: 0 !important;
  }
  #wp_page_numbers .page_info {
    padding: 7px 10px !important;
    background-color: #9E9E9D;
    color: #ffffff !important;
    margin-right: 2px;
  }
  #wp_page_numbers .active_page a {
    background-color: #234566 !important;
  }
  #myGallery {
    width: 530px !important;
    height: 289px !important;
  }
  .slideInfoZone {
    height: auto !important;
    padding: 10px;
    width: 510px !important;
  }
  #content .single {
    padding: 10px;
  }
    #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 sidebar **/
#sidebar {
  width: 322px;
  float: right;
}
  #sidebar .box {
    border: 1px solid #CBDDDD;
    margin-bottom: 10px;
  }
  #sidebar h2 {
    font-size: 0.8em;
    text-transform: uppercase;
    background: url(innodemag-images/header1.gif) no-repeat center 0;
    color: #ffffff;
    width: 175px;
    text-align: center;
    padding: 1px 0 3px;
    margin-bottom: 10px;
  }
  #sidebar ul {
    list-style-type: none;
    padding: 0 15px 20px;
  }
    #sidebar ul li {
      line-height: 1.6em;
      padding: 2px 5px;
      border-bottom: 1px dotted #DDDDDD;
    }
    #sidebar ul li a {
      color: #112222;
      text-decoration: none;
    }
  #sidebar .sponsors {
    padding: 0 22px 15px;
  }
    #sidebar .sponsors img {
      margin: 5px;
    }
  #sidebar .video {
    padding: 0 14px 15px;
  }
  #sidebar .flickr {
    padding: 0 18px 15px;
  }
    #sidebar .flickr img {
      margin:6px;
    }
  #sidebar .l {
    float: left;
  }
  #sidebar .r {
    float: right;
  }
  #sidebar .sidebar {
    width: 156px;
  }
  #sidebar .sidebar h2 {
    background: url(innodemag-images/header2.gif) no-repeat center 0;
    width: 156px;
  }
  #sidebar .sidebar ul {
    padding: 0 12px 10px;
  }
    #sidebar .sidebar ul li {
      font-size: 0.9em;
      border-bottom: 0;
      padding: 4px 0;
      font-weight: bold;
    }
  #sidebar .tags {
    padding-left: 15px;
  }
/** END sidebar **/

/** BEGIN footer **/
#footer {
  clear: both;
  border: 1px solid #CBDDDD;
  padding: 10px;
  font-size: 0.9em;
  color: #234566;
}
  #footer a {
    text-decoration: none;
    color: #112222;
  }
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
  padding: 10px;
}
  #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>


<!--[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">
    <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>
    <form action="http://www.free-css.com/">
      <p>Search: </p>
      <input type="text" name="s" id="s" value="" />
      <button type="submit">Go</button>
    </form>
    <div class="break"></div>
    <h1><a href="http://www.free-css.com/">InnodeMag</a></h1>
    <div class="ad"><a href="http://www.free-css.com/"><img src="innodemag-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/">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/">Photos</a></li>
      <li><a href="http://www.free-css.com/">Videos</a></li>
    </ul>
  </div>
  <!-- END header -->
  <!-- BEGIN content -->
  <div id="content">
    <!-- begin more articles -->
    <div class="articles">
      <!-- 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>
    </div>
    <!-- end more articles -->
  </div>
  <!-- END content -->
  <!-- BEGIN sidebar -->
  <div id="sidebar">
    <!-- begin sponsors -->
    <div class="box">
      <h2>Sponsors</h2>
      <div class="sponsors"> <a href="http://www.free-css.com/"><img src="innodemag-images/ad125x125.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/ad125x125.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/ad125x125.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/ad125x125.jpg" alt="" /></a> </div>
    </div>
    <!-- end sponsors -->
    <!-- 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 Sequitor</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 Sequitor</a></li>
      </ul>
    </div>
    <!-- end popular posts -->
    <!-- begin featured video -->
    <div class="box">
      <h2>Featured Video</h2>
      <div class="video"> <img src="innodemag-images/_video.jpg" alt="" /> </div>
    </div>
    <!-- end featured video -->
    <!-- begin flickr photos -->
    <div class="box">
      <h2>Flickr Photos</h2>
      <div class="flickr"> <a href="http://www.free-css.com/"><img src="innodemag-images/_flickr1.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/_flickr2.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/_flickr3.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/_flickr4.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/_flickr5.jpg" alt="" /></a> <a href="http://www.free-css.com/"><img src="innodemag-images/_flickr6.jpg" alt="" /></a> </div>
    </div>
    <!-- end flickr photos -->
    <!-- BEGIN left -->
    <div class="l sidebar">
      <!-- begin pages -->
      <div class="box">
        <h2>Pages</h2>
        <ul>
          <li><a href="http://www.free-css.com/">About</a></li>
          <li><a href="http://www.free-css.com/">Archives</a></li>
          <li><a href="http://www.free-css.com/">Contact</a></li>
          <li><a href="http://www.free-css.com/">Links</a></li>
        </ul>
      </div>
      <!-- end pages -->
      <!-- 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 -->
    </div>
    <!-- END left -->
    <!-- BEGIN right -->
    <div class="r sidebar">
      <!-- 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 -->
      <!-- 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 -->
    </div>
    <!-- END right -->
  </div>
  <!-- END sidebar -->
  <!-- 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 -->
</div>
<!-- END wrapper -->
</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.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