/*
Theme Name:  Larry Summers 2.1
Theme URI:   http://www.dizzain.com/blog_customization/
Description: Custumized WordPress theme.
Version:     2.1
Author:      Dizzain Inc.
Author URI:  http://www.dizzain.com/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
    display: block;
}
b {
    font-weight: bold;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
    background: #fff;
    color: #000;
    font: 14px/18px 'Open Sans', Helvetica, sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #000;
    font-weight: normal;
}
h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
}
h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

hr {
    background-color: #fcfcfc;
    border: none;
    border-top: solid 1px #d3d3d3;
    height: 2px;
    margin-bottom: 1.625em;
    clear: both;
}

/* Text elements */
p {
    /*margin: 0px;*/
    margin: 0px 0px 20px;
}
ul, ol {
    margin: 0 0 1.625em 2.5em;
}
ul {
    list-style: disc;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.625em;
    /*font-size:px;*/
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
code, kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

.fl_l  { float:left; }
.fl_r  { float:right;}
.clear { clear:both; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="submit"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Forms */


/* Links */
a {
    color: #0000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #ff0000;
    text-decoration:underline;
}

input[type=text] {
    display:block;
}
input[type=submit] {
    cursor:pointer;
    display:block;
}

/* =Structure
----------------------------------------------- */

#page {
    width: 913px;
    margin: 0 auto;
}

#page .wrapper {
    float: left;
    width: 100%;
    margin: 26px 0;
-webkit-box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    8px 8px 15px rgba(50, 50, 50, 0.3);
box-shadow:         8px 8px 15px rgba(50, 50, 50, 0.3);
}

html, body { 
    min-width: 320px;
    width: 100%;
}

#main {
    margin: 0;
    overflow: hidden;
    width: 100%;
}

#primary {
    float: left;
    margin: 5px 0 0;
    width: 609px;
}

#secondary {
    float: right;
    margin: 5px 0 0;
    width: 294px;
}

/* =Header
----------------------------------------------- */

#branding {
    background: #cc0000;
    display: block;
    height: 45px;
}

    #branding hgroup {
        float: left;
        height: 45px;
        width: 470px;
    }

    #branding nav {
        float: left;
        margin-top: 15px;
        width: 150px;
    }

        #branding nav ul {
            float: left;
            list-style-type: none;
            text-transform: uppercase;
            letter-spacing: -1px;
            margin: 0;
        }

            #branding nav ul li {
                border-right: 1px solid #fff;
                float: left;
                margin: 0 8px 0 0;
                padding-right: 10px;
            }

                #branding nav ul li:last-child { border: 0; margin: 0; }

                #branding nav ul li a {
                    color: #fff;
                }

    #branding .header-form {
        float: right;
        width: 288px;
    }

        #branding .header-form div {
            background: #fff;
            height: 28px;
            float: left;
            margin-top: 8px;
        }

        #branding .header-form input {
            display: inline-block;
            *display: inline;
            margin-bottom: 0;
            *zoom: 1;
        }

            #branding .header-form input[type=text] {
                border: 0;
                padding: 0 3px;
                margin: 0;
                width: 190px;
            }

            #branding .header-form input[type=submit] {
                background: #ccc;
                border: 0;
                height: 28px;
                padding: 0;
                margin: 0;
                text-transform: uppercase;
                width: 80px;
            }

#site-title {
    color: #fff;
    font: bold 28px/45px 'Open Sans';
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 0 15px;
    display: block;
    overflow: hidden;
    position: absolute;
}

#site-title a,
#site-title span {
    color: #fff;
    display: block;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    background: #999;
    margin: 0;
    width: 609px;
    height: 28px;
}

