﻿body 
{
    background-color: #70caf2; /* Main Background Color */
    color: #333333; /* Standard Text Color */
    font-family: Arial; /* Standard Font */
    font-size: 11px; /* Standard Text Size */
}
/* BEGIN CONTENT MANAGEMENT 
    This is the area that controls the main look of the website.  It handles the corner/border sizes and backgroud colors.
*/
.mainCntBox
{
    text-align: center;
}
.mainCntBox  /* Some will appear twice for firefox compatilibity */
{
    text-align: -moz-center;
}
.viewMain
{
    text-align: center;
}
.viewMain
{
    text-align: -moz-center;
}
.content
{
    background-color: #7ca6d8; /* Container Background Color */
    padding-right: 10px; /* Space between item and right border */
    padding-left: 10px /* Space between item and left border */
}
.leftCrn
{
    width: 15px;
    height: 15px;
}
.rightCrn
{
    width: 15px;
    height: 15px;
}
.leftBCrn
{
    width: 15px;
    height: 15px;
}
.rightBCrn
{
    width: 15px;
    height: 15px;
}
.contentLeftBorder
{
    width: 15px; /*  Width of Left Border Image */
    background-repeat: repeat-y; /* Repeats image down Left Size */
    background-color: #7ca6d8;  /* Same as Container Background Color */
}
.contentRightBorder
{
    width: 15px; /*  Width of Right Border Image */
    background-repeat: repeat-y; /* Repeats image Down Right Size */
    background-color: #7ca6d8;  /* Same as Container Background Color  */
}
.contentTopBorder
{
    height: 15px; /*  Width of Top Border Image */
    background-repeat: repeat-x;  /* Repeats Image Accross Top */
}
.contentBottomBorder
{
    height: 15px; /*  Width of Bottom Border Image */
    background-repeat: repeat-x;
}

/* END CONTENT MANAGEMENT */


/* BEGIN BUTTON MANAGEMENT 
    This section applies to the buttons for the post.  (Comment, Add New Comment, Buy, and Random)
*/

.randomButton
{
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.commentsButton
{
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.newCommentButton
{
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

/* END BUTTON MANAGEMENT */



.lineBreak
{
    color: #6688b1;
}



.mainMenuContent
{
    text-align: right;
}
.navigateLink
{
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.mainMenu
{
    text-align: left;
    position:absolute;
    visibility: hidden;
    border-left:1px solid #C0C0C0;
    font:normal 11px arial;
    line-height: 18px;
    z-index: 100;
    background-color: #7ca6d8;
    text-decoration: none;
    width: 65px;
}

.mainMenu a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color: #444444;
}

.mainMenu a:hover
{ 
    background-color: #EEEEEE;
    color: white;
}

.mainMenu a:active
{
     color: #444444;
}



.loginTitle
{
    color: #333333;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}




.adminMenu
{
    text-align: left;
    position:absolute;
    visibility: hidden;
    border-left:1px solid #C0C0C0;
    font:normal 11px arial;
    line-height: 18px;
    z-index: 100;
    background-color: #f2f9fa;
    text-decoration: none;
    width: 125px;
}

.adminMenu a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color: #444444;
}

.adminMenu a:hover
{ 
    background-color: #EEEEEE;
    color: white;
}

.adminMenu a:active
{
     color: #444444;
}

/* Applies to the login page */

.signupText
{
    font-size: 11px;
    font-family: Arial;
    color: #555555;
}
.signupTitle
{
    font-size: 12px;
    font-family: Arial;
    color: #333333;
    font-weight: bold;
}



/*  This section applies to the tags.  It removes underlines and sets a default color.  Anything propertiess you set to the tag
    it's self will overwrite this. */

.tagsBasic
{
    text-decoration: none;
    color: #333333;
}
a.tagsBasic:link
{
    text-decoration: none;
    color: #333333;
}
