/*
Theme Name:     Winthrop & Weinstine, P.A. - Duets Blog     
Theme URI:      http: //lexblog.com
Description:    Theme for Duets Blog
Author:         Kai Curtis (based on the work of Devon Persing and friends)
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;
}

table.border tr td {
  border: 1px solid;
  padding-left: 10px;
}

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

a img {
border: none;
}

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

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

body {
background: #f1f8fa;
color: #333;
font-family: 'Lucida Grande', Verdana, sans-serif;
font-size: 62.5%;
line-height: 1.3em;
}

a {
color: #c56d30;
}

a:hover,
a:focus {
color: #c56d30;
text-decoration: underline;
}

/* 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: 980px;
margin: 30px auto;
}

header.blog-header { /* site-wide header */
width: 100%;
position: relative;
height: 243px;
background: url(/wp-content/themes/duetsblog/images/logo.jpg) 0 0 no-repeat;
}

section.main-wrapper { /* wraps main content and main sidebar */
width: 100%;
background: url(/wp-content/themes/duetsblog/images/contentbg.png) 0 0 repeat-y;
float: left;
z-index: 0;
}

section.main { /* main content */
width: 650px;
float: right;
margin-right: 60px;
}

section.sidebar { /* main sidebar */
background: url(/wp-content/themes/duetsblog/images/sbbottom.png) 0 bottom no-repeat;
width: 210px;
float: left;
margin-bottom: 20px;
margin-left: 40px;
font-size: 1.1em;
line-height: 1.3em;
padding-bottom: 9px;
}

footer.blog-footer { /* site-wide footer */
background: url(/wp-content/themes/duetsblog/images/footerbg.png) 0 0 no-repeat;
position: relative;
width: 980px;
clear: both;
margin-bottom: 60px;
float: left;
}

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

.blog-header hgroup {
float: left;
}

.blog-title a {
display: block;
font-size: 3em;
font-weight: bold;
padding: 30px 0 0 30px;
text-indent: -5000em;
overflow: hidden;
position: absolute;
left: 60px;
top: 112px;
width: 300px;
height: 50px;
}

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

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

nav.menu-global-navigation-container ul {
margin-left: 30px;
font-size: 1.1em;
}

nav.menu-global-navigation-container ul li {
float: left;
position: relative;
z-index: 0;
}

nav.menu-global-navigation-container ul li:after {
color: #fff;
content: " / ";
}

nav.menu-global-navigation-container ul li:last-child:after {
content: "";
}

nav.menu-global-navigation-container ul li a {
color: #dceef2;
display: block;
padding: 0 20px 0;
float: left;
color: #fff;
}

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

nav.menu-global-navigation-container ul li.current-menu-item a {
}

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

section.header-widgets {
float: right;
}

/* client logo */

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

/* search */

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

.searchform {
width: 200px;
height: 22px;
}

.searchform input.s {
width: 130px;
height: 8px;
padding: 3px 0;
margin-right: 5px;
float: left;
}

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

.main .searchform input.s {
height: 9px;
}

.searchform .searchsubmit {
display: block;
text-indent: -5000em;
line-height: 0em;
overflow: hidden;
border: 0;
width: 29px;
height: 22px;
float: left;
background: url(/wp-content/themes/duetsblog/images/go.png) 0 0 no-repeat;
cursor: pointer;
}

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

.sidebar .widget {
padding: 20px;
position: relative;
}

.sidebar .widget-title {
display: block;
font-size: 1.18em;
font-weight: bold;
height: 10px;
margin-bottom: 18px;
text-indent: -9999px;
}

.sidebar .widget_categories .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadtop-trans.png) 0 0 no-repeat; }
.sidebar .widget_search .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadsearch-trans.png) 0 0 no-repeat; }
.sidebar .s2_form_widget .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadsub-trans.png) 0 0 no-repeat; }
.sidebar .author-bios .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadauthors-trans.png) 0 0 no-repeat; }
.sidebar .widget_recent_entries .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadrecent-trans.png) 0 0 no-repeat; }
.sidebar .links-box .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadlinks-trans.png) 0 0 no-repeat; }
.sidebar .blogs-box .widget-title { background: url(/wp-content/themes/duetsblog/images/sbheadblogs-trans.png) 0 0 no-repeat; }

.sidebar .widget_categories,
.sidebar .s2_form_widget,
.sidebar .widget_recent_entries,
.sidebar .blogs-box {
background: url(/wp-content/themes/duetsblog/images/sbbg-dark.png) 0 0;
}

.sidebar .widget_search,
.sidebar .twitter,
.sidebar .author-bios,
.sidebar .links-box {
background: url(/wp-content/themes/duetsblog/images/sbbg.png) 0 0;
}

.links ul li {
display: block;
clear: both;
margin-bottom: 1px;
}

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

.sidebar .author-bios li,
.links ul li a {
background: #f1f8fa;
display: block;
clear: both;
margin-bottom: 1px;
padding: 5px;
}

.sidebar .widget_categories ul li a,
.sidebar .s2_form_widget ul li a,
.sidebar .widget_recent_entries ul li a,
.sidebar .blogs-box ul li a {
background: #e5f2f5;
}

.links ul li a:hover {
background: white;
color: #505e62;
text-decoration: none;
}

/* Twitter link */

.sidebar .twitter {
padding-top: 0;
padding-bottom: 10px;
}

.sidebar .twitter a {
background: url(/wp-content/themes/duetsblog/images/twitter.png) 0 0;
display: block;
height: 22px;
text-indent: -9999px;
width: 171px;
}

/* Author list */

.sidebar .author-bios li {
line-height: 1.18;
padding: 10px;
}

.sidebar .author-bios h4 {
font-weight: bold;
}

