/* Begin Structure */


body 
{
        background: #e5e3d2;
        color: #333333;
}

#page 
{
        background: url('images/faux-column-blue.gif') repeat-y #ffffff;
        border: 1px solid #333333;
}


#header 
{
        background: url('images/header.jpg') repeat;
}

div.description
{
        color: #406f7e;
}

#menu
{
        background: #467d8d;
}

#menu li a
{
        color: #ffffff;
}

.entry p 
{
        color: #333333;
}


#footer 
{
        border: none;
        background: #333333;
}

        
#footer a, #footer a:link, #footer a:visited
{
        color: #ffffff;
}

/* End Structure */


/* Begin Sidebar */

#left
{
        color: #5b83a8;
        background: #e8edf1;
}

#left ul ul li, #left ul ol li, .nocomments, .postmetadata, blockquote, strike {
        color: #777;
}

#left h2 
{
        font-family: 'Century Gothic';
        font-size: 1.2em;
        background: transparent;
        color: #2168b1;
        font-size: 18px;
        font-weight: bold;
}
        
#left a, #left a:link, #left a:visited
{
        color: #5b83a8;
        font-weight: bold;
        text-decoration: underline;
}

#left a:hover 
{
        text-decoration: none;
        color: #333333;
}

#left ul ul li
{
        list-style-type: square;
        list-style-position: inside;
        color: #5b83a8;
        font-weight: bold;
        font-size: 10px;
}


#right
{
        color: #2f6572;
        background: #d7e4f2;
}

#right ul ul li, #right ul ol li, .nocomments, .postmetadata, blockquote, strike {
        color: #777;
}

#right h2 
{
        font-family: 'Century Gothic';
        font-size: 1.2em;
        background: transparent;
        color: #1e87d8;
        font-size: 18px;
        font-weight: bold;
}
        
#right a, #right a:link, #right a:visited
{
        color: #2f6572;
        font-weight: bold;
}

#right a:hover 
{
	text-decoration: none;
}

#right ul ul li
{
        list-style-type: square;
        list-style-position: inside;
        color: #467d8d;
        font-weight: bold;
        font-size: 10px;
}


/* End Sidebar */

/*        Begin Headers */

h1 
{
        color: #6ca5b0;
        font-size: 22px;      
}


div.blogname h1 a, div.blogname h1 a:link, div.blogname h1 a:visited
{
        color: #ffffff;
}        

h2, h2 a, h2 a:link, h2 a:visited 
{
        color: #226b8d;
}

h2 a:hover, h3 a:hover
{
        color: #0eb1e0;
}

h3, h3 a, h3 a:visited 
{
        color: #1587a8;
        border-bottom: 1px solid #e0e0e0;
}
 
h3#respond
{
         color: #ffffff;
         border: none;
}

/* End Headers */


/* Begin Form Elements */

#searchform #s 
{
        width: 125px;
        border: 1px solid #c0c0c0;
        height: 16px;
}

#searchsubmit 
{
        border: 1px solid #d7e4f2;
        background: #d7e4f2;
        color: #467d8d;
}

#header #searchform #s 
{
        border: 1px solid #ffffff;
}


/* End Form Elements */



/* Begin Comments*/

div.commentsForm
{
        float: left;
        width: 100%;
        background: #6e6e6e;
        text-align: left;
}

.commentlist li .avatar 
{ 
        float: right;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
}

#commentform input 
{
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        border: 1px solid #c9c9c9;
        background: #c0c0c0;
}

#commentform textarea
{
        width: 80%;
        overflow: auto;
        padding: 2px;
        border: 1px solid #c9c9c9;
        background: #c0c0c0;
}

#commentform #submit
{
        margin: 0;
        float: left;
        background: #6e6e6e;
        border: none;
        width: 80px;
        font-weight: bold;
        color: #ffffff;
}

#commentform label
{
        color: #ffffff;
        font-family: Century Gothic;
}

.nocomments 
{
        text-align: center;
        margin: 0;
        padding: 0;
}

.commentmetadata 
{
        margin: 0;
        display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */

a, a:link, a:visited
{
        color: #007c81;
        text-decoration: underline;
        font-weight: bold;
}

a:hover 
{
        text-decoration: none;
}

div.date
{
        text-align: left;
        font-size: 11px;
        color: #666666;
        padding: 0px;
        margin: 0px;
        font-weight: bold;
        margin-top: -15px;
}


/* End Various Tags & Classes*/

