/*
Theme Name: lxb Parent Theme 1.1.1
Theme URI: http://lexblog.com
Description: A minor mod to the first version of our in-house base theme. Built off of Nathan Staines's HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten. This is Toggle. Subsequent versions will be named using the <a href="http://en.wikipedia.org/wiki/Template:Nuclear_weapons_tests_of_the_United_States">US nuclear testing naming convention</a>.
Version: 1.1.1
Author: Devon Persing and friends
*/

/* 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: #efefef;
color: #333;
font-family: Helvetica, Arial, sans-serif;
font-size: 62.5%;
line-height: 1.4;
}

.print-header {
display: none;
}

a {
color: #0765cc;
}

a:hover,
a:focus {
color: #548ecd;
}


/* 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;
margin: 10px auto;
text-align: center;
}


/* wrappers */

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

.blog-header { /* site-wide header */
position: relative;
height: 154px;
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/header-bg.png) repeat-x bottom;
}

.main-wrapper { /* wraps main content and main sidebar */
background: #fff;
padding: 30px 0;
z-index: 0;
}

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

.sidebar { /* main sidebar */
width: 260px;
float: right;
border-left: 1px solid #ccc;
margin-bottom: 20px;
}

.blog-footer { /* site-wide footer */
position: relative;
width: 960px;
clear: both;
}

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

.blog-title a {
display: block;
position: absolute;
left: 30px;
top: 20px;
/*
width: 400px;
height: 50px;
text-indent: -5000em;
overflow: hidden;
*/
font-size: 3em;
font-weight: bold;
}

.blog-description {
display: block;
position: absolute;
left: 30px;
top: 60px;
/*
width: 0;
height: 0;
text-indent: -5000em;
overflow: hidden;
*/
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase;
}


/* client logo */

.header-widgets section.logo a { /* client logo text widget */
display: block;
width: 200px;
position: absolute;
right: 30px;
top: 30px;
/*
width: 100px;
height: 100px;
text-indent: -5000em;
overflow: hidden;
*/
font-size: 1.5em;
}


/* nav menu */
.menu-global-navigation-container {
position: absolute;
bottom: 0;
left: 30px;
}

.menu-global-navigation-container ul {
height: 49px;
border-left: 1px solid #444;
}

.menu-global-navigation-container .sub-menu {
display: none;
height: auto;
background: #333;
border: none;
border-top: 1px solid #fff;
position: absolute;
top: 49px;
left: 0;
width: 20em;
}

.menu-global-navigation-container li {
float: left;
height: 49px;
border-right: 1px solid #444;
position: relative;
}

.menu-global-navigation-container .sub-menu li {
height: auto;
float: none;
border: none;
}

.menu-global-navigation-container li:hover .sub-menu,
.menu-global-navigation-container li:focus .sub-menu {
display: block;
}

.menu-global-navigation-container a {
display: block;
height: 31px;
padding: 18px 20px 0 20px;
float: left;
color: #fff;
font-size: 1.2em;
}

.menu-global-navigation-container .sub-menu a {
height: auto;
padding: 10px 20px;
float: none;
}

.menu-global-navigation-container a:hover,
.menu-global-navigation-container a:focus {
background: #000;
}

.menu-global-navigation-container .current-menu-item a {
background: #fff;
color: #333;
}


/* search */

.header-widgets .search-box { /* search widget */
position: absolute;
bottom: 14px;
right: 30px;
width: 200px;
}

.searchform .s {
border: 0;
width: 160px;
height: 16px;
padding: 3px;
margin-right: 5px;
float: left;
}

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

.main .searchform input.s {
border: 1px solid #ccc;
width: 158px;
height: 14px;
}

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

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

.sidebar .widget {
margin: 0 30px 30px 30px;
position: relative;
}

.sidebar .widget-title {
margin-bottom: 5px;
font-size: 1.3em;
font-weight: bold;
}

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

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

.links ul li a {
display: block;
padding: 5px 0;
font-size: 1.1em;
}


/* about blurb */

.sidebar .about .textwidget {
font-size: 1.1em;
}


/* social networking ordered links */

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

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

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

.stay-connected ul li a[title="rss"] {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-rss.png) no-repeat left center;
}

.stay-connected ul li a[title="facebook"] {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-facebook.png) no-repeat left center;
}

.stay-connected ul li a[title="linkedin"] {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-linkedin.png) no-repeat left center;
}

.stay-connected ul li a[title="twitter"] {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-twitter.png) no-repeat left center;
}

.stay-connected ul li a[title="googleplus"] {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-googleplus.png) no-repeat left center;
}

.stay-connected ul li a[title="youtube"] {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-youtube.png) no-repeat left center;
}


/* feedburner */

.sidebar .feedburner h3 {
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/icon-email.png) no-repeat left center;
padding: 5px 0 5px 22px;
font-size: 1.1em;
font-weight: normal;
}

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

.feedburner #feedburner_email_widget_sbef_submit { /* feedburner submit button */
border: none;
width: 46px;
height: 22px;
padding-bottom: 1px;
background: #666;
float: right;
cursor: pointer;
color: #fff;
text-transform: uppercase;
font-size: .9em;
text-align: center;
}

/* blogroll */

.blogroll-nav {
display: block;
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/more-blogs.png) no-repeat;
height: 15px;
width: 200px;
position: relative;
margin: 10px 0;
}

