/*
    Theme Name: Template 120
    Author: Real Estate Investor Websites
    Author URI: http://realestateinvestorswebsites.net/
*/

body 
{
	font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
}

a
{
    color: #0000ff;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline; 
}

.clear
{
    border: 0;
    clear: both;
    height: 0;
    margin: 0;
}

#page 
{
    background: #ffffff url( images/page-bg.png ) repeat-y right;
    border-style: solid;
    border-color: #737373;
    border-width: 0 1px 1px 1px;
    text-align: left;
    margin: 0 auto 20px auto;
    width: 800px;
}

#header
{
    background: transparent url( images/header.png ) no-repeat;
    height: 154px;
}

#headerimg
{
    float: right;
    text-align: right;
    margin: 82px 60px 0 0;
}

#headerimg h1 
{
    margin: 0 0 3px 0;
}

#headerimg h1 a 
{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#headerimg .description
{
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
}

#top-bar
{
    background: transparent url( images/top-bar.png ) repeat-x;
    height: 29px;
}

#main-menu {
    display: table;
    margin: 0 auto;
}

#main-menu li {
    float: left;
    margin: 6px 15px 0 0;
}

#main-menu li a {
    font-family: Verdana;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}  

#main-menu li a:hover {
    color: #000000;
} 

#content 
{
    background: #ffffff url( images/content-bg.png ) repeat-x;
    float: left;
    padding: 15px;
    width: 585px;
}

#bottom-bar
{
    background: transparent url( images/bottom-bar.png ) repeat-x;
    height: 29px;
    text-align: center;
}

#bottom-bar p
{
    font-size: 11px;
    font-weight: bold;
    padding: 8px 0 0 0;
}

#bottom-bar p a
{
    color: #000000;
}

#bottom-bar p a:hover
{
    color: #ffffff;
}

#footer
{
    background: #ffffff;  
    padding: 15px;
    text-align: center;
}

#sidebar
{
    float: right;
    padding: 10px;
    width: 165px;
}

#searchform
{
    margin: 0 0 10px 0;
}

.navigation
{
    margin: 0 0 10px 0;
}

.comment
{
    margin: 0 0 10px 0;
}

#commentform p
{
    margin: 0 0 10px 0;
}

#commentform #comment
{
    width: 350px;
}

#searchform #s
{
    width: 120px;
}

#sidebar h2 
{
    font-weight: bold;
    margin: 0 0 3px 0;
}

#sidebar ul
{
    margin: 0 0 10px 0;
}

#sidebar ul li li
{
    margin: 0 0 3px 0;
}

.post
{
    color: #000000;
    margin: 0 0 20px 0;
}

.post h2
{
    color: #000000;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.post h2 a
{
    color: #000000;
}

.post small
{
    display: table;
    margin: 0 0 15px 0;
}

.entry
{
}

.entry p
{
    line-height: 16px;
    margin: 0 0 15px 0;
}