bounderies : Design 3 « Templates « HTML / CSS






bounderies

     

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Bounderies
Description: A two-column, fixed-width design for 1024x768 screen resolutions.
Version    : 1.0
Released   : 20090215

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Bounderies by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<style type='text/css'>

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #3E3735;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #8E6B59;
}

h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #F1BA05;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
  margin-top: 0;
  line-height: 240%;
  text-align: justify;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

ul, ol { }

blockquote { }

a { color: #D53707; }

a:hover { text-decoration: none; }

a img {
  border: none;
}

img.left {
  float: left;
  margin: 7px 30px 0 0;
}

img.right {
  float: right;
  margin: 7px 0 0 30px;
}

hr { display: none; }

.text1 {
  padding: 5px 10px 5px 10px;
  background: #FF6600;
  color: #000000;
}

/* Header */

#header-wrapper {
}

#header {
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  background: #FDF18D;
  border-bottom: 8px solid #623022;
}

/* Menu */

#menu {
  float: left;
  width: 680px;
  height: 40px;
}

#menu ul {
  margin: 0;
  padding: 25px 0 0 20px;
  list-style: none;
  line-height: normal;
}

#menu li {
  display: block;
  float: left;
}

#menu a {
  display: block;
  float: left;
  margin-right: 17px;
  padding: 5px 12px;
  text-decoration: none;
  font: 14px Georgia, "Times New Roman", Times, serif;
  color: #BF2C2C;
}

#menu a:hover { 
  text-decoration: underline;
  background: #BF2C2C;

 }

#menu .current_page_item a {
  background: #910000;
  color: #FFFFFF;
}

/* Search */

#search {
  float: right;
  width: 305px;
  height: 40px;
}

#search form {
  float: right;
  margin: 0;
  padding: 28px 20px 0 0;
}

#search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

#search input {
  float: left;
  font: 12px Georgia, "Times New Roman", Times, serif;
  border: none;
}

#search-text {
  width: 135px;
  height: 18px;
  padding: 3px 0 0 5px;
  background: #ECF9E4;
  color: #658453;
}

#search-submit {
  height: 21px;
  margin-left: 12px;
  color: #39561D;
}

/* Page */

#page {
  margin: 0 auto;
  padding: 0 40px;
}

/** LOGO */

#logo {
  height: 148px;
}

#logo h1, #logo p {
  float: left;
  margin: 0;
  padding: 0;
  line-height: normal;
}

#logo h1 { padding-top: 45px;}

#logo h1 a {
  padding: 5px 0 5px 10px;
  text-decoration: none; 
  color: #E46115;
}

#logo h1 a:hover { text-decoration: none; }

#logo p {
  padding: 65px 0 0 15px;
  font: italic 13px Georgia, "Times New Roman", Times, serif;
  color: #B6ACA2;
}

#logo p a {
  text-decoration: none;
  color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

/* Content */

#content {
  float: right;
  width: 75%;
}

/* Post */

.post {
  margin-bottom: 25px;
}

.post .title {
  margin-bottom: 3px;
  padding: 2px 0px 2px 15px;
}

.post .meta {
  margin: 0 0 3px 0;
  padding: 2px 30px 2px 15px;
  font: italic 10px Georgia, "Times New Roman", Times, serif;
  color: #B6ACA2;
  border-bottom: 8px solid #623022;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
  padding: 25px 15px;
}

.post .links {
  margin: 0 250px 0 0;
  padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
  padding-left: 17px;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 20%;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

#sidebar li {
  margin-bottom: 30px;
  padding: 0 0 20px 0px;
}

#sidebar li ul {
  line-height: 200%;
}

#sidebar li li {
  margin: 0;
  padding: 0 0 0 15px;
}

#sidebar p {
  padding: 0 15px;
}

#sidebar h2 {
  margin: 0 0 20px 0px;
  padding: 6px 0 6px 15px;
  border-bottom: 8px solid #623022;
  font-size: 18px;
}


#sidebar p {
  line-height: 200%;
}

/* Calendar */

#calendar {
}

#calendar caption {
  padding-bottom: 5px;
  font-weight: bold;
}

#calendar table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0F0E0E;
}

#calendar thead th {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #0F0E0E;
  border-left: 1px solid #0F0E0E;
  background: #0F0E0E;
}

#calendar tbody td {
  padding: 5px 0;
  text-align: center;
}

#calendar tfoot td {
  padding: 5px;
}

#calendar tfoot #next {
  text-align: right;
}

#calendar #today {
  background: #0F0E0E;
}

/* Footer */

