• Resuelto iamthefaier

    (@iamthefaier)


    Buenas tardes,

    Llevo ya unos días volviéndome loco, intentando cambiar el tamaño de la fuente del menú. He leído mil artículos pero no consigo dar con la tecla.

    Estoy usando el theme Artificer, y el style.css me aparece esto, pero no consigo encontrar qué cambiar para el tamaño.

    Gracias de antemano aquien pueda echarme un cable.

    /*
    Theme Name: Artificer
    Theme URI: http://www.woothemes.com/
    Version: 1.3.14
    Description: Designed by WooThemes.
    Author: WooThemes
    Author URI: http://www.woothemes.com
    Tags: woothemes

    Copyright: (c) 2009-2011 WooThemes.
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    */
    /*

    WARNING! DO NOT EDIT THIS FILE!

    To make it easy to update your theme, you should not edit the styles in this file. Instead use
    the custom.css file to add your styles. You can copy a style from this file and paste it in
    custom.css and it will override the style in this file. You have been warned! 🙂

    */
    /*——————————————————————————————-

    INDEX:

    0. RESET

    1. SETUP
    -1.1 Defaults
    -1.2 Hyperlinks
    -1.3 Typography
    -1.3.1 Typefaces
    -1.4 Tables

    2. SITE STRUCTURE & APPEARANCE
    -2.1 Containers & Columns
    -2.2 Navigation
    -2.2.1 Drop-down menus
    -2.2.2 Top Navigation (optional)
    -2.3 Header
    -2.4 Content
    -2.4.1 Slider
    -2.5 Sidebar
    -2.6 Footer
    -2.7 Breadcrumbs

    3. POSTS
    -3.1 Images
    -3.2 Pagination / WP-Pagenavi / Woo-Pagination
    -3.3 Single Post Author
    -3.4 Post Entry Nav
    -3.5 Subscribe & Connect

    4. WIDGETS
    -4.1 Generic Widgets
    -4.2 Specific Widgets

    5. COMMENTS
    -5.1 Comments
    -5.2 Comments Form
    -5.3 Pingbacks / Trackbacks

    6. PAGE TEMPLATES
    -6.1 Timeline Page Template
    -6.2 Contact Form
    -6.3 Image Gallery

    7. WOOCOMMERCE
    -7.1 Messages
    -7.2 Products
    -7.2.1 Single Product
    -7.3 Cart
    -7.4 Checkout
    -7.5 Widgets
    -7.6 Account
    -7.7 Shortcodes

    8. MISC
    -8.1 Forms
    -8.2 Gravity forms
    -8.3 IE specific styling
    -8.4 Uniform

    ——————————————————————————————-*/
    /*——————————————————————————————-*/
    /* RESET – http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
    /*——————————————————————————————-*/
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
    display: block;
    }
    blockquote,
    q {
    quotes: none;
    }
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
    content: »;
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    /* Hand cursor on clickable input elements */
    label,
    input[type=»button»],
    input[type=»submit»],
    input[type=»image»],
    button {
    cursor: pointer;
    }
    /* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
    .ie7 img {
    -ms-interpolation-mode: bicubic;
    }
    /* http://www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
    textarea {
    overflow: auto;
    }
    /* Webkit browsers add a 2px margin outside the chrome of form elements */
    button,
    input,
    select,
    textarea {
    margin: 0;
    }
    /* http://www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #e6e1dd;
    border: 1px solid #d0c7c0;
    padding: 10px;
    margin-bottom: 20px;
    }
    /* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
    pre,
    code,
    kbd,
    samp {
    font-family: monospace, sans-serif;
    }
    /* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
    a:hover,
    a:active {
    outline: none;
    }
    /* Set sub, sup without affecting line-height: gist.github.com/413930 */
    sub,
    sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    }
    sup {
    top: -0.5em;
    }
    sub {
    bottom: -0.25em;
    }
    /* Floating & Alignment */
    .fl {
    float: left;
    }
    .fr {
    float: right;
    }
    .ac {
    text-align: center;
    }
    .ar {
    text-align: right;
    }
    .clear {
    clear: both;
    }
    /* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
    j.mp/bestclearfix */
    .fix:before,
    .fix:after,
    .col-full:before,
    .col-full:after {
    content: «020»;
    display: block;
    height: 0;
    overflow: hidden;
    }
    .fix:after,
    .col-full:after {
    clear: both;
    }
    /* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
    .fix,
    .col-full {
    zoom: 1;
    }
    /*——————————————————————————————-*/
    /* IMPORTS */
    /*——————————————————————————————-*/
    /*——————————————————————————————-*/
    /* 1. SETUP */
    /*——————————————————————————————-*/
    /* 1.1 Defaults */
    html {
    font-size: 62.5%;
    background: url(«images/body.gif») #e6e1dd;
    }
    body {
    font-size: 1.4em;
    line-height: 1.618;
    color: #6c6158;
    font-family: «Karla», sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    background: url(«images/body.png»);
    }
    #wrapper {
    padding: 0 1.618em;
    }
    img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    }
    hr {
    background-color: #d0c7c0;
    border: 0;
    height: 1px;
    margin-bottom: 1.618em;
    }
    /* 1.2 Hyperlinks */
    a {
    color: #968873;
    text-decoration: none;
    }
    a:hover {
    color: #52442f;
    }
    /* 1.3 Typography */
    /*
    All typography (and layout) based on a modular scale using 12 & 14 px values scaled in accordance the golden ratio (1.618)
    http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
    Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don’t need one and vertical rhythm will be kept consistent
    */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-family: «Cutive», sans-serif;
    color: #342e2a;
    margin: 0 0 .618em;
    }
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
    text-decoration: none;
    }
    h1 {
    font-size: 1.618em;
    line-height: 1.387em;
    text-shadow: 0 2px 0 #ffffff, 0 3px 0 #918c88;
    }
    h2 {
    font-size: 1.387em;
    line-height: 1.387em;
    }
    h3 {
    font-size: 1em;
    }
    h4 {
    font-size: 1em;
    }
    h5 {
    font-size: 1em;
    }
    h6 {
    font-size: 0.857em;
    }
    p {
    -webkit-hyphens: auto;
    -webkit-hyphenate-character: «\2010»;
    -webkit-hyphenate-limit-after: 1;
    -webkit-hyphenate-limit-before: 3;
    -moz-hyphens: auto;
    orphans: 3;
    widows: 3;
    }
    strong {
    font-weight: 700;
    }
    blockquote {
    font-family: «Cutive», sans-serif;
    padding: 1em;
    background: #e6e1dd;
    position: relative;
    -webkit-border-radius: 0.327em;
    border-radius: 0.327em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    }
    blockquote:after {
    content: «»;
    display: block;
    position: absolute;
    border: 1em solid #e6e1dd;
    border-color: #e6e1dd transparent transparent transparent;
    bottom: -2em;
    left: 1.618em;
    }
    blockquote p:last-child {
    margin-bottom: 0;
    }
    ul,
    ol,
    dl,
    p,
    blockquote,
    table,
    form,
    pre,
    hr {
    margin: 0 0 1.618em 0;
    }
    li > ul,
    li > ol {
    margin: 0 0 0 1.618em;
    }
    dl dt {
    font-weight: 700;
    }
    dl dd {
    margin-bottom: 1.618em;
    }
    mark {
    background: rgba(255, 255, 255, 0.5);
    }
    .ampersand {
    font-family: ‘Baskerville’, ‘Goudy Old Style’, ‘Palatino’, ‘Book Antiqua’, serif;
    font-style: italic;
    }
    /* 1.3.1 Typefaces */
    @font-face {
    font-family: ‘WebSymbolsRegular’;
    src: url(«typefaces/websymbols-regular-webfont.eot»);
    src: url(«typefaces/websymbols-regular-webfont.eot?#iefix») format(‘embedded-opentype’), url(«typefaces/websymbols-regular-webfont.woff») format(‘woff’), url(«typefaces/websymbols-regular-webfont.ttf») format(‘truetype’), url(«typefaces/websymbols-regular-webfont.svg#WebSymbolsRegular») format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }
    /* 1.4 Tables */
    table {
    width: 100%;
    background: #e6e1dd;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }
    table th,
    table td {
    vertical-align: top;
    padding: .382em .857em;
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    }
    table thead {
    border: 1px solid #c4bfbb;
    text-shadow: 0 1px 0 #e6e1dd;
    }
    table thead tr th {
    background-color: #e6e1dd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e1dd), to(#d5d0cc));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #e6e1dd, #d5d0cc);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #e6e1dd, #d5d0cc);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #e6e1dd, #d5d0cc);
    /* IE10 */
    background-image: -o-linear-gradient(top, #e6e1dd, #d5d0cc);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #e6e1dd, #d5d0cc);
    color: #4a3f36;
    -webkit-box-shadow: inset 0 2px 0 #f7f2ee;
    -moz-box-shadow: inset 0 2px 0 #f7f2ee;
    box-shadow: inset 0 2px 0 #f7f2ee;
    }
    table tbody tr {
    border: 1px solid #d5ccc5;
    }
    table tbody tr th,
    table tbody tr td {
    background-color: #ece9e6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ece9e6), to(#e6e1dd));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ece9e6, #e6e1dd);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ece9e6, #e6e1dd);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #ece9e6, #e6e1dd);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ece9e6, #e6e1dd);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #ece9e6, #e6e1dd);
    -webkit-box-shadow: inset 0 2px 0 #f7f6f5;
    }
    table tbody tr:first-child {
    border-top-color: #bbada2;
    }
    table tfoot {
    border: 1px solid #d5d0cc;
    border-top-color: #c4bfbb;
    }
    /*——————————————————————————————-*/
    /* 2. SITE STRUCTURE & APPEARANCE */
    /*——————————————————————————————-*/
    /* 2.1 Containers & Columns */
    /* 2.2 Navigation */
    ul.nav li a {
    padding: .53em 1em;
    display: block;
    }
    #navigation {
    clear: both;
    margin-bottom: 2.618em;
    display: none;
    font-family: «Cutive», sans-serif, serif;
    background: url(«images/nav.gif») #e6e1dd;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc7c3;
    -webkit-box-shadow: inset 0 0 0 0.382em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 0.382em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 0.382em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.1);
    }
    #navigation ul.nav {
    margin-bottom: 0;
    list-style: none;
    padding: 3em;
    }
    #navigation ul.nav li a:hover {
    text-decoration: none;
    }
    #navigation ul.nav ul {
    list-style: none;
    }
    #navigation ul.rss {
    background: url(«images/ico-rss.png») no-repeat right 44%;
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
    }
    #navigation ul.rss li {
    display: inline;
    padding: 0;
    }
    #navigation ul.rss li a {
    color: #6c6158;
    text-decoration: none;
    padding: .5em 1em;
    display: inline-block;
    position: relative;
    }
    #navigation ul.rss li.sub-email {
    color: #6c6158;
    }
    /* 2.2.2 Top Navigation (optional) */
    #top select {
    margin: 1.618em 0 0;
    width: 100%;
    }
    #top #top-nav {
    display: none;
    }
    /* 2.3 Header */
    #header {
    padding: 3.631em 0 1.618em;
    clear: both;
    position: relative;
    text-align: center;
    }
    #header #logo {
    float: left;
    }
    #header .site-title {
    margin-bottom: 0;
    display: none;
    }
    #header .site-title a {
    color: #856270;
    }
    #header .site-title.visible {
    display: block;
    }
    #header .site-description {
    display: none;
    }
    #header .site-description.visible {
    display: block;
    }
    #header #topad {
    float: right;
    }
    #header a.cart-button,
    #header a.checkout {
    background-color: #fcfbfa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfa), to(#e6e1dd));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fcfbfa, #e6e1dd);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fcfbfa, #e6e1dd);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #fcfbfa, #e6e1dd);
    /* IE10 */
    background-image: -o-linear-gradient(top, #fcfbfa, #e6e1dd);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fcfbfa, #e6e1dd);
    padding: .236em .236em .236em .857em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: .618em;
    display: inline-block;
    text-shadow: 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 0 0 0.146em rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 0.146em rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 0.146em rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    #header a.cart-button .lozenge,
    #header a.checkout .lozenge,
    #header a.cart-button .items,
    #header a.checkout .items {
    background: #967381;
    padding: .236em .857em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: .53em;
    color: #fff;
    box-shadow: inset 0 0 0 0.236em #7a5c68;
    -webkit-box-shadow: inset 0 0 0 0.236em #7a5c68;
    text-shadow: 0 1px 0 #63404e;
    }
    #header a.cart-button .label:before,
    #header a.checkout .label:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «Z»;
    }
    #header a.cart-button:hover,
    #header a.checkout:hover {
    -webkit-box-shadow: inset 0 0 0 0.146em rgba(255, 255, 255, 0.5), inset 0 0 1.618em rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 0.146em rgba(255, 255, 255, 0.5), inset 0 0 1.618em rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 0.146em rgba(255, 255, 255, 0.5), inset 0 0 1.618em rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2);
    }
    #header a.cart-button:hover .lozenge,
    #header a.checkout:hover .lozenge,
    #header a.cart-button:hover .items,
    #header a.checkout:hover .items {
    background: #7a5c68;
    }
    #header a.checkout {
    padding: .236em;
    display: none;
    }
    #header a.checkout .lozenge {
    margin-left: 0;
    }
    #header a.checkout .lozenge:after {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-left: .618em;
    content: «]»;
    }
    #header #main-nav {
    text-align: left;
    }
    #header .nav-toggle {
    margin-top: 1em;
    }
    #header .nav-toggle a:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «²»;
    }
    /* 2.4 Content */
    /* 2.4.1 Slider */
    /* 2.5 Sidebar */
    #sidebar .secondary {
    float: left;
    margin-right: 20px;
    }
    #sidebar .secondary.last {
    margin: 0;
    }
    .home #sidebar .tweet,
    .home #sidebar .phone,
    .home #sidebar .email {
    -webkit-transform: rotate(1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(1deg);
    /* FF3.5+ */
    -ms-transform: rotate(1deg);
    /* IE9 */
    -o-transform: rotate(1deg);
    /* Opera 10.5 */
    transform: rotate(1deg);
    zoom: 1;
    background: url(«images/leather.png»), url(«images/noise.png»);
    background-color: #968873;
    box-shadow: inset 0.618em 0 0 0 #746651;
    -webkit-box-shadow: inset 0.618em 0 0 0 #746651;
    color: #d8d2ca;
    margin-bottom: 1.618em;
    padding: 1em;
    list-style: none;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    }
    .home #sidebar .tweet .inner,
    .home #sidebar .phone .inner,
    .home #sidebar .email .inner {
    padding: 1em 1.618em;
    border: 2px dashed #aca190;
    -webkit-transform: rotate(-1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-1deg);
    /* FF3.5+ */
    -ms-transform: rotate(-1deg);
    /* IE9 */
    -o-transform: rotate(-1deg);
    /* Opera 10.5 */
    transform: rotate(-1deg);
    zoom: 1;
    }
    .home #sidebar .tweet .inner a,
    .home #sidebar .phone .inner a,
    .home #sidebar .email .inner a {
    display: block;
    font-family: «Cutive», sans-serif;
    font-size: 1.618em;
    color: #ffffff;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    }
    .home #sidebar .tweet:before,
    .home #sidebar .phone:before,
    .home #sidebar .email:before {
    content: «»;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-1deg);
    /* FF3.5+ */
    -ms-transform: rotate(-1deg);
    /* IE9 */
    -o-transform: rotate(-1deg);
    /* Opera 10.5 */
    transform: rotate(-1deg);
    zoom: 1;
    }
    .home #sidebar .phone {
    -webkit-transform: rotate(-1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-1deg);
    /* FF3.5+ */
    -ms-transform: rotate(-1deg);
    /* IE9 */
    -o-transform: rotate(-1deg);
    /* Opera 10.5 */
    transform: rotate(-1deg);
    zoom: 1;
    }
    .home #sidebar .phone .inner {
    -webkit-transform: rotate(1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(1deg);
    /* FF3.5+ */
    -ms-transform: rotate(1deg);
    /* IE9 */
    -o-transform: rotate(1deg);
    /* Opera 10.5 */
    transform: rotate(1deg);
    zoom: 1;
    }
    .home #sidebar .phone:before {
    -webkit-transform: rotate(1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(1deg);
    /* FF3.5+ */
    -ms-transform: rotate(1deg);
    /* IE9 */
    -o-transform: rotate(1deg);
    /* Opera 10.5 */
    transform: rotate(1deg);
    zoom: 1;
    }
    .home #sidebar .tweet {
    background: url(«images/leather.png»), url(«images/noise.png»);
    background-color: #967381;
    color: #d8cad0;
    box-shadow: inset 0.618em 0 0 0 #74515f;
    -webkit-box-shadow: inset 0.618em 0 0 0 #74515f;
    font-family: «Cutive», sans-serif;
    padding: 0;
    border: 0;
    }
    .home #sidebar .tweet ul {
    -webkit-transform: rotate(-1deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-1deg);
    /* FF3.5+ */
    -ms-transform: rotate(-1deg);
    /* IE9 */
    -o-transform: rotate(-1deg);
    /* Opera 10.5 */
    transform: rotate(-1deg);
    zoom: 1;
    list-style: none;
    padding: 1em;
    }
    .home #sidebar .tweet ul li {
    border: 2px dashed #ac909b;
    }
    .home #sidebar .tweet ul li a {
    color: #ffffff;
    background: #6c515c;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: .236em .618em;
    }
    .home #sidebar .tweet ul li a:hover {
    background: #5d464f;
    }
    .home #sidebar .tweet ul li a.time {
    display: block;
    background: none;
    padding: 0;
    font-family: «Karla», sans-serif;
    margin-top: 1.618em;
    }
    .home #sidebar .tweet ul li a.time:hover {
    text-decoration: underline;
    }
    .home #sidebar .tweet ul li a.time:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «t»;
    }
    .home #sidebar .phone:after,
    .home #sidebar .email:after {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    content: «e»;
    position: absolute;
    font-size: 40px;
    top: 1em;
    right: 1em;
    color: rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(-3deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-3deg);
    /* FF3.5+ */
    -ms-transform: rotate(-3deg);
    /* IE9 */
    -o-transform: rotate(-3deg);
    /* Opera 10.5 */
    transform: rotate(-3deg);
    zoom: 1;
    text-shadow: none;
    }
    .home #sidebar .email:after {
    content: «@»;
    -webkit-transform: rotate(2deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(2deg);
    /* FF3.5+ */
    -ms-transform: rotate(2deg);
    /* IE9 */
    -o-transform: rotate(2deg);
    /* Opera 10.5 */
    transform: rotate(2deg);
    zoom: 1;
    top: .5em;
    }
    /* 2.6 Footer */
    #footer {
    padding: 2.618em 0;
    color: #887a6f;
    }
    #footer #credit img {
    vertical-align: middle;
    }
    #footer #credit span {
    display: none;
    }
    #footer-widgets {
    padding: 2.618em;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border: 1px solid #c4bfbb;
    border-bottom: 0;
    position: relative;
    background: url(«images/nav.gif») #f7f2ee;
    -webkit-box-shadow: inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05), inset 0 0 0 0.618em rgba(255, 255, 255, 0.55), 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */ 0 10px 0 -5px #eeeeee, /* The second layer */ 0 10px 1px -4px rgba(0, 0, 0, 0.125), /* The second layer shadow */ 0 20px 0 -10px #eeeeee, /* The third layer */ 0 20px 1px -9px rgba(0, 0, 0, 0.125), /* The third layer shadow */ 0 1em 2em rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05), inset 0 0 0 0.618em rgba(255, 255, 255, 0.55), 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */ 0 10px 0 -5px #eeeeee, /* The second layer */ 0 10px 1px -4px rgba(0, 0, 0, 0.125), /* The second layer shadow */ 0 20px 0 -10px #eeeeee, /* The third layer */ 0 20px 1px -9px rgba(0, 0, 0, 0.125), /* The third layer shadow */ 0 1em 2em rgba(0, 0, 0, 0.1);
    }
    #footer-widgets .widget h3 {
    border: 0;
    }
    /* 2.7 Breadcrumbs */
    #breadcrumbs {
    margin-bottom: 1.618em;
    }
    #breadcrumbs .breadcrumb-trail {
    background-color: #d3cac3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3cac3), to(#d9d1cb));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d3cac3, #d9d1cb);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #d3cac3, #d9d1cb);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #d3cac3, #d9d1cb);
    /* IE10 */
    background-image: -o-linear-gradient(top, #d3cac3, #d9d1cb);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #d3cac3, #d9d1cb);
    display: inline-block;
    padding: .146em .382em;
    -webkit-border-radius: 0.327em;
    border-radius: 0.327em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c4bfbb;
    border-top-color: #b3aeaa;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.75);
    }
    #breadcrumbs .sep {
    color: #b0a59c;
    font-family: ‘WebSymbolsRegular’;
    font-size: .857em;
    }
    #breadcrumbs a {
    padding: .146em .382em;
    }
    #breadcrumbs .trail-end {
    padding: .146em .618em;
    }
    /*——————————————————————————————-*/
    /* 3. POSTS */
    /*——————————————————————————————-*/
    #breadcrumb,
    .post .video {
    margin-bottom: 1.618em;
    }
    .archive-header {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 1.618em;
    padding: 0 0 1em;
    font-weight: 700;
    border-bottom: #d0c7c0 1px solid;
    }
    .archive-description {
    clear: both;
    margin-bottom: 1.618em;
    }
    .post,
    .type-page {
    margin: 0 0 2.618em;
    padding: 1.618em;
    position: relative;
    background: url(«images/crinkles.png») top no-repeat, url(«images/post.png»), url(«images/nav.gif»);
    background-color: #f7f2ee;
    border: 1px solid #c4bfbb;
    border-bottom: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05), inset 0 0 0 0.618em rgba(255, 255, 255, 0.55), 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */ 0 10px 0 -5px #eeeeee, /* The second layer */ 0 10px 1px -4px rgba(0, 0, 0, 0.125), /* The second layer shadow */ 0 20px 0 -10px #eeeeee, /* The third layer */ 0 20px 1px -9px rgba(0, 0, 0, 0.125), /* The third layer shadow */ 0 1em 2em rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05), inset 0 0 0 0.618em rgba(255, 255, 255, 0.55), 0 1px 1px rgba(0, 0, 0, 0.15), /* The top layer shadow */ 0 10px 0 -5px #eeeeee, /* The second layer */ 0 10px 1px -4px rgba(0, 0, 0, 0.125), /* The second layer shadow */ 0 20px 0 -10px #eeeeee, /* The third layer */ 0 20px 1px -9px rgba(0, 0, 0, 0.125), /* The third layer shadow */ 0 1em 2em rgba(0, 0, 0, 0.1);
    /* 3.1 Images */
    }
    .post header h1,
    .type-page header h1 {
    font-weight: 700;
    position: relative;
    }
    .post header h1 a:link,
    .type-page header h1 a:link,
    .post header h1 a:visited,
    .type-page header h1 a:visited {
    color: #342e2a;
    }
    .post .woo-image:first-child,
    .type-page .woo-image:first-child {
    float: left;
    margin-left: 0;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    }
    .post header h1,
    .type-page header h1 {
    padding-right: 4em;
    }
    .post .post-meta,
    .type-page .post-meta {
    margin: 0 0 1.618em 0;
    border-bottom: 2px dashed #dbd4ce;
    }
    .post .post-meta ul,
    .type-page .post-meta ul {
    margin-bottom: .53em;
    }
    .post .post-meta li,
    .type-page .post-meta li {
    display: inline;
    margin: 0 1.387em 0 0;
    font-size: .857em;
    }
    .post .post-meta li:before,
    .type-page .post-meta li:before,
    .post .post-meta li a:before,
    .type-page .post-meta li a:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    }
    .post .post-meta li.post-author a:before,
    .type-page .post-meta li.post-author a:before {
    content: «U»;
    }
    .post .post-meta li.post-date:before,
    .type-page .post-meta li.post-date:before {
    content: «P»;
    }
    .post .post-meta li.post-category a:before,
    .type-page .post-meta li.post-category a:before {
    content: «F»;
    }
    .post .post-meta li.tags:before,
    .type-page .post-meta li.tags:before {
    content: «,»;
    }
    .post .post-meta li.edit a:before,
    .type-page .post-meta li.edit a:before {
    content: «S»;
    }
    .post .post-more,
    .type-page .post-more {
    clear: both;
    font-size: .857em;
    border-top: 2px dashed #dbd4ce;
    padding-top: 1em;
    }
    .post .post-more a,
    .type-page .post-more a {
    padding: .327em .618em;
    background: rgba(230, 225, 221, 0.7);
    -webkit-border-radius: 0.202em;
    border-radius: 0.202em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: .53em;
    }
    .post .post-more a:hover,
    .type-page .post-more a:hover {
    background: rgba(230, 225, 221, 0.9);
    }
    .post .post-more a:before,
    .type-page .post-more a:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    }
    .post .post-more .comments a:before,
    .type-page .post-more .comments a:before {
    content: «c»;
    }
    .post .post-more .read-more a:before,
    .type-page .post-more .read-more a:before {
    content: «b»;
    }
    .post p.tags,
    .type-page p.tags {
    background: url(«images/ico-tag.png») no-repeat top left;
    padding-left: 1.618em;
    width: 100%;
    clear: both;
    }
    .post img,
    .type-page img,
    .post img.thumbnail,
    .type-page img.thumbnail {
    padding: .327em;
    border: 1px solid #d0c7c0;
    background: #fff;
    }
    .post img:hover,
    .type-page img:hover,
    .post img.thumbnail:hover,
    .type-page img.thumbnail:hover {
    border-color: #bbada2;
    }
    .post img.wp-smiley,
    .type-page img.wp-smiley {
    padding: 0;
    border: 0;
    }
    .post .alignleft,
    .type-page .alignleft {
    float: left;
    margin: 0 1.618em 1em 0;
    }
    .post .alignright,
    .type-page .alignright {
    float: right;
    margin: 0 0 1em 1.618em;
    }
    .post .aligncenter,
    .type-page .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto 1.618em;
    }
    .post .wp-caption,
    .type-page .wp-caption {
    padding: .077em;
    text-align: center;
    background: #e6e1dd;
    border: 1px solid #d0c7c0;
    }
    .post .wp-caption img,
    .type-page .wp-caption img {
    margin: 0;
    padding: .327em 0;
    background: none;
    border: 0;
    }
    .post .wp-caption-text,
    .type-page .wp-caption-text {
    margin: 0;
    padding: 0;
    text-align: center;
    }
    .type-page:after {
    display: none;
    }
    /* 3.2 Pagination / WP-Pagenavi / Woo-Pagination */
    .nav-entries,
    .wp-pagenavi,
    .woo-pagination {
    padding: 1em 1.618em;
    }
    .nav-entries a {
    display: block;
    color: #6c6158;
    text-decoration: none;
    }
    .nav-entries a:hover {
    text-decoration: underline;
    }
    .woo-pagination {
    margin: 0;
    text-align: center;
    margin: 0 0 1.618em;
    }
    .woo-pagination .current {
    box-shadow: 0 0 0 0.327em #746651;
    -webkit-box-shadow: 0 0 0 0.327em #746651;
    text-shadow: 0 1px 0 #746651;
    display: inline-block;
    padding: .382em 1em;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: .857em;
    font-family: «Cutive», sans-serif;
    background: url(«images/leather.png»), url(«images/noise.png»);
    background-color: #968873;
    border: 1px dashed #bbb8b4;
    }
    .woocommerce .woocommerce_ordering,
    .woocommerce .woocommerce_result_count,
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
    width: 48%;
    float: left;
    }
    .woocommerce .woocommerce_ordering + ul.products,
    .woocommerce .woocommerce_result_count + ul.products,
    .woocommerce .woocommerce-ordering + ul.products,
    .woocommerce .woocommerce-result-count + ul.products {
    clear: both;
    }
    .woocommerce .woocommerce_ordering,
    .woocommerce .woocommerce-ordering {
    text-align: right;
    }
    /* 3.3 Single Post Author */
    #post-author {
    clear: both;
    margin-bottom: 1.618em;
    padding: 1.618em;
    }
    #post-author:after {
    content: «020»;
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    }
    #post-author .profile-image {
    float: right;
    width: 13.45%;
    position: relative;
    }
    #post-author .profile-image:before,
    #post-author .profile-image:after {
    content: «»;
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg);
    /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg);
    /* Opera */
    -moz-transform: skew(-3deg, -2deg);
    /* Firefox */
    bottom: 13px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 3px;
    max-width: 50%;
    width: 51%;
    }
    #post-author .profile-image:after {
    -ms-transform: skew(3deg, 2deg);
    /* IE 9 */
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    left: auto;
    right: 3px;
    }
    #post-author .profile-image:before,
    #post-author .profile-image:after {
    box-shadow: 0 15px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 5px 0 rgba(0, 0, 0, 0.3);
    }
    #post-author .profile-image img {
    width: 100%;
    height: auto;
    padding: .618em .618em 1.618em;
    background: #fff;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 -0.146em 1em rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -0.146em 1em rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    #post-author .profile-content {
    width: 82.7%;
    float: left;
    }
    /* 3.4 Post Entry Nav */
    #post-entries {
    border-top: 1px solid #d0c7c0;
    border-bottom: 1px solid #d0c7c0;
    padding: 1.618em;
    margin-bottom: 1.618em;
    }
    /* 3.5 Connect */
    #connect {
    clear: both;
    margin-bottom: 1.618em;
    }
    #connect .newsletter-form .email {
    width: 140px;
    }
    #connect .social a {
    opacity: 0.8;
    filter: alpha(opacity=@opacity * 100);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    }
    #connect .social a:hover {
    opacity: 1;
    filter: alpha(opacity=@opacity * 100);
    }
    #connect .related-posts {
    border-left: 1px solid #d0c7c0;
    padding-left: 1em;
    }
    #connect .related-posts ul {
    list-style: none;
    }
    #connect .social a {
    display: inline-block;
    height: 28px;
    width: 31px;
    background-image: url(«images/ico-subscribe-social.png»);
    background-repeat: no-repeat;
    }
    #connect .social a.subscribe {
    background-position: 0px 0;
    }
    #connect .social a.twitter {
    background-position: -2.244em 0;
    }
    #connect .social a.facebook {
    background-position: -60px 0;
    }
    #connect .social a.youtube {
    background-position: -90px 0;
    }
    #connect .social a.flickr {
    background-position: -120px 0;
    }
    #connect .social a.linkedin {
    background-position: -150px 0;
    }
    #connect .social a.delicious {
    background-position: -180px 0;
    }
    #connect .social a.googleplus {
    background-position: -210px 0;
    }
    .widget #connect .fl,
    .widget #connect .fr {
    float: none;
    }
    #main #connect .col-left,
    #main #connect .col-right {
    width: 48%;
    }
    /*——————————————————————————————-*/
    /* 4. WIDGETS */
    /*——————————————————————————————-*/
    /* 4.1 Generic Widgets */
    .widget {
    margin-bottom: 1.618em;
    }
    .widget h3 {
    color: #6c6158;
    border-bottom: 1px solid #d0c7c0;
    }
    .widget ul {
    clear: both;
    list-style: none;
    }
    .widget ul li a {
    text-decoration: none;
    }
    .widget ul li a:hover {
    text-decoration: underline;
    }
    .widget ul:last-child {
    margin-bottom: 0;
    }
    #sidebar .widget {
    -webkit-transform: rotate(0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(0.5deg);
    /* IE9 */
    -o-transform: rotate(0.5deg);
    /* Opera 10.5 */
    transform: rotate(0.5deg);
    zoom: 1;
    background: url(«images/nav.gif») #e6e1dd;
    margin-bottom: 1.618em;
    padding: 1em;
    list-style: none;
    position: relative;
    border: 1px solid #ccc7c3;
    -webkit-box-shadow: inset 0 0 0 0.382em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 0.382em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 0.382em rgba(255, 255, 255, 0.6), 0 1em 2em rgba(0, 0, 0, 0.1);
    }
    #sidebar .widget .inner {
    -webkit-transform: rotate(-0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(-0.5deg);
    /* IE9 */
    -o-transform: rotate(-0.5deg);
    /* Opera 10.5 */
    transform: rotate(-0.5deg);
    zoom: 1;
    }
    #sidebar .widget .inner {
    padding: 1.618em;
    border: 2px dashed #d0c7c0;
    }
    #sidebar .widget h3 {
    border: 0;
    }
    #sidebar .widget:before,
    #sidebar .widget:after {
    display: block;
    content: «»;
    position: absolute;
    margin-left: -1em;
    }
    #sidebar .widget:before {
    height: 1.618em;
    top: 0;
    width: 100%;
    background: url(«images/string-top.png») top center no-repeat;
    margin-top: 12px;
    z-index: 9999;
    -webkit-transform: rotate(0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(0.5deg);
    /* IE9 */
    -o-transform: rotate(0.5deg);
    /* Opera 10.5 */
    transform: rotate(0.5deg);
    zoom: 1;
    }
    #sidebar .widget:after {
    height: 3.631em;
    top: 100%;
    background: url(«images/string.png») top center no-repeat;
    width: 100%;
    margin-top: -1.618em;
    -webkit-transform: rotate(-0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(-0.5deg);
    /* IE9 */
    -o-transform: rotate(-0.5deg);
    /* Opera 10.5 */
    transform: rotate(-0.5deg);
    zoom: 1;
    }
    #sidebar .widget:last-child:after {
    display: none;
    }
    #sidebar .widget:first-child:before {
    display: none;
    }
    #sidebar .widget.alt {
    -webkit-transform: rotate(-0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(-0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(-0.5deg);
    /* IE9 */
    -o-transform: rotate(-0.5deg);
    /* Opera 10.5 */
    transform: rotate(-0.5deg);
    zoom: 1;
    }
    #sidebar .widget.alt .inner {
    -webkit-transform: rotate(0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(0.5deg);
    /* IE9 */
    -o-transform: rotate(0.5deg);
    /* Opera 10.5 */
    transform: rotate(0.5deg);
    zoom: 1;
    }
    #sidebar .widget.alt:after,
    #sidebar .widget.alt:before {
    -webkit-transform: rotate(0.5deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0.5deg);
    /* FF3.5+ */
    -ms-transform: rotate(0.5deg);
    /* IE9 */
    -o-transform: rotate(0.5deg);
    /* Opera 10.5 */
    transform: rotate(0.5deg);
    zoom: 1;
    }
    /* 4.2 Specific Widgets */
    /* SEARCH FORM */
    .searchform,
    #searchform {
    border: 1px solid #c2baad;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: .857em;
    font-family: «Cutive», sans-serif;
    /* Make inputs use the correct typeface instead of the browser default */
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    color: #6c6158;
    box-shadow: 0 0 0.236em 0 #d8d2ca;
    -webkit-box-shadow: 0 0 0.236em 0 #d8d2ca;
    padding: .53em .53em .53em 0;
    background: #fff;
    position: relative;
    }
    .searchform label,
    #searchform label {
    display: none;
    }
    .searchform input.s,
    #searchform input.s,
    .searchform input#s,
    #searchform input#s {
    padding: .53em .857em;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin: 0;
    border: 0;
    background: none;
    color: #6c6158;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    .searchform input.s:focus,
    #searchform input.s:focus,
    .searchform input#s:focus,
    #searchform input#s:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    .searchform input.search-submit,
    #searchform input.search-submit,
    .searchform input#searchsubmit,
    #searchform input#searchsubmit {
    position: absolute;
    left: -999em;
    }
    .searchform:after,
    #searchform:after {
    font-family: ‘WebSymbolsRegular’;
    display: block;
    content: «L»;
    color: red;
    position: absolute;
    top: .857em;
    right: 1em;
    color: #e5e1de;
    }
    /* FLICKR */
    .widget_woo_flickr h3 span {
    color: #0051d8;
    }
    .widget_woo_flickr h3 span span {
    color: #ff1183;
    }
    .widget_woo_flickr .flickr_badge_image {
    float: left;
    margin: 0.236em;
    }
    .widget_woo_flickr .wrap {
    position: relative;
    margin-bottom: 1.618em;
    padding: 0;
    }
    .widget_woo_flickr a img {
    float: left;
    margin: 0 0 0.618em 0.618em;
    display: block;
    border: 1px solid #d0c7c0;
    padding: .236em;
    }
    .widget_woo_flickr a:hover img {
    border-color: #bbada2;
    }
    /* CALENDAR */
    #wp-calendar {
    width: 95%;
    margin-bottom: 1.618em;
    clear: both;
    padding: 0;
    }
    #wp-calendar caption {
    padding: 1em;
    }
    #wp-calendar th,
    #wp-calendar td {
    text-align: center;
    background: #d0c7c0;
    padding: .236em 0;
    }
    #wp-calendar td {
    background: transparent;
    color: #887a6f;
    }
    /* BLOG AUTHOR */
    .widget_woo_blogauthorinfo .avatar {
    padding: .382em;
    border: 1px solid #d0c7c0;
    }
    .widget_woo_blogauthorinfo .left {
    float: left;
    margin: 0 1em .618em 0;
    }
    .widget_woo_blogauthorinfo .right {
    float: right;
    margin: 0 .618em 1em;
    }
    /* TWITTER */
    .widget_woo_twitter h3 {
    border-bottom: 0;
    margin: 0 0 2px;
    }
    .widget_woo_twitter h3 img {
    vertical-align: middle;
    }
    .widget_woo_twitter ul {
    background: url(«images/noise.png»), url(«images/leather.png»);
    background-color: #967381;
    padding-left: 0;
    padding: 1em;
    box-shadow: inset 0 0 0 0.382em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0 0.382em rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.202em;
    border-radius: 0.202em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    }
    .widget_woo_twitter ul li {
    padding: 1em;
    list-style: none;
    border: 2px dashed #b79fa8;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 1em;
    color: #d8cad0;
    text-shadow: 0 1px 1px #7a5c68;
    box-shadow: 0 1px 2px 0 #7a5c68;
    -webkit-box-shadow: 0 1px 2px 0 #7a5c68;
    }
    .widget_woo_twitter ul li:last-child {
    margin-bottom: 0;
    }
    .widget_woo_twitter ul li a {
    padding: 0;
    color: #ffffff;
    }
    .widget_woo_twitter ul li .time {
    color: #ffffff;
    display: block;
    }
    .widget_woo_twitter ul li .time:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «t»;
    }
    .widget_woo_twitter p {
    font-weight: 700;
    color: #887a6f;
    }
    .widget_woo_twitter p a {
    color: #342e2a;
    }
    /* DOJO TABS */
    .theme-artificer .tabbable .nav li {
    margin-bottom: 0;
    margin-right: .857em;
    }
    .theme-artificer .tabbable .nav li a {
    padding: 0;
    border: 0;
    background: 0;
    line-height: inherit;
    font-size: .857em;
    margin-right: 0;
    }
    .theme-artificer .tabbable .nav li a:hover {
    background: none;
    border: 0;
    }
    .theme-artificer .tabbable .nav li.active a {
    background: none;
    border: 0;
    }
    .theme-artificer .tabbable .nav li.active a:hover {
    background: none;
    border: 0;
    }
    .theme-artificer .tabbable .nav li.tab-heading-latest a:before,
    .theme-artificer .tabbable .nav li.tab-heading-popular a:before,
    .theme-artificer .tabbable .nav li.tab-heading-comments a:before,
    .theme-artificer .tabbable .nav li.tab-heading-tags a:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «b»;
    margin-right: .382em;
    }
    .theme-artificer .tabbable .nav li.tab-heading-latest a:before {
    content: «P»;
    }
    .theme-artificer .tabbable .nav li.tab-heading-popular a:before {
    content: «R»;
    }
    .theme-artificer .tabbable .nav li.tab-heading-comments a:before {
    content: «c»;
    }
    .theme-artificer .tabbable .nav li.tab-heading-tags a:before {
    content: «,»;
    }
    .theme-artificer .tabbable .tab-content {
    overflow: visible;
    }
    .theme-artificer .tabbable .tab-pane ul {
    padding: 0;
    }
    .theme-artificer .tabbable .tab-pane ul img {
    margin: 0 1em 1em 0;
    padding: .382em .382em 1em;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
    .theme-artificer .tabbable .tab-pane ul li {
    overflow: visible;
    }
    .theme-artificer .tabbable .tab-pane ul li:after {
    content: «020»;
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    }
    /*——————————————————————————————-*/
    /* 5. COMMENTS */
    /*——————————————————————————————-*/
    /* 5.1 Comments */
    #comments {
    position: relative;
    }
    #comments ul,
    #comments li {
    list-style: none;
    }
    #comments li.comment {
    position: relative;
    }
    #comments li.comment #respond {
    margin-top: 1em;
    }
    #comments li.comment #respond .comment-form-author {
    clear: both;
    }
    #comments .comment-container,
    #comments .comment_container {
    padding: 2.244em 1.618em 2.244em 4.236em;
    list-style: none;
    background: url(«images/comment.png») top left repeat-y #f5f1db;
    position: relative;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0.202em 0.382em 0 rgba(0, 0, 0, 0.075), inset 0 0 0 1px #faf9ef, inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.202em 0.382em 0 rgba(0, 0, 0, 0.075), inset 0 0 0 1px #faf9ef, inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.202em 0.382em 0 rgba(0, 0, 0, 0.075), inset 0 0 0 1px #faf9ef, inset 0 0.53em 2.618em rgba(0, 0, 0, 0.05);
    border: 1px solid #c7c2be;
    margin-bottom: 1.618em;
    font-family: ‘Schoolbell’, sans-serif;
    color: #7b7b7b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    }
    #comments .comment-container:before,
    #comments .comment_container:before,
    #comments .comment-container:after,
    #comments .comment_container:after {
    content: «»;
    position: absolute;
    z-index: -1;
    -ms-transform: skew(-3deg, -2deg);
    -webkit-transform: skew(-3deg, -2deg);
    /* Safari and Chrome */
    -o-transform: skew(-3deg, -2deg);
    /* Opera */
    -moz-transform: skew(-3deg, -2deg);
    /* Firefox */
    bottom: 13px;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.3);
    height: 50px;
    left: 3px;
    max-width: 50%;
    width: 51%;
    }
    #comments .comment-container:after,
    #comments .comment_container:after {
    -ms-transform: skew(3deg, 2deg);
    /* IE 9 */
    -webkit-transform: skew(3deg, 2deg);
    /* Safari and Chrome */
    -o-transform: skew(3deg, 2deg);
    /* Opera */
    -moz-transform: skew(3deg, 2deg);
    /* Firefox */
    left: auto;
    right: 3px;
    }
    #comments .comment-container .star-rating,
    #comments .comment_container .star-rating,
    #comments .comment-container .star-rating span,
    #comments .comment_container .star-rating span {
    background-image: url(«images/ico-star-scribbled.png»);
    }
    #comments .comment-container .meta:before,
    #comments .comment_container .meta:before,
    #comments .comment-container .comment-head:before,
    #comments .comment_container .comment-head:before {
    content: «»;
    height: 1em;
    width: 1em;
    border: 1px solid #b3aeaa;
    position: absolute;
    bottom: 40%;
    left: 1em;
    display: block;
    z-index: 99999;
    background: url(«images/body.gif»);
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.76), inset 0 1px 2px #c4bfbb;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.76), inset 0 1px 2px #c4bfbb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.76), inset 0 1px 2px #c4bfbb;
    }
    #comments .comment-container .comment-container,
    #comments .comment_container .comment-container {
    position: relative;
    }
    #comments .comment-container .comment-head,
    #comments .comment_container .comment-head {
    margin: 0 0 1em 0;
    }
    #comments .comment-container .comment-head .name,
    #comments .comment_container .comment-head .name,
    #comments .comment-container .comment-head .date,
    #comments .comment_container .comment-head .date,
    #comments .comment-container .comment-head .edit,
    #comments .comment_container .comment-head .edit,
    #comments .comment-container .comment-head .perma,
    #comments .comment_container .comment-head .perma {
    margin-right: 1em;
    }
    #comments .comment-container .comment-head .name:before,
    #comments .comment_container .comment-head .name:before,
    #comments .comment-container .comment-head .date:before,
    #comments .comment_container .comment-head .date:before,
    #comments .comment-container .comment-head .edit:before,
    #comments .comment_container .comment-head .edit:before,
    #comments .comment-container .comment-head .perma:before,
    #comments .comment_container .comment-head .perma:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    }
    #comments .comment-container .comment-head .name:before,
    #comments .comment_container .comment-head .name:before {
    content: «U»;
    }
    #comments .comment-container .comment-head .date:before,
    #comments .comment_container .comment-head .date:before {
    content: «P»;
    }
    #comments .comment-container .comment-head .edit:before,
    #comments .comment_container .comment-head .edit:before {
    content: «S»;
    }
    #comments .comment-container .comment-head .perma:before,
    #comments .comment_container .comment-head .perma:before {
    content: «K»;
    }
    #comments .comment-container img.avatar,
    #comments .comment_container img.avatar {
    float: right;
    margin: 0 0 1em 1em;
    padding: .382em .382em 1em;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    }
    #comments .comment-container .reply a,
    #comments .comment_container .reply a {
    font-family: «Karla», sans-serif;
    }
    #comments .comment-container .reply a:before,
    #comments .comment_container .reply a:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «h»;
    }
    #comments .comment-container .meta,
    #comments .comment_container .meta,
    #comments .comment-container .comment-head,
    #comments .comment_container .comment-head {
    font-family: «Karla», sans-serif;
    color: #6c6158;
    }
    #comments .comment_container:before,
    #comments .comment_container:after {
    box-shadow: 0 13px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 13px 5px 0 rgba(0, 0, 0, 0.3);
    }
    #comments ul.children {
    margin: 0 0 0 13.25%;
    padding: 0;
    }
    #comments .navigation a {
    display: block;
    text-decoration: none;
    }
    #comments .pingbacks li.pingback {
    margin: 0 0 1.618em;
    }
    #comments .pingbacks li.pingback .reply {
    display: none;
    }
    #comments .nocomments {
    font-weight: 700;
    }
    /* 5.2 Comments Form */
    #respond label {
    color: #887a6f;
    }
    #respond #reply-title small {
    display: block;
    margin: 0 0 1.618em;
    }
    #respond #reply-title small a {
    font-family: «Karla», sans-serif;
    font-size: 1em;
    }
    #respond #reply-title small a:before {
    font-family: ‘WebSymbolsRegular’;
    display: inline-block;
    font-size: .857em;
    margin-right: .618em;
    content: «×»;
    }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email,
    #respond #commentform .comment-form-url {
    width: 30.75%;
    float: left;
    margin-right: 3.8%;
    }
    #respond #commentform .comment-form-url {
    margin-right: 0;
    }
    #respond #commentform label {
    display: block;
    }
    #respond #commentform input.txt,
    #respond #commentform textarea {
    width: 100%;
    }
    #respond #commentform .comment-form-comment {
    clear: both;
    }
    /* 5.3 Pingbacks / Trackbacks */
    .pinglist li {
    margin: 0 0 0 1.618em;
    list-style-type: decimal;
    }
    .pinglist li .author {
    font-weight: 700;
    }
    .pinglist li .pingcontent {
    display: block;
    margin: 0 0 1.618em;
    }
    /*——————————————————————————————-*/
    /* 6. PAGE TEMPLATES */
    /*——————————————————————————————-*/
    /* 6.1 Timeline Page Template */
    #archives .archives_list {
    border-left: 1px solid #d0c7c0;
    list-style: none;
    margin: 0 0 1em 1em;
    }
    #archives .archives_list li {
    clear: left;
    padding-left: 2.327em;
    font-style: normal;
    list-style: none;
    }
    #archives .archives_list .date {
    color: #887a6f;
    width: 22.5%;
    display: inline-block;
    }
    #archives .archives_list .linked {
    width: 48%;
    display: inline-block;
    }
    #archives .archives_list .comments {
    width: 22.5%;
    display: inline-block;
    }
    #archives .archives_list .comments a {
    color: #94877c;
    text-decoration: underline;
    padding-left: 1.236em;
    }
    #archives .archives_list .comments a:hover {
    text-decoration: none;
    }
    h3.archive_year {
    font-weight: 700;
    color: #6c6158;
    margin-top: 0;
    }
    /* 6.2 Contact Form */
    #contact-page .screenReader {
    left: -9999px;
    position: absolute;
    top: -9999px;
    }
    #contact-page ol.forms {
    float: left;
    list-style: none;
    width: 100%;
    }
    #contact-page ol.forms li {
    clear: both;
    float: left;
    margin-bottom: 1.618em;
    position: relative;
    width: 48%;
    }
    #contact-page ol.forms li:first-child {
    margin-right: 3.8%;
    }
    #contact-page ol.forms li:nth-child(2n) {
    clear: none;
    }
    #contact-page ol.forms li.textarea,
    #contact-page ol.forms li.screenReader,
    #contact-page ol.forms li.inline,
    #contact-page ol.forms li.buttons {
    width: 100%;
    }
    #contact-page ol.forms li input.txt,
    #contact-page ol.forms li textarea {
    width: 100%;
    }
    #contact-page ol.forms li .error {
    display: block;
    color: red;
    }
    #contact-page ol.forms li.textarea .error {
    display: block;
    }
    #contact-page ol.forms li.screenReader {
    margin-bottom: 0;
    }
    #contact-page ol.forms li.inline label {
    display: inline;
    float: none;
    width: auto;
    }
    #contact-page ol.forms label {
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin: 0 0 1em;
    }

Viendo 4 respuestas - de la 1 a la 4 (de un total de 4)
  • Buenas noches iamthefaier:
    Sería de mucha ayuda si pudiéramos ver el código HTML del menú que estés implementando para ver el identificador o clases del menú.
    ¿Tienes la página alojada en algún lugar?

    Un saludo,
    Mauricio

    Iniciador del debate iamthefaier

    (@iamthefaier)

    Buenas Mauricio,

    La página la tengo alojada con el hosting STRATO.es.

    Y podrías decirme como ver el código HTML (Perdona mi ignorancia). Lo que copié arriba fue el style.css que aparece en APARIENCIA / EDITOR.

    Gracias.

    Hola iamthefaier,

    En lugar de pegar el style.css sería más conveniente que nos brindes un link a tu sitio para poder revisarlo directamente 😉

    Iniciador del debate iamthefaier

    (@iamthefaier)

    No importa, al final he cambiado de tema. Gracias de todas formas. Ahora tengo otros 1500 problemas jaja 😉

Viendo 4 respuestas - de la 1 a la 4 (de un total de 4)
  • El debate ‘Cambiar tamaño menú’ está cerrado a nuevas respuestas.