/*
Theme Name: Lean Construction Forum
Theme URI: http://agcleanforum.org
Description: The default WordPress theme fpr the AGC Lean Construction Forum
Version: 1.0
Author: Jason Silkey
Author URI: http://www.agc.org
*/

/* !CSS Resets */
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    font-family:Helvetica, Arial, Calibri,  sans-serif;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

/* remember to define focus styles! */
:focus {
    outline:0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration:none;
}
del {
    text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse:collapse;
    border-spacing:0;
}

h1,h2,h3,h4,h5,h6 {
    color:#760001;
}

p,ol,ul {
    font-size:14px;
    line-height:21px;
    margin-bottom:14px;
}

ol {
    list-style:decimal;
    margin-left:20px;
}

ul {
    list-style:disc;
    margin-left:20px;
}

ol li, ul li {
    margin-bottom:4px;
}


.post h1 {
    font-size:24px;
    line-height:150%;
/*     padding-bottom:2px; */
    border-bottom:2px solid #760001;
    margin-bottom:8px;
}

.post h2 {
    font-size:20px;
    margin-bottom:8px;
}

a {
    color: #3354AA;
    text-decoration: underline;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color:#760001;
}

a:hover {
    color: #4B6DB7;
    text-decoration: none;
}





#SiteContainer {
    width:970px;
    margin:0 auto;
    background:#ffffff;
    min-height:100%;
}

#Page {
    width:970px;
    overflow:hidden;
}

#Header {
    background: #ffffff;
    overflow:hidden;
    margin:10px 0px 4px;
}

div#TopNavigation {
    padding:6px 0px 1px 0px !important;
    margin-bottom:10px;
    height:18px;
    background-color:#275a70;
}

div#TopNavigation ul {
    text-align:center;
    background-color:#275a70;
    float:left;
    margin-bottom:0;
    margin-left:0;
    line-height:14px;
}

div#TopNavigation ul li {
    display:inline;
    margin:0 3px;
    padding:0;
    border-bottom:1px solid #275a70;
}

div#TopNavigation ul li.current_page_item {
    border-bottom:1px solid #fff;
    padding-bottom:3px;
    font-weight:bold;
}

div#TopNavigation ul li a {
    padding:2px 8px 3px 8px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    background-color:#275a70;
    color:#ffffff;
}

div#TopNavigation ul li a:hover {
    background-color:#94b2a4;
}

div#TopNavigation ul li.current_page_item a, div#TopNavigation ul li.current_page_item a:hover {
    padding-bottom:5px;
    background-color:#fff;
    color:#000;
}


.narrowcolumn {
    width:660px;
    overflow:hidden;
    float:right;
}

#sidebar {
    width:290px;
}

#sidebar ul {
    margin-left:0;
    list-style:none;
}

#sidebar h2 {
    font-size:16px;
    color:#275a70;
    border-bottom:2px solid #275a70;
    margin:0 0 10px 0;
    padding:0 0 0 6px;
}

li.widget_wp_sidebarlogin p {
    margin-left:6px;
    margin-right:6px;
}

img.splashimage {
    margin-bottom:14px;
}