/*
Theme Name: Tim Roberts
Theme URI: http://www.smsolutionsconsulting.com/
Description: Tim Roberts 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-color: black;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
a img {
    border: none;
}
a {
    color: white;
}
blockquote {
    font-style: italic;
}
#main {
    width: 832px;
    margin: 0 auto;
    /*background-image: url(images/timsax.jpg);
    background-repeat: no-repeat;
    background-position: 0px 120px;*/
}
#header {
    text-align: center;
}
#sidebar {
    width: 170px;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar h2 {
    background: url(images/title-bg.png) no-repeat top left;
    padding: 7px;
    margin: 1em 0;
    color: black;
    text-transform: uppercase;
    font-size: 10pt;
    text-align: center;
    height: 21px;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: normal;
}
#content {
    width: 362px;
    margin-left: 280px;
    margin-right: 180px;
}
#timsax {
    float: left;
}
#menu {
    list-style: none;
    margin: 2px 2px;
    padding: 2px;
		 text-align: center;

    background: url(images/menu-bg.png) no-repeat top left;
    height: 18px;
}
#menu li {
    display: inline;
    padding: 0 3em;
    border-right: 2px solid black;
}
#menu a {
    color: black;
    text-decoration: none;
    font-size: 10pt;
    text-transform: uppercase;
	text-align: center;
    /*font-weight: bold;*/
    font-family: "Arial Black", Arial, sans-serif;
}
#footer {
    text-align: center;
    clear: both;
}
#footer img {
    vertical-align: -30%;
}
.title {
    margin-top: 1em;
    margin-bottom: 0.2em;
	font-size: 16pt;
}
.title a {
    color: white;
    text-decoration: none;
    font-size: 10pt;
    text-transform: uppercase;
}
.title a:hover {
    text-decoration: underline;
}
.time {
    font-size: 9pt;
}
.post {
    border-top: 1px solid #999;
    margin-top: 1em;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}
.post a {
    color: grey;
}
.widget ul {
    padding: 0 0 0 1.5em;
    margin: 0;
}
.widget a {
    color: white;
}