/*
Theme Name: SMSolutions
Theme URI: http://www.smsolutionsconsulting.com/
Description: SMSolutions Consulting theme.
Version: 1.0
Author: Shelley Montreuil, Ignat Skoryh
Author URI: http://www.smsolutionsconsulting.com/

      Graphics and Design Ideas by Shelley Montreuil
       http://www.smsolutionsconsulting.com

      CSS styles, XHTML and Slices by Ignat Skoryh
       http://webapp-consulting.com

*/

body {
    background: white url(http://www.smsolutionsconsulting.com/Whats_Your_Point/wp-content/themes/smsolutions-wp-theme-1.1/images/bg.gif) repeat top left;
    font-family: Georgia, serif;
    font-size: 8pt;
}
a img {
    border: none;
}
blockquote {
    margin: 1em;
    font-style: italic;
}
#main {
    width: 778px;
    margin: 0 auto;
    background: white url(../../../../images/bg.png) repeat-y top left;
}
#header {
    background-color: #96473a;
}
#menu {
    margin-bottom: 10px;
}
#lsidebar {
    float: left;
    width: 167px;
    list-style: none;
    padding: 0;
    margin: 0 10px 5px 0;
}
#rsidebar {
    float: right;
    width: 163px;
    list-style: none;
    padding: 0;
    margin: 0 0 5px 10px;
}
#lsidebar h2, #rsidebar h2 {
    margin: 0;
}
#lsidebar ul, #rsidebar ul {
    margin: 0.5em 0;
    padding: 0 0 0 2em;
}
#lsidebar a, #rsidebar a {
    color: black;
    text-decoration: none;
}
#lsidebar a:hover, #rsidebar a:hover {
    text-decoration: underline;
}
#content {
    margin-left: 170px;
    margin-right: 173px;
    padding: 0 20px;
    /*border-left: 1px solid #DFBAA7;*/
    /*border-right: 1px solid #DFBAA7;*/
}
#footer {
    background: #96473a url(../../../../images/footer-bg.png) no-repeat top left;
    color: white;
    padding: 18px 10px 10px 10px;
    font-family: Arial, sans-serif;
    clear: both;
}
#footer div {
    float: right;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
.widget {
    padding-bottom: 10px;
}
.widgettitle {
    background-color: #924335;
    color: white;
    padding: 5px;
    font-family: Georgia, serif;
    font-size: 9.5pt;
    text-transform: uppercase;
}
.widget li {margin: 0.5em 0;}

.separator {
    padding-bottom: 2em;
}
.title {
    color: #924335;
    font-family: Arial, sans-serif;
    font-size: 11pt;
}
.title a {
    color: #924335;
    text-decoration: none;
}
.time {
    font-family: Arial, sans-serif;
    font-size: 7pt;
}
.post {
    font-family: Georgia, serif;
    font-size: 8pt;
    margin: 0.5em 0;
}
.post p {
    margin: 0;
}
.post a {
    color: #924335;
}

