@import url(http://illinoisduiattorney.com/style-reset.css);

body {
    border-top: 3px solid #ab3c37;
    background: url(http://illinoisduiattorney.com/style/body-bg.png) top left repeat;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #382928;
}

#container {
    width: 1100px;
    background: url(http://illinoisduiattorney.com/style/container-bg.png) top left repeat-y;
    margin: 0 auto;
}

#container-inner {
    width: 960px;
    margin: 0 0 0 68px;
}

/* HEADER */

#header {
    background: url(http://illinoisduiattorney.com/style/header-bg.png) top left repeat-x;
}

#header-inner {
    margin: 0 20px;
    position: relative;
    height: 150px;
}

#header-title {
    position: absolute;
    top: 23px;
}

#header-title a {
    background: url(http://illinoisduiattorney.com/style/header-title-trans.png) top left no-repeat;
    display: block;
    width: 626px;
    height: 73px;
    overflow: hidden;
    text-indent: -2000px;
}

#header-description {
    display: none;
}

#header-contact {
    position: absolute;
    top: 30px;
    right: 0;
    background: url(http://illinoisduiattorney.com/style/header-contact-trans.png) bottom right no-repeat;
    display: block;
    height: 59px;
    width: 178px;
    overflow: hidden;
    text-indent: -2000px;
}

#header-nav {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#header-nav ul {
    display: inline;
}

#header-nav li {
    float: left;
    margin: 0 5px 0 0;
}

#header-nav li.last {
    margin-right: 0;
}

#header-nav a {
    display: block;
    width: 147px;
    height: 23px;
    border: 1px solid #d6d5d0;
    text-align: center;
    text-transform: uppercase;
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: normal;
    color: #9f9d91;
    background: url(http://illinoisduiattorney.com/style/header-nav-bg.png) top left repeat-x;
    padding: 6px 0 0 0;
}

#header-nav a:link,
#header-nav a:visited {
    color:  #9f9d91;
}


#header-nav a:hover {
    color: #382928;
}

#header-nav a.active {
    background: #fff;
    color: #ab3c37;
    border-bottom: 1px solid #fff;
}


/* FOOTER */

#footer {
    clear: both;
    background: url(http://illinoisduiattorney.com/style/footer-bg.png) top left repeat-x;
    height: 111px;
}

#footer-inner {
    padding: 20px;
    position: relative;
}

#footer a,
#footer a:link,
#footer a:visited {
    font-weight: normal;
    color: #382928;
}

#footer a:hover {
    color: #ab3c37;
}

#footer-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(http://illinoisduiattorney.com/style/color-bar.png) top right no-repeat;
    padding: 10px 0 0 0;
    text-align: right;
}

#footer-nav p {
    line-height: 15px;
}

#footer-title {
    margin-bottom: 5px;
}

#footer-title a {
    display: block;
    height: 17px;
    width: 275px;
    background: url(http://illinoisduiattorney.com/style/footer-title.png) top left no-repeat;
    overflow: hidden;
    text-indent: -2000px;
}




/* CONTENT */

#content {
    margin: 20px;
}

#content-inner {
    padding-bottom: 20px;
}

#alpha,
#beta {
    float: left;
    display: inline;
}

#alpha {
    width: 585px;
    min-height: 531px;
    border-right: 1px solid #d6d5d0;
    margin-bottom: 20px;
}

#alpha-inner {
    margin-right: 20px;
}

#beta {
    width: 330px;
    margin-bottom: 20px;
}

#beta-inner {
    margin-left: 20px;
}





#content h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 15px;
    color: #455d5e;
}

#content h2 {
    font-family: Georgia, serif;
    font-size: 16px;
    margin: 15px 0 5px 0;
    color: #455d5e;
}

#content h3 {
    font-weight: bold;
    margin: 15px 0 5px 0;
    color: #455d5e;
}

a {
    text-decoration: none;
    color: #ab3c37;
    font-weight: bold;
}

a:hover {
    color: #382928;
}

p {
    margin-bottom: 10px;
}

#content li {
    margin-left: 18px;
    list-style-type: disc;
}

.index #content li {
    margin-left: 0;
    list-style-type: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 10px;
}



/* CONTACT FORM */

#contact-us {
    font-size: 11px;
    line-height: 18px;
}

#contact-us h2 {
    height: 20px;
    background: url(http://illinoisduiattorney.com/style/h2-contact-us.png) top left no-repeat;
    overflow: hidden;
    text-indent: -2000px;
}

#contact-us p {
    margin-top: 6px;
    margin-bottom: 20px;
}

