
HTML, BODY {
    background-color: #2e2721;
    margin: 0;
    padding: 0;
}

IMG {
    border: none;
}

#site_container {
    width: 935px;
    margin: 0 auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
}

#site_header {
    width: 935px;
    background: #FFFFFF url(../images/header_white.png) bottom left no-repeat;
    height: 75px;
    overflow: hidden;
    margin-bottom: 1em;
}

#site_header_logo {
    float: left;
    margin: 1em;
}

#site_header_nav {
    float: right;
    margin: 1em;
    padding-top: 0.25em;
}

#site_header_subtitle {
    font-size: 9pt;
    float: right;
    color: #AAA;
}

#site_header_menu {
    margin-top: 0.5em;
}

#site_header_menu UL {
    margin: 0.5em 0 0 0;
    padding: 0;
    float: right;
    list-style: none;
}

#site_header_menu UL LI {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 1em;
}

#site_header_menu UL LI.last {
    margin-right: 0;
}

#site_header_menu UL LI A {
    font-size: 10pt;
    color: #7cab36;
    text-decoration: none;
}

#site_header_menu UL LI A.selected {
    text-decoration: underline;
    font-weight: bold;
}

#site_header_menu UL LI A:hover {
    text-decoration: underline;
}

#ninja_header {
    background: url(../images/super_ninja_header.jpg);
    height: 250px;
}

#bg_footer {
    background: url(../images/footer.png);
    height: 256px;
}

#bg_footer_content {
    padding: 1.2em;
}

#main_content {
    padding: 1em;
}

#footer {
    margin-top: 0.5em;
    font-size: 10px;
    color: #58524d;
    line-height: 1.5em;
}

#footer A {
    color: #58524d;
}

#footer A:hover {
    color: #000;
}



.carousel-item .carousel-image {
    float: left;
    padding: 1em;
}

.carousel-item .carousel-content {
    float: left;
    padding: 1em;
    width: 525px;
    font-size: 9pt;
    line-height: 1.5em;
}

.heading_real_estate {
    background: url(../images/empowering_real_estate.png);
    height: 31px;
    width: 269px;
    margin-bottom: 1em;
}

.heading_bloggers {
    background: url(../images/empowering_bloggers.png);
    height: 32px;
    width: 269px;
    margin-bottom: 1em;
}

.heading_webmasters {
    background: url(../images/empowering_webmasters.png);
    height: 32px;
    width: 269px;
    margin-bottom: 1em;
}

.heading_real_estate H1, .heading_bloggers H1, .heading_webmasters H1 {
    display: none;
}

.links {
    overflow: hidden;
    margin-top: 1em;
}

.link {
    width: 20px;
    height: 21px;
    overflow: hidden;
    margin-right: 0.5em;
    float: left;
}

.link A {
    line-height: 20px;
    display: block;
    text-decoration: none;
}

.link A SPAN {
    visibility: hidden;
}

.link.wordpress {
    background: url(/static/images/wft.png) 0 0;
}

.link.feed {
    background: url(/static/images/wft.png) 50px 0;
}

.link.twitter {
    background: url(/static/images/wft.png) 20px 0;
}

.about-item {
    
}

.about-item-image {
    float: left;
    margin-right: 1em;
    border: 1px solid #000;
}

.about-item-content {
    margin-left: 75px;
}

.contact-twitter {
    width: 175px;
    margin: auto;
    margin-top: 4em;
}

H1 {
    margin: 0;
    font-size: 14pt;
}

.small {
    font-size: 80%;
}