/*
Theme Name:     CFPB Monitor
Theme URI:      http: //lexblog.com
Description:    Theme for CFPB Monitor
Author:         Devon Persing
Template:       lxb-parent-theme
Version:        1.0
*/

/* RESET */
/* ----------------------------------------- */

/**
* Eric Meyer's Reset Stylesheet
*
* v2.0
* 2011-01-26
* Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a {
text-decoration: none;
outline: none;
}

a img {
border: none;
}

code {
font-family: monospace;
font-size: 1.2em;
}

/* GENERAL LAYOUT AND TYPOGRAPHY */
/* ----------------------------------------- */

body {
background: #fff;
color: #333;
font-family: adobe-garamond-pro, Times, serif;
font-size: 62.5%;
line-height: 1.3em;
}

a {
color: #000;
}

.post-header a:hover,
.post-content a:hover,
.post-header a:focus,
.post-content a:focus {
background: #f9ec00;
}

/* WP default WYSIWYG classes */

.alignleft {
float: left;
margin: 10px 10px 10px 0;
}

.alignright {
float: right;
margin: 10px 0 10px 10px;
}

.aligncenter {
display: block;
clear: both;
text-align: center;
margin: 10px auto;
}

/* wrappers */

.blog-wrapper { /* wraps all containers */
background: #fff;
width: 960px;
margin: 25px auto;
}

.blog-header { /* site-wide header */
position: relative;
height: 363px;
background: url(/wp-content/themes/cfpbmonitor/images/header-bg.png) repeat-x top;
}

.main-wrapper { /* wraps main content and main sidebar */
background: #fff;
padding-top: 22px;
}

.main { /* main content */
width: 620px;
float: left;
margin-left: 30px;
}

.table-page .main { /* main content */
padding-bottom: 30px;
width: 900px;
}

.sidebar { /* main sidebar */
width: 230px;
float: right;
margin-bottom: 20px;
}

.blog-footer { /* site-wide footer */
position: relative;
clear: both;
border-top: 1px dashed #ccc;
}

/* SITE HEADER */
/* ----------------------------------------- */

.blog-header hgroup {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
height: 248px;
background: url(/wp-content/themes/cfpbmonitor/images/banner-bg.jpg) no-repeat right;
}

.blog-header .blog-title a {
display: block;
text-indent: -5000em;
overflow: hidden;
position: absolute;
top: 20px;
left: 10px;
height: 70px;
width: 400px;
}

.blog-title a:hover,
.blog-title a:focus {
background: none;
}

.blog-description {
display: block;
text-indent: -5000em;
overflow: hidden;
}

/* nav menu */
nav.menu-global-navigation-container {
position: absolute;
top: 20px;
left: 0;
height: 38px;
}

nav.menu-global-navigation-container ul {
font-family: myriad-pro, verdana, sans-serif;
height: 38px;
margin-left: 20px;
font-size: 1.3em;
text-transform: uppercase;
}

nav.menu-global-navigation-container ul li {
float: left;
height: 38px;
border-left: 1px solid #696969;
}

nav.menu-global-navigation-container ul li:first-child {
border-left: none;
}

nav.menu-global-navigation-container ul li a {
display: block;
height: 26px;
padding: 12px 20px 0;
float: left;
color: #fff;
font-weight: bold;
}

nav.menu-global-navigation-container ul li a:hover,
nav.menu-global-navigation-container ul li a:focus {
color: #f9ec00;
background: none;
}

/* header widget area (typically client logo and search) */

/* client logo */

.header-widgets .logo a { /* client logo text widget */
display: block;
position: absolute;
text-indent: -5000em;
overflow: hidden;
right: 38px;
top: 20px;
width: 236px;
height: 41px;
background: url(/wp-content/themes/cfpbmonitor/images/logo.png);
}

/* extra byline link */

.header-widgets .byline-link a {
display: block;
width: 360px;
height: 20px;
position: absolute;
bottom: 40px;
left: 70px;
}

