/*  
Theme adapted from a design by Bob @ www.blogohblog.com.
*/

body {
    background-color:#a0a0a0;
    background-image: url(images/blog_background.gif);
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, san-serif;
    font-size: 12px;
    color:#333;
    line-height:17px;
}
img {
    border: 1px solid #333;
}
#wrap {
    width:750px;
    margin:10px auto;
    padding:5px;
}
#uppermost {
    border:none;
    width:720px;
    text-align:left;
    margin:0 0 5px;
    padding:10px;
    background:#fff url(images/uppermost.png) no-repeat;
    background-position:center center;
} 
#uppermost_img {
    width:700px;
    background:transparent;
}
#uppermost_img h1{
    color:#eee;
    font-size:30px;
    font-family:Georgia,serif;
    line-height:22px;
    padding:40px 0 0 5px;
    margin:0;
}
#uppermost_img h1 a {
    color:#eee;
    text-decoration:none;
}
#uppermost_img h2 a {
    color:#eee;
    text-decoration:none;
}
#uppermost_img h1 a:hover a:focus {
    color:#bbb;
}
#uppermost_img h2 a:hover a:focus {
    color:#bbb;
}
#uppermost_img h2 {
    color:#eee;
    font-size:30px;
    font-family:Georgia,serif;
    line-height:22px;
    padding:0 0 10px 15px;
    margin:0;
}
#top_links {
    border-top:5px solid #ddd;
    margin:0 0 5px;
    padding:10px 0 10px 0;
    text-transform:none;
    font-size:17px;
    font-weight:bold;
    font-family:Arial,sans-serif;
    letter-spacing:1px;
    text-decoration:none;
    text-align:center;
    background-image: url(images/blog_links.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
#top_links a {
    color:#444;
    background-color:transparent;
    border:3px solid #dd0000;
    padding:0 4px 0 4px;
    text-decoration:none;
    margin:0 20px 0 0;
}
#top_links a:hover {
    color:#222;
    background-color:#ddd;
    border: 3px solid #cc0000;
}
#top_links a:focus {
    color: #ddd;
    background-color: #222;
    outline: none;
}
#content {
    float:left;
    width:493px;
    margin:0 5px 0 0;
    padding:5px 10px 10px 10px;
    font-family: Georgia, serif;
    font-size: 13px;
    line-height: 1.5em;
    border-right: 5px solid #ddd;
}
#content a,a:visited {
    text-decoration:underline;
    color:#cc0000;
}
#content a:hover,a:focus {
    text-decoration:none;
    color:#333;
}
#content h2 a, a:visited {
    text-decoration:none;
    color:#cc0000;
}
#content h2 a:hover, a:focus {
    color:#333;
}
.entry {
    float:left;
    width:490px;
    margin:5px 0 10px 0;
    padding:0;
}
.entry h2,h3 {
    font-size:18px;
    font-family:Arial, sans-serif;
    font-weight: bold;
    text-decoration:none;
    margin:0;
    padding:0;
}
.entry h2 a {
    text-decoration:none;
}
.entry h3 a {
    text-decoration:none;
}
.entry h3 {
    font-size:12px;
    margin:0;
    padding:0;
}
.entry a {
    text-decoration:none;
}
.postmetadata {
    font-size:11px;
    font-family: Arial, sans-serif;
    padding: 0;
    margin-top: 0;
}
#sidebar {
    float:right;
    width:200px;
    margin:0;
    padding:5px 5px 5px 0;
    line-height:15px;
}
#sidebar a {
    color: #cc0000;
    text-decoration: none;
}
#sidebar a:hover, a:focus {
    color: #333;
}
#header {
    float:right;
    width:200px;
    margin:0 0 10px 0;
    padding:0;
}
#header h1 {
    text-indent:-10000px;
    margin:0;
    padding:0;
}
#header h1 a {
    display:block;
    background: url(images/logo.gif) no-repeat;
    height:100px;
}
.rsidebar {
    float:right;
    width:200px;
    margin:0;
    padding:0;
}
.rsidebar h2 {
    font-size:14px;
    margin:0;
    padding:3px 0 3px;
}
.rsidebar ul {
    list-style-type:none;
    margin:0;
    padding:3px 0;
}
.rsidebar ul li {
    list-style-type:none;
    margin:0 0 10px;
    padding:0;
}
.rsidebar ul li ul {
    list-style-type:square;
    margin:0;
    padding:0 3px;
}
.rsidebar ul li ul li {
    list-style-type:none;
    background:transparent url(images/b.gif) no-repeat 0 4px;
    border:0;
    margin:0;
    padding:3px 0 2px 14px;
}
#line {
    clear:both;
    height:2px;
    width:720px;
}
.navigation {
    width:500px;
    float:left;
    color:#666;
}
.alignright {
    float:right;
    margin-top:10px;
}
.alignleft {
    float:left;
    margin-top:10px;
}
h1,h2,h3 {
    font-family:Arial, sans-serif;
    font-weight: bold;
}
a, a:visited {
    text-decoration:none;
    color:#cc0000;
}
a:hover,a:active {
    text-decoration:none;
    color:#333;
    outline:none;
}
#commentform {
    margin:0;
    padding:15px 15px 1px;
}
#commentform label {
    display:block;
    margin:0;
}
#commentform input {
    width:170px;
    margin:0 5px 10px 0;
    padding:1px;
}
#commentform textarea {
    width:380px;
    margin:0 0 10px;
    padding:0;
}
#commentform #submit {
    margin:0 0 20px;
}
#commentform p {
    margin:5px 0;
}
ol.commentlist {
    margin:0 0 1px;
    padding:0;
}
ol.commentlist li {
    border-top:1px solid #cc0000;
    display:block;
    list-style:none;
    margin:0;
    padding:15px 15px 1px;
}
ol.commentlist li.commenthead {
    display:block;
    list-style:none;
    margin:0;
    padding:5px 15px;
}
ol.commentlist li.commenthead h3 {
    margin:0;
}
ol.bob {
    border-top:1px dotted #cedeef;
    list-style:none;
    margin:0 0 1px;
    padding:15px;
}
ol.bob li {
    display:block;
    list-style:none;
    background:transparent url(images/hb.gif) 0 2px no-repeat;
    padding-left:15px;
    margin:0 0 5px;
}
*html h2{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;font-weight:700;color:#666;padding:0 0 0 5px;}
#footer {
    border-top:#ccc dashed 1px;
    padding-left:5px;
}
#bottom {
    border-top:5px solid #ddd;
    width:740px;
    margin:3px 0 0 0;
    text-align:center;
    padding:5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
#bottom img {
    border: none;
}
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}
blockquote cite {
    margin: 5px 0 0;
    display: block;
}
input#s {
    color: #cc0000;
    width:130px;
    border:1px solid #333;
    background:#fff;
}