@charset "utf-8";
/*
Theme Name: Nacol Law Firm
Theme URI: http://www.nacollawfirm.com/
Description: The default theme for the Nacol Law Firm site and blog
Author: Halfslide Design
Version: 1.0
Tags: red, brown, white, two-columns, fixed-width, custom-header
*/

@import url("css/reset.css");
@import url("css/form.css");

body {
    background: #fffae7 url(images/bg.png) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 14pt;
    text-align: center;
    overflow-x: hidden;
    color: #535353;
}

a {
    color: #810f14;
}

p {
    margin-bottom: 20px;
}

p.nomargin {
    margin-bottom: 5px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ol {
    list-style-type: decimal;
    margin: 5px 0;
}

ol li {
    margin: 0 0 2px 35px;
}

ol li ol li {
    margin: 0 0 0 15px;
}

ul {
    margin-bottom: 20px;
}

ul li {
    background: url(images/bullet_black.png) no-repeat 0 3px;
    padding-left: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
    display: none;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.small {
    font-size: 9pt;
    line-height: 12pt;
}

.smaller {
    font-size: 8pt;
    line-height: 11pt;
}

.stButton {
    margin: 0 !important;
    padding: 0 !important;
}

h2 {
    font-size: 18pt;
    font-weight: bold;
    color: #990000;
    line-height: 20pt;
    margin-bottom: 15px;
}

h3 {
    font-size: 16pt;
    font-weight: bold;
    color: #333333;
    line-height: 18pt;
    margin-bottom: 10px;
}

/*************************************************
* HEADER
**************************************************/

#header .certified {
    font-size: 7pt;
    color: #FFCCCC;
    text-align: center;
    line-height: 9pt;
    float: right;
    width: 700px;
    margin: 0;
    text-align: right;
    padding-right: 40px;
}

#header h1 a {
    background: url(images/logo.png);
    width: 482px;
    height: 122px;
    float: right;
    display: block;
    margin-top: 10px;
}

.wrapper {
    width: 970px;
    margin: 0 auto;
    text-align: left;
}

#header {
    background: url(images/bg_mark.png) no-repeat;
    height: auto;
    overflow: hidden;
}

#header .nav {
    float: right;
    width: 740px;
    height: 75px;
    overflow: hidden;
}

#header .nav li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    padding: 20px 0;
}

#header .nav li a {
    display: block;
    height: 35px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 35px;
    text-decoration: none;
    font-size: 20px;
    padding: 0 6px;
    text-transform: uppercase;
    border-left: 1px #999 solid;
    border-right: 1px #000 solid;
}

#header .nav li:hover, #header .nav .current_page_item {
    background: url('images/burst.png') center center no-repeat;
}

#header .nav li.page-item-6 a {
    padding-left: 0 !important;
    border-left: 0;
}

#header .nav li.page-item-18 a {
    padding-right: 0 !important;
    border-right: 0;
}

#subheader {
    background: none repeat scroll 0 0 #3B3F31;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 5px 0 15px;
    float: left;
    width: 941px;
    margin: 35px 0 0 5px;
}

#subheader h3 {
    font-size: 18px;
    line-height: 52px;
    width: 33%;
    float: left;
    color: #EBEBEB;
    line-height: 52px;
    margin: 0;
}

#subheader h3.left {
    text-align: left;
}

#subheader h3.right {
    text-align: right;
}

#subheader h3 a {
    color: #EBEBEB;
    text-decoration: none;
}

/*************************************************
* CONTAINER
**************************************************/
#container, #footer {
    background: url(images/bg_body.png) 1px 0 repeat-y;
    width: 961px;
    padding: 0 5px;
}

.home #container, .home #footer,
.page-id-49 #container, .page-id-49 #footer,
.page-id-10 #container, .page-id-10 #footer {
    background: url(images/bg_body_white.png) 1px 0 repeat-y;
}

#content {
    overflow: hidden;
    padding: 10px 0 10px 15px;
    border-right: 1px solid #BBBBBB;
}

#content.practice {
    padding-right: 0;
}

#main {
    width: 670px;
    float: left;
}

#sidebar {
    width: 250px;
    margin-left: 20px;
    float: left;
    font-size: 10pt;
}

.sidebar_content {
    margin-top: 20px;
}

.practice #sidebar {
    margin-left: 13px;
    width: 262px;
}

.practice #sidebar #share_this {
    margin-left: 9px;
}

#featured {
    background: url(images/feature_frame.png);
    width: 505px;
    height: 359px;
    float: left;
    margin: 0 10px 10px 0;
}

#featured_video {
    width: 500px;
    float: left;
    margin: 0 10px 10px 0;
}

#featured_video_caption {
    margin-top: 10px;
}

#featured_inner {
    width: 460px;
    height: 330px;
    overflow: hidden;
    margin: 13px 0 13px 21px;
}

#featured_inner li {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
}

.col3 {
    float: left;
    width: 302px;
    margin-right: 10px;
}

.col3 h3 {
    width: 302px;
    height: 52px;
}

#front_social {
}

#front_social h3 {
    background: #3b3f31;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    line-height: 52px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ebebeb;
}

#front_social a {
    display: block;
    float: left;
    margin: 0 13px 10px 0;
}

#front_social a#facebook {
    margin-left: 10px;
}

#front_social a#buzz {
    margin-right: 5px;
}

#front_social a img {
    max-height: 36px;
}

#front_social a span {
    display: none
}
#front_social a#pinterest {
    margin-right: 0;
}

#front_areas {
}

#front_areas ul {
    margin-left: 10px;
}

#front_areas h3 {
    background: #3b3f31;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    line-height: 52px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ebebeb;
}

#front_blog {
    margin: 0;
}

#front_blog h3 {
    background: #3b3f31;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    line-height: 52px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ebebeb;
}

#front_blog ul li {
    font-size: 10pt;

}

#front_blog ul li span {
    display: block;
    color: #666666;
}

.practice #sidebar h3 {
    margin: 20px 0 10px 10px;
}

.practice #sidebar .sidebar_content h3 {
    margin-left: 0;
}

.practice #sidebar .sidebar_content {
    margin: 0 9px;
}

ul.practice {
    margin: 20px 0 10px 0;
    border-bottom: #d3d3d3 1px solid;
}

ul.practice li {
    background: none;
    margin: 0;
    padding: 5px 0 5px 30px;
    font-size: 11pt;
    background: #efefef;
    border-top: #d3d3d3 1px solid;
    border-bottom: #fff 1px solid;
}

ul.practice li.current_page_item,
ul.practice li:hover {
    background: #e8e8e8;
}

ul.practice li a {
    color: #666;
    display: block;
    text-decoration: none;
}

ul.practice li.current_page_item a {
    font-weight: bold;
}

.sidebar-250 {
    text-align: center;
}

.sidebar-250 img {
    margin: 0 auto;
}

/*************************************************
* FOOTER
**************************************************/

#subfooter {
    background: #3b3f31;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    line-height: 32px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ebebeb;
    width: 961px;
    height: 33px;
}

#subfooter p {
    display: none;
}

#copy {
    font-size: 12pt;
    margin: 10px;
    float: left;
    width: 400px;
}

#footer_address {
    float: right;
    font-size: 12pt;
    margin: 10px;
    width: 400px;
    text-align: right;
    font-weight: bold;
    line-height: 16pt;
}

.vis-clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    width: 100%;
}