#access div {
    width: 100%;
}

    #access ul {
        font: 14px/21px 'Open Sans';
        float: left;
        height: 25px;
        list-style: none outside;
        margin: 3px 0 0 10px;
        text-transform: uppercase;
        position: relative;
    }

    #access li {
        border-right: 2px solid #fff;
        float: left;
        display: block;
        height: 21px;
        padding: 0 0 0 5px;
        margin: 0;
        width: 140px;
        text-align: left;
    }

        #access li:nth-child(4n) { border-right: 0; }

        #access li a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            display: block;
        }

        #access li a:hover {
            color: #fff;
            text-decoration: underline;
        }

        /*#access li.hover a:hover { color:#d32604; }*/

        #access ul ul {
            background: #999;
            /*display: none;*/
            float: left;
            margin: 0;
            position: relative;
            padding-top: 4px;
            left: -7px;
            height: auto;
            z-index: 10;
        }

            #access ul ul, #access ul li:hover ul ul, #access ul ul li:hover ul ul { display: none; }
            #access ul li:hover ul, #access ul ul li:hover ul, #access ul ul li ul li:hover ul { display: block;}

            #access ul ul li {
                border: 0;
                border-bottom: 1px solid #fff;
                float: none;
                padding: 1px 0 0 8px;
                height: 25px;
            }

                #access ul ul li:last-child {
                    border-bottom: 0;
                }

                #access ul ul li a {
                    font-weight: normal;
                }

        #access ul li:first-child ul {
            left: -15px;
        }

            #access ul li:first-child ul li {
                padding-left: 15px;
            }

/* =Content
----------------------------------------------- */

.page-title {
    background: #fff;
    float: right;
    font: 300 21px/25px 'Open Sans';
    margin: 0;
    padding: 2px 15px 4px;
    text-transform: uppercase;
}

#content {
    float: left;
    margin-top: 10px;
    width: 100%;
}

    #content.recent {
        background: #faebd7;
    }

#content .hentry {
    border-top: 1px solid #000;
    float: left;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    padding-top: 15px;
    position: relative;
    width: 580px;
}

    #content.recent .hentry { padding-top: 5px; }
    .page #content .hentry, .single #content .hentry, #content .hentry:first-child { border: 0; }

    #content .hentry h2 {
        /*font: 30px/33px 'Lusitana';*/
        font: 700 25px/30px 'Open Sans';
        letter-spacing: -1px;
    }

        .page #content .hentry h2, .single #content .hentry h2 { margin-top: 20px; }

.entry-title {
    margin-bottom: 10px;
}

span.entry-title,
span.entry-title a {
    color: #ff0000;
}

.entry-content {
    float: left;
    width: 100%;
}

    .entry-content p {
        margin: 0 0 15px;
    }

.entry-meta {
    border-top: 1px dotted #ccc;
    color: #797878;
    float: left;
    font: 11px/12px Arial;
    padding: 8px 0 0;
    width: 100%;
}

    .entry-meta .entry-tags {
        float: left;
    }

        .entry-meta .entry-tags .ico {
            background: url("images/sprite.png") 0 -41px no-repeat;
            float: left;
            height: 16px;
            margin: 0 5px 0 0;
            width: 14px;
        }

    .entry-meta .entry-comments {
        float: right;
    }

        .entry-meta .entry-comments .ico {
            background: url("images/sprite.png") -15px -43px no-repeat;
            float: left;
            height: 16px;
            margin: 0 2px 0 0;
            width: 14px;
        }

.more-link {
    font-weight: bold;
    font-size: 90%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #cc0000;
}

.navigation {
    float: left;
    margin: 20px 0 0 15px;
}


.archive-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
}

.archive-header .header-content {
    background: #fbebd6;
    overflow: hidden;
    padding: 16px 20px;
}

.archive-header h1.entry-title {
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.archive-meta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0 0;
    text-align: right;
    overflow: hidden;
    width: 100%;
}

.archive-meta a {
    text-decoration: none;
    color: #fe1d00;
}

.archive-meta a:hover {
    text-decoration: underline;
}

.archive-header .archive-meta:after {
    clear: both;
    display: block;
    content: "";
}

