﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #bbbbbb;
    background-image:url(../images/topbanner.png);
    background-repeat:repeat-x;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    margin: 0;
    padding: 0;
}


.alternateRow
{
	background:#E1C18C;
}

.DarkCopper
{
    color:#8B5730;
}

div.page
{
    /*border:solid 1px red;*/
    margin:auto;
    padding:1em;
    width:975px;    
}

div#banners
{
   background-color:#404040;
   padding:5px;
}

div#header
{
    clear:both;
}

div#headerRight
{
    float:right;
}

div.banners
{
    clear:both;
    height:70px;
}


div#footer
{
    clear:both;
    height:1em;
}

div#left
{
    background-color:#cccccc;
    /*display:inline;*/
    float:left;    
    padding:10px;
    width:700px;
}

div#menu 
{
    padding:5px;
    width:100%;
    vertical-align:middle;
}

div#menu a
{
    color:#8B5730;    
    font-weight:bold;
}

div#right
{
    float:right;
    width:245px;
    /*margin-left:720px;*/
    /*padding:10px;*/
    position:relative;
    top:-15px;
}

a img
{
    border:0;
}

a:link
{

    text-decoration: underline;
}
a:visited
{

}
a:hover
{

    text-decoration: none;
}
a:active
{

}

h1
{
    font:Arial;
    letter-spacing:-2px;
    color:#8B5730;    
}

h1.siteTitle
{
    display:inline;
    position:relative;
    top:-10px;
}

span.siteTagline
{
    color:#cccccc;
    font-size:larger;
    font-style:italic;
    margin-left:20px;
    position:relative;
    top:-10px;    
}

/******* Front Page ***********/
div.blog
{
    clear:both;
    margin:10px;
    margin-bottom:25px;
}

h3.blogTitle
{
    text-decoration:underline;
}

div.blogText
{
    
}

div.blogFooter
{
    clear:both;
    float:right;
}

div.recentImages
{
    width:170px;
    text-align:center;
    vertical-align:middle;
}

div.googleAdsVertical
{
    margin-top:30px;
}

hr
{
    background-color:#404040;
    border:0;
    color:#404040;
    height:2px;
}