.header-widgets .byline-link a:hover,
.header-widgets .byline-link a:focus {
background: none;
}

/* SIDEBAR */
/* ----------------------------------------- */

.sidebar .widget {
position: relative;
margin-bottom: 20px;
font-size: 1.4em;
}

.sidebar .widget-title {
font-size: 0.785714285714286em;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 5px;
color: #000;
border-top: 1px dashed #ccc;
background: #f9ec00;
padding: 10px 20px;
}

.sidebar .links ul {
background: #ebebeb;
padding: 10px 10px 10px 20px;
}

.sidebar .stay-connected ul {
background: none;
padding: 0;
margin: 5px 10px 0 20px;
}

.links ul.children {
padding: 0;
}

.links ul li {
display: block;
clear: both;
border-bottom: 1px dashed #ccc;
}

.links ul.children > li {
border-bottom: 0;
padding-left: 20px;
}

.links ul li a {
display: block;
padding: 5px 0;
}

.links ul li a:hover,
.links ul li a:focus {
background: #e4e4e4;
}

/* search */

.sidebar .search-box { /* search widget */
}

.searchform {
height: 22px;
}

.main .searchform {
  width: 230px;
}

.searchform input.s {
border: 1px solid #a7a9ac;
width: 189px;
height: 16px;
padding: 3px;
float: left;
color: #666;
font-family: adobe-garamond-pro, Times, serif;
font-style: italic;
font-weight: 600;
letter-spacing: 1px;
}

.main .searchform {
margin-top: 20px;
}

.searchform .searchsubmit {
display: block;
text-indent: -5000em;
line-height: 0em;
overflow: hidden;
border: 0;
width: 29px;
height: 24px;
float: right;
background: #d8d8d8 url(/wp-content/themes/cfpbmonitor/images/search-button.png) no-repeat 50% 50%;
cursor: pointer;
}

/* social networking ordered links */

.sidebar .stay-connected {
margin-bottom: 5px;
}

.sidebar .stay-connected ul li {
position: relative;
}

.sidebar .stay-connected ul li a {
padding: 8px 0 8px 22px;
}

.sidebar .stay-connected ul li a img {
position: absolute;
left: 0;
}

/* feedburner */

.sidebar .feedburner .widget-title {
font-size: 1em;
font-weight: normal;
text-transform: none;
background: url(/wp-content/themes/lxb-parent-theme/images/icon-email.png) no-repeat left center;
padding: 5px 0 5px 22px;
margin-left: 20px;
border-top: none;
color: #000;
}

.feedburner #feedburner_email_widget_sbef { /* feedburner form */
width: 200px;
height: 23px;
display: block;
margin-left: 20px;
}

.feedburner #feedburner_email_widget_sbef_email { /* feedburner email input */
width: 141px;
height: 15px;
padding: 3px;
border: 1px solid #a7a9ac;
float: left;
}

.feedburner #feedburner_email_widget_sbef_submit { /* feedburner submit button */
border: 0;
width: 46px;
height: 22px;
background: #d8d8d8;
color: #000;
text-transform: uppercase;
font-weight: bold;
font-size: 0.6em;
text-align: center;
font-family: adobe-garamond-pro, Times, serif;
float: right;
cursor: pointer;
}

.badge a {
display: block;
color: #fff;
font-weight: bold;
text-transform: uppercase;
}

.badge a span {
text-transform: lowercase;
}

.badge .rundown span {
text-transform: none;
}

.badge .rundown,
.badge .ealerts,
.badge .events {
font-size: 1.214285714285714em;
padding: 20px 10px 20px 50px;
border-top: 1px dashed #ccc;
}

.badge .rundown {
line-height: 1;
}

.badge .rundown:hover,
.badge .ealerts:hover,
.badge .events:hover,
.badge .ealerts:focus,
.badge .events:focus {
color: #f9ec00;
}