.archive-header .header-content p {
    padding: 0;
    margin: 0;
}

.archive-header .header-content span.entry-title {
    margin: 0;
}

.sticky-post {
    width: 100%;
    overflow: hidden;
}

.sticky-post img {
    float: left;
}

.sticky-post.thumbnailed .entry-content {
    width: 250px;
    float: right;
    padding-top: 50px;
}

/* =WordPress Images
-------------------------------------------------------------- */

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img {
    /*max-width: 97.5%; *//* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
    margin-top:9px;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p img,
.wp-caption {
    margin-top: 0.4em;
}
.wp-caption {    
    float: left;
    border: 1px solid #D3D3D3;
    margin: 10px;
    padding: 3px;
    text-align: center;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 12px;
    line-height:18px;
}
.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    position: relative;
    padding: 2px 5px;
}
#content table {
    border-collapse: collapse;
    border-color: #D3D3D3;
    border-spacing: 0;
    border-style: ridge;
    border-width: 1px;
    margin: 5px 0 25px;
}
#content table.full {
    width: 100%;
}
#content table th,
#content table td {
    background-color:#f3f3f3;
    border:1px solid #fbfbfb;
    padding:6px 5px 7px;
}

/* =Sidebar 
-------------------------------------------------------------- */

#links {
    float: left;
    margin: 20px 0;
    width: 100%;
}

    #links .row {
        float: left;
        margin: 0 0 0 20px;
        width: 45%;
    }

.widget {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
    width: 100%;
}

    #secondary .widget:first-child { margin-top: 0; }
    #links .row .widget { border-bottom: 1px solid #666; }
        #links .row .widget:last-child { border: 0; margin-top: 10px; }
    .widget img { max-width: 100%; }

.widget-title {
    color: #666;
    font: italic 16px/20px 'Open Sans';
}

    .widget-title:first-line,
    .widget-title span {
        display: inline-block;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
    }

    .widget-title img {
        display: inline-block;
        margin: -5px 10px 0 0;
        float: left;
    }

    .widget ul {
        list-style-type: none;
        margin: 15px 0;
    }

        .widget ul li {
            margin: 0 0 10px 18px;
        }

        .widget ul li .all {
            font-weight: bold;
        }

.widget.widget_video {
}

    .widget.widget_video .video {
        float: left;
        margin: 8px 10px 0 0;
        position: relative;
        width: 48%;
    }

    .widget.widget_video .video:last-child { margin-right: 0; }
    .widget.widget_video .video.large { float: left; margin-top: 0; width: 100%; }
    .widget.widget_video .video img { width: 100%; }

    .video a {
       position: absolute;
       display: block;
       background: url("images/play-small.png") center center no-repeat;
       height: 100%;
       width: 100%;
       top: 0;
       left: 0;
    }

        .video.large a { background: url("images/play.png") center center no-repeat; }

/* =Aside
-------------------------------------------------------------- */

.widget.widget_personal {
    background: #ccc;
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
}

    .widget.widget_personal img {
        float: none;
    }

    .widget.widget_personal p {
        font: 18px/25px 'Open Sans';
        margin: 15px;
    }

    .widget.widget_personal .bio {
        font: 12px/14px 'Open Sans';
        text-transform: uppercase;
        text-decoration: underline;
    }

.widget.widget_twitter {
    margin: 20px 0 0 15px;
    width: 90%;
}

    .widget.widget_twitter img {
        margin-top: 0;
    }

    .widget.widget_twitter .widget-title {
        padding: 10px 0;
        margin-bottom: 5px;
    }

    .widget.widget_twitter .widget-title a {
        color: #cc0000;
    }

.widget.widget_relevant {
    border-top: 1px solid #000;
    padding: 10px 0 10px 20px;
}

.full-row {
    padding: 0 0 20px 20px;
    clear: both;
}

