/*
Theme Name:     Schwartz, Daniel - CT Employment Law Blog
Theme URI:      http://lexblog.com
Description:    Theme for CT Employment Law 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;
}

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: 'Lucida Grande', Verdana, sans-serif;
font-size: 62.5%;
line-height: 1.3em;
}

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

/* wrappers */

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

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

section.main-wrapper { /* wraps main content and main sidebar */
width: 100%;
background: #fff;
padding-top: 30px;
float: left;
z-index: 0;
}

section.main { /* main content */
border-right: 1px solid #ccc;
float: left;
margin-left: 30px;
width: 640px;
}

section.sidebar { /* main sidebar */
width: 261px;
float: right;
border-left: 1px solid #ccc;
margin-bottom: 20px;
font-size: 1.1em;
line-height: 1.3em;
}

footer.blog-footer { /* site-wide footer */
position: relative;
width: 960px;
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: 0;
top: 0;
width: 400px;
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;
bottom: 0;
left: 0;
height: 49px;
}

nav.menu-global-navigation-container ul {
height: 49px;
margin-left: 30px;
border-left: 1px solid #444;
font-size: 1.2em;
}

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

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

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

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

/* 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 {
border: 0;
width: 160px;
height: 16px;
padding: 3px;
margin-right: 5px;
float: left;
}

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

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

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

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

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

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

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

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

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

/* social networking ordered links */

.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 form { /* subscribe2 form */
margin-top: 10px;
width: 200px;
height: 40px;
display: block;
}

.subscribe form label {
font-weight: bold;
}

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

.subscribe input[type="submit"] { /* feedburner submit button */
border: 0;
width: 46px;
height: 22px;
text-indent: -5000em;
overflow: hidden;
line-height: 10em;
float: right;
cursor: pointer;
background: url(/wp-content/themes/ctemploymentlawblog/images/subscribe-submit.png) no-repeat;
}

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

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

/* date and category archives */

.date .main,
.category .main,
.tag .main {
width: 669px;
}

.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: 20px;
}

.home article,
.author article,
.single 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 {
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: 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-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: #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 #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 {
background: #e5e5e5;
width: 960px;
float: left;
font-size: 1.1em;
line-height: 1.3em;
padding-bottom: 60px;
}

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

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

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

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

.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 {
float: right;
padding: 20px 20px 0 0;
}

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

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

.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: #858585;
padding: 6px 0 0 20px;
position: absolute;
left: 0px;
}

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

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

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

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

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

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






/*
 * Typekit tags
 */

.widget-title,
nav.menu-global-navigation-container ul li a,
.searchform input.s {
font-family: "news-gothic-std-1","news-gothic-std-2";
}

/*
 * General tags
 */

body {
background: url(/wp-content/themes/ctemploymentlawblog/images/bg.gif) 0 0 repeat-x;
}

a {
color: #006699;
}

a:hover {
color: #c4a265;
}

.blog-wrapper {
background: none;
margin-top: 0;
width: 100%;
}

/*
 * Header and friends
 */

header.blog-header,
section.main-wrapper,
.blog-footer-inner-wrapper {
float: none;
margin: 0px auto;
position: relative;
width: 900px;
}

header.blog-header {
background: url(/wp-content/themes/ctemploymentlawblog/images/header.jpg) 0 0 no-repeat;
height: 408px;
}

.blog-header hgroup {
position: absolute;
top: 0;
left: 0;
}

.blog-title a {
text-indent: -5000em;
overflow: hidden;
position: absolute;
left: 180px;
top: 50px;
width: 600px;
height: 50px;
}

.blog-description {
text-indent: -9999px;
}

section.header-widgets section.logo a {
display: block;
height: 30px;
left: 255px;
overflow: hidden;
padding: 0;
position: absolute;
top: 175px;
text-indent: -5000em;
width: 500px;
}

/*
 * Fancy links with "Special recent posts"
 */

section.header-widgets .Special {
margin-top: 280px;
}

section.header-widgets .Special h3 {
color: #ae9666;
font-size: 1.1em;
font-weight: 700;
letter-spacing: 1px;
margin: 0 0 16px;
text-transform: uppercase;
}

