/*
Theme Name: Untitled_Author
Theme URI: http://wordpress.org/
Description: Wordpress theme for Untitled Author by <a href="http://aaron.ganschow.us">Aaron Ganschow</a>
Version: 1.0
Author: Aaron Ganschow
Author URI: http://aaron.ganschow.us/
Tags: red/tan, custom header, fixed width, two columns, widgets
*/


html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    background: #FFF  url("images/bg.gif") top left repeat;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    width: 100%;
    height: 100%;
}

#wrapper {
    width: 960px;
    border-width: 0 2px;
    border-style: solid;
    border-color: #583231;
    margin: 0 auto -30px;
    background: #FFF url("images/body-bg.gif") top left repeat-y;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
}

#header {
    background: #492929 url("images/header-bg.gif") top left repeat-x;
    position: relative;
    height: auto !important;
    height: 150px;
    min-height: 150px;
}

#logo {
    text-indent: -90000px;
    background: #492929 url("images/logo.gif") top left no-repeat;
    width: 246px;
    height: 75px;
    display: block;
    position: absolute;
    top: 0;
    left: 15px
}

#quick-links {
    float: right;
    width: 525px;
    background: url("images/quick-links.gif") top left repeat;
    margin: 10px 0;
}

#quick-links .link-block {
    float: left;
    width: 161px;
    padding: 2px 7px;
}

#quick-links .link-block .section-title {
    color: #ffcb87;
    font-size: 9pt;
    font-weight: bold;
    padding-bottom: 4px;
}


#quick-links .link-block  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#quick-links .link-block ul li {
    padding: 3px 0;
    font-size: 7pt
}

#quick-links .link-block ul li a {
    color: #FFF;
    line-height: 1.1em;
    text-decoration: none;
}

#quick-links .link-block ul li a:hover {
    color: #ffcb87;
}

#sidebar {
    width: 217px;
    float: left;
}

#sidebar #widgets {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#sidebar #widgets .widget h2 {
    font-size: 12pt;
}

#sidebar .widget {
    margin: 0;
    padding: 15px 15px 0;
    
}

#sidebar .widget ul {
    margin: 0;
    padding: 5px 0 5px 10px;
}

#sidebar #widgets .widget ul li {
    list-style: none;
    background: url("images/icons/bullet_black.png") left top no-repeat;
    padding-left: 20px;
}

#sidebar #widgets .widget ul li a {
    color: #600;
}

#search {
    border: 1px solid #CCC;
    background: #FFF;
    width: 180px;
}

#search #search-input {
    border: 0 none;
    outline: none;
    color: #777;
}

#search .search-submit {
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    margin-top: 4px;
}

#content {
    float: left;
    width: 713px;
    padding: 15px;
}

#content h1 {
    border-bottom: 2px solid #4d2c2b;
    color: #4d2c2b;
    font-weight: normal;
}

#content h2 {
    padding-top: .5em;
}

#content a {
    color: #6d2c2b;
}

#content h2 a {
    color: #333;
    
}

#footer, #push {
    height: 30px;
    clear: both;
}

#footer {
    height: 18px;
    width: 944px;
    margin: 0 auto;
    padding: 6px 8px;
    border-width: 0 2px;
    border-style: solid;
    border-color: #583231;
    vertical-align: middle;
    background: #583231;
    color: #FFF;

}

#footer a {
    color: #FFF;
    font-weight: bold;
}

#footer #copyright {
    float: right;
    padding: 0;
    margin: 0;
}

.indent {
    padding: 0 15px;
}

.clear {
    clear: both;
}
