/*
Theme Name:		Trading Secrets
Theme URI: 		http://lexblog.com
Description:	Theme for Seyfarth Shaw Trading Secrets
Author:			Andrew Hefter
Template:		lxb-parent-theme-1.1.1
Version:		1.1.1
*/

/* 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 url(/wp-content/themes/B0000470-tradingsecrets/images/background.gif) repeat-x top;
color: #666;
font-family: Arial, sans-serif;
font-size: 62.5%;
line-height: 1.4;
}

.print-header {
display: none;
}

a {
color: #045497;
}

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 */
width: 100%;
margin: 0 auto;
}

.blog-header { /* site-wide header */
position: relative;
width: 960px;
margin: 0 auto;
height: 201px;
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header.png) 30px 0 no-repeat;
}

.main-wrapper { /* wraps main content and main sidebar */
background: #fff url(/wp-content/themes/B0000470-tradingsecrets/images/main-bg.png) repeat-y;
width: 960px;
margin: 0 auto;
padding: 10px 0 0 0;
z-index: 0;
}

.main { /* main content */
width: 640px;
float: right;
margin-right: 60px;
margin-top: 15px;
}

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

.blog-footer { /* site-wide footer */
position: relative;
width: 100%;
clear: both;
background: url(/wp-content/themes/B0000470-tradingsecrets/images/footer-bg.png) top repeat-x;
}

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

.blog-header .firmname {
position: absolute;
bottom: 16px;
left: 31px;
color: white;
font-size: 1.1em;
font-weight: bold;
font-family: helvetica, sans-serif;
}

.blog-title a {
display: block;
position: absolute;
left: 85px;
top: 73px;
width: 380px;
height: 70px;
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;
left: 90px;
top: 14px;
width: 210px;
height: 35px;
text-indent: -5000em;
overflow: hidden;
font-size: 1.5em;
}


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

.menu-global-navigation-container ul {
height: 49px;
}

.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;
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;
font-weight: bold;
}

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


.menu-global-navigation-container li:hover,
.menu-global-navigation-container li:focus {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/topnav-hover-left.png) left no-repeat;
}

.menu-global-navigation-container a:hover,
.menu-global-navigation-container a:focus {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/topnav-hover-right.png) right no-repeat;
color: #333;
}


/* search */

.sidebar .search-box { /* search widget */
width: 200px;
margin-bottom: 30px;
}

.searchform {
display: block;
height: 20px;
}

.searchform .s {
border: 1px solid #dedede;
width: 135px;
height: 13px;
padding: 2px;
float: left;
font-size: 1em;
color: #666;
}

.main .searchform {
margin: 20px 0;
width: 200px;
height: 20px;
}

.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: left;
background: url(/wp-content/themes/B0000470-tradingsecrets/images/go.png) no-repeat 50% 50%;
cursor: pointer;
text-indent: -5000em;
line-height: 0;
margin-top: -2px;
margin-left: 4px;
}

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

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

.sidebar .widget-title {
font-size: 1.3em;
font-weight: bold;
display: block;
width: 190px;
height: 27px;
text-indent: -5000em;
}

.sidebar .topics .widget-title {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header-topics.png) no-repeat;
}

.sidebar .search-box .widget-title {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header-search.png) no-repeat;
}

.sidebar .stay-connected .widget-title {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header-connected.png) no-repeat;
}

.sidebar .links-list .widget-title {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header-links.png) no-repeat;
}

.sidebar .recent .widget-title {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header-recent.png) no-repeat;
}

.sidebar .archives .widget-title {
background: url(/wp-content/themes/B0000470-tradingsecrets/images/header-archives.png) no-repeat;
}

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

.sidebar .about .widget-title {
display: inline;
}

.sidebar .about .more {
text-transform: uppercase;
font-weight: bold;
}


/* social networking ordered links */

.sidebar .meet-authors {
font-size: 16px;
}

.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="google"] {
background: url(images/google-icon.png) no-repeat left center;
}

.stay-connected ul li a[title="tumblr"] {
background: url(images/tumblr-logo.jpg) no-repeat left center;
}

.stay-connected ul li a[title="pintrest"] {
background: url(images/pinterest.png) no-repeat left center;
}

.stay-connected ul li a[title="youtube"] {
background: url(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: 4px 0 5px 22px;
height: 13px;
font-size: 1.1em;
font-weight: normal;
text-indent: 0;
margin-bottom: 7px;
}

.feedburner input[type='text'], .feedburner input[type='email']  {
width: 135px;
margin-bottom: 3px;
}

.feedburner input[type='text'], .feedburner input[type='email'] {
border: 1px solid #dedede;
height: 15px;
float: left;
font-size: 1em;
color: #666;
display: block;
clear: both;
}

.feedburner input[type="submit"] {
display: block;
text-indent: -5000em;
line-height: 0em;
overflow: hidden;
border: 0;
width: 26px;
height: 19px;
background: #666 url(images/go.png) no-repeat 50% 50%;
float: right;
cursor: pointer;
margin-right: 0px;
}

.main .feedburner input[type="submit"] {
float: left;
margin-left: 5px;
}

.feedburner form {
height: 110px;
}

.feedburner #mce-FNAME {
	width: 136px;
}

/* 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 {
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 1em;
}

.post {
margin-bottom: 50px;
}

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

.post-title {
margin-bottom: 12px;
font-size: 1.9em;
font-weight: bold;
}

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

.post-byline {
display: block;
margin-bottom: 5px;
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 li,
.post-content p {
font-size: .9em;
color: #666;
}

.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 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 {
padding: 6px;
}

.page-id-118 .post-content img {
padding: 0;
border: none;
}

.page-id-118 .alignleft {
margin: 3px 10px 10px 0;
}

.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 {
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;
text-decoration: none;
}

.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 */
.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;
width: 33px;
}

.post-tools {
border-bottom: 1px dotted #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;
}


/* 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: Arial, 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: Arial, 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;
margin: 0 auto;
width: 960px;
padding-bottom: 60px;
color: #666;
}

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

.blog-footer .blog-title {
display: block;
margin-bottom: 5px;
font-size: 1.5em;
}

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

.contact-info .vcard {
display: block;
position: relative;
margin-bottom: 10px;
}

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

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

.contact-info div {
display: inline;
}

.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: 330px;
height: 50px;
position: absolute;
top: 35px;
right: 0;
}

.colophon .copyright-info {
position: absolute;
right: 0;
top: 30px;
font-size: 1.1em;
width: 400px;
text-align: right;
}

.colophon .lexblog {
position: absolute;
right: 0;
top: 0;
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;
left: 20px;
bottom: 20px;
}

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

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

.legal li:first-child {
border-right: 1px solid #005090;
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: "";
}









/* feedburner */

.main .feedburner p {margin: 0;}

.main .feedburner form input[type='text'] {font-size: 10px;}