.sidebar .author-bios img {
border: 1px solid #FFFFFF;
float: left;
margin: 0 10px 0 0;
}

.sidebar .author-bios .contd a {
background: none repeat scroll 0 0 #FFFCD3;
}

/* 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;
}

/* subscribe2 */

.subscribe {
}

.subscribe .rss {
position: absolute;
top: 19px;
left: 98px;
}

.subscribe .more {
display: inline;
font-size: .818em;
font-weight: bold;
text-transform: uppercase;
}

.subscribe form {
height: 35px;
}

.subscribe #s2email {
width: 130px;
height: 8px;
padding: 3px 0;
margin-right: 5px;
float: left;
}

.subscribe label {
display: none;
}

.subscribe input[type=submit] {
display: block;
text-indent: -5000em;
line-height: 0em;
overflow: hidden;
border: 0;
width: 29px;
height: 22px;
float: left;
background: url(/wp-content/themes/duetsblog/images/go.png) 0 0 no-repeat;
cursor: pointer;
}


/* blogroll */

.blogroll-nav {
display: block;
background: url(/wp-content/themes/lxb-parent-theme/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/images/prev-arrow.png) no-repeat center center;
}

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

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

/* Contact page sidebar module */

.sidebar .contact-info {
background: url(/wp-content/themes/duetsblog/images/sbbg-dark.png) 0 0;
}

.sidebar .contact-info .org {
font-weight: bold;
}

.sidebar .contact-info .telephone-numbers {
display: block;
margin-top: 1em;
}

.sidebar .contact-info .tel,
.sidebar .contact-info .fax {
display: inline;
}


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

/* "Archives" page */

.archives h1 {
margin-bottom: 20px;
font-size: 2.6em;
line-height: 1.3;
}

.archives h3 {
margin-bottom: 5px;
font-size: 1.8em;
}

.archives ul {
margin-bottom: 20px;
}

.archives ul ul {
margin: 0;
}

.archives li li {
padding-left: 20px;
}

.archives li a {
display: inline-block;
padding: 5px 0;
font-size: 1.3em;
}

/* date and category archives */

.date .main,
.category .main,
.tag .main {
width: 669px;
margin-right: 41px;
}

.archive-header {
border-bottom: 1px solid #000;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative;
float: left;
width: 640px; /* for border */
}

.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;
float: left; /* for height */
width: 640px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #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.2%;
float: left;
padding: 0 10px;
}

.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;
}

.date .post-title,
.category .post-title,
.tag .post-title {
font-size: 1.3em;
}

.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.1em;
}

/* regular posts */

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

.bc-separator {
  font-size: 0.6em;
  vertical-align: top;
}

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

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

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

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

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

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

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

.post-content a {
}

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: 20px 40px;
position: relative;
}

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

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;
}

.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;
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;
}

.post-social .at300bs { /* hide default addthis icons */
display: none;
}

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

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

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

.post-social .addthis_button_compact {
display: block;
position: relative;
text-indent: 0;
float: left;
font-weight: bold;
line-height: 22px;
background: url(/wp-content/themes/duetsblog/images/icon-add.png) 0 center no-repeat;
padding-left: 20px;
position: relative;
text-decoration: none;
}

.addthis_button_compact .at16nc,
.addthis_button_compact .at300bs {
background: transparent;
display: block;
float: left;
height: 1px;
left: -1em;
overflow: hidden;
position: relative;
top: 2em;
width: 1px;
}

.post-tools {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
margin: 20px 0 5px 0;
clear: both;
}

.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-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;
font-size: 1.3em;
width: 100%;
margin: 0 0 20px 0;
}

.pagination a {
font-weight: bold;
}

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

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

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

#comments {
margin-bottom: 20px;
}

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

/* 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: #69523E;
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 #ff0000 !important;
}

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

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

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

.blog-footer-inner-wrapper {
color: #69523e;
width: 960px;
float: left;
font-size: 1.1em;
line-height: 1.3em;
padding-top: 75px;
padding-left: 40px;
}

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

.blog-footer .blog-title {
color: #69523e;
display: block;
font-size: 1.182em;
font-weight: bold;
margin-bottom: 3px;
}

.footer-contact .contact-info { /* vcard widget */
margin-bottom: 1.3em;
}

.footer-contact .contact-info .vcard .org {
font-weight: bold;
}

.footer-contact .contact-info .vcard .org,
.footer-contact .contact-info .vcard .adr,
.footer-contact .contact-info .vcard .adr .street-address,
.footer-contact .contact-info .vcard .tel,
.footer-contact .contact-info .vcard .fax {
display: inline;
}

.footer-contact .contact-info .vcard .telephone-numbers {
display: block;
margin-top: 1.3em;
}

.footer-contact .stay-connected h3 {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 5px;
}

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

.footer-extras {
}

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

.footer-extras .widget-title {
font-weight: bold;
margin-bottom: 5px;
}

.colophon {
color: white;
height: 25px;
padding: 5px 0;
width: 900px;
position: absolute;
top: 24px;
left: 40px;
}

.colophon .copyright-info {
font-size: 1em;
padding: 6px 0 0 20px;
position: absolute;
left: 0px;
}

.colophon .copyright-info a {
	color: #fff;
}

.colophon .lexblog {
position: absolute;
right: 14px;
text-indent: -5000em;
overflow: hidden;
background: url(/wp-content/themes/duetsblog/images/lexblog.png) no-repeat;
width: 283px;
height: 14px;
top: 11px;
}

.legal {
position: absolute;
right: 54px;
top: 75px;
letter-spacing: .5px;
}

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

.legal ul li {
display: inline;
font-size: 0.818em;
text-transform: uppercase;
color: #0765cc;
}

.legal ul li:first-child:after {
content: " | ";
color: #c56d30;
}

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


