/*
Theme Name: wp viper-gb
Theme URI: http://www.justin-klein.com/projects/wp-vipergb
Description: Theme Description
Version: 1.0
Author: Justin Klein
Author URI: http://www.justin-klein.com/
*/


/**********************************************************************/
/* To make a new style, create a stylesheet and add it to this dir.   */
/* Override any styles you wish from Default.css, which will always   */
/* be included first.  Stylesheets will be automatically detected and */
/* listed by the plugin's admin panel.                                */
/**********************************************************************/

td { padding: 0px; border: 0; }
table, tr { padding: 0px; border: 0; }


.gbEntry{
    color: #333333;
    border-bottom:solid 1px #BBB;
    padding: 0 0 4px;
}

.gbEntryLeft{
    border:0;
    color: #AAA;
    padding: 4px 8px 0 0;
    font-size: 11px;
}

.gbEntryBottom {
    font-size: 11px;
    padding: 10px 0 0 12px;
}

.gbEntryTop {
    font-size: 18px;
    padding: 10px 0 -6px 12px;
}

.gbEntryContent{
    font-family: Times New Roman, Times, serif;
    font-style: normal;
    font-weight: 100;
    background: #FFF;
    padding:  6px 12px;
    font-size: 15px;
}

#gbSignWrap{
    color: #333;
    background:#FFDDDD;
    padding: 4px;
}

#gbSignWrap a:link, #gbSignWrap a:visited, .gbEntry a:link, .gbEntry a:visited{
    color: #red;
    text-decoration: none;
}
