
// +---------------------------------------------------------------------------+
// | Geeklog 2.1                                                               |
// +---------------------------------------------------------------------------+
// | Denim Geeklog Theme                                                       |
// +---------------------------------------------------------------------------+
// | Copyright (C) 2012-2014 by the following authors:                         |
// |                                                                           |
// | Authors: Yoshinori Tahara - taharaxp AT gmail DOT com                     |
// |                                                                           |
// | Denim theme is based on prior work by:                                    |
// | Authors: Fumito Arakawa   - http://phize.net/                             |
// |          Tetsuko Konma    - http://www.ivywe.co.jp/                       |
// |          Geeklog Japan    - http://www.geeklog.jp/                        |
// +---------------------------------------------------------------------------+
// |                                                                           |
// | This program is free software; you can redistribute it and/or             |
// | modify it under the terms of the GNU General Public License               |
// | as published by the Free Software Foundation; either version 2            |
// | of the License, or (at your option) any later version.                    |
// |                                                                           |
// | This program is distributed in the hope that it will be useful,           |
// | but WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             |
// | GNU General Public License for more details.                              |
// |                                                                           |
// | You should have received a copy of the GNU General Public License         |
// | along with this program; if not, write to the Free Software Foundation,   |
// | Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.           |
// |                                                                           |
// +---------------------------------------------------------------------------+


/*==============================================================================
  Pofile
==============================================================================*/

Geeklog theme using HTML5 + CSS 3.0 and eliminate table tags.
This theme is adopted the Responsive Web Design.
This theme is mobile friendly.


/*==============================================================================
  Basic Markup
==============================================================================*/

Basic markup is following:

<div id="container">
    <header id="header">Header</header>
    <nav id="navigation">Navigation</nav>
    <div id="wrapper">
        <div id="centerblocks">
            <main id="main-content">Main Content</main>
        </div>
        <div id="leftblocks">Left Blocks</div>
        <div id="rightblocks">Right Blocks</div>
    </div>
    <footer id="footer">Footer</footer>
</div>
