﻿.blank
{
}
/* css validator compilance ... */

/*
   This css document contains styling rules for data items like articles, categories, tags, comments, etc.
*/

/* article styling goes here ... */


.article-sidebar
{
    padding: 6px;
    background: #fff;
    border: solid 1px #666;
    font-size: 10px;
}

.article-sidebar h4
{
    margin: 20px 0 6px 0;
}

.article-table
{
    width: 100%;
}
.article-content
{
    margin-right: 6px;
    overflow: hidden;    
}

.article-comments
{
	width: 99%;
}

.article-teaser
{
    font-family: Arial;
    font-style: italic;
    color: #666;
    margin: 6px 0;
}

.article-gridview
{
    width: 100%;
}

.article-gridview th
{
    border: 0;
    border-bottom: solid 1px #666;
    background: #eee;
    text-align: left;
    padding: 4px;
}

.article-gridview td
{
    border: solid 1px #eee;
    padding: 4px;
}

.article-gridview .MainCell
{
    color: #333;
}

.article-gridview .SubCell
{
    font-size: 0.9em;
}

.article-gridview .article-pager td
{
    border: 0;
}

.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(/images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(/images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(/images/SavedStar.png);
}

.article-footer
{
    margin: 12px 0 0 0;
    padding-top: 6px;
    border-top: solid 1px #ddd;
    text-align: right;
}

/* comment styling goes here ... */

.comment-image
{
    width: 48px;
    height: 48px;
    background: #666;
    float: left;
    margin: 0 4px 4px 0;
}
.comment-body
{
}
.comment-footer
{
    color: #aaa;
    font-style: italic;
}


/* tag styling goes here ... */

.tag-1
{
    font-size: x-small;
}

.tag-2
{
    font-size: small;
}

.tag-3
{
    font-size: normal;
}

.tag-4
{
    font-size: large;
}

.tag-5
{
    font-size: x-large;
}

.tag-cloud ul, .tag-cloud li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
}

.tag-cloud li
{
    float: left;
    margin: 0 4px;
    white-space: nowrap;
}

.article-editor
{
}

.article-editor .article-title
{
    margin-bottom: 4px;
    font-family: Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 26px;
    color: #666;
    font-weight: normal;
    width: 100%;
    background: transparent;
    border: solid 1px #666;
}

.article-editor .article-teaser
{
    font-family: Arial;
    font-style: italic;
    color: #666;
    margin: 6px 0;
    width: 100%;
    background: transparent;
    border: solid 1px #666;
}