#footer {
  margin: 0 auto;
  padding: 0;
  background: url(bounderies-images/img02.jpg) repeat;
  border-top: 8px solid #623022;
}

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  line-height: normal;
}

#footer a {
}

</style>


</head>
<body>
<div id="header-wrapper">
  <div id="header">
    <div id="menu">
      <ul>
        <li class="current_page_item"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Home</a></li>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Blog</a></li>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Photos</a></li>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">About</a></li>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Links</a></li>
        <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Contact</a></li>
      </ul>
    </div>
    <!-- end #menu -->
    <div id="search">
      <form method="get" action="">
        <fieldset>
        <input type="text" name="s" id="search-text" size="15" />
        <input type="submit" id="search-submit" value="Search" />
        </fieldset>
      </form>
    </div>
    <!-- end #search -->
  </div>
  <!-- end #header -->
</div>
<!-- end #header-wrapper -->
<div id="page">
  <div id="logo">
    <h1><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Bounderies</a></h1>
    <p>by <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Free CSS Templates</a></p>
  </div>
  <hr />
  <!-- end #logo -->
  <div id="content">
    <div class="post">
      <h2 class="title">Welcome to Bounderies</h2>
      <p class="meta"><em>{ Posted by <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">admin</a> on March 10, 2008 }</em></p>
      <div class="entry">
        <p>This is <strong>Bounderies</strong>, a free, fully standards-compliant CSS template designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>, released for free under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5</a> license. You're free to use this template for anything as long as you link back to <a href="http://www.freecsstemplates.org/">my site</a>. Enjoy :)</p>
        <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum ipsum. Proin imperdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem.Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum ipsum.</p>
        <p class="links"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" class="comments">Comments (64)</a> &nbsp;&nbsp;&nbsp; <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" class="permalink">Full article</a></p>
      </div>
    </div>
    <div class="post">
      <h2 class="title">Lorem ipsum sed aliquam</h2>
      <p class="meta"><em>{ Posted by <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">admin</a> on March 8, 2008 }</em></p>
      <div class="entry">
        <p>Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer. Donec ipsum. Proin imperdiet est. Phasellus <a href="#">dapibus semper urna</a>. Pellentesque ornare, orci in consectetuer hendrerit, urna elit eleifend nunc, ut consectetuer nisl felis ac diam. Etiam non felis. Donec ut ante. In id eros. Suspendisse lacus turpis, cursus egestas at sem. Phasellus pellentesque. Mauris quam enim, molestie in, rhoncus ut, lobortis a, est.</p>
        <p>Pellentesque pede. Donec pulvinar ullamcorper metus. In eu odio at lectus pulvinar mollis. Vestibulum sem magna, elementum ut, vestibulum eu, facilisis quis, arcu. Mauris a dolor. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed blandit. Phasellus pellentesque, ante nec iaculis dapibus, eros justo auctor lectus, a lobortis lorem mauris quis nunc. Praesent pellentesque facilisis elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. In hac habitasse platea dictumst. Nullam id ante eget dui vulputate aliquam. </p>
        <p class="links"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" class="comments">Comments (64)</a> &nbsp;&nbsp;&nbsp; <a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" class="permalink">Full article</a></p>
      </div>
    </div>
  </div>
  <!-- end #content -->
  <div id="sidebar">
    <ul>
      <li>
        <h2>Aliquam tempus</h2>
        <p>Mauris vitae nisl nec metus placerat perdiet est. Phasellus dapibus semper urna. Pellentesque ornare, orci in consectetuer hendrerit, volutpat.</p>
      </li>
      <li id="calendar">
        <h2>Calendar</h2>
        <div id="calendar_wrap">
          <table summary="Calendar">
            <caption>
            February 2009
            </caption>
            <thead>
              <tr>
                <th abbr="Monday" scope="col" title="Monday">M</th>
                <th abbr="Tuesday" scope="col" title="Tuesday">T</th>
                <th abbr="Wednesday" scope="col" title="Wednesday">W</th>
                <th abbr="Thursday" scope="col" title="Thursday">T</th>
                <th abbr="Friday" scope="col" title="Friday">F</th>
                <th abbr="Saturday" scope="col" title="Saturday">S</th>
                <th abbr="Sunday" scope="col" title="Sunday">S</th>
              </tr>
            </thead>
            <tfoot>
              <tr>
                <td abbr="February" colspan="3" id="prev"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" title="">&laquo; Feb</a></td>
                <td class="pad">&nbsp;</td>
                <td abbr="April" colspan="3" id="next"><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw" title="">Apr &raquo;</a></td>
              </tr>
            </tfoot>
            <tbody>
              <tr>
                <td colspan="5" class="pad">&nbsp;</td>
                <td>1</td>
                <td>2</td>
              </tr>
              <tr>
                <td>3</td>
                <td>4</td>
                <td>5</td>
                <td>6</td>
                <td>7</td>
                <td>8</td>
                <td>9</td>
              </tr>
              <tr>
                <td>10</td>
                <td id="today">11</td>
                <td>12</td>
                <td>13</td>
                <td>14</td>
                <td>15</td>
                <td>16</td>
              </tr>
              <tr>
                <td>17</td>
                <td>18</td>
                <td>19</td>
                <td>20</td>
                <td>21</td>
                <td>22</td>
                <td>23</td>
              </tr>
              <tr>
                <td>24</td>
                <td>25</td>
                <td>26</td>
                <td>27</td>
                <td>28</td>
                <td>29</td>
                <td>30</td>
              </tr>
              <tr>
                <td>31</td>
                <td class="pad" colspan="6">&nbsp;</td>
              </tr>
            </tbody>
          </table>
        </div>
      </li>
      <li>
        <h2>Turpis nulla</h2>
        <ul>      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Nec metus sed donec</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Magna lacus bibendum mauris</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Velit semper nisi molestie</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Eget tempor eget nonummy</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Nec metus sed donec</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Magna lacus bibendum mauris</a></li>
      <li><a href="http://www.free-css-layouts.com/bz99wxw.php?go=wxw">Velit semper nisi molestie</a></li>
</ul>
        
      </li>
    </ul>
  </div>
  <!-- end #sidebar -->
  <div style="clear: both;">&nbsp;</div>
</div>
<!-- end #page -->

<div id="footer">
  <p>Copyright (c) 2008 Sitename.com. All rights reserved. <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>. Design downloaded from <a href="http://www.webhostingservices.us/">Web Hosting Services</a></p>
</div>
<!-- end #footer -->

</body>
</html>

   
    
    
    
    
  








Related examples in the same category

1.blankspace
2.Blasphemy
3.blended
4.blewwave
5.blootoon
6.blush
7.boardroom
8.BOOM
9.boorish
10.boosting
11.bordered
12.boswell
13.boxedtype
14.boxes_template
15.boxybox
16.branches
17.breaking_ontop
18.brewedcoffee
19.brightfolio
20.brightsideoflife1.0
21.Broadcaster
22.broadsheet
23.brycesunrise
24.bucolic
25.burgeon
26.buzz
27.BW
28.bwdec2007
29.calliope
30.callofduty2
31.candiiclouds
32.cantya-studio
33.canuckington-post
34.canvass
35.capricious
36.capsicum
37.carbonated
38.carbonizer
39.carlmelon
40.caronline
41.carrera
42.castellated
43.catch_info
44.cattleya
45.center-stage
46.COIL
47.col1
48.col2
49.col3
50.collaboration
51.collectiveblue
52.collegemusic
53.colorus
54.colosseum
55.columna
56.combination
57.ComingSoon
58.commission
59.communication-1.0
60.communication-co
61.communication
62.community-live
63.compiled
64.complete-collection
65.complimentary
66.component
67.compressed
68.compromise
69.compus
70.conceptnova
71.concrete
72.concurrence
73.condition
74.conglomerate
75.conjunction
76.connection
77.connections
78.consulting-co
79.contemplate
80.convergence
81.cookiefusion
82.Copy of modify
83.corporattica
84.Cosmopolitan
85.counterstrike
86.cover
87.coverage
88.coxswain
89.creamburn
90.crisp2
91.criterion
92.crystalblack
93.css-heaven-1
94.cssgallery
95.cssheaven-2
96.cssmajesty
97.cubismo
98.cultivated
99.cultureshock
100.cupofcoffee
101.customary
102.customize
103.cyano
104.cyanspark
105.cyberarray
106.daleri-mega
107.daleri-structure
108.dalmatians
109.danmyaz1
110.dapple
111.david-kruger
112.deardiary
113.decorative
114.deepimpact
115.deerpark
116.dekada
117.delta
118.delzep_enterprise
119.description
120.deserted
121.desertsand
122.design-gallery
123.design-studio
124.design10
125.Design9
126.designersstudio
127.designersworld
128.designgalo
129.designhq
130.designstudio
131.Design_Agency
132.deskspace
133.detachable
134.deviation
135.devision
136.dewdrops
137.dezinstudio
138.didactic
139.Did_My_Time
140.differential
141.digitalweb
142.dimension
143.diminishing
144.dirtylicious
145.disambiguation
146.discovery
147.distillate
148.distinctive
149.diversity
150.DJ