.badge .rundown {
background: #000 url(/wp-content/themes/cfpbmonitor/images/rundown-icon.png) no-repeat 10px center;
}

.badge .ealerts {
background: #000 url(/wp-content/themes/cfpbmonitor/images/email-alerts.png) no-repeat 10px center;
}

.badge .events {
background: #000 url(/wp-content/themes/cfpbmonitor/images/events.png) no-repeat 10px center;
}

.badge .rundown-sublink,
.badge .ealerts-signup {
background: #424242;
font-size: 0.714285714285714em;
font-family: myriad-pro, Verdana, sans-serif;
letter-spacing: 1px;
border-top: 1px dashed #fff;
padding: 2px 5px;
font-weight: bold;
}

.badge .rundown-sublink:hover,
.badge .rundown-sublink:focus,
.badge .ealerts-signup:hover,
.badge .ealerts-signup:focus {
background: #000;
}

/* legal links */

.legal {
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
}

.legal ul {
text-align: center;
padding: 5px 0;
}

.legal ul li {
display: inline;
font-size: 1em;
text-transform: uppercase;
color: #000;
}

.legal ul li:first-child {
border-right: 1px solid #000;
padding-right: 5px;
margin-right: 3px;
}

.legal ul li a {
font-weight: bold;
}

/* POSTS AND PAGES */
/* ----------------------------------------- */

/* date and category archives */

.archive .main {
width: 650px;
margin-left: 0;
}

.archive-header {
border-bottom: 1px dashed #ccc;
padding-bottom: 20px;
margin-bottom: 20px;
margin-left: 30px;
position: relative;
width: 620px;
}

.category .archive-header {
padding-bottom: 10px;
}

.archive-title {
font-size: 1.8em;
line-height: 1.1em;
}

.category .archive-title {
float: left;
margin: 0 20px 20px 0;
}

.grid-row {
clear: both;
margin-bottom: 20px;
margin-left: 30px;
padding-bottom: 20px;
width: 620px;
border-bottom: 1px dashed #ccc;
}

.archive-title strong {
font-weight: bold;
}

.archive-header .feed {
display: block;
float: right;
font-size: 1.1em;
padding: 2px 0 2px 20px;
background: url(/wp-content/themes/lxb-parent-theme/images/icon-rss.png) no-repeat left;
}

.author .main .feed {
clear: both;
display: block;
margin-bottom: 20px;
font-size: 1.3em;
font-weight: bold;
padding: 2px 0 2px 20px;
background: url(/wp-content/themes/lxb-parent-theme/images/icon-rss.png) no-repeat left;
}

.date article,
.category article,
.tag article {
width: 30%;
float: left;
padding: 0 10px;
}

.author .author-info {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #ccc;
}

.author-bio {
overflow: auto;
}

.author-bio .avatar {
float: left;
margin: 0 10px 10px 0;
}

.date .post-header,
.category .post-header,
.tag .post-header {
font-size: 1.4em;
padding: 0;
background: none;
}

.date .post-title,
.category .post-title,
.tag .post-title {
font-size: 1em;
font-weight: bold;
}

.date .post-byline,
.date .post-categories,
.date .post-tools,
.date .post-tags,
.date .post-tags a,
.category .post-byline,
.category .post-categories,
.category .post-tools,
.category .post-tags,
.category .post-tags a,
.tag .post-byline,
.tag .post-categories,
.tag .post-tools,
.tag .post-tags,
.tag .post-tags a {
font-size: 0.9em;
margin-bottom: 0;
}

.date .post-tools,
.category .post-tools,
.tag .post-tools {
border-bottom: 0;
}

.date .post-content,
.category .post-content,
.tag .post-content {
font-size: 1.3em;
padding: 0;
}

/* additional custom archive page styles */

.archive-list {
margin-bottom: 20px;
}

.archive-date li,
.archive-tag-cloud li {
display: inline;
margin-right: 5px;
}

.archive-list .children {
  margin-left: 20px;
}

/* regular posts */