.widget.subscribe {
    background: #faebd7;
    padding: 18px;
    margin: 0;
    box-sizing: border-box;
    float: none;
}

.widget.subscribe .widget-title {
    margin-bottom: 10px;
}

.widget.subscribe p {
    font-size: 12px;
    line-height: 16px;
    color: #58595b;
    font-weight: bold;
    margin-bottom: 10px;
}

.widget.subscribe input[type="text"] {
    width: 348px;
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    border: none;
}

.widget.subscribe input[type="submit"] {
    width: 103px;
    height: 37px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    -webkit-appearance: none;
    background: #d2d3d5;
}

.widget.subscribe form {
    font-size: 0;
}

.widget.subscribe form div {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}


/* =Footer 
-------------------------------------------------------------- */

#colophon {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    background: #ccc;
    float: left;
    padding: 20px 0;
    width: 100%;
}

    #colophon p {
        margin: 0 20px;
        /*text-align: right;*/
        text-transform: uppercase;
    }

    #colophon .rss {
        margin-left: 20px;
    }

/* =Twitter 
-------------------------------------------------------------- */

#twitter {
    
}

    #twitter .tweet_author {
        color: #ff0000;
        font-weight: bold;
        display: block;
    }

    #twitter .tweet_time {
        color: #666;
        display: block;
    }

        #twitter .tweet_time a { color: #666; }

        #twitter ul li { margin: 0 0 10px; }

/* =Sharing 
-------------------------------------------------------------- */

.sharing {
    position: absolute;
    top: -5px;
    right: 0;
}

/* =Other 
-------------------------------------------------------------- */

.link-pages {
    color: #ff0000;
    float: left;
    font: 14px/20px Arial;
    text-align: right;
    width: 100%;
}

    .link-pages a {
        color: #000;
    }

        .link-pages a:hover {
            color: #ff0000;
            text-decoration: none;
        }


/* =Other 
-------------------------------------------------------------- */

.video-item {
    overflow: hidden;
}

.video-thumb {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
    width: 274px;
}

.video-thumb span {
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/play.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.show-video {
    color: #ff0000;
}

#content .more-link-wrapper {
    float: left;
    text-align: right;
    padding: 0px 0 30px;
    position: relative;
    width: 580px;
}

#content .more-link-wrapper a {color: #cc0000;}


/* Blog */

.category-blog {
}

.category-blog .sharing {
    display: none;
}

.category-blog #page {
    width: 1170px;
}

    .category-blog #page .wrapper {
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow:    none;
        box-shadow:         none;
    }

.category-blog #branding hgroup {
    display: none;
}

.category-blog #branding nav {
    margin-left: 720px;
}

.category-blog #access {
    position: absolute;
    top: 17px;
    left: 40px;
}

.category-blog #primary {
    width: 100%;
}

.category-blog .archive-header {
    border: 0;
}

    .category-blog .archive-header .header-content {
        background: transparent;
        padding: 0;
        padding-top: 40px;
    }

    .category-blog .archive-header h1.entry-title {
        font-size: 42px;
        font-weight: 800;
        letter-spacing: -1px;
    }