#contact-us .contact-info {
    margin-top: 10px;
}

#contact-us .contact-info div {
    margin-top: 3px;
    margin-bottom: 3px;
}

#contact-us label,
#contact-us .label {
    display: block;
    float: left;
    width: 85px;
    font-weight: bold;
    line-height: 12px;
}

#contact-us .field {
    padding-left: 85px;
}

#contact-us form {
    position: relative;
}

#contact-us form div {
    clear: both;
    margin-bottom: 3px;
    overflow: hidden;
}

.county,
#city,
#first_name,
#last_name,
#email,
#phone,
.date-arrested {
    width: 216px;
}

#description {
    width: 219px;
    height: 90px;
}

#lead_source {
    display: none;
}

#send {
    position: relative;
    top: 0px;
    left: 229px;
    background: #fff url(http://illinoisduiattorney.com/style/send.png) bottom left no-repeat;
    width: 79px;
    height: 23px;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    padding-top: 25px;
}

#contact-status {
    margin-bottom: 15px;
}

#contact-status p {
    margin: 0;
    color: red;
}

/* HOME PAGE */

p#lead-graf {
    height: 155px;
    background: url(http://illinoisduiattorney.com/style/lead-graf.jpg) top left no-repeat;
    overflow: hidden;
    text-indent: -20000px;
}

h2#what-will-happen {
    height: 41px;
    background: url(http://illinoisduiattorney.com/style/h2-what-will-happen.png) top left no-repeat;
    overflow: hidden;
    text-indent: -2000px;
    margin-top: -42px;
}

#bad-news {
    float: left;
    width: 260px;
    padding-right: 20px;
    margin-bottom: 20px;
}

#good-news {
    float: left;
    width: 260px;
    border-left: 1px solid #d6d5d0;
    padding-left:20px;
    margin-bottom: 20px;
}

#bad-news h3 {
    height: 31px;
    background: url(http://illinoisduiattorney.com/style/h3-bad-news.png) top left no-repeat;
    overflow: hidden;
    text-indent: -2000px;
}

#good-news h3 {
    height: 31px;
    background: url(http://illinoisduiattorney.com/style/h3-good-news.png) top left no-repeat;
    overflow: hidden;
    text-indent: -2000px;
}

/* BLOG CONTENT */

.blog .asset {
    margin-bottom: 50px;
}

.asset-header h2 a:link,
.asset-header h2 a:visited,
.asset-header h2 a:visited {
/*    font-size: 28px;*/
    color: #455d5e;
}

.asset-header h2 a:hover {
    color: #382928;
}

#content .asset-header h2 {
    margin-top: 0;
    margin-bottom: 0px;
}

.asset-meta {
    font-size: 11px;
    color: #666;
}

/* BLOG SIDEBAR */

.widget {
    margin-bottom: 20px;
    clear: both;
    background: url(http://illinoisduiattorney.com/style/header-nav-bg.png) bottom left repeat-x;
    background-color: #fff;
}

.widget-header,
.widget-content {
    padding: 0 10px 8px 10px;
}

.widget-header {
    font-family: Georgia, serif;
    font-size: 16px;
    color: #455d5e;
}


/* COMMENTS */

#comments-form label {
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 11px;
}

input,
textarea {
/*    border: 1px solid #d6d5d0;*/
    font-size: 13px;
    font-family: Verdana, sans-serif;
    color: #382928;
}

input {
    height: 23px;
}

#comments-open-data input {
    width: 440px;
    margin-bottom: 5px;
}

#comment-form-remember-me {
    margin-left: 110px;
}

#comment-form-remember-me label {
    display: inline;
    float: none;
    font-weight: normal;
}

#comment-form-remember-me input {
    width: 20px;
}

#comments-open-text {
    margin: 10px 0;
}

#comments-open-text label {
    display: inline;
    float: none;
    font-weight: normal;
}

#comment-text {
    height: 100px;
    width: 550px;
}

#comment-submit,
#comment-preview,
#comment-cancel,
#search-button,
#form-subscribe-button {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #3b5051;
    background: #fff url(http://illinoisduiattorney.com/style/button.png) center center no-repeat;
    width: 80px;
    height: 23px;
    border: 0;
    cursor: pointer;
    padding: 0 0 3px 0;
}



.hidden {
    display: none;
}

#search-results .asset {
    margin-bottom: 50px;
}

#author-photo {
    float: left;
    margin: 0 20px 10px 0;
}

#author-photo img {
    border: 1px solid gray;
}