section.header-widgets .Special .srp-widget-singlepost {
border: 0;
float: left;
margin-right: 13px;
position: relative;
width: 291px;
}

section.header-widgets .Special .srp-widget-singlepost:last-child {
margin-right: 0;
}

section.header-widgets .Special img {
border: 5px solid #ddd;
}

section.header-widgets .Special .srp-thumbnail-box,
section.header-widgets .Special .srp-content-box {
float: left;
}

section.header-widgets .Special .srp-content-box {
border-top: 1px solid #ddd;
font-size: 1.1em;
padding-top: 8px;
width: 136px;
}

section.header-widgets .Special .srp-widget-title {
min-height: 55px;
}

section.header-widgets .Special .srp-widget-excerpt {
color: white;
position: relative;
}

section.header-widgets .Special .srp-widget-stringbreak-link {
font-size: .818em;
font-weight: bold;
letter-spacing: .5px;
text-transform: uppercase;

position: absolute;
left: 0;
top: 5px;
}

/*
 * Global Nav
 */

nav.menu-global-navigation-container {
border-top: 4px solid #dcdfe1;
top: 216px;
left: 263px;
}

#menu-global-navigation {
background: #d8dfe1;
border-left-color: #fff;
border-top: 1px solid #fff;
margin-left: 0;
}

nav.menu-global-navigation-container ul,
nav.menu-global-navigation-container ul li,
nav.menu-global-navigation-container ul li a {
height: 40px;
line-height: 40px;
}

nav.menu-global-navigation-container ul li a {
color: #032838;
padding-top: 0;
text-transform: uppercase;
}

nav.menu-global-navigation-container ul li a:hover {
background: #b7c3c7;
}

nav.menu-global-navigation-container ul li {
border-right-color: #fff;
}

/*
 * Search styles
 */

section.header-widgets section.search {
top: 229px;
bottom: auto;
}

.searchform {
width: 202px;
}

.searchform input.s,
.main .searchform input.s {
border: 1px solid;
border-color: #9a9a9a #d7d7d7 #d1d1d1 #9a9a9a;
color: #666;
font-size: 1.3em;
height: 24px;
line-height: 24px;
margin-right: 0;
padding: 0 6px;
width: 154px;
}

.searchform .searchsubmit {
background: url("/wp-content/themes/ctemploymentlawblog/images/search-button.png") no-repeat 0 0;
height: 26px;
width: 34px;
}

/*
 * Main area styles
 */

section.main-wrapper {
background: none;
border-top: 10px solid #ddd;
padding: 0;
}

section.main {
margin-bottom: 0;
margin-left: 0;
padding-top: 30px;
padding-right: 29px;
}

/*
 * Sidebar styles
 */

section.sidebar {
margin-bottom: 0;
margin-left: -1px;
padding-top: 30px;
width: 230px;
}

.sidebar .widget {
margin-right: 0;
}

.sidebar .widget-title,
.footer-contact .stay-connected .widget-title,
.footer-extras .widget-title {
font-weight: normal;
text-transform: uppercase;
}

.sidebar .widget-title,
.footer-extras .widget-title {
font-size: 1.273em;
}

.sidebar .widget-title {
background: url(/wp-content/themes/ctemploymentlawblog/images/sidebar-title-underline.gif) left bottom no-repeat;
margin-left: -30px;
padding-left: 30px;
padding-bottom: 17px;
}

.sidebar .FeedburnerEmailWidget {
float: left;
}

.sidebar .FeedburnerEmailWidget h3.widget-title {
background: url(/wp-content/themes/lxb-parent-theme/images/icon-email.png) no-repeat;
font-family: 'Lucida Grande',Verdana,sans-serif;
font-size: 1em;
margin: 0 0 5px;
padding: 2px 0px 5px 22px;
text-transform: none;
}

.FeedburnerEmailWidget #feedburner_email_widget_sbef_email {
float: left;
line-height: 20px;
height: 16px;
margin-right: 4px;
padding: 0 6px;
width: 131px;
}

.FeedburnerEmailWidget #feedburner_email_widget_sbef_submit {
background: url(/wp-content/themes/ctemploymentlawblog/images/subscribe-submit.png) left bottom no-repeat;
border: 0;
float: right;
height: 22px;
text-indent: -9999px;
width: 46px;
}