#breadcrumbs {
font-size: 1em;
padding: 10px;
margin-bottom: 20px;
text-transform: uppercase;
background: #f3f3f3;
letter-spacing: 0.25px;
}

.home article,
.author article,
.single article,
.error404 article,
.search article {
margin-bottom: 30px;
}

.post-header,
.page-template-page-contact-php .main header,
.page-template-archives-php .post-title,
.error404 .post-title {
margin-bottom: 15px;
padding-left: 30px;
background: url(/wp-content/themes/cfpbmonitor/images/title-bg.png) no-repeat left 3px;
}

.post-title {
font-size: 3em;
line-height: 1.1em;
margin-bottom: 15px;
}

.post-title a {
}

.post-byline {
display: block;
font-size: 1.6em;
margin-bottom: 8px;
font-style: italic;
}

.post-categories {
display: block;
font-size: 1.6em;
font-style: italic;
}

.post-content {
font-size: 1.6em;
line-height: 1.5em;
padding-left: 30px;
}

.table-page .post-content {
padding-left: 0;
}

.post-content a {
text-decoration: underline;
}

article p,
article ul,
article ol {
margin-bottom: 10px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
line-height: 1em;
margin-bottom: 5px;
}

article h1 {
font-size: 2em;
}

article h2 {
font-size: 1.8em;
}

article h3 {
font-size: 1.6em;
}

article h4 {
font-size: 1.4em;
}

article h5 {
font-size: 1.2em;
}

article h6 {
font-size: 1em;
font-weight: bold;
}

article blockquote {
padding: 10px 50px 20px;
margin-top: 30px;
position: relative;
font-family: myriad-pro, verdana, sans-serif;
font-size: 1.125em;
color: #333;
border-top: 1px dashed #ccc;
}

article blockquote:before {
display: block;
content: "\201C";
font-size: 6em;
position: absolute;
left: 0;
top: 50px;
font-family: adobe-garamond-pro, Times, serif;
color: #d8d8d8;
}

.table-page .wp-table-reloaded {
border: 1px solid black;
border-spacing: 0;
font-size: .8em;
}

.table-page .wp-table-reloaded thead tr th {
background: black;
border: 0;
color: #fff !important;
padding: 10px;
}

.table-page .wp-table-reloaded td {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
color: #333;
font-weight: normal;
padding: 10px;
}

.table-page .wp-table-reloaded tr:last-child td {
border-bottom: 0;
}

.table-page .wp-table-reloaded td:last-child {
border-right: 0;
}

.table-page .wp-table-reloaded .odd td {
background: #fefcd9;
}

article ul {
margin-left: 30px;
}

article ol {
margin-left: 40px;
}

article li {
margin-bottom: 5px;
}

article ul li {
list-style: disc;
}

article ol {
list-style: decimal;
}

article img {
border: 1px solid #ccc;
padding: 6px;
}

article .wp-caption img {
border: 0;
padding: 0;
display: block;
margin: 0 auto 6px;
}

article .wp-caption p {
font-size: 0.9em;
padding: 0 6px;
margin-bottom: 0;
}

article .wp-caption {
border: 1px solid #ccc;
padding: 6px;
margin: 10px 0;
}

article strong {
font-weight: bold;
}

article em {
font-style: italic;
}

.post-content .more-link,
.post-content .more {
text-decoration: none;
font-weight: bold;
}

p .more-link {
margin-top: 10px;
}

.post-social {
display: block;
clear: both;
height: 20px;
margin-top: 15px;
margin-left: 30px;
}

.post-social a {
display: block;
float: left;
text-indent: -5000em;
overflow: hidden;
width: 60px;
height: 22px;
margin-right: 5px;
}

.date .post-social a,
.category .post-social a,
.tag .post-social a {
clear: both;
margin-bottom: 5px;
}

/* hide default addthis icons */
.addthis_button_twitter .at300bs,
.addthis_button_facebook .at300bs,
.addthis_button_linkedin .at300bs,
.addthis_button_email .at300bs {
display: none;
}

