Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author azurecurve

    (@azurecurve)

    Have you customised the css? That looks like the image (usually at the far left) is repeating across the title section of the toggle.

    Thread Starter sidelancer

    (@sidelancer)

    Yeah I changed the background color of the toggle to gray. But that shouldn’t do anything to the +/- image.

    I tried changing it through both the options and in html and the image still shows up as broken. This only started happening with the recent update so I think there’s a small error in the code somewhere.

    I have the same problem, blue lines appear on all headers. I have not customized the css. I only applied your recent update and the blue lines appeared. Problem can be seen here. The problem is in your code somewhere. Please resolve. Thank you.

    Plugin Author azurecurve

    (@azurecurve)

    Sidelancer, your toggles look fine to me now?

    rkeith, can you post the CSS and the toggle attributes?

    Thread Starter sidelancer

    (@sidelancer)

    Hey,

    The reason it appears fine is because I turned off the +/- image in the toggle through your theme options.

    But like I said, changing the toggle background should not be doing anything to the +/- image. It’s a small error somewhere in the code.

    Toggle attributes:

    [toggle title=’GIA Color and Clarity Charts’ border=’none’ bgtitle=’#fff’]

    All other settings are default.

    CSS – Default from Weaver II theme. No customization.

    /*
    Theme Name: Weaver II
    Theme URI: https://weavertheme.com
    Author: Bruce Wampler
    Author URI: https://weavertheme.com/about
    Description: Tired of the theme hunt? Weaver II is the answer! Weaver II gives you total control to create the site design you want – including the best integrated responsive Mobile Device support, bar none! Weaver II theme is the easiest way to design the perfect site. Start with one of the many included subthemes, then tweak away for the exact look you want – select from many easy to use checkbox options to customize colors and layout. Great for both newcomers AND pros. You can control virtually every aspect of your site – right down to individual pages and posts. Sixteen sidebar locations with multiple layout options. The mobile view will match your site’s desktop style – automatically! Features include: context sensitive help; translations for more than 18 languages, others easily translated; IE support; WP Multisite; popular plugins supported, including Woocommerce; active support forum. Once you’ve tried Weaver II, you won’t be able to give up the freedom of total control.
    Version: 2.1.12
    License:GNU General Public License
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: light, dark, white, black, gray, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, photoblogging

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    This style sheet provides the basic settings (colors, margins, fonts, etc.) used by the Antique Ivory Subtheme.
    There is an alternative style sheet called style-minimal.css that contains just a bare-bones set of styling that
    can be used with the Blank subtheme by checking the “Use Minimal Style Sheet” option on the
    Main Options:General Appearance tab.

    ————————————————————————————————————–
    *** WARNING *** *** WARNING *** *** WARNING *** *** WARNING *** *** WARNING *** *** WARNING ***

    >>>> DO NOT EDIT THIS FILE! <<<<

    The Weaver II Theme has been designed so that editing style.css is no longer required!

    If you need to make changes to the styles rules, add Custom CSS rules from the
    Advanced Options : <HEAD> Section : Custom CSS Rules box tab of the
    Weaver II admin panel. Weaver II also is designed to use child themes for even more customization.

    #### IMPORTANT! #####

    This file is NOT USED directly by the theme. The equivalent, minimized version, style.min.css,
    will be used. (CSS minimization by YUI Compressor.) Do not edit that file, either!

    DO NOT EDIT THIS FILE!

    *** WARNING *** *** WARNING *** *** WARNING *** *** WARNING *** *** WARNING *** *** WARNING ***
    ————————————————————————————————————–
    T.O.C.
    * =Reset default browser CSS
    * =Weaver II helpers
    * — Plugin Helpers
    * — multiple columns
    * =Global
    * –Text elements
    * –Forms
    * –Links
    *
    * =Standard Elements
    * =Layout
    * =Images
    * =Sidebars
    * =Fonts
    * =Widgets
    * =Special Areas
    * =Mobile
    * =Archives
    * =Search
    * =Header
    * =InfoBar
    * =Menu
    * =Content
    * =Posts
    * —- Post Formats ——
    * =Aside
    * =Link
    * =No-title, posted on on bottom
    * =Status
    * =Chat
    * =Quote
    * =error404
    * =Attachments
    * =Navigation
    * =Comments
    * =Footer
    * =RSS Feed, Calendar
    * =Print
    * =IE7, IE8
    */

    @media all { /* =Reset default browser CSS. Based on work by Eric Meyer: https://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 {
    background:transparent;
    border:0;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
    word-wrap:break-word;
    }

    :focus {/* remember to define focus styles! */
    outline:0;
    }

    ul {
    list-style-position:outside;
    margin-left: 1.2em;
    }

    ol {
    list-style-position:outside;
    margin-left: 2em;
    margin-bottom:.6em;
    }
    ul {
    list-style: disc outside 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;
    }

    a img {
    border:0;
    }

    article, aside, details, figcaption, figure,
    footer, header, menu, nav, section {
    display:block;
    }

    img,
    .content-2-col,
    .content-3-col,
    #sidebar_header,
    #sidebar_header .header-widget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

    /**** Clearfix ****/
    .cf:before, .cf:after { content: “”; display: table; }
    .cf:after { clear: both; }
    .cf { zoom: 1; }
    } /* reset */

    @media all { /* =Weaver II helpers
    ————————————————————– */

    .aligncenter { /* required for theme submission to WP */
    display:block;
    margin-left:auto;
    margin-right:auto;
    }
    .alignleft {
    float:left;
    }
    .alignright {
    float:right;
    }
    .wvr_center,
    .wvr-center { /* generic utility center class – use in Heading Insert Code area maybe */
    clear:both;
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    }

    .wvr-show-posts {
    overflow:hidden;
    }
    .wvr-show-posts .hentry {
    margin-bottom:2em;
    }
    .wvr-welcome-user {
    padding-left:15px;
    }
    .weaver-left {
    float:left;
    margin-right:5%;
    width:47.5%;
    }
    .weaver-right {
    float:right;
    width:47.5%;
    }
    .weaver-clear {
    clear:both;
    }
    .weaver-clear-block {
    clear:both;
    display:block;
    }
    .wvr-mt-10 {
    margin-top:10px;
    }
    .wvr-ml-50 {
    margin-left:50px;
    }
    .wvr-pre-wrap {
    white-space:pre-wrap;
    }
    .wvr-hide {
    display:none;
    }
    .wvr-hide-bang {
    display:none !important;
    }
    .wvr-cursor-pointer {
    cursor:pointer;
    }
    .wvr-timer-msg {
    color:#333;
    background:#aaa;
    padding:2px;
    }

    .wvr-author-chat {
    font-weight:normal;
    margin-left:5em;
    }
    .wvr-to-desktop-top {
    position:absolute;
    top:2px;
    left:85%;
    z-index:200 !important;
    }
    .wvr-to-desktop-bottom {
    float:left;
    margin-left:10px;
    padding-top:8px;
    z-index:200 !important;
    }
    .wvr-to-mobile-top {
    position:absolute;
    left:4px;
    z-index:200 !important;
    height:auto;
    width:auto;
    }
    .wvr-to-mobile-bottom {
    float:left;
    margin-left:0px;
    z-index:200 !important;
    }

    .weaver-social {
    padding:0 !important;
    margin:0;
    text-align:left;
    }

    .weaver-social .wvr-social-a {
    padding:0;height:auto;
    }

    .weaver-social .wvr-social-img {
    display:inline-block;
    margin:0;
    padding:0;
    height:auto;
    }

    .widget-area .wvr-show-posts .hentry {
    margin-bottom:0px;
    }
    .widget-area .wvr-show-posts .entry-title {
    font-size:115%;
    font-weight:bold;
    margin-bottom:0px;
    }
    .widget-area .wvr-show-posts .attachment-thumbnail {
    float:left;
    margin-right:2px;
    margin-bottom:0px;
    padding:2px;
    }

    #page-top, #page-bottom {display:none;}

    /* — Plugin Helpers */

    #branding .meteor-slides {
    clear:both;
    }
    .wp-pagenavi {
    padding-bottom:8px;
    padding-top:3px;
    }

    /* — multiple columns */
    .content-2-col-left {
    float:left;
    overflow:hidden;
    padding-right:3%;
    width:48%;
    }
    .content-2-col-right {
    float:left;
    overflow:hidden;
    width:48%;
    }
    .content-3-col-left {
    float:left;
    overflow:hidden;
    padding-right:2%;
    width:31%;
    }
    .content-3-col-right {
    float:left;
    overflow:hidden;
    width:31%;
    }
    .content-2-col {
    float: left;
    width: 49.8%;
    overflow:hidden;
    padding-right: 2%;
    padding-left: 2%;
    }
    .content-3-col {
    float: left;
    width: 33.3%;
    overflow:hidden;
    padding-right: 1%;
    padding-left: 1%;
    }
    .clear-cols {

    clear:both;
    }

    .youtube-player { /* allow auto-embed YouTube to resize */
    width:100%;
    }

    .entry-summary.compact-post-format {
    margin:0;
    }

    /**** Masonry ****/
    .content-image .entry-header { /* makes it look tighter */
    margin-bottom: 0;
    }

    .blog-post {
    float: left;
    margin:0;
    }
    .blog-post .format-video {
    margin-bottom:40% !important;
    }

    .blog-post-cols-2 {
    width:47%;
    margin: 6px 6px 0px 6px;
    }
    .blog-post-cols-2 img,
    .blog-post-cols-2-span-2 img {
    max-width:97% !important;
    }
    .blog-post-cols-2-span-2 {
    width:98%;
    margin: 6px 6px 0px 6px;
    }

    .blog-post-cols-3 {
    width:31%;
    margin: 6px 5px 0px 5px;
    }
    .blog-post-cols-3 h2.entry-title a,
    .blog-post-cols-3-span-2 h2.entry-title a {
    font-size:85%;
    }
    .blog-post-cols-3 h2.entry-title,
    .blog-post-cols-3-span-2 h2.entry-title{
    line-height:1em;
    }
    .blog-post-cols-3 img,
    .blog-post-cols-3-span-2 img {
    max-width:94% !important;
    }
    .blog-post-cols-3-span-2 {
    width:62%;
    margin: 6px 5px 0px 5px;
    }

    .blog-post-cols-4 {
    width:23.5%;
    margin: 5px 4px 0px 4px;
    }
    .blog-post-cols-4 h2.entry-title a,
    .blog-post-cols-4-span-2 h2.entry-title a,
    .blog-post-cols-5 h2.entry-title a,
    .blog-post-cols-5-span-2 h2.entry-title a {
    font-size:75%;
    }
    .blog-post-cols-4 h2.entry-title,
    .blog-post-cols-4-span-2 h2.entry-title,
    .blog-post-cols-5 h2.entry-title,
    .blog-post-cols-5-span-2 h2.entry-title{
    line-height:1em;
    }
    .blog-post-cols-4 img,
    .blog-post-cols-4-span-2 img {
    max-width:95% !important;
    }
    .blog-post-cols-4-span-2 {
    width:47.5%;
    margin: 5px 4px 0px 4px;
    }

    .blog-post-cols-5 {
    width:18.3%;
    margin: 5px 4px 0px 4px;
    }

    .blog-post-cols-5 img,
    .blog-post-cols-5-span-2 img {
    max-width:91% !important;
    }
    .blog-post-cols-5-span-2 {
    width:37%;
    margin: 5px 4px 0px 4px;
    }

    .format-image-compact {margin:0px !important;padding:0px !important;}
    .format-image-compact .entry-content {margin:0px !important;padding:0px !important;}
    .format-image-compact .entry-content img {margin:0px !important;padding:0px !important;}
    .blog-post-cols-2 .format-image-compact img,
    .blog-post-cols-3 .format-image-compact img,
    .blog-post-cols-4 .format-image-compact img,
    .blog-post-cols-5 .format-image-compact img {
    max-width:100% !important;
    }

    } /* helpers */

    @media all { /* =Global
    ———————————————– */
    /* body has global settings for others to inherit */

    body {
    background:#FFF;
    color:#222;
    font-family:”Times New Roman”, Times, serif;
    font-size:12px;
    line-height:1.5; /* global line height */
    margin:0;
    padding:20px 20px; /* margins around whole site */
    }

    input, textarea {
    background-color:#f0f0f0;
    color:#444;
    font-size:90%;
    }
    hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin-bottom:1.5em;
    }
    /* –Text elements */
    p, #content p {
    margin-bottom:1.5em;
    }
    strong {
    font-weight:bold;
    }
    pre {
    font-family:Courier, monospace;
    font-size: .75em;
    margin-bottom:1.625em;
    overflow:auto;
    padding:1em 1em;
    white-space:pre-wrap;
    }

    /* –Forms */

    input[type=text],
    input[type=password],
    textarea {
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
    }
    textarea {
    padding-left:3px;
    width:98%;
    }
    input[type=text] {
    padding:3px;
    }

    /* –Links */
    a {
    text-decoration:none;
    }
    a:focus,
    a:active,
    a:hover {
    text-decoration:none;
    }
    } /* global */

    @media all { /* =Standard Elements
    ———————————————– */

    /* –Headings */
    h1 {
    font-size:190%;
    }

    h1,h2,
    #content .entry-header h1, #content .entry-header h2 {
    clear:both;
    margin:0 0 .1em 0;
    }
    h3,h4,h5,h6 {
    clear:both;
    margin:0 0 .7em 0;
    }
    .weaver-feed .entry-header h2,
    #content .weaver-feed .entry-header h2 {
    clear:both;
    margin:0 0 .9em 0;
    }
    .entry-content h1,
    .entry-content h2,
    .comment-content h1,
    .comment-content h2 {
    color:#000;
    font-weight:bold;
    margin:0 0 .8125em;
    }

    /* blockquote */
    blockquote {
    font-style:italic;
    font-weight:normal;
    margin:0 3em;
    }

    /* –lists */
    #content ul,
    #content ol {
    margin-bottom:1.5em;
    }
    #content ul ul,
    #content ul ul ul,
    #content ul ul ul ul,
    #content ol ol,
    #content ol ol ol,
    #content ol ol ol ol,
    #content ul ol,
    #content ul ul ol,
    #content ul ol ul,
    #content ol ul,
    #content ol ul ul,
    #content ol ol ul {
    margin-bottom:0;
    }
    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;
    }
    dl {
    margin:0 1.5em;
    }
    dt {
    font-weight:bold;
    }
    dd {
    margin-left:1.5em;
    margin-bottom:1.5em;
    }

    /* –Other elements */
    abbr, acronym, dfn {
    border-bottom:1px dotted #666;
    }
    abbr.published { /* fix for Twenty-Eleven attachement date bug */
    border-bottom:none;
    }
    address {
    font-style:italic;
    display:block;
    margin:0 0 1.625em;
    }
    big {
    font-size:130%;
    }
    cite, em, i {
    font-style:italic;
    }
    cite {
    border:none;
    }
    code,
    kbd,
    tt,
    var {
    font-family:Monaco, Consolas, “Andale Mono”, “DejaVu Sans Mono”, monospace;
    font-size:.9em;
    }
    del {
    }

    pre {
    font-family:Courier, monospace;
    margin-bottom:1.5em;
    }
    sup,
    sub {
    font-size:90%;
    height:0;
    position:relative;
    vertical-align:baseline;
    }
    sup {
    bottom:1ex;
    }
    sub {
    top:.5ex;
    }
    var {
    font-style:italic;
    }

    /* –tables */
    table {
    border-collapse:collapse;
    border-spacing:0;
    }
    th {
    text-align:left;
    padding:4px 4px;
    }
    td {
    margin:0;
    padding:4px 4px;
    }
    #content table {
    border:2px solid #AAA;
    text-align:left;
    margin:auto;
    margin-bottom:5px;
    width:auto;
    }
    #content tr th,
    #content thead th {
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    zoom:1 !important; }

    #content tr th,
    #content thead th {
    background-color:rgba(0,0,0,.1);
    color:inherit;
    font-weight:normal;
    line-height:normal;
    padding:5px 10px;
    }
    #content tr td {
    border:1px solid #AAA;
    padding:5px 10px;
    }
    #content tr.odd td
    {
    background:inherit;
    }
    } /* standard elements */

    @media all { /* =Layout
    ———————————————– */

    /* everything about each major block on the site – may be mods in some places */

    #wrapper {
    background:transparent; /* this sets the default backgound for everything else */
    margin:auto; /* makes it float */
    /* #wrapper is outer level, so this is the master width */
    max-width:940px; /*@ max-width makes site shrink when < 940 */
    padding:10px;
    }

    #main { /* the block wrapping content and sidebar wrappers */
    clear:both;
    margin:0 auto;
    overflow:hidden; /* this allows the padding, -margin trick to work */
    padding:1em 0 0 0; /* space above sidebars and content */
    }

    #container {
    background:transparent; /* this should always be transparent – give bg to #container_wrap */
    margin:0 0px 0 0px; /* margins between content and sidebars */
    }

    #content {
    background:transparent;
    color:#333;
    margin:0;
    margin-bottom:10px;
    overflow:hidden;
    padding: 5px 25px 0 25px; /* padding around the content */
    }

    /* #colophon style found in Footer section */

    /* Sidebars and Content Wrappers */
    #container_wrap.one-column { /* none – one-column */
    float:left;
    margin:0;
    padding:0;
    width:100%;
    }

    #container_wrap.left-1-col {
    float:right;
    margin:0;
    padding:0;
    width:70%;
    }

    #sidebar_wrap_left.left-1-col {
    float:left;
    margin:0;
    padding:0;
    width:30%;
    }

    #container_wrap.left-2-col {
    float:right;
    margin:0;
    padding:0;
    width:60%;
    }

    #sidebar_wrap_left.left-2-col {
    float:left;
    padding:0;
    width:40%;
    }

    #sidebar_wrap_2_left_left, #sidebar_wrap_2_right_left {
    display:inline;
    float:left;
    padding:0;
    width:53.5%; /* lets 3 social buttons show on right */
    }
    #sidebar_wrap_2_left_right, #sidebar_wrap_2_right_right {
    display:inline;
    float:right;
    padding:0;
    width:46.5%;
    }

    /* right 1 col */

    #container_wrap.right-1-col {
    float:left;
    margin:0;
    padding:0;
    width:75%;
    }

    #sidebar_wrap_right.right-1-col { /* interact with container_wrap */
    float:right;
    margin:0;
    padding:0;
    width:25%;
    }

    #container_wrap.right-2-col {
    float:left;
    margin:0;
    padding:0;
    width:60%;
    }

    #sidebar_wrap_right.right-2-col { /* interact with container_wrap */
    float:right;
    margin:0;
    padding:0;
    width:40%;
    }

    /* these are the defaults – work for split :don’t add .split to these rules, it breaks things */
    #container_wrap {
    float:left;
    padding:0;
    margin:0;
    width:60%; /* this + wrap_right + wrap_left must = 100% */
    }

    #sidebar_wrap_right { /* interact with container_wrap */
    float:right;
    padding:0;
    width:20%;
    }
    #sidebar_wrap_left {
    float:left;
    padding:0;
    width:20%;
    }

    /* one column iframe */

    #container.page-iframe {
    width:100%;
    }
    #container.page-iframe #content .entry-content {
    padding:12px 0px 0px 0px;
    width:100%
    }
    #container.page-iframe #content {
    margin:0px;padding:0px;
    width:100%;
    }
    #container.page-iframe #content #comments {
    margin-top:-35px;
    padding:0px 20px 5px 20px;
    }
    } /* layout */

    @media all { /* =Images
    ——————————————————– */
    /* Images – global */
    .entry-content img,
    .comment-content img
    {
    max-width:99.5%; /* Fluid images for posts, comments, and widgets */
    }

    #content .featured-image img {
    height:auto;
    max-width:95%;
    }
    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:99.5%;
    }

    .entry-content img.wp-smiley {
    margin-bottom:0;
    margin-top:0;
    padding:0;
    }
    img.alignleft,
    img.alignright,
    img.aligncenter {
    margin-bottom:1.5em;
    }
    p img,
    .wp-caption {
    margin-top:0.4em;
    }
    .wp-caption {
    margin-bottom:1em;
    max-width:90%;
    padding:8px;
    }
    .wp-caption img {
    display:block;
    margin:0 auto;
    }

    .wp-caption .wp-caption-text,
    .gallery-caption {
    color:#666;
    margin:-.5em 0 0 0 !important;
    padding:0 1em 1em 1em;
    position:relative;
    text-align:center;
    font-style:italic;
    }
    .widget .wp-caption .wp-caption-text {
    padding:1em 1em 1em 1em;
    }

    #content img {
    margin:0;
    height:auto;
    max-width:100%;
    }

    #content .wp-caption img,
    #content img.wp-post-image,
    #content img[class*=”wp-image-“] {
    -webkit-box-shadow:0 1px 2px #bbb;
    -moz-box-shadow:0 1px 2px #bbb;
    box-shadow:0 1px 2px #bbb;
    }
    #content img.post-fav-star {
    margin:0;
    border:none;
    -webkit-box-shadow:0 0px 0px transparent;
    -moz-box-shadow:0 0px 0px transparent;
    box-shadow:0 0px 0px transparent;
    }

    #content .alignleft,
    #content img.alignleft {
    display:inline;
    float:left;
    margin-right:24px;
    margin-top:4px;
    }
    #content .alignright,
    #content img.alignright {
    display:inline;
    float:right;
    margin-left:24px;
    margin-top:4px;
    }
    #content .aligncenter,
    #content img.aligncenter {
    clear:both;
    display:block;
    margin-left:auto;
    margin-right:auto;
    }
    #content img.alignleft,
    #content img.alignright,
    #content img.aligncenter {
    margin-bottom:12px;
    }

    #content img.size-full,
    #content img.size-large,
    #content img.size-medium, #content img.size-thumbnail,
    #content .attachment-thumbnail,
    #content .gallery img,
    #content .gallery-thumb img,
    .entry-attachment img,
    #content .wp-caption img,
    #content img.wp-post-image,
    #content img[class*=”wp-image-“] {
    background-color:#fafafa;
    }

    .entry-attachment img,
    #content .gallery img,
    #content .gallery-thumb img,
    #content img[class*=”wp-image-“] {
    border:none;
    margin-bottom:1em;
    padding:8px; /* image border width */
    text-align:center;

    }
    #content .wp-caption img {
    margin-bottom:1em;
    } /* for link images */

    #content .wp-smiley {
    margin:0;
    }

    /* gallery shortcode auto generates:.gallery-item, img, .gallery-caption */
    #content .gallery-item img {
    float:none;
    margin-right:auto;
    margin-left:auto;
    } /* need override, however */

    #content .gallery .gallery-caption {
    color:#333;
    font-style:italic;
    font-size:85%;
    margin:-1em 0 0 0 !important;
    }
    #content .gallery dl {
    margin:0;
    }
    #content .gallery dd {clear:both;} /* captions on the bottom! */

    #content .attachment .entry-content img { /* single attachment images should be centered */
    display:block;
    margin:0 auto;
    }

    #content .attachment-thumbnail {
    float:left;
    margin-right:12px;
    margin-bottom:12px;
    padding: 8px;
    }

    #content img.wp-post-image {
    float:left;
    margin-right:25px;
    margin-bottom:12px;
    padding: 8px;
    }

    #content img.no-borders {
    background-color:transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    }

    /* –widget */

    .widget img,
    .widget_image img {
    height:auto;
    max-width:100%;
    }

    } /* images */

    @media all { /* =Sidebars
    ———————————————– */

    .widget-area {
    padding:10px 10px 0px 10px; /* bottom is val – .widget bottom */
    }

    .widget-area .menu_pop_left ul li,
    .widget-area .menu_pop_right ul li {
    margin-left: .7em;
    margin-bottom: 0em;

    }
    .widget-area .menu_pop_left ul ul li,
    .widget-area .menu_pop_right ul ul li {
    margin-left:0;
    }

    #sidebar_header {
    clear:both;
    margin:0;
    padding:0;
    max-width:100%;
    overflow:hidden; /* hide bg overflow in children for fill trick */
    }

    #sidebar_header .header-widget {
    float:left;
    height:100%;
    max-width:100%;
    padding-bottom:100%; /* trick to allow bg color to fill widget */
    margin-bottom:-100%;
    width:auto;
    }

    #sidebar_primary {
    background:transparent;
    border:1px solid transparent; /* trick to force padding/margins to work */
    margin-bottom:10px; /* bottom border */
    }

    #sidebar_left {
    background:transparent;
    border:1px solid transparent;
    margin-bottom:10px;
    }

    #sidebar_right {
    background:transparent;
    border:1px solid transparent;
    margin-bottom:10px;
    }

    .sidebar_top, .sidebar_bottom, .sidebar_extra {
    background:transparent;
    border:1px solid transparent;
    margin-bottom:10px;
    margin-left:5%;
    margin-right:5%
    }

    #first, #second, #third, #fourth {
    background:transparent;
    border:1px solid transparent;
    }
    } /* Sidebars */

    @media all { /* =Special Areas
    ———————————————– */

    .home .sticky,
    #container.index-posts .sticky,
    #container.page-with-posts .sticky,
    pre,
    ins {
    background:transparent;
    }
    } /* special areas */

    @media all { /* =Fonts
    ———————————————– */

    .attachment .entry-content .entry-caption {
    font-size:140%;
    }
    #author-description h2 {
    font-size:115%;
    }

    #content {
    font-size: 133%;
    }

    #content .entry-title {
    font-size:150%;
    }

    .wp-caption p.wp-caption-text {
    font-size:85%;
    }
    #content .gallery .gallery-caption {
    font-size:85%;
    }
    .entry-meta, .entry-utility {
    font-size:80%;
    }
    .entry-header .comments-link a {
    font-size:105%;
    }
    .entry-content label {
    font-size:90%;
    }

    #author-info {
    font-size:90%;
    }
    #author-info h2 {
    font-size:100%;
    }
    .format-quote blockquote {
    font-size:130%;
    }

    .image-attachment .entry-caption p {
    font-size:90%;
    }

    .home #content .category-asides p {
    font-size:110%;
    }

    .navigation {
    font-size:90%;
    }
    .page-title {
    font-size:110%;
    }
    #nav-above, #nav-below {
    font-size:90%;
    }
    .nopassword,
    .nocomments {
    font-size:110%;
    font-style:italic;
    }
    .nocomments {
    display:none;
    }
    .comment .reply {
    font-size:80%;
    }

    #respond label {
    font-size:90%;
    }
    #respond .form-allowed-tags code {
    font-size:80%;
    }
    #respond .form-submit input {
    font-size:120%;
    }
    #respond .comment-form-author .required,
    #respond .comment-form-email .required {
    font-size:130%;
    }
    #respond .comment-notes,
    #respond .logged-in-as {
    font-size:105%;
    }
    #respond input#submit {
    font-size:110%;
    }

    #site-description {
    font-size:133%;
    }
    .widget-area {
    font-size:120%;
    }
    .widget-area .entry-meta {
    font-size:90%;
    }
    .widget-area .wvr-show-posts .entry-title {
    font-size:115%;font-weight:bold;margin-bottom:0px;
    }

    #wp-calendar caption {
    font-size:120%;
    }
    #wp-calendar thead {
    font-size:90%;
    }
    #wvr-sitemap h3 {
    margin:0 0 10px 0;
    font-size:130%;
    font-weight:bold;
    }

    /* titles font */
    h3#comments-title,
    h3#reply-title,
    .menu_bar,
    #author-info,
    #infobar,
    #nav-above, #nav-below,
    #cancel-comment-reply-link,
    .form-allowed-tags,
    #site-info,
    #site-title,
    #wp-calendar,
    #comments-title,
    .comment-meta,
    .comment-body tr th,
    .comment-body thead th,
    .entry-content label,
    .entry-content tr th,
    .entry-content thead th,
    .entry-format,
    .entry-meta,
    .entry-title,
    .entry-utility,
    #respond label,
    .navigation,
    .page-title,
    .pingback p,
    .reply,
    .widget-title,
    .wp-caption-text,
    input[type=submit] {
    font-family:”Helvetica Neue”, Helvetica, Arial, sans-serif;
    }
    } /* fonts */

    @media all { /* =Widgets
    ———————————————– */

    .widget {
    clear:both;
    margin-bottom:10px;
    }

    .widget-title {
    color:#444;
    font-weight:bold;
    margin-bottom:.5em;
    }

    .widget a {
    text-decoration:none;
    }

    #per-page-widget {
    overflow:hidden;
    }

    } /* widgets */

    @media all { /* =Archives
    ———————————————– */

    .category-archive-meta, .tag-archive-meta {
    font-style:italic;
    margin-top:-1.5em;
    margin-left:2em;
    }
    } /* archives */

    @media all { /* =Search
    ———————————————– */

    /* Search Widget */
    .widget_search #s {
    width:80%;
    }

    input#s {
    color:#444;
    background:#F0F0F0;
    font-size:80%;
    }
    .menu-add-search {margin-top:5px; padding-right:2px !important;display:inline-block;}
    #infobar_search {margin-top:1px; padding-right:10px !important;display:inline-block;}
    #access .menu-add,#access .menu-add a {background-color:transparent;}

    .widget_search label {
    display:none;
    }
    .searchformimg {
    background: transparent;
    margin-bottom:-5px;
    }
    } /* search */

    @media all { /* =Posts
    ————————————————- */

    /* Post entry-meta
    ————————————————- */

    .entry-meta-icons {
    text-decoration:none;
    }
    .entry-meta-icons .sep {
    display:none;
    }
    .entry-utility {
    clear:both;
    }
    .entry-meta-icons .entry-utility-prep {
    display:none;
    }
    .entry-meta-icons .entry-date, .entry-date-icon {
    background:url(images/icons/date-1.png) center left no-repeat;
    display:inline-block;
    padding-left:26px;
    margin-left:1.0em;
    }
    .entry-meta-icons .by-author, .by-author-icon {
    background:url(images/icons/author-1.png) center left no-repeat;
    display:inline-block;
    padding-left:22px;
    margin-left:1.0em;
    }
    .entry-meta-icons .cat-links, .cat-links-icon {
    background:url(images/icons/category-1.png) center left no-repeat;
    padding-left:26px;
    margin-left:1.0em;
    }
    .entry-meta-icons .tag-links, .tag-links-icon {
    background:url(images/icons/tag-1.png) center left no-repeat;
    display:inline-block;
    padding-left:26px;
    margin-left:1.0em;
    }
    .entry-meta-icons .comments-link, .comments-link-icon {
    background:url(images/icons/comment-1.png) center left no-repeat;
    display:inline-block;
    padding-left:24px;
    margin-left:1.0em;
    }
    .entry-meta-icons .permalink-icon, .permalink-icon {
    background:url(images/icons/permalink-1.png) center left no-repeat;
    display:inline-block;
    padding-left:24px;
    margin-left:1.0em;
    }

    .post_hide_date .entry-date,
    .post_hide_date .posted-on {
    display:none;
    }
    .post_hide_author .by-author {
    display:none;
    }
    .post_hide_cats .cat-links {
    display:none;
    }
    .post_hide_singleton_cat {
    display:none;
    }
    .post_hide_tags .tag-links {
    display:none;
    }
    .post_hide_permalink .permalink-icon {
    display:none;
    }
    } /* posts */

    @media all { /* =Header
    ———————————————– */
    #branding {
    background:transparent;
    position:relative;
    z-index:2;
    }
    .title-description {
    border: 1px solid transparent;
    }

    .wvr_gadget,
    #branding img,
    #branding a img {
    border:0;
    clear:left;
    display:block;
    height:auto;
    max-width:100%;
    padding:0;
    }

    #branding #header_image img {
    width:100%;
    height: auto;
    }

    #branding #sidebar_top

    #branding .weaver-social img, /* make images horizontal */
    #branding .weaver-social a img,
    #branding #header-extra-html img,
    #branding #header-extra-html a img {
    display:inline;
    }

    #site-title {
    font-size:300%;
    margin:1% 0 0 7%;
    }

    #site-title a {
    color:#000;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    }

    #site-description { /* IE7:can’t set width on this one */
    clear:both;
    color:#555;
    font-weight:200;
    font-style:italic;
    margin: 0 1% 1% 10%;
    }

    #header-extra-html {
    margin:0 0 2em 2em;
    }

    .flex-img img {
    display:block !important;
    height:auto !important;
    max-width:100% !important;
    }

    /* –Assistive text */
    .assistive-text {
    position:absolute !important;
    clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip:rect(1px, 1px, 1px, 1px);
    }
    .menu_bar a.assistive-text:active,
    .menu_bar a.assistive-text:focus {
    background:#eee;
    border-bottom:1px solid #ddd;
    color:#1982d1;
    clip:auto !important;
    position:absolute;
    text-decoration:underline;
    top:0;
    left:7.6%;
    }

    } /* header */

    @media all { /* =InfoBar
    ————————————————————- */

    #infobar {
    font-size:110%;
    padding:5px 10px 4px 10px;
    line-height:2.5; /* needs own line-height */
    }

    .infobar_right {
    float:right;
    }

    #infobar_html1, #infobar_html2 {
    padding-left:15px;
    }
    #infobar_html3 {
    padding-right:15px;
    }
    #infobar_login, #infobar_search {
    padding-right:15px;
    }

    #infobar_search .searchform {
    display:inline !important;
    }
    .menu-add #s, #infobar #s {
    width:125px;
    }
    #infobar_paginate {
    padding-right:15px;
    }
    #infobar_paginate .navigation { /* for wp_paginate */
    display:inline-block !important;
    }
    #infobar_paginate .wp-pagenavi { /* for pagenavi */
    display:inline-block !important;
    }

    #infobar_paginate .page-numbers, #nav-above .page-numbers, #nav-below .page-numbers {
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
    zoom:1 !important; }

    #infobar_paginate .page-numbers, #nav-above .page-numbers, #nav-below .page-numbers {
    background-color:rgba(0,0,0,.1);
    padding:2px 4px 2px 4px;
    font-weight:normal;
    }

    #infobar_paginate .current, #nav-above .current, #nav-below .current {
    font-weight:bold;
    }

    #breadcrumbs {
    padding-left:15px;
    }
    #breadcrumbs .bcur-page {
    font-weight:bold
    }
    } /* infobar */

    @media all { /* =Menu
    ————————————————————– */

    .menu_bar {
    font-size:120%; /*@ font size of menu items */
    }

    .weaveriip_vertical_menu .menu_bar {
    background-image:none;
    font-size:100%;
    padding-left:10px;
    }

    .weaveriip_vertical_menu .menu_bar li {
    float:left;
    position:relative;
    }

    .weaveriip_vertical_menu .menu_bar ul ul a {
    padding:10px 10px;
    }

    .weaveriip_vertical_menu .menu_pop_right .menu_bar li,
    .weaveriip_vertical_menu .menu_pop_left .menu_bar li {
    float:none;
    }

    .weaveriip_vertical_menu .menu_pop_right .menu_bar,
    .weaveriip_vertical_menu .menu_pop_left .menu_bar {
    padding-left:0px;
    }

    #nav-bottom-menu, #nav-top-menu {
    min-height:38px; /*@ matches menubar height */
    }
    .menu_bar div {
    margin:0 22px; /*@ margin from left/right */
    }

    .menu_bar {
    background-color:#FEB; /*@ Menu bar bg color */
    clear:both;
    color:#000; /*@ text color */
    display:block;
    float:left;
    margin:0 auto 0px;
    width:100%;
    }
    .menu_bar ul {
    list-style:none !important;
    margin:0 0 0 -10px;
    padding-left:0;
    }

    .menu_bar ul ul {
    list-style:none;
    margin:0 0 0 -10px;
    padding-left:0;
    }
    .menu_bar li {
    float:left;
    position:relative;
    }

    .menu_bar a {
    color:#000; /*@ link text color on top-level menu item */
    display:block;
    font-weight:normal;
    font-style:normal;
    line-height:38px; /*@ this and .menu_bar ul ul top should be the same */
    padding:0 10px; /*@ padding between items */
    text-decoration:none;
    }

    .menu_bar a:hover, .menu_bar a:visited {
    text-decoration:none;
    }
    .menu_bar ul ul a,.menu_bar ul ul a:hover, .menu_bar ul ul a:visited {
    text-decoration:none;
    }

    .menu_bar a:visited {
    color:#000;
    }

    .menu_bar ul ul {
    display:none;
    float:left;
    margin:0;
    position:absolute;
    top:38px; /*@ menubar height */
    left:0;
    width:188px;
    z-index:99999;
    }

    .menu_pop_left .menu_bar ul ul {
    left:-188px;
    top:0px;
    }

    .menu_pop_right .menu_bar ul ul {
    left:100%;
    top:0px;
    }

    .menu_bar ul ul ul {
    left:100%;
    top:0;
    }

    .menu_pop_left .menu_bar ul ul ul {
    left:-100%;
    top:0px;
    }

    .menu_bar ul ul a {
    background:#EDA; /*@ bg color of submenu items */
    color:#000; /*@ text color of submenu text */
    font-weight:normal;
    height:auto;
    line-height:18px;
    padding:10px 10px;
    width:168px;
    }

    .menu_bar ul ul :hover > a {
    background:#875; /*@ color when hover over sub-menus */
    }

    .menu_bar li:hover > a,
    .menu_bar a:focus {
    background:#875; /*@ bg color for menubar hover */
    color:#FEB; /*@ hover text color, top and sub-menus */
    }
    .menu_bar ul li:hover > ul {
    display:block;
    }

    /* =EXTRA MENUS
    —————————— */

    .menu-add-left {
    display:inline !important;
    float:left;
    font-size:100%;
    padding-left:4px;
    max-height:38px;
    }
    .menu-add {
    display:inline !important;
    float:right;
    font-size:100%;
    padding-right:4px;
    max-height:38px;
    }
    .menu-add-left span.add-text,
    .menu-add span.add-text {
    line-height:24px;
    position:relative;
    top:6px;
    }

    .menu-add-left form,
    .menu-add-left form div,
    .menu-add-left a,
    .menu-add form,
    .menu-add form div,
    .menu-add a {
    display:inline !important;
    }

    .menu-add img {
    border:none;
    display:inline !important;
    margin:0;
    max-height:24px !important;
    padding-left:4px;
    position:relative;
    top:7px;
    width:auto !important;
    }

    .menu-add-left img {
    border:none;
    margin:0;
    max-height:24px !important;
    padding-right:4px;
    position:relative;
    top:7px;
    width:auto !important;
    }

    /* =superfish helpers
    ————————————————————– */

    .sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
    }
    .sf-sub-indicator {
    position: absolute;
    display: block;
    right: 15px;
    top: 1.05em; /* IE6 only */
    margin-top: 5px;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(js/superfish/images/arrows-000000.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
    }
    a > .sf-sub-indicator { /* give all except IE6 the correct values */
    top: .7em;
    background-position:0 -100px; /* use translucent arrow for modern browsers*/
    }
    /* apply hovers to modern browsers */
    a:focus > .sf-sub-indicator,
    a:hover > .sf-sub-indicator,
    a:active > .sf-sub-indicator,
    li:hover > a > .sf-sub-indicator,
    li.sfHover > a > .sf-sub-indicator {
    background-position:-10px -100px; /* arrow hovers for modern browsers*/
    }

    /* point right for anchors in subs */
    .sf-menu ul .sf-sub-indicator { background-position:-10px 0;}
    .sf-menu ul a > .sf-sub-indicator { background-position:0 0; }
    /* apply hovers to modern browsers */
    .sf-menu ul a:focus > .sf-sub-indicator,
    .sf-menu ul a:hover > .sf-sub-indicator,
    .sf-menu ul a:active > .sf-sub-indicator,
    .sf-menu ul li:hover > a > .sf-sub-indicator,
    .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position:-10px 0; /* arrow hovers for modern browsers*/
    }

    /*** shadows for all but IE6 ***/
    .sf-shadow ul {
    background: url(js/superfish/images/shadow.png) no-repeat bottom right;
    padding:0; /* padding:0 3px 3px 0; original, removed for 2.0 */
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    display:none;
    }
    .sf-shadow ul.sf-shadow-off {
    background:transparent;
    }

    .menu-vertical .sf-shadow ul {background:transparent;} /* hide that shadow for vertical menus */

    .menu_bar ul.sf-menu ul a {
    padding-right:0px; margin-right:0px;

    }

    .extra_menu .menu_bar ul[id*=’menu-‘] {
    margin-left:10px;
    }

    #mobile-bottom-nav,
    #mobile-top-nav {display:none;} /* needed here for disable mobile support */
    } /* menus */

    @media all { /* =Content
    ———————————————– */

    #content .page {
    margin-bottom:0;
    padding-bottom:0;
    }
    #content .post, #content .content-pwp {
    margin-bottom:4px;
    padding:10px 0 10px 0;
    }

    #content .gallery-thumb {
    margin-bottom:25px;
    }

    #content a.more-link {
    display:block;
    }

    .home .sticky,
    #container.index-posts .sticky,
    #container.page-with-posts .sticky {
    border-top:2px dotted #444;
    border-bottom:2px dotted #444;
    margin: 0px 4px 10px 1px;
    padding:.5em 1em .5em 1em;
    }

    .page-title {
    color:#000;
    font-weight:bold;
    letter-spacing:0.1em;
    margin:0 0 1.625em;
    }
    .page-title a {
    font-weight:bold;
    letter-spacing:0;
    text-transform:none;
    }
    .hentry,
    .no-results {
    margin:0 0 1.5em;
    padding:0 0 1.5em;
    position:relative;
    }
    .hentry:last-child,
    .no-results {
    border-bottom:none;
    }

    .entry-title,
    .entry-header .entry-meta {
    padding-right:40px;
    }
    .entry-title {
    clear:both;
    color:#000;
    font-weight:bold;
    padding-bottom:.1em;
    }
    .entry-title,
    .entry-title a {
    color:#000;
    text-decoration:none;
    }

    .entry-meta {
    color:#666;
    clear:both;
    }

    .entry-content,
    .entry-summary {
    padding:1.625em 0 0;
    }

    .entry-content #s {
    width:75%;
    }

    dl.gallery-item {
    margin:0;
    }
    .page-link {
    clear:both;
    display:block;
    margin:0 0 1.625em;
    }
    .page-link a {
    margin:0;
    padding:2px 3px;
    text-decoration:none;
    }

    .page-link span {
    margin-right:6px;
    }

    .edit-link a { /* an edit link box that should show on all themes */
    background:#eee !important;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#555 !important;
    float:right;
    font-weight:300;
    text-decoration:none;
    padding:0 8px;
    }
    .entry-utility .edit-link a:hover,
    .entry-meta .edit-link a:hover,
    .commentlist .edit-link a:hover {
    background:#888;
    color:#fff;
    }
    .entry-content .edit-link {
    clear:both;
    display:block;
    }
    } /* content */

    @media all { /* =Posts
    ———————————————– */
    /* Password Protected Posts */
    .post-password-required .entry-header .comments-link {
    margin:1.625em 0 0;
    }
    .post-password-required input[type=password] {
    margin:0.8125em 0;
    }
    }

    @media all { /* =Author Info
    ———————————————– */

    #author-info {
    overflow:hidden;
    }

    .single #author-info {
    border-top:1px dotted #888;
    margin-top:20px;
    margin-bottom:-25px;
    padding:8px 40px 20px 20px;
    }
    .archive #author-info {
    border-bottom:1px dotted #888;
    margin:-40px 0 1.2em;
    padding:8px 40px 20px 20px;
    font-size:90%;
    }
    #author-avatar {
    float:left;
    margin-right:-78px;
    }

    img.avatar {
    background:#f0f0f0;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 1px 2px #888;
    -moz-box-shadow:0 1px 2px #888;
    box-shadow:0 1px 2px #888;
    padding:3px;
    }

    #ie8 img.avatar {
    width:auto; /* fix for max-width bug in IE8 */
    }

    #author-description {
    float:left;
    margin-left:96px;
    }
    #author-description h2 {
    color:#000;
    font-weight:bold;
    margin:5px 0 10px;
    }

    .post-avatar-tiny {
    padding-left:8px;
    position:relative;
    top:4px;
    }

    .post-avatar-normal {
    display:inline;
    float: right;
    margin-bottom:-10px;
    }
    }

    @media all { /* == Post Formats
    */

    #content .entry-format {
    color:#666;
    }

    article.format-aside .entry-content,
    article.format-link .entry-content,
    article.format-status .entry-content {
    padding:15px 0 0;
    }
    .recent-posts .entry-header .entry-format {
    display:none;
    }
    .recent-posts .entry-header .entry-title {
    padding-top:0;
    }

    /* =Aside
    ———————————————– */
    .format-aside .entry-title,
    .format-aside .entry-header .comments-link {
    display:none;
    }
    .one-column .format-aside .entry-title {
    display:block;
    }
    .format-aside .entry-content {
    padding:0;
    }
    .one-column .format-aside .entry-content {
    padding:1.625em 0 0;
    }

    /* =Link
    ———————————————– */
    .format-link .entry-title,
    .format-link .entry-header .comments-link {
    display:none;
    }
    .one-column .format-link .entry-title {
    display:block;
    }
    .format-link .entry-content {
    padding:0;
    }
    .one-column .format-link .entry-content {
    padding:1.625em 0 0;
    }

    /* =No-title, posted on on bottom
    ———————————————– */
    .post-format .entry-utility div {
    display:inline !important;

    }
    .post-format .entry-utility {
    margin-top:0px !important;
    }

    /* =Status
    ———————————————– */
    .format-status .entry-title,
    .format-status .entry-header .comments-link {
    display:none;
    }
    .format-status .entry-content .post-avatar img {
    margin-right:10px !important;

    }
    .format-status .entry-utility div {
    display:inline !important;

    }
    .format-status .entry-utility {
    margin-top:-20px;
    }
    .single .format-status .entry-title {
    display:block;
    }
    .format-status .entry-content {
    padding:0;
    }
    .one-column .format-status .entry-content {
    padding:1.625em 0 0;
    }

    .format-status img.avatar {
    float:left;
    margin:4px 10px 2px 0;
    padding:0px;
    }

    /* =Chat
    ———————————————– */
    .format-chat .entry-title,
    .format-chat .entry-header .comments-link {
    display:none;
    }

    .format-chat img.format-chat-icon {
    border:none !important;
    margin-right:6px !important;
    margin-top:3px !important;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    }
    .single .format-chat .entry-title {
    display:block;
    }
    .format-chat .entry-content {
    padding:0;
    }
    .one-column .format-chat .entry-content {
    padding:1.625em 0 0;
    }

    /* =Quote
    ———————————————– */

    .format-quote blockquote {
    margin:0;
    }
    } /* post formats */

    @media all { /* =Attachments
    ———————————————– */

    .image-attachment div.attachment {
    overflow:hidden;
    padding:1.5em;
    text-align:center;
    }
    .image-attachment div.attachment img {
    display:block;
    height:auto;
    margin:1.4em;
    max-width:100%;
    }

    .image-attachment div.attachment a:focus img,
    .image-attachment div.attachment a:hover img,
    .image-attachment div.attachment a:active img {
    border-color:#ddd;
    }
    .image-attachment .entry-caption p {
    margin:.5em 0 2.6em;
    }
    } /* attachments */

    @media all { /* =Navigation
    ————————————————————– */

    #content nav {
    clear:both;
    overflow:hidden;
    padding:0 0 .5em;
    }
    #content nav a {
    font-weight:bold;
    }
    #nav-above {
    padding:0 0 .5em;
    z-index:1;
    }
    #nav-above {
    display:none;
    }
    #nav-below {
    margin:0;
    padding:0;
    z-index:1;
    }
    .paged #nav-above {
    display:block;
    }
    .single #nav-above {
    display:block;
    }
    .nav-previous {
    float:left;
    width:50%;
    }
    .nav-next {
    float:right;
    text-align:right;
    width:50%;
    }
    .single .nav-previous,
    .single .nav-next {
    width:50%;
    }
    #content nav .meta-nav {
    font-weight:normal;
    }

    /* Text meant only for screen readers */
    .screen-reader-text {
    display:none;
    }
    } /* navigation */

    @media all { /* =Comments
    ———————————————– */
    #cancel-comment-reply-link {
    font-size:80%;
    margin-left:30px;
    }

    #comments .pingback p {
    font-size:90%;
    }
    #comments .pingback .url {
    font-size:110%;
    }
    .comment-meta {
    font-size:90%;
    }

    #comments-title { /* wii_comment_headings_color */
    background:transparent url(images/comment-bubble.png) no-repeat;
    color:#333;
    font-size:130%;
    line-height:1.1; /* needs own line-height */
    padding:0px 40px 1.5em;
    margin-top:10px;
    }
    #comments-title h4 {
    font-size:80%;
    }
    #comments img.avatar {
    background: #f0f0f0;
    }
    .commentlist {
    display:block;
    clear:both;
    }
    .commentlist {
    margin:0;
    padding:0px 0px 0px 0px;
    margin-left:0px;
    list-style-type:none;
    }

    #comments .commentlist .children {
    list-style-type:none;
    margin-top:5px;
    margin-left:10px;
    margin-right:5px;
    padding-right:5px;
    }

    .commentlist .comment-author .commentua {
    float:right;
    margin:0;
    padding:0;
    }
    ol.commentlist li.comment .comment-body * {
    padding-left:5px;
    padding-right:5px;
    }

    .commentlist .comment-body ol,
    .commentlist .comment-body ul,
    ol.trackbacklist {
    list-style-position:outside;
    }

    ol.trackbacklist {
    font-size:0.9em;
    margin:0;
    margin-left:15px;
    padding-left:15px;
    }

    /* Comments link */
    .entry-header .comments-bubble a {
    background:transparent url(images/comment-bubble.png) no-repeat;
    color:#666;
    font-weight:normal;
    line-height:20px;
    font-size:11px;
    overflow:hidden;
    padding:0 0 0;
    position:absolute;
    top:7px;
    right:0;
    text-align:center;
    text-decoration:none;
    width:28px;
    height:27px;
    margin-right:4px;
    }
    .entry-header .comments-link a:hover,
    .entry-header .comments-link a:focus,
    .entry-header .comments-link a:active {
    color:black;
    text-decoration:underline;
    }
    .entry-header .comments-link .leave-reply {
    visibility:hidden;
    }

    /* Comments and Comment Form
    ——————————————– */

    .commentlist li.comment, #respond {
    background:#f5f5dc; /*@ comment area background color */
    border:1px solid #777; /*@ add to border settings */
    }
    .commentlist li.comment {
    margin-bottom:1em !important; /* override #content ul margin */
    }
    #respond {
    padding:10px;
    }

    .commentlist .comment-content {
    font-size:90%;
    padding:0 1em !important;
    }

    .commentlist .comment-content p {
    margin:0 !important; padding:0 !important; margin-bottom:.5em !important;
    }
    .commentlist .comment.bypostauthor { /*@ when author posts */
    border-style:dotted;
    }

    .comment-meta {
    display:block;
    margin:0;
    padding:0;
    height:auto;
    }

    .commentlist li.comment .comment-meta {
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#0c000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#0c000000);
    zoom:1 !important; }

    .commentlist li.comment .comment-meta {
    border-bottom:1px solid #999;
    background-color:rgba(0,0,0,.05);
    margin:0 0 16px 0;
    padding:4px;
    font-style:normal;
    font-size:80%;
    }

    .commentlist li.comment .comment-author img.avatar {
    -moz-box-shadow: 4px 4px 4px #888;
    -webkit-box-shadow: 4px 4px 4px #888;
    box-shadow: 4px 4px 4px #888;
    background:#f0f0f0;
    border:1px solid #888;
    float:left;
    left:-10px;
    margin:0;
    padding:0;
    position:relative;
    top:-10px;
    }

    .comment .reply {
    padding:0 0 4px 40px;
    }

    #commentform .comment-form-comment {
    margin-bottom:10px !important;
    }
    #commentform .required {
    font-weight:bold;
    padding-right:4px;
    }
    #commentform .logged-in-as {
    font-style:italic;
    font-size:90%;
    margin:0 0 4px 20px;
    }
    #commentform .form-allowed-tags {
    display:none;
    font-size:70%;
    line-height:1.1;
    padding:0 20px;
    margin-top:-10px;
    }
    #commentform input:focus,
    #commentform textarea:focus {
    -moz-box-shadow:4px 4px 4px #777;
    -webkit-box-shadow:4px 4px 4px #777;
    box-shadow:4px 4px 4px #777;
    }

    #respond .form-submit {
    float:right;
    margin:-8px 20px 10px;
    }
    #respond input#submit {
    border:1px solid #888;
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.3);
    box-shadow:0px 1px 2px rgba(0,0,0,0.3);
    cursor:pointer;
    padding:5px 42px 5px 22px;
    position:relative;
    text-shadow:0 -1px 0 rgba(0,0,0,0.3);
    }
    #respond input#submit:active {
    background:#888;
    }
    #respond form label {
    padding-right:5px;
    }

    /* Comment CAPTCHA Plugin Style Specifications
    ——————————————————————
    */
    #commentform .comment-form-captcha {
    float:left;
    clear:none;
    width:500px;
    }
    } /* comments */

    @media all { /* =Footer
    ———————————————– */
    #colophon {
    background:#FFDEAD;
    border-top:4px solid #888;
    clear:both;
    margin-top:0; /* margin at the top of the footer */
    }

    .widget-in-footer {
    margin:0;
    }

    #sidebar_wrap_footer {
    padding:1em 3% 1em 3%;
    overflow:hidden;
    }

    #sidebar_wrap_footer.one .widget-in-footer {
    margin-left:4%;
    margin-right:4%;
    }

    /* Two Footer Widget Areas */
    #sidebar_wrap_footer.two .widget-in-footer {
    float:left;
    margin-right:4%;
    width:48%;
    }
    #sidebar_wrap_footer.two .widget-in-footer + .widget-in-footer {
    margin-right:0;
    }

    /* Three Footer Widget Areas */
    #sidebar_wrap_footer.three .widget-in-footer {
    float:left;
    margin-right:4%;
    width:30.5%;
    }

    #sidebar_wrap_footer.three .widget-in-footer + .widget-in-footer + .widget-in-footer {
    margin-right:0;
    }

    /* Four Footer Widget Areas */
    #sidebar_wrap_footer.four .widget-in-footer {
    float:left;
    margin-right:2%;
    width:23.5%;
    }

    #sidebar_wrap_footer.four .widget-in-footer + .widget-in-footer + .widget-in-footer + .widget-in-footer {
    margin-right:0;
    }

    #site-ig-wrap {
    background:inherit;
    min-height:2.0em;
    }

    #site-info {
    float:left;
    font-weight:normal;
    padding-left:3.0em;
    }

    #site-info a {
    font-weight:normal;
    }

    #site-generator {
    float:right;
    font-weight:normal;
    font-style:italic;
    padding-right:3.0em;
    }

    #site-generator a {
    font-weight:normal;
    }
    } /* footer */

    @media all { /* =RSS Feed, Calendar
    —————– */
    .widget_tag_cloud div {
    line-height:1.2;
    }

    #wp-calendar {
    width:100%;
    }

    #wp-calendar caption {
    color:inherit;
    font-size:120%;
    font-weight:bold;
    padding-bottom:4px;
    padding-left:2px;
    text-align:left;
    }

    #wp-calendar thead {
    font-size:90%;
    }

    #wp-calendar thead th {
    }

    #wp-calendar tbody {
    color:inherit;
    }

    #wp-calendar tbody td {
    background:none;
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000,endColorstr=#0f000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000,endColorstr=#0f000000);
    zoom:1 !important; }

    #wp-calendar tbody td {
    background:rgba(0, 0, 0, .06);
    border:1px solid #fff;
    padding:3px 0 2px;
    text-align:center;
    }

    #wp-calendar tbody .pad {
    background:none;
    }

    #wp-calendar tfoot #next {
    text-align:right;
    }

    #wp-calendar a {
    font-weight:bold;
    font-style:italic;
    }

    .widget_rss .widget-title img {
    width:11px;
    height:11px;
    }

    .widget_rss ul {list-style-type:none !important;}
    .widget_rss ul .rss-date {font-style:italic;margin-left:8px !important;display:block !important;}
    .widget_rss ul cite {margin-left:20px !important;}
    } /* RSS */

    @media print { /* =Print
    ———————————————– */
    body {
    background:none !important;
    font-size:10px !important;
    padding:20px !important;
    }
    footer.entry-meta a[rel=bookmark]:link:after,
    footer.entry-meta a[rel=bookmark]:visited:after,
    footer.entry-utility a[rel=bookmark]:link:after,
    footer.entry-utility a[rel=bookmark]:visited:after{
    content:” [” attr(href) “] “; /* Show URLs */
    }
    #wrapper {
    clear:both !important;
    display:block !important;
    float:none !important;
    max-width:100%;
    position:relative !important;
    margin-top:0 !important;
    border:none !important;
    box-shadow:none !important;
    background:none !important;
    padding:10px !important;
    }
    #branding {
    border-top:none !important;
    padding:0 !important;
    }
    #branding div {
    margin:0;
    }
    #site-title,
    #site-description {
    position:relative !important;
    float:none;
    line-height:1.5em;
    margin:0 !important;
    padding:0 !important;
    }

    .menu_bar,
    #infobar,
    #sidebar_wrap_left, #sidebar_wrap_right,
    .edit-link a,
    #content nav,
    .entry-header .comments-link,
    .page-link,
    #respond,
    .widget-area,
    #colophon

    {
    display:none !important;
    margin: 0 !important;
    padding:0 !important;
    }

    #sidebar_wrap_left, #s

    Plugin Author azurecurve

    (@azurecurve)

    Guys,

    1.4.1 should resolve the issue with the background image repeating.

    Ian

    Thread Starter sidelancer

    (@sidelancer)

    Lol what’s with the copypasta above.

    Thanks for the update Ian, everything works now ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Clicking "Show/Hide" Creates weird blue lines’ is closed to new replies.