/*
 * Post styles
 */

.post-byline,
.post-categories {
color: #666;
}

.home article.category-featured {
background: #f0efef url(/wp-content/themes/ctemploymentlawblog/images/featured-post-badge.png) right top no-repeat;
border: 1px solid #dcdcdc;
padding: 25px 20px 20px;
}

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

.post-content a {

}

article blockquote {
background: url("/wp-content/themes/ctemploymentlawblog/images/blockquote.gif") no-repeat 0 25px;
font-size: 1.2308em;
line-height: 1.5em;
padding: 20px 45px;
}

article blockquote:before {
display: none;
}

/*
 * Archive styles
 */

.date .main, .category .main, .tag .main {
padding-right: 0;
}

.date .post-social,
.category .post-social
.tag .post-social {
float: left;
}

.date .post-comments,
.category .post-comments,
.tag .post-comments {
clear: both;
}

/*
 * Footer styles
 */

footer.blog-footer {
background: #d2cbc5;
border-top: 9px solid #054864;
border-bottom: 3.5em solid #054864;
width: 100%;
}

.blog-footer-inner-wrapper {
background: none;
}

.blog-footer-inner-wrapper:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

.contact-wrapper {
padding-left: 0;
width: 240px;
}

.blog-footer .blog-title {
background: url(/wp-content/themes/ctemploymentlawblog/images/footer-blogname.png) 0 0 no-repeat;
height: 53px;
margin-bottom: 25px;
text-indent: -9999px;
width: 180px;
}

.blog-footer .org {
background: url(/wp-content/themes/ctemploymentlawblog/images/footer-firmname.png) 0 0 no-repeat;
display: block;
height: 33px;
margin-bottom: 15px;
text-indent: -9999px;
width: 150px;
}

.footer-contact .contact-info .vcard .adr {
margin: 0;
}

.footer-contact .stay-connected .widget-title {
font-size: 1em;
}

.footer-extras {
padding-right: 0;
}

.footer-extras .widget-title {
padding-bottom: 10px;
}

.colophon {
background: none;
bottom: 0;
font-size: .909em;
height: 3.5em;
line-height: 3.5em;
margin-bottom: -3.5em;
padding: 0;
}

.colophon .copyright-info {
color: #b0cad5;
padding: 0;
}

.colophon .lexblog {
background: url("/wp-content/themes/ctemploymentlawblog/images/lexblog.png") no-repeat scroll 0 0 transparent;
right: 0;
top: 50%;
margin-top: -11.5px;
}

.footer-disclaimer {
color: #666;
font-size: .909em;
left: 0;
margin-top: 3em;
padding-bottom: 30px;
position: absolute;
top: 100%;
width: 100%;
}

.legal {
bottom: auto;
margin-top: 5em;
top: 100%;
}











/* mialchimp */

.sidebar .widget.stay-connected {margin-bottom: 0;}

.feedburner {
}


.feedburner .widget-title {
    background: url(images/icon-email.png) no-repeat scroll left 7px transparent;
    color: #333333;
    font-family: 'Lucida Grande',Verdana,sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 14.3px;
    margin: 0;
    padding: 8px 0 8px 22px;
    text-transform: none;
}

.feedburner form {position: relative; height: 25px; overflow: hidden; width: 200px;}

.feedburner input {position: absolute; bottom: 0; left: 0; width: 164px; height: 18px; padding: 2px 3px; background: #fff; color: #333; border: 1px solid #ccc; font-size: 11px; line-height: 14px; }

#ie7 .feedburner input[type='text'],
.feedburner input[type='text'] {padding: 1px 3px 3px 2px;}

.feedburner input[type='text'],
.feedburner input[type='text'] {}

.feedburner input[type='submit'] {background: transparent; padding: 1px 3px 3px 3px; left: auto; right: 0; height: 22px; border: none; width: 28px; font-size: 14px; text-transform: uppercase; font-family: "news-gothic-std-1","news-gothic-std-2" }

#ie9 .feedburner input[type='submit'],
#ie8 .feedburner input[type='submit'] {padding-top: 4px; padding-bottom: 1px;}