/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 18 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.6
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * 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.
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

/* override */

#navigation,
.entry-content.entry,
.widget-inside ul,
.widget-inside p {
    font-family: Verdana, Arial, Sans-serif;
}

.entry-content.entry {
    font-size: 85%;
}

#container,
#navigation,
#footer {
    width: 96%;
    margin: 0 2%;
}

#container {
    background: white;    
}

#footer {
    margin: 0;
}

* html #container {
    margin: 0 1%;
}

#body-container {
    margin: 0;
    width: 100%;
}

#header-container {
    background: #528BC5;
}

#header {
    background: #336699;
    margin: 0 2%;
}

#site-title {
    padding: 38px;
    margin: 0;
}

#navigation {
    background: white;
    width: 96.05%;
    padding: 2% 0;
}

.hfeed.content {
    width: 70%;
}

#primary {
    width: 25%;
}

.content {
    margin: 0;
}

.widget-title {
    background: #FFD595;
    padding: 4px 5px;
}

#site-title a {
    color: white;
}

table, td, th {
    border: none;
}

#footer-container {
    background: #528BC5;
    padding: 21px 2%;
    margin: 0;
}

#footer .copyright,
#footer .copyright a {
    color: white;
}

#footer p {
    margin: 0;
}

.navigation-links {
    margin: 0;
    margin-bottom: 21px;
    padding-bottom: 42px;
}

a .alignnone {
    margin: 0;
}

