﻿
/* Carson Images Main Style Sheet */

body
{
    background-color: #333333;
}
#PageWrapper
{
    border: 4px solid #FFFFFF;
    margin:auto;
        width:95%;
}
#TitleBanner
{
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 15px;
    font-weight: bold;
    font-style: oblique;
    color: #FFFFFF;
    background-color: #000066;
}
#HeaderGraphic
{ 
    background-image:url('/images/HeaderGraphic.jpg');
    overflow:hidden;
    height:100px;
     }


#NavMenu
{
    background-color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    padding:10px;
    overflow:hidden;
}


#NavMenu a   
{
    color:White;
    text-decoration:none;
    text-align: left;
}

#MainContent
{
    float:left;
    width:100%;
    border: 1px solid #000000;
   font-family: 'Century Gothic';
    font-size: 12px;
    color: #000033;
    background-color: #FFFFFF;
    }
    

#Content
{
    float:left;
    width:100%;
    border: 1px solid #000000;
   font-family: 'Century Gothic';
    font-size: 12px;
    color: #000033;
    background-color: #FFFFFF;
    }
    
#Content img
{
   border:3px solid #000066;
}

#ContentLeft
{
    width:50%;
}
#ContentRight
{
    border: 3px solid #0000FF;
}

#PasswordHint
{
    border: 1px solid #000033;
    font-family: 'Century Gothic';
    font-weight:bold;
    font-size: 12px;
    color: #000033;
    background-color: #6699FF;
    margin:0;
}


#Footer
{
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 15px;
    font-weight: bold;
    font-style: oblique;
    color: #FFFFFF;
    background-color: #000066; 
    height:20px;
    clear:both;
}


/* Blog Entry Formatting */
.BlogHeading a
{
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: bold;
    color: #333399;
    text-decoration: underline;
}

.BlogDate
{
    font-family: 'century Gothic';
    font-weight: bold;
    color: #FF6600;
}

.BlogEntry
{
    border: 4px solid #333399;
    padding: 5px;
    margin:5px;
}
.BlogLeft
{
    margin:5px;
    float:left;
    width:130px;
  
}
.BlogLeft img
{
    border: groove 5px #333399;
   
}

.BlogRight
{
    margin:5px;
    float:left;
    position:static;
}

#BlogContent
{
    float:left;
    border: 1px solid #000000;
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #000033;
    background-color: #FFFFFF;
    overflow:scroll;
    }