.blogroll-nav .prev,
.blogroll-nav .next {
display: block;
text-indent: -5000em;
overflow: hidden;
width: 24px;
height: 15px;
position: absolute;
}

.blogroll-nav .prev {
left: 0;
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/prev-arrow.png) no-repeat center center;
}

.blogroll-nav .next {
right: 0;
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/next-arrow.png) no-repeat center center;
}

.blogroll-nav .end {
display: none;
}

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

/* date and category archives */

.archive-header {
border-bottom: 1px solid #000;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative;
}

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

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

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

.grid-row {
clear: both;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}

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

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

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

.grid .post {
width: 30%;
float: left;
padding: 0 10px;
margin: 0;
}

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

.author-bio {
overflow: auto;
}

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

.grid .post-title {
font-size: 1.3em;
}

.grid .post-byline,
.grid .post-categories {
margin-bottom: 5px;
font-size: 1em;
}

.grid .post-content {
font-size: 1.1em;
}

/* regular posts */

#breadcrumbs {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 1.1em;
}

.post {
margin-bottom: 50px;
}

.post-header {
margin-bottom: 15px;
}

.post-title {
margin-bottom: 15px;
font-size: 2.5em;
}

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

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

.post-categories {
display: block;
font-size: 1.1em;
}

.post-content {
font-size: 1.3em;
}

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

.post-content p,
.post-content ul,
article ol {
margin-bottom: 20px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
margin-bottom: 5px;
}

.post-content h1 {
font-size: 2em;
}

.post-content h2 {
font-size: 1.8em;
}

.post-content h3 {
font-size: 1.6em;
}

.post-content h4 {
font-size: 1.4em;
}

.post-content h5 {
font-size: 1.2em;
}

.post-content h6 {
font-size: 1em;
font-weight: bold;
}

.post-content blockquote {
padding: 20px 40px 20px 50px;
position: relative;
clear: both;
}

.post-content blockquote:before {
display: block;
position: absolute;
left: 0;
top: 0;
content: "\201C";
font-size: 6em;
}

.post-content ul {
margin-left: 30px;
}

.post-content ol {
margin-left: 40px;
}

.post-content li {
margin-bottom: 5px;
list-style-position: inside;
}

.post-content ul li {
list-style: disc;
list-style-position: inside;
}

.post-content ol {
list-style: decimal;
}

.post-content img {
border: 1px solid #ccc;
padding: 6px;
}

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

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

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

.post-content strong {
font-weight: bold;
}

.post-content em {
font-style: italic;
}

.more-link,
.more {
display: block;
clear: both;
margin-top: 15px;
}

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

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

/* hide default addthis icons */
a.at300b .at4-icon,
.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 solid #ccc;
padding-bottom: 5px;
margin: 20px 0 5px 0;
clear: both;
}

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

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

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

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

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

.post-tags {
display: block;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
}

.post-tags a {
font-weight: bold;
text-transform: none;
font-size: 1.2em;
}

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

.pagination a {
font-weight: bold;
}

.pagination-old a {
padding-right: 10px;
float: right;
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/next-page.png) no-repeat right;
}

.pagination-new a {
padding-left: 10px;
float: left;
background: url(/wp-content/themes/lxb-parent-theme-1.1.1/images/prev-page.png) no-repeat left;
}


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

#comments {
margin-bottom: 20px;
}

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

/* Disqus specific styles */

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

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

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

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

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

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

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

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

/* default fallback comment form */

#commentform {
font-size: 1.2em;
}

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

#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: 20px 0;
padding: 20px;
}

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

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

.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;
height: auto;
padding: 10px;
font-size: 1em;
color: #fff;
cursor: pointer;
}

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

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

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


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

.blog-footer-inner-wrapper {
position: relative;
background: #e5e5e5;
width: 960px;
padding-bottom: 60px;
}

.contact-wrapper {
float: left;
padding: 20px 0 20px 20px;
}

.blog-footer .blog-title {
display: block;
margin-bottom: 10px;
font-size: 1.8em;
font-weight: bold;
}

.blog-footer-inner-wrapper .widget-title {
margin-bottom: 5px;
font-size: 1.2em;
font-weight: bold;
}

.contact-info { /* vcard widget */
margin-bottom: 10px;
font-size: 1.1em;
}

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

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

.footer-contact .stay-connected a {
display: block;
width: 16px;
height: 16px;
text-indent: -5000em;
overflow: hidden;
}

.footer-extras {
float: right;
padding: 20px 20px 0 0;
}

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

.footer-extras .about .textwidget {
font-size: 1.1em;
}

.colophon {
width: 960px;
background: #000;
height: 35px;
position: absolute;
bottom: 0;
left: 0;
}

.colophon .copyright-info {
position: absolute;
left: 20px;
top: 10px;
color: #858585;
}

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

.legal {
position: absolute;
right: 0;
bottom: -60px;
}

.legal ul {
float: right;
padding-bottom: 30px;
}

.legal li {
display: inline;
font-size: 0.9em;
text-transform: uppercase;
}

.legal li:first-child {
border-right: 1px solid #0765cc;
padding-right: 3px;
}

.legal a {
font-weight: bold;
}


/* SELF-CLEARING FLOATS */
/* ----------------------------------------- */

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