.category-blog #content {
    width: 980px;
    margin-left: 80px;
    padding-bottom: 50px;
}

    .category-blog #content .sidebar {
        color: #636466;
        float: left;
        width: 200px;
    }

        .category-blog #content .sidebar .links {
            list-style: none;
            text-transform: uppercase;
            margin: 20px 2px;
            padding: 0;
        }
        
            .category-blog #content .sidebar .links li {
                margin-bottom: 5px;
            }
        
        .category-blog #content .sidebar .subscribe p {
            font-size: 13px;
            line-height: 1.4;
        }
        
        .category-blog #content .sidebar .subscribe form input[type=text] {
            font-size: 12px;
            border: 1px solid #aeaeae;
            padding: 2px 4px;
            width: 200px;
        }
        
        .category-blog #content .sidebar .subscribe form input[type=submit] {
            border: 0;
            margin-top: 5px;
            background: #636466;
            color: #fff;
            padding: 3px 5px;
        }
        
        .category-blog #content .sidebar .subscribe form .cc_safesubscribe  {
            display: none;
        }

    .category-blog #content .posts {
        float: left;
        margin-left: 50px;
        width: 680px;
    }

        .category-blog #content .hentry {
            float: left;
            clear: both;
            /*border-bottom: 1px solid #000;*/
            width: 100%;
            margin-left: 0;
        }

            .category-blog #content .hentry h2 {
                font-size: 30px;
                margin-bottom: 20px;
                margin-top: 0;
            }

            .category-blog #content .hentry p {
                font-size: 18px;
                line-height: 1.4;
            }

            .category-blog #content .hentry .entry-counters {
                float: left;
                margin: 0 15px 5px 0;
            }