.addthis_button_twitter {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/share-twitter.png) no-repeat;
}

.addthis_button_facebook {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/share-facebook.png) no-repeat;
}

.addthis_button_email {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/share-mail.png) no-repeat;
}

.post-social a.addthis_button_linkedin {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/share-linkedin.png) no-repeat;
width: 64px;
}

.post-social .addthis_button_google_plusone {
text-indent: 0;
}





.post-tools {
border-bottom: 1px dashed #ccc;
padding-bottom: 5px;
margin: 20px 0 5px 30px;
clear: both;
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: 0.25px;
}

.post-tools a {
font-weight: bold;
padding-left: 15px;
}

.post-print,
.post-comments {
display: inline;
margin-right: 10px;
}

.post-print a {
background: url(/wp-content/themes/lxb-parent-theme/images/icon-print.png) no-repeat left;
}

.post-comments a {
background: url(/wp-content/themes/lxb-parent-theme/images/icon-comments.png) no-repeat left;
}

.single .post-tags {
margin-bottom: 20px;
}

.post-tags {
display: block;
font-weight: bold;
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: 0.25px;
margin-left: 30px;
}

.post-tags a {
font-weight: bold;
}

.pagination {
height: 1.3em;
font-size: 1.3em;
width: 100%;
margin: 0 0 20px 0;
}

.pagination a {
font-weight: bold;
text-transform: uppercase;
}

.pagination-old a {
padding: 0 10px 0 0;
float: right;
background: url(/wp-content/themes/cfpbmonitor/images/prev-page.png) no-repeat right;
}

.pagination-new a {
padding: 0 0 0 10px;
float: left;
background: url(/wp-content/themes/cfpbmonitor/images/next-page.png) no-repeat left;
}

/* COMMENTS AND FORMS */
/* ----------------------------------------- */

#comments {
margin-bottom: 20px;
}

#comments h3,
#respond h3 {
font-size: 1.6em;
margin-bottom: 5px;
}

#comments a {
font-weight: bold;
color: #000;
}

/* Disqus specific styles */

.dsq-comment-message {
font-size: 1.3em;
}

.dsq-comment-footer,
#dsq-subscribe {
font-size: 1.1em;
}

/* default fallback comment styles */
article.comment {
clear: both;
margin-bottom: 20px;
}

article.comment article.comment {
padding-left: 50px;
}

article.comment .avatar {
float: left;
width: 40px;
height: 40px;
}

article.comment .comment-author,
article.comment .comment-meta {
display: block;
margin-left: 50px;
margin-bottom: 5px;
font-size: 1.1em;
}

article.comment .comment-content {
font-size: 1.2em;
margin-left: 50px;
}

article.comment .comment-reply-link {
display: block;
margin: 10px 0 0 0;
float: right;
}

/* default fallback comment form */

#commentform {
font-size: 1.2em;
}

#commentform .comment-notes {
font-weight: bold;
margin-bottom: 10px;
}

#commentform p input,
#commentform p textarea {
display: block;
margin: 5px 0 10px 0;
border: 1px solid #ccc;
padding: 5px;
font-family: 'Lucida Grande', Verdana, sans-serif;
font-size: 1em;
}

#commentform #submit {
background: #000;
color: #fff;
cursor: pointer;
}

/* contact form */

.wpcf7-form {
background: #efefef;
margin: 0 0 20px 0;
padding: 20px;
}

.wpcf7-form .required {
font-weight: bold;
margin-bottom: 10px;
}

.wpcf7-form label {
display: block;
font-weight: bold;
font-size: 1em;
margin-bottom: 5px;
}

.wpcf7-form input,
.wpcf7-form textarea {
border: 1px solid #e2e2e2;
padding: 5px;
margin-bottom: 10px;
}

.wpcf7-form textarea {
width: 590px;
height: 200px;
font-family: 'Lucida Grande', Verdana, sans-serif;
}

