/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 15 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.8
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2010 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 {}

table.comment-table td {
    padding-top: 5px;
    vertical-align: top;
}

.commentmetadata {
    color: #808080;
    font-size: 70%;
    line-height: 1.1;
}
.commentautor {
    color: #2B587A;
}
.commentcompany {
    font-weight: bold;
}
.commenttext, .commenttext p {
    margin: 3px 0 0 0;
}
.comments {
    font-weight: bold;
}
#commentsbox {
    clear: both;
    width: 100%;
}
#fieldcomment{
    background-color: #EDEFF4;
    border: 1px solid #808080;
    border-radius: 5px;
    color: #3B5998;
    padding: 2px 5px;
}
#comment {
    background-color: #EDEFF4;
    border: 1px solid #808080;
    border-radius: 5px;
    color: #3B5998;
    padding: 2px 5px;
}
#CheckBot{
    font-size: 80%;
    color: #808080;
}

ol.commentlist {
    margin: 0 0 0 1em;
    /* line-height: 1; */
}

.commentlist li {
    margin: 0 0 10px 0;
}


.wp-commentnavi .pages {
    margin: 2px 3px 2px 0;
}
.wp-commentnavi .current {
    font-weight: bold;
    margin: 2px;
    padding: 1px 6px;
}
.wp-commentnavi .extend {
    margin: 2px;
}
.wp-commentnavi a {
    border: 1px solid #CCCCCC;
    margin: 0 2px;
    padding: 1px 6px;
}
.wp-commentnavi {
    margin: 0 0 10px;
}
.wp-commentnavi .pages, .wp-commentnavi .current, .wp-commentnavi .extend, .wp-commentnavi a {
    border: 0 solid #CCCCCC !important;
    padding: 0 5px 5px 0 !important;
    background-color: #f0f0f0 !important;
    color: #666666 !important;
}
.wp-commentnavi a, .wp-commentnavi a:link {
    color: #21759B !important;
}
.wp-commentnavi a:visited {
    color: #551A8B !important;
}


.button {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
    color: #fff;
    font: bold 1em Arial,Helvetica;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
    padding: 3px 23px 3px;
    border-radius: 0.3em;
}
.textbutton a, .textbutton a:visited, .textbutton a:hover, .textbutton a:active {
    color: #fff;
    text-decoration: none;
}
.button:hover {
    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.4);
}
.button:active {
    position: relative;
    top: 1px;
}
.button-green {
    background: -moz-linear-gradient(-90deg, #c8dd95, #428739) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.button-green:hover {
    background: -moz-linear-gradient(-90deg, #428739, #c8dd95) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.button-green:active {
    background: none repeat scroll 0 0 #428739;
}


#site-title {
    font: 30px/25px Georgia,Times,"Times New Roman",serif;
}

input, textarea {
    font-size: 13px !important;
}
ol {
    list-style-type: circle !important;
}
optgroup {
    font-style: normal;
}


.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #b3b3b3;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    padding: 2px 27px;
    margin-left: 10px;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
}
.btn:hover {
    background-color: #e6e6e6;
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #e6e6e6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn-success, .btn-success:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(center top , #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #51a351;
}
.btn, .btn:hover, .btn:visited, .btn:active {
    color: #fff;
    text-decoration: none;
}