.mobile_navigation_wrapper{
    display: block;
}
.mobile_trigger_button, .block_for_mobile{
    display: none;
}
.category-blog .entry-content{
    padding-bottom: 30px;
}
#content .post_navigation{
    width: 110%;
    border-collapse: collapse;
    margin: 20px -5%;
}
#content .post_navigation td{
    width: 50%;
    border: 1px solid #000;
    border-left-color: transparent;
    padding: 0;
    background: transparent;
}
#content .post_navigation span {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 24px 30px 0px;
    display: block;
}
#content .post_navigation a{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    color: #44638a;
    font-weight: bold;
    line-height: 24px;
    padding: 0px 30px 20px;
    display: block;
    position: relative;
}
#content .post_navigation a:after{
    content: '<<';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#content .post_navigation_td_right a:after{
    content: '>>';
    right: 0;
    left: inherit;
}
#content td.post_navigation_td_right{
    text-align: right;
    border-right-color: transparent;
    padding: 0;
}
.widget .recent-widget_list li{
    margin-left: 0;
}
.blog-date{
    float: left;
    padding: 5px 10px 0 0;
    font-weight: bold;
    font-size: 16px;
    color: #c00;
}
.posts .entry-content p a[href], #personal-info a{
    color: #cc0000 !important;
}
.posts .entry-content p a[href]{
    color: #cc0000 !important;
}
a[href]{
	color: #cc0000;
}
.row_financial_times_columns a[href]{
    color: #cc000;
}
.posts .entry-content h1 < a, .posts .entry-content h2 < a, .posts .entry-content h3 < a, .posts .entry-content h4 < a{
    color: inherit !important;
}
#personal-info a .bio, h1 < a[href], h2 a[href]{
    color: #000 !important;
}
h1 a[href],h2 a[href],h3 a[href]{
    color: #000 !important;
}
#access a[href], header a[href], .site-title a[href] {
    color: #fff !important;
}
.category #content header a[href]{
	color: #ff0000 !important;
}
.recent-blog.recent-widget_list{
    margin: 25px 0 0;
    list-style-type: none;
}
.recent-blog.recent-widget_list li{
    margin-bottom: 15px;
}
@media only screen and (max-width: 1017px){
    *, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body.home{
        background: #ccc;
    }
    .block_for_mobile{
        display: block;
    }
    .mobile_trigger_button{
        display: block;
        float: right;
        cursor: pointer;
        font-size: 20px;
        font-family: Arial, sans-serif;
        height: 45px;
        width: 100px;
        position: relative;
        color: #fff;
    }
    .mobile_trigger_button_wrapper{
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 18px;
    }
    .mobile_trigger_button_span{
        width: 25px;
        height: 3px;
        display: inline-block;
        background: #fff;
        position: relative;
        vertical-align: middle;
        margin-bottom: 4px;
    }
    .mobile_trigger_button_span:after{
        position: absolute;
        content: '';
        left: 0px;
        top: -6px;
        width: 25px;
        height: 3px;
        background: #fff;        
    }
    .mobile_trigger_button_span:before{
        position: absolute;
        content: '';
        left: 0px;
        bottom: -6px;
        width: 25px;
        height: 3px;
        background: #fff; 
    }
    .mobile_navigation_wrapper, .recent_posts/*, .home .entry-content*/{
        display: none;
    }
    #site-title{
        position: static;
    }
    #branding hgroup{
        width: auto;
    }
    #branding nav ul li{
        border: none;
    }
    #branding nav ul li a{
        display: block;
        clear: both;
    }
    #branding{
        height: auto;
    }
    #branding:after, .header-form:after, .h_button:after{
        content: '';
        display: table;
        clear: both;
    }
    #branding nav{
        margin-top: 0;
    }
    #page, #primary, #secondary, #branding nav, #branding .header-form, #branding nav ul, #branding nav ul li, .category-blog #content .posts{
        width: 100%;
        float: none;
    }
    #branding nav, .category-blog #page, #main, .category-blog #primary, .category-blog #content{
        width: 100%;
    }
    .category-blog #content, .category-blog #content .posts, .category-blog #branding nav{
        margin-left: 0;
    }
    .category-blog #access{
        position: static;
    }
    #disqus_thread{
        padding: 0 15px;
    }
    #content .post_navigation{
        margin: 20px 0;
    }
    #content .post_navigation td {
        display: table-cell;
    }
    #page .wrapper{
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        width: 100%;
        margin: 0;
    }
    #access, #access ul, #access li{
        height: auto;
    }
    #access ul li:hover ul, #access ul ul li:hover ul, #access ul ul li ul li:hover ul{
        display: none;
    }
    #access, #access ul ul{
        background: transparent;
    }
    #access li{
        padding: 0;
    }
    #access li a{
        font-weight: normal;
    }
    #access .sub-menu li{
        padding-left: 25px;
    }
    #access ul li:first-child ul li {
        padding-left: 25px;
    }
    #access ul ul li{
        border-bottom: none;
        height: auto;
    }
    .menu-item-has-children{
        position: relative;
    }
    .menu-item-has-children:after{
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #fff;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        position: absolute;
        right: 20px;
        top: 5px;
        content: '';
    }
    .triangle_menu_rotate.menu-item-has-children:after{
/*        border-bottom: 5px solid transparent;
        border-right: 10px solid #fff;
        border-top: 5px solid transparent;*/
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .widget_financial_times_columns, #content{
        width: 100%;
        float: none;
    }
    .row_widget_video, .widget.subscribe, #colophon, .row_financial_times_columns .widget-title img{
        display: none;
    }
    .mobile_navigation_wrapper{
        padding: 0 0 15px 15px;
    }
    .widget.widget_personal img {
        margin: 0 auto;
        display: block;
        margin-top: 25px;
    }
    #content.recent{
        background: transparent;
    }
    .widget.widget_personal, #content .hentry, .row_financial_times_columns .widget, .widget.widget_twitter, .archive-header, .category_blog_wrapper, .error404 #content, .search-no-results #content, .category-blog #content .sidebar, .category-blog #content .hentry{
        width: 94%;
        margin: 20px auto 10px;
        float: none;
        background: #faebd8;
        border-bottom: 1px solid #000;
        border: 4px solid #fff;
        border-radius: 7px;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    }
    .category_blog_wrapper, .error404 #content, .search-no-results #content{
        padding: 15px;
        margin-bottom: 20px;
    }
    .category-blog #content .sidebar, .category-blog #content .hentry{
        padding: 15px;
    }
    .page #content, .single #content{
        margin-bottom: 20px;
    }
    .search .page-title{
        background: transparent;
        margin-top: 10px;
        padding-left: 20px;
        float: none;
    }
    .search #content .hentry h2{
        padding-top: 10px;
    }
    .search .link-pages{
        float: none;
        padding: 10px 0 10px 25px;
    }
    .link-pages, .archive-meta{
        text-align: left;
    }
    #content .hentry:first-child{
        border: 4px solid #fff;        
    }
    .widget.widget_personal, #content .hentry:last-child{
        margin-bottom: 0;
    }
    #content, #links{
        margin: 0;
    }
    #content .hentry{
        padding: 0 15px;
    }
    .more-link-wrapper{
        display: none;
    }
    .widget.widget_personal .bio{
        text-decoration: none;
        color: #ff0000;
    }
    .block_attributes{
        margin-bottom: 0;
        font-weight: bold;
        color: #666;
    }
    .block_categories{
        margin-top: 10px;
    }
    .block_categories a{
        font-weight: bold;
        color: #ff0000;        
    }
    .block_categories span{
        font-weight: normal;
        color: #777;
    }
    #links .row {
        float: none;
        margin: 0;
        width: 100%;
    }
    #links .row .widget, .widget.widget_twitter{
        border-color: #fff;
        background: #fff;
    }
    .full-row{
        padding-bottom: 5px;
    }
    .widget.widget_twitter{
        padding: 0 0 5px 10px;
    }
    .widget-title{
        padding: 10px 0 0 10px;
        margin-bottom: 5px;
    }
    .widget ul{
        margin: 0;
        padding: 10px 0;
    }
    .widget ul li{
        margin: 0 0 10px 10px;
    }
    #links .row .widget:last-child{
        margin-top: 20px;
    }
    .row_financial_times_columns li a{
        font-size: 18px;
        color: #ff0000;
    }
    #twitter iframe{
        width: 100% !important;
    }
    .widget.widget_twitter{
        padding-right: 10px;
    }
    .entry-content{
        float: none;
    }
    .sharing{
        position: static;
    }
    .entry-content iframe{
        margin: 0 auto;
        display: block;
    }
    .sidebar .recent-blog.recent-widget_list{
        display: none;
    }
}
@media only screen and (max-width: 680px){
    .archive-header h1.entry-title{
        float: none;
        text-align: center;
    }
    .iframe_wrapper{
        position:relative;
        padding-bottom:56.25%;
        height:0;
        overflow:hidden;
    }
    .iframe_wrapper iframe,.iframe_wrapper object,.iframe_wrapper embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
		#bvp_container{
		    width: 100% !important;
		}

		object, embed { 
		  max-width: 100%; 
		}
		#personal-info img{
			display: none;
		}
		.home #personal-info img{
			display: block;
		}
    /*
    .object_wrapper{
        position:relative;
        padding-bottom:100%;
        height:0;
        overflow:hidden;
    }
    .object_wrapper object{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }*/


    .sticky-post.thumbnailed > a{
        display: block;
        text-align: center;
    }
    .sticky-post img {
        float: none;
    }
    .sticky-post.thumbnailed .entry-content {
        width: 100%;
        float: none;
        padding-top: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    .category_blog_wrapper p{
        font-size: 16px;
    }
    .single #content{
        margin-bottom: 20px;
    }
    #content table{
        width: 100% !important;
        height: 100% !important;
    }
    #content table th, #content table td{
        display: block;
        width: 100%;
    }
    table img.alignleft, table img.alignright, table img.aligncenter{
        float: none;
        margin: 0 auto;
        display: block;
        margin: 15px auto;
    }
    .home .recent-widget_list{
        padding: 15px;
    }
}
@media only screen and (max-width: 480px){
    #site-title a{
        font-size: 14px;
    }
    .widget.widget_personal img {
        margin: 0;
        width: 100%;
    }
    #content .post_navigation td{
        display: block;
        width: 100%;
        border-color: #000 transparent;
    }
    #content .post_navigation .post_navigation_td_right{
        border-top-color: transparent;
    }
}
/*a[href]{
    color: #ff0000;
}
h1 a, h2 a, h3 a, h4 a{
    color: inherit !important;
}*/