.wpcf7-submit {
background: #000;
color: #fff;
height: auto;
padding: 10px;
font-size: 1em;
cursor: pointer;
}

.wpcf7-not-valid-tip {
font-size: 1.1em;
background: #fff;
padding: 10px !important;
border: 1px solid #f9ec00 !important;
}

.wpcf7-validation-errors {
font-size: 1em;
background: #fff;
padding: 10px !important;
border: 1px solid #f9ec00 !important;
}

.wpcf7-mail-sent-ok {
font-size: 1em;
background: #fff;
padding: 10px !important;
border: 1px solid #000 !important;
}

/* SITE-WIDE FOOTER */
/* ----------------------------------------- */

.blog-footer-inner-wrapper {
border-top: 10px solid #f9ec00;
padding-bottom: 50px;
}

.contact-wrapper {
float: left;
padding: 20px 0 20px 20px;
width: 230px;
font-size: 1.3em;
line-height: 1.3em;
}

.blog-footer .blog-title {
display: block;
font-size: 2.307692307692308em;
margin-bottom: 10px;
color: #666;
}

.blog-footer .blog-title:hover,
.blog-footer .blog-title:focus {
background: none;
}

.footer-contact .contact-info { /* vcard widget */
margin-bottom: 10px;
}

.footer-contact .contact-info p {
margin-bottom: 10px;
}

.contact-info .vcard {
line-height: 1.1em;
font-weight: 600;
margin-bottom: 10px;
}

.footer-contact .stay-connected .widget-title {
font-weight: bold;
text-transform: uppercase;
font-size: 0.923076923076923em;
margin-bottom: 5px;
}

.footer-contact .stay-connected ul {
margin-left: 0;
}

.footer-contact .stay-connected li {
width: 16px;
height: 16px;
float: left;
margin-right: 8px;
}

.footer-extras {
float: right;
padding: 20px 20px 20px 0;
font-size: 1.4em;
line-height: 1.3em;
}

.footer-extras .widget {
width: 200px;
float: left;
margin-left: 20px;
clear: right;
}

.footer-extras .widget-title {
font-weight: bold;
text-transform: uppercase;
font-size: 0.923076923076923em;
margin-bottom: 5px;
}

.footer-extras .about {
width: 220px;
}

.cities {
clear: both;
border-top: 1px dashed #ccc;
padding-top: 10px;
}

.cities ul li {
float: left;
font-size: 1.2em;
font-weight: 600;
border-left: 1px solid;
padding: 0 5px;
}

.cities ul li:first-child {
border-left: 0;
}

.colophon {
width: 960px;
background: #000;
height: 25px;
padding: 5px 0;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}

.colophon .copyright-info {
font-size: 1em;
color: #fff;
padding: 6px 0 0 20px;
position: absolute;
left: 0px;
font-family: "Lucida Grande", Verdana, sans-serif;
}

.colophon .websitefooter {
font-size: 1em;
padding: 6px 0 0 415px;
position: absolute;
left: 0px;
font-family: "Lucida Grande", Verdana, sans-serif;
}

.colophon .websitefooter a {
color: #FF9900;
}

.colophon .websitefooter a:hover {
color: #fff;
} 

.colophon .lexblog {
position: absolute;
right: 5px;
text-indent: -5000em;
overflow: hidden;
background: url(/wp-content/themes/lxb-parent-theme/images/lexblog.png) no-repeat;
width: 313px;
height: 23px;
}

/* CLEARS */
/* ----------------------------------------- */

.blog-wrapper:after,
.blog-header:after,
.blog-header hgroup:after,
.main-wrapper:after,
.main:after,
.sidebar:after,
.contact-wrapper:after,
.blog-footer:after,
.blog-footer-inner-wrapper:after,
.archive-header:after,
.grid-row:after,
.colophon:after {
display: block;
content: "";
clear: both;
visibility: hidden;
}

