Бесплатная помощь по wordpress

(Ответов: 2451, Просмотров: 242754)
  1. арбитражу по ночам Аватар для feuer81
    • Регистрация: 30.10.2011
    • Сообщений: 2,102
    • Записей в дневнике: 2
    • Репутация: 464
    • Webmoney BL: ?
    По поводу ошибок после удаления левых ссылок нашел вот такой пост у хорошего человека
    http://lepeta.net/vebmasteru/vy%D0%B...kopirajtu.html
    • 1

    Спасибо сказали:

    dvf2000(01.07.2013),
  2. Гуру Аватар для buninsan
    • Регистрация: 12.02.2012
    • Сообщений: 1,017
    • Репутация: 189
    Кто нибудь работал вот с этим плагином WP Subdomains (Revisited) он создает поддомены вида test.site.com не могу рвазобраться какие изменения нужно вносить на хостинге, что бы он заработал.
    Еще вопрос, подскажите плагин который парсит иностранные игровые сайты (браузерные игры и т.д.)
    • 0
  3. Banned
    • Регистрация: 16.12.2009
    • Сообщений: 395
    • Репутация: 83
    • Webmoney BL: ?
    buninsan, у вас до 3 версии вп? а то так то оный стал мультисайтовым после третьей ссылка на кодекс
    • 0
  4. Дипломник Аватар для Val_
    • Регистрация: 02.02.2013
    • Сообщений: 163
    • Репутация: 20
    По молодости и глупости убрал сайдбар. На сколько я помню, просто удалил
    PHP код:
    <?php get_sidebar() ?>
    из page.php, single.php итд, так как этого кода там нет.
    Теперь, когда пытаюсь вставить обратно, сайдбар отображается под текстом страницы, а не слева/справа. Как его нужно правильно вставлять?
    • 0
  5. WP-R.ru - магазин WP Аватар для mojwp
    • Регистрация: 13.09.2011
    • Сообщений: 841
    • Репутация: 290
    • Webmoney BL: ?
    Val_, вставляете правильно. а вот css смотреть нужно, ибо в нем трабла
    • 1

    Спасибо сказали:

    Val_(01.07.2013),
  6. Дипломник Аватар для Val_
    • Регистрация: 02.02.2013
    • Сообщений: 163
    • Репутация: 20
    mojwp, в каком файле и какие строки искать, не подскажете, пожалуйста?
    Я просто не могу вспомнить как я его убрал. Как ещё его можно было удалить то?
    Последний раз редактировалось Val_; 30.06.2013 в 19:24.
    • 0
  7. Web-разработка Аватар для semyon
    • Регистрация: 20.06.2011
    • Сообщений: 1,781
    • Репутация: 549
    • Webmoney BL: ?
    mojwp, не факт что правильно... Возможно с <div id="sidebar"> удалил.
    Но тут 100% css смотреть надо и в зависимости, как там стили прописаны вставлять вновь.
    • 0
  8. Дипломник Аватар для Val_
    • Регистрация: 02.02.2013
    • Сообщений: 163
    • Репутация: 20
    Цитата Сообщение от semyon Посмотреть сообщение
    Возможно с <div id="sidebar"> удалил.
    <div id="sidebar"> тоже нигде нет.

    Развернуть текст

    PHP код:
    /*
    Theme Name: Twenty Eleven
    Theme URI: http://wordpress.org/extend/themes/twentyeleven
    Author: the WordPress team
    Author URI: http://wordpress.org/
    Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
    Version: 1.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    Text Domain: twentyeleven
    */

    /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
    -------------------------------------------------------------- */

    htmlbodydivspanappletobjectiframe,
    h1h2h3h4h5h6pblockquotepre,
    aabbracronymaddressbigcitecode,
    deldfnemfontinskbdqssamp,
    smallstrikestrongsubsuptt, var,
    dldtddolulli,
    fieldsetformlabellegend,
    tablecaptiontbodytfoottheadtrthtd {
        
    border0;
        
    font-familyinherit;
        
    font-size100%;
        
    font-styleinherit;
        
    font-weightinherit;
        
    margin0;
        
    outline0;
        
    padding0;
        
    vertical-alignbaseline;
    }
    :
    focus {/* remember to define focus styles! */
        
    outline0;
    }
    body {
        
    background#fff;
        
    line-height1;
    }
    olul {
        list-
    stylenone;
    }
    table {/* tables still need 'cellspacing="0"' in the markup */
        
    border-collapseseparate;
        
    border-spacing0;
    }
    captionthtd {
        
    font-weightnormal;
        
    text-alignleft;
    }
    blockquote:beforeblockquote:after,
    q:beforeq:after {
        
    content"";
    }
    blockquote{
        
    quotes"" "";
    }
    a img {
        
    border0;
    }
    articleasidedetailsfigcaptionfigure,
    footerheaderhgroupmenunavsection {
        
    displayblock;
    }


    /* =Structure
    ----------------------------------------------- */

    body {
        
    padding0 2em;
    }
    #page {
        
    margin2em auto;
        
    max-width1000px;
    }
    #branding hgroup {
        
    margin0 7.6%;
    }
    #access div {
        
    margin0 7.6%;
    }
    #primary {
        
    floatleft;
        
    margin-26.40 0;
        
    width100%;
    }
    #content {
        
    margin0 340 7.6%;
        
    width58.4%;
    }
    #secondary {
        
    floatright;
        
    margin-right7.6%;
        
    width18.8%;
    }

    /* Singular */
    .singular #primary {
        
    margin0;
    }
    .
    singular #content,
    .left-sidebar.singular #content {
        
    margin0 7.6%;
        
    positionrelative;
        
    widthauto;
    }
    .
    singular .entry-header,
    .
    singular .entry-content,
    .
    singular footer.entry-meta,
    .
    singular #comments-title {
        
    margin0 auto;
        
    width68.9%;
    }

    /* Attachments */
    .singular .image-attachment .entry-content {
        
    margin0 auto;
        
    widthauto;
    }
    .
    singular .image-attachment .entry-description {
        
    margin0 auto;
        
    width68.9%;
    }

    /* Showcase */
    .page-template-showcase-php #primary,
    .left-sidebar.page-template-showcase-php #primary {
        
    margin0;
    }
    .
    page-template-showcase-php #content,
    .left-sidebar.page-template-showcase-php #content {
        
    margin0 7.6%;
        
    widthauto;
    }
    .
    page-template-showcase-php section.recent-posts {
        
    floatright;
        
    margin0 0 0 31%;
        
    width69%;
    }
    .
    page-template-showcase-php #main .widget-area {
        
    floatleft;
        
    margin-22.150 0;
        
    width22.15%;
    }

    /* error404 */
    .error404 #primary {
        
    floatnone;
        
    margin0;
    }
    .
    error404 #primary #content {
        
    margin0 7.6%;
        
    widthauto;
    }

    /* Alignment */
    .alignleft {
        
    displayinline;
        
    floatleft;
        
    margin-right1.625em;
    }
    .
    alignright {
        
    displayinline;
        
    floatright;
        
    margin-left1.625em;
    }
    .
    aligncenter {
        
    clearboth;
        
    displayblock;
        
    margin-leftauto;
        
    margin-rightauto;
    }

    /* Right Content */
    .left-sidebar #primary {
        
    floatright;
        
    margin0 0 0 -26.4%;
        
    width100%;
    }
    .
    left-sidebar #content {
        
    margin0 7.60 34%;
        
    width58.4%;
    }
    .
    left-sidebar #secondary {
        
    floatleft;
        
    margin-left7.6%;
        
    margin-right0;
        
    width18.8%;
    }

    /* One column */
    .one-column #page {
        
    max-width690px;
    }
    .
    one-column #content {
        
    margin0 7.6%;
        
    widthauto;
    }
    .
    one-column #nav-below {
        
    border-bottom1px solid #ddd;
        
    margin-bottom1.625em;
    }
    .
    one-column #secondary {
        
    floatnone;
        
    margin0 7.6%;
        
    widthauto;
    }
    /* Simplify the showcase template */
    .one-column .page-template-showcase-php section.recent-posts {
        
    floatnone;
        
    margin0;
        
    width100%;
    }
    .
    one-column .page-template-showcase-php #main .widget-area {
        
    floatnone;
        
    margin0;
        
    widthauto;
    }
    .
    one-column .page-template-showcase-php .other-recent-posts {
        
    border-bottom1px solid #ddd;
    }
    /* Simplify the showcase template when small feature */
    .one-column section.featured-post .attachment-small-feature {
        
    bordernone;
        
    displayblock;
        
    heightauto;
        
    max-width60%;
        
    position: static;
    }
    .
    one-column article.feature-image.small {
        
    margin0 0 1.625em;
        
    padding0;
    }
    .
    one-column article.feature-image.small .entry-title {
        
    font-size20px;
        
    line-height1.3em;
    }
    .
    one-column article.feature-image.small .entry-summary {
        
    height150px;
        
    overflowhidden;
        
    padding0;
        
    text-overflowellipsis;
    }
    .
    one-column article.feature-image.small .entry-summary a {
        
    left: -9%;
    }
    /* Remove the margin on singular articles */
    .one-column.singular .entry-header,
    .
    one-column.singular .entry-content,
    .
    one-column.singular footer.entry-meta,
    .
    one-column.singular #comments-title {
        
    width100%;
    }
    /* Simplify the pullquotes and pull styles */
    .one-column.singular blockquote.pull {
        
    margin0 0 1.625em;
    }
    .
    one-column.singular .pull.alignleft {
        
    margin0 1.625em 0 0;
    }
    .
    one-column.singular .pull.alignright {
        
    margin0 0 0 1.625em;
    }
    .
    one-column.singular .entry-meta .edit-link a {
        
    positionabsolute;
        
    left0;
        
    top40px;
    }
    .
    one-column.singular #author-info {
        
    margin2.2em -8.80;
        
    padding20px 8.8%;
    }
    /* Make sure we have room for our comment avatars */
    .one-column .commentlist li.comment {
        
    margin-left102px;
        
    widthauto;
    }
    /* Make sure the logo and search form don't collide */
    .one-column #branding #searchform {
        
    right40px;
        
    top4em;
    }
    /* Talking avatars take up too much room at this size */
    .one-column .commentlist li.comment {
        
    margin-left0;
    }
    .
    one-column .commentlist li.comment .comment-meta,
    .
    one-column .commentlist li.comment .comment-content {
        
    margin-right85px;
    }
    .
    one-column .commentlist .avatar {
        
    backgroundtransparent;
        
    displayblock;
        
    padding0;
        
    top1.625em;
        
    leftauto;
        
    right1.625em;
    }
    .
    one-column .commentlist .children .avatar {
        
    backgroundnone;
        
    padding0;
        
    positionabsolute;
        
    top2.2em;
        
    left2.2em;
    }
    .
    one-column #respond {
        
    widthauto;
    }


    /* =Global
    ----------------------------------------------- */

    bodyinputtextarea {
        
    color#373737;
        
    font15px "Helvetica Neue"HelveticaArialsans-serif;
        
    font-weight300;
        
    line-height1.625;
    }
    body {
        
    background#e2e2e2;
    }
    #page {
        
    background#fff;
    }

    /* Headings */
    h1,h2,h3,h4,h5,h6 {
        
    clearboth;
    }
    hr {
        
    background-color#ccc;
        
    border0;
        
    height1px;
        
    margin-bottom1.625em;
    }

    /* Text elements */
    {
        
    margin-bottom1.625em;
    }
    ulol {
        
    margin0 0 1.625em 2.5em;
    }
    ul {
        list-
    stylesquare;
    }
    ol {
        list-
    style-typedecimal;
    }
    ol ol {
        list-
    styleupper-alpha;
    }
    ol ol ol {
        list-
    stylelower-roman;
    }
    ol ol ol ol {
        list-
    stylelower-alpha;
    }
    ul ulol olul olol ul {
        
    margin-bottom0;
    }
    dl {
        
    margin0 1.625em;
    }
    dt {
        
    font-weightbold;
    }
    dd {
        
    margin-bottom1.625em;
    }
    strong {
        
    font-weightbold;
    }
    citeem{
        
    font-styleitalic;
    }
    blockquote {
        
    font-familyGeorgia"Bitstream Charter"serif;
        
    font-styleitalic;
        
    font-weightnormal;
        
    margin0 3em;
    }
    blockquote emblockquote iblockquote cite {
        
    font-stylenormal;
    }
    blockquote cite {
        
    color#666;
        
    font12px "Helvetica Neue"HelveticaArialsans-serif;
        
    font-weight300;
        
    letter-spacing0.05em;
        
    text-transformuppercase;
    }
    pre {
        
    background#f4f4f4;
        
    font13px "Courier 10 Pitch"Couriermonospace;
        
    line-height1.5;
        
    margin-bottom1.625em;
        
    overflowauto;
        
    padding0.75em 1.625em;
    }
    codekbdsamp, var {
        
    font13px MonacoConsolas"Andale Mono""DejaVu Sans Mono"monospace;
    }
    abbracronymdfn {
        
    border-bottom1px dotted #666;
        
    cursorhelp;
    }
    address {
        
    displayblock;
        
    margin0 0 1.625em;
    }
    ins {
        
    background#fff9c0;
        
    text-decorationnone;
    }
    sup,
    sub {
        
    font-size10px;
        
    height0;
        
    line-height1;
        
    positionrelative;
        
    vertical-alignbaseline;
    }
    sup {
        
    bottom1ex;
    }
    sub {
        
    top.5ex;
    }

    /* Forms */
    input[type=text],
    input[type=password],
    textarea {
        
    background#fafafa;
        
    -moz-box-shadowinset 0 1px 1px rgba(0,0,0,0.1);
        -
    webkit-box-shadowinset 0 1px 1px rgba(0,0,0,0.1);
        
    box-shadowinset 0 1px 1px rgba(0,0,0,0.1);
        
    border1px solid #ddd;
        
    color#888;
    }
    input[type=text]:focus,
    textarea:focus {
        
    color#373737;
    }
    textarea {
        
    padding-left3px;
        
    width98%;
    }
    input[type=text] {
        
    padding3px;
    }
    input#s {
        
    backgroundurl(images/search.pngno-repeat 5px 6px;
        -
    moz-border-radius2px;
        
    border-radius2px;
        
    font-size14px;
        
    height22px;
        
    line-height1.2em;
        
    padding4px 10px 4px 28px;
    }
    input#searchsubmit {
        
    displaynone;
    }

    /* Links */
    {
        
    color#1982d1;
        
    text-decorationnone;
    }
    a:focus,
    a:active,
    a:hover {
        
    text-decorationunderline;
    }

    /* Assistive text */
    .assistive-text {
        
    positionabsolute !important;
        
    cliprect(1px 1px 1px 1px); /* IE6, IE7 */
        
    cliprect(1px1px1px1px);
    }
    #access a.assistive-text:active,
    #access a.assistive-text:focus {
        
    background#eee;
        
    border-bottom1px solid #ddd;
        
    color#1982d1;
        
    clipauto !important;
        
    font-size12px;
        
    positionabsolute;
        
    text-decorationunderline;
        
    top0;
        
    left7.6%;
    }


    /* =Header
    ----------------------------------------------- */

    #branding {
        
    border-top2px solid #bbb;
        
    padding-bottom10px;
        
    positionrelative;
        
    z-index9999;
    }
    #site-title {
        
    margin-right270px;
        
    padding3.65625em 0 0;
    }
    #site-title a {
        
    color#111;
        
    font-size30px;
        
    font-weightbold;
        
    line-height36px;
        
    text-decorationnone;
    }
    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
        
    color#1982d1;
    }
    #site-description {
        
    color#7a7a7a;
        
    font-size14px;
        
    margin0 270px 3.65625em 0;
    }
    #branding img {
        
    heightauto;
        
    margin-bottom: -7px;
        
    width100%;
    }


    /* =Menu
    -------------------------------------------------------------- */

    #access {
        
    background#222; /* Show a solid color for older browsers */
        
    background: -moz-linear-gradient(#252525, #0a0a0a);
        
    background: -o-linear-gradient(#252525, #0a0a0a);
        
    background: -webkit-gradient(linear00%, 0100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
        
    background: -webkit-linear-gradient(#252525, #0a0a0a);
        
    -webkit-box-shadowrgba(0000.40px 1px 2px;
        -
    moz-box-shadowrgba(0000.40px 1px 2px;
        
    box-shadowrgba(0000.40px 1px 2px;
        
    clearboth;
        
    displayblock;
        
    floatleft;
        
    margin0 auto 6px;
        
    width100%;
    }
    #access ul {
        
    font-size13px;
        list-
    stylenone;
        
    margin0 0 0 -0.8125em;
        
    padding-left0;
    }
    #access li {
        
    floatleft;
        
    positionrelative;
    }
    #access a {
        
    color#eee;
        
    displayblock;
        
    line-height3.333em;
        
    padding0 1.2125em;
        
    text-decorationnone;
    }
    #access ul ul {
        
    -moz-box-shadow0 3px 3px rgba(0,0,0,0.2);
        -
    webkit-box-shadow0 3px 3px rgba(0,0,0,0.2);
        
    box-shadow0 3px 3px rgba(0,0,0,0.2);
        
    displaynone;
        
    floatleft;
        
    margin0;
        
    positionabsolute;
        
    top3.333em;
        
    left0;
        
    width188px;
        
    z-index99999;
    }
    #access ul ul ul {
        
    left100%;
        
    top0;
    }
    #access ul ul a {
        
    background#f9f9f9;
        
    border-bottom1px dotted #ddd;
        
    color#444;
        
    font-size13px;
        
    font-weightnormal;
        
    heightauto;
        
    line-height1.4em;
        
    padding10px 10px;
        
    width168px;
    }
    #access li:hover > a,
    #access ul ul :hover > a,
    #access a:focus {
        
    background#efefef;
    }
    #access li:hover > a,
    #access a:focus {
        
    background#f9f9f9; /* Show a solid color for older browsers */
        
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
        
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
        
    background: -webkit-gradient(linear00%, 0100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
        
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
        
    color#373737;
    }
    #access ul li:hover > ul {
        
    displayblock;
    }
    #access .current-menu-item > a,
    #access .current-menu-ancestor > a,
    #access .current_page_item > a,
    #access .current_page_ancestor > a {
        
    font-weightbold;
    }

    /* Search Form */
    #branding #searchform {
        
    positionabsolute;
        
    top3.8em;
        
    right7.6%;
        
    text-alignright;
    }
    #branding #searchform div {
        
    margin0;
    }
    #branding #s {
        
    floatright;
        -
    webkit-transition-duration400ms;
        -
    webkit-transition-propertywidthbackground;
        -
    webkit-transition-timing-function: ease;
        -
    moz-transition-duration400ms;
        -
    moz-transition-propertywidthbackground;
        -
    moz-transition-timing-function: ease;
        -
    o-transition-duration400ms;
        -
    o-transition-propertywidthbackground;
        -
    o-transition-timing-function: ease;
        
    width72px;
    }
    #branding #s:focus {
        
    background-color#f9f9f9;
        
    width196px;
    }
    #branding #searchsubmit {
        
    displaynone;
    }
    #branding .only-search #searchform {
        
    top5px;
        
    z-index1;
    }
    #branding .only-search #s {
        
    background-color#666;
        
    border-color#000;
        
    color#222;
    }
    #branding .only-search #s,
    #branding .only-search #s:focus {
        
    width85%;
    }
    #branding .only-search #s:focus {
        
    background-color#bbb;
    }
    #branding .with-image #searchform {
        
    topauto;
        
    bottom: -27px;
        
    max-width195px;
    }
    #branding .only-search + #access div {
        
    padding-right205px;
    }


    /* =Content
    ----------------------------------------------- */

    #main {
        
    clearboth;
        
    padding1.625em 0 0;
    }
    .
    page-title {
        
    color#666;
        
    font-size10px;
        
    font-weight500;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    margin0 0 2.6em;
        
    text-transformuppercase;
    }
    .
    page-title a {
        
    font-size12px;
        
    font-weightbold;
        
    letter-spacing0;
        
    text-transformnone;
    }
    .
    hentry,
    .
    no-results {
        
    border-bottom1px solid #ddd;
        
    margin0 0 1.625em;
        
    padding0 0 1.625em;
        
    positionrelative;
    }
    .
    hentry:last-child,
    .
    no-results {
        
    border-bottomnone;
    }
    .
    blog .sticky .entry-header .entry-meta {
        
    cliprect(1px 1px 1px 1px); /* IE6, IE7 */
        
    cliprect(1px1px1px1px);
        
    positionabsolute !important;
    }
    .
    entry-title,
    .
    entry-header .entry-meta {
        
    padding-right76px;
    }
    .
    entry-title {
        
    clearboth;
        
    color#222;
        
    font-size26px;
        
    font-weightbold;
        
    line-height1.5em;
        
    padding-bottom.3em;
        
    padding-top15px;
    }
    .
    entry-title,
    .
    entry-title a {
        
    color#222;
        
    text-decorationnone;
    }
    .
    entry-title a:hover,
    .
    entry-title a:focus,
    .
    entry-title a:active {
        
    color#1982d1;
    }
    .
    entry-meta {
        
    color#666;
        
    clearboth;
        
    font-size12px;
        
    line-height18px;
    }
    .
    entry-meta a {
        
    font-weightbold;
    }
    .
    single-author .entry-meta .by-author {
        
    displaynone;
    }
    .
    entry-content,
    .
    entry-summary {
        
    padding1.625em 0 0;
    }
    .
    entry-content h1,
    .
    entry-content h2,
    .
    comment-content h1,
    .
    comment-content h2 {
        
    color#000;
        
    font-weightbold;
        
    margin0 0 .8125em;
    }
    .
    entry-content h3,
    .
    comment-content h3 {
        
    font-size10px;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    text-transformuppercase;
    }
    .
    entry-content table,
    .
    comment-content table {
        
    border-bottom1px solid #ddd;
        
    margin0 0 1.625em;
        
    width100%;
    }
    .
    entry-content th,
    .
    comment-content th {
        
    color#666;
        
    font-size10px;
        
    font-weight500;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    text-transformuppercase;
    }
    .
    entry-content td,
    .
    comment-content td {
        
    border-top1px solid #ddd;
        
    padding6px 10px 6px 0;
    }
    .
    entry-content #s {
        
    width75%;
    }
    .
    comment-content ul,
    .
    comment-content ol {
        
    margin-bottom1.625em;
    }
    .
    comment-content ul ul,
    .
    comment-content ol ol,
    .
    comment-content ul ol,
    .
    comment-content ol ul {
        
    margin-bottom0;
    }
    dl.gallery-item {
        
    margin0;
    }
    .
    page-link {
        
    clearboth;
        
    displayblock;
        
    margin0 0 1.625em;
    }
    .
    page-link a {
        
    background#eee;
        
    color#373737;
        
    margin0;
        
    padding2px 3px;
        
    text-decorationnone;
    }
    .
    page-link a:hover {
        
    background#888;
        
    color#fff;
        
    font-weightbold;
    }
    .
    page-link span {
        
    margin-right6px;
    }
    .
    entry-meta .edit-link a,
    .
    commentlist .edit-link a {
        
    background#eee;
        
    -moz-border-radius3px;
        
    border-radius3px;
        
    color#666;
        
    floatright;
        
    font-size12px;
        
    line-height1.5em;
        
    font-weight300;
        
    text-decorationnone;
        
    padding0 8px;
    }
    .
    entry-meta .edit-link a:hover,
    .
    commentlist .edit-link a:hover {
        
    background#888;
        
    color#fff;
    }
    .
    entry-content .edit-link {
        
    clearboth;
        
    displayblock;
    }

    /* Images */
    .entry-content img,
    .
    comment-content img,
    .
    widget img {
        
    max-width97.5%; /* Fluid images for posts, comments, and widgets */
    }
    img[class*="align"],
    img[class*="wp-image-"],
    img[class*="attachment-"] {
        
    heightauto/* Make sure images with WordPress-added height and width attributes are scaled correctly */
    }
    img.size-full,
    img.size-large {
        
    max-width97.5%;
        
    widthauto/* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
        
    heightauto/* Make sure images with WordPress-added height and width attributes are scaled correctly */
    }
    .
    entry-content img.wp-smiley {
        
    bordernone;
        
    margin-bottom0;
        
    margin-top0;
        
    padding0;
    }
    img.alignleft,
    img.alignright,
    img.aligncenter {
        
    margin-bottom1.625em;
    }
    p img,
    .
    wp-caption {
        
    margin-top0.4em;
    }
    .
    wp-caption {
        
    background#eee;
        
    margin-bottom1.625em;
        
    max-width96%;
        
    padding9px;
    }
    .
    wp-caption img {
        
    displayblock;
        
    margin0 auto;
        
    max-width98%;
    }
    .
    wp-caption .wp-caption-text,
    .
    gallery-caption {
        
    color#666;
        
    font-familyGeorgiaserif;
        
    font-size12px;
    }
    .
    wp-caption .wp-caption-text {
        
    margin-bottom0.6em;
        
    padding10px 0 5px 40px;
        
    positionrelative;
    }
    .
    wp-caption .wp-caption-text:before {
        
    color#666;
        
    content'\2014';
        
    font-size14px;
        
    font-stylenormal;
        
    font-weightbold;
        
    margin-right5px;
        
    positionabsolute;
        
    left10px;
        
    top7px;
    }
    #content .gallery {
        
    margin0 auto 1.625em;
    }
    #content .gallery a img {
        
    bordernone;
    }
    img#wpstats {
        
    displayblock;
        
    margin0 auto 1.625em;
    }
    #content .gallery-columns-4 .gallery-item {
        
    width23%;
        
    padding-right2%;
    }
    #content .gallery-columns-4 .gallery-item img {
        
    width100%;
        
    heightauto;
    }

    /* Image borders */
    img[class*="align"],
    img[class*="wp-image-"],
    #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
        
    border1px solid #ddd;
        
    padding6px;
    }
    .
    wp-caption img {
        
    border-color#eee;
    }
    a:focus img[class*="align"],
    a:hover img[class*="align"],
    a:active img[class*="align"],
    a:focus img[class*="wp-image-"],
    a:hover img[class*="wp-image-"],
    a:active img[class*="wp-image-"],
    #content .gallery .gallery-icon a:focus img,
    #content .gallery .gallery-icon a:hover img,
    #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
        
    background#eee;
        
    border-color#bbb;
    }
    .
    wp-caption a:focus img,
    .
    wp-caption a:active img,
    .
    wp-caption a:hover img {/* ... including captioned images! */
        
    background#fff;
        
    border-color#ddd;
    }

    /* Make sure embeds and iframes fit their containers */
    embed,
    iframe,
    object {
        
    max-width100%;
    }

    /* Password Protected Posts */
    .post-password-required .entry-header .comments-link {
        
    margin1.625em 0 0;
    }
    .
    post-password-required input[type=password] {
        
    margin0.8125em 0;
    }
    .
    post-password-required input[type=password]:focus {
        
    background#f7f7f7;
    }

    /* Author Info */
    #author-info {
        
    font-size12px;
        
    overflowhidden;
    }
    .
    singular #author-info {
        
    background#f9f9f9;
        
    border-top1px solid #ddd;
        
    border-bottom1px solid #ddd;
        
    margin2.2em -35.6-35.4%;
        
    padding20px 35.4%;
    }
    .
    archive #author-info {
        
    border-bottom1px solid #ddd;
        
    margin0 0 2.2em;
        
    padding0 0 2.2em;
    }
    #author-avatar {
        
    floatleft;
        
    margin-right: -78px;
    }
    #author-avatar img {
        
    background#fff;
        
    -moz-border-radius3px;
        
    border-radius3px;
        -
    webkit-box-shadow0 1px 2px #bbb;
        
    -moz-box-shadow0 1px 2px #bbb;
        
    box-shadow0 1px 2px #bbb;
        
    padding3px;
    }
    #author-description {
        
    floatleft;
        
    margin-left108px;
    }
    #author-description h2 {
        
    color#000;
        
    font-size15px;
        
    font-weightbold;
        
    margin5px 0 10px;
    }

    /* Comments link */
    .entry-header .comments-link a {
        
    background#eee url(images/comment-bubble.png) no-repeat;
        
    color#666;
        
    font-size13px;
        
    font-weightnormal;
        
    line-height35px;
        
    overflowhidden;
        
    padding0 0 0;
        
    positionabsolute;
        
    top1.5em;
        
    right0;
        
    text-aligncenter;
        
    text-decorationnone;
        
    width43px;
        
    height36px;
    }
    .
    entry-header .comments-link a:hover,
    .
    entry-header .comments-link a:focus,
    .
    entry-header .comments-link a:active {
        
    background-color#1982d1;
        
    color#fff;
        
    colorrgba(255,255,255,0.8);
    }
    .
    entry-header .comments-link .leave-reply {
        
    visibilityhidden;
    }

    /*
    Post Formats Headings
    To hide the headings, display: none the ".entry-header .entry-format" selector,
    and remove the padding rules below.
    */
    .entry-header .entry-format {
        
    color#666;
        
    font-size10px;
        
    font-weight500;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    positionabsolute;
        
    text-transformuppercase;
        
    top: -5px;
    }
    .
    entry-header hgroup .entry-title {
        
    padding-top15px;
    }
    article.format-aside .entry-content,
    article.format-link .entry-content,
    article.format-status .entry-content {
        
    padding20px 0 0;
    }
    article.format-status .entry-content {
        
    min-height65px;
    }
    .
    recent-posts .entry-header .entry-format {
        
    displaynone;
    }
    .
    recent-posts .entry-header hgroup .entry-title {
        
    padding-top0;
    }

    /* Singular content styles for Posts and Pages */
    .singular .hentry {
        
    border-bottomnone;
        
    padding4.875em 0 0;
        
    positionrelative;
    }
    .
    singular.page .hentry {
        
    padding3.5em 0 0;
    }
    .
    singular .entry-title {
        
    color#000;
        
    font-size36px;
        
    font-weightbold;
        
    line-height48px;
    }
    .
    singular .entry-title,
    .
    singular .entry-header .entry-meta {
        
    padding-right0;
    }
    .
    singular .entry-header .entry-meta {
        
    positionabsolute;
        
    top0;
        
    left0;
    }
    blockquote.pull {
        
    font-size21px;
        
    font-weightbold;
        
    line-height1.6125em;
        
    margin0 0 1.625em;
        
    text-aligncenter;
    }
    .
    singular blockquote.pull {
        
    margin-22.251.625em;
    }
    .
    pull.alignleft {
        
    margin0 1.625em 0 0;
        
    text-alignright;
    }
    .
    singular .pull.alignleft {
        
    margin0 1.625em 0 -22.25%;
    }
    .
    pull.alignright {
        
    margin0 0 0 1.625em;
        
    text-alignleft;
    }
    blockquote.pull.alignleft,
    blockquote.pull.alignright {
        
    width33%;
    }
    .
    singular .pull.alignright {
        
    margin-22.250 1.625em;
    }
    .
    singular blockquote.pull.alignleft,
    .
    singular blockquote.pull.alignright {
        
    width33%;
    }
    .
    singular .entry-meta .edit-link a {
        
    bottomauto;
        
    left50px;
        
    positionabsolute;
        
    rightauto;
        
    top80px;
    }


    /* =Aside
    ----------------------------------------------- */

    .format-aside .entry-title,
    .
    format-aside .entry-header .comments-link {
        
    displaynone;
    }
    .
    singular .format-aside .entry-title {
        
    displayblock;
    }
    .
    format-aside .entry-content {
        
    padding0;
    }
    .
    singular .format-aside .entry-content {
        
    padding1.625em 0 0;
    }


    /* =Link
    ----------------------------------------------- */

    .format-link .entry-title,
    .
    format-link .entry-header .comments-link {
        
    displaynone;
    }
    .
    singular .format-link .entry-title {
        
    displayblock;
    }
    .
    format-link .entry-content {
        
    padding0;
    }
    .
    singular .format-link .entry-content {
        
    padding1.625em 0 0;
    }


    /* =Gallery
    ----------------------------------------------- */

    .format-gallery .gallery-thumb {
        
    floatleft;
        
    displayblock;
        
    margin.375em 1.625em 0 0;
    }


    /* =Status
    ----------------------------------------------- */

    .format-status .entry-title,
    .
    format-status .entry-header .comments-link {
        
    displaynone;
    }
    .
    singular .format-status .entry-title {
        
    displayblock;
    }
    .
    format-status .entry-content {
        
    padding0;
    }
    .
    singular .format-status .entry-content {
        
    padding1.625em 0 0;
    }
    .
    format-status img.avatar {
        -
    moz-border-radius3px;
        
    border-radius3px;
        -
    webkit-box-shadow0 1px 2px #ccc;
        
    -moz-box-shadow0 1px 2px #ccc;
        
    box-shadow0 1px 2px #ccc;
        
    floatleft;
        
    margin4px 10px 2px 0;
        
    padding0;
    }


    /* =Quote
    ----------------------------------------------- */

    .format-quote blockquote {
        
    color#555;
        
    font-size17px;
        
    margin0;
    }


    /* =Image
    ----------------------------------------------- */

    .indexed.format-image .entry-header {
        
    min-height61px/* Prevent the comment icon from colliding with the image when there is no title */
    }
    .
    indexed.format-image .entry-content {
        
    padding-top0.5em;
    }
    .
    indexed.format-image .entry-content p {
        
    margin1em 0;
    }
    .
    indexed.format-image .entry-content p:first-child,
    .
    indexed.format-image .entry-content p:first-child a,
    .
    indexed.format-image .entry-content p:first-child img {
        
    displayblock;
        
    margin0;
    }
    .
    indexed.format-image .entry-content .wp-caption .wp-caption-text {
        
    margin0;
        
    padding-bottom1em;
    }
    .
    indexed.format-image footer.entry-meta {
        
    background#ddd;
        
    overflowhidden;
        
    padding4%;
        
    max-width96%;
    }
    .
    indexed.format-image div.entry-meta {
        
    displayinline-block;
        
    floatleft;
        
    width35%;
    }
    .
    indexed.format-image div.entry-meta div.entry-meta {
        
    floatnone;
        
    width65%;
    }
    .
    indexed.format-image .entry-meta span.cat-links,
    .
    indexed.format-image .entry-meta span.tag-links,
    .
    indexed.format-image .entry-meta span.comments-link {
        
    displayblock;
    }
    .
    indexed.format-image footer.entry-meta a {
        
    color#444;
    }
    .
    indexed.format-image footer.entry-meta a:hover {
        
    color#fff;
    }
    #content .indexed.format-image img {
        
    bordernone;
        
    max-width100%;
        
    padding0;
    }
    .
    indexed.format-image .wp-caption {
        
    background#111;
        
    margin-bottom0;
        
    max-width96%;
        
    padding220;
    }
    .
    indexed.format-image .wp-caption .wp-caption-text {
        
    color#ddd;
    }
    .
    indexed.format-image .wp-caption .wp-caption-text:before {
        
    color#444;
    }
    .
    indexed.format-image a:hover img {
        
    opacity0.8;
    }


    /* =error404
    ----------------------------------------------- */

    .error404 #main #searchform {
        
    background#f9f9f9;
        
    border1px solid #ddd;
        
    border-width1px 0;
        
    margin-8.91.625em;
        
    overflowhidden;
        
    padding1.625em 8.9%;
    }
    .
    error404 #main #s {
        
    width95%;
    }
    .
    error404 #main .widget {
        
    clearnone;
        
    floatleft;
        
    margin-right3.7%;
        
    width30.85%;
    }
    .
    error404 #main .widget_archive {
        
    margin-right0;
    }
    .
    error404 #main .widget_tag_cloud {
        
    floatnone;
        
    margin-right0;
        
    width100%;
    }
    .
    error404 .widgettitle {
        
    font-size10px;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    text-transformuppercase;
    }


    /* =Showcase
    ----------------------------------------------- */

    h1.showcase-heading {
        
    color#666;
        
    font-size10px;
        
    font-weight500;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    text-transformuppercase;
    }

    /* Intro */
    article.intro {
        
    background#f9f9f9;
        
    border-bottomnone;
        
    margin: -1.855em -8.91.625em;
        
    padding0 8.9%;
    }
    article.intro .entry-title {
        
    displaynone;
    }
    article.intro .entry-content {
        
    color#111;
        
    font-size16px;
        
    padding1.625em 0 0.625em;
    }
    article.intro .edit-link a {
        
    background#aaa;
        
    -moz-border-radius3px;
        
    border-radius3px;
        
    color#fff;
        
    font-size12px;
        
    padding0 8px;
        
    positionabsolute;
        
    top30px;
        
    right20px;
        
    text-decorationnone;
    }
    article.intro .edit-link a:hover,
    article.intro .edit-link a:focus,
    article.intro .edit-link a:active {
        
    background#777;
    }

    /* Featured post */
    section.featured-post {
        
    floatleft;
        
    margin: -1.625em -8.91.625em;
        
    padding1.625em 8.90;
        
    positionrelative;
        
    width100%;
    }
    section.featured-post .hentry {
        
    bordernone;
        
    color#666;
        
    margin0;
    }
    section.featured-post .entry-meta {
        
    cliprect(1px 1px 1px 1px); /* IE6, IE7 */
        
    cliprect(1px1px1px1px);
        
    positionabsolute !important;
    }

    /* Small featured post */
    section.featured-post .attachment-small-feature {
        
    floatright;
        
    heightauto;
        
    margin-8.91.625em 0;
        
    max-width59%;
        
    positionrelative;
        
    right: -15px;
    }
    section.featured-post.small {
        
    padding-top0;
    }
    section.featured-post .attachment-small-feature:hover,
    section.featured-post .attachment-small-feature:focus,
    section.featured-post .attachment-small-feature:active {
        
    opacity.8;
    }
    article.feature-image.small {
        
    floatleft;
        
    margin0 0 1.625em;
        
    width45%;
    }
    article.feature-image.small .entry-title {
        
    line-height1.2em;
    }
    article.feature-image.small .entry-summary {
        
    color#555;
        
    font-size13px;
    }
    article.feature-image.small .entry-summary p a {
        
    background#222;
        
    color#eee;
        
    displayblock;
        
    left: -23.8%;
        
    padding9px 26px 9px 85px;
        
    positionrelative;
        
    text-decorationnone;
        
    top20px;
        
    width180px;
        
    z-index1;
    }
    article.feature-image.small .entry-summary p a:hover {
        
    background#1982d1;
        
    color#eee;
        
    colorrgba(255,255,255,0.8);
    }

    /* Large featured post */
    section.feature-image.large {
        
    bordernone;
        
    max-height288px;
        
    padding0;
        
    width100%;
    }
    section.feature-image.large .showcase-heading {
        
    displaynone;
    }
    section.feature-image.large .hentry {
        
    border-bottomnone;
        
    left9%;
        
    margin1.625em 90 0;
        
    positionabsolute;
        
    top0;
    }
    article.feature-image.large .entry-title a {
        
    background#222;
        
    backgroundrgba(0,0,0,0.8);
        -
    moz-border-radius3px;
        
    border-radius3px;
        
    color#fff;
        
    displayinline-block;
        
    font-weight300;
        
    padding.2em 20px;
    }
    section.feature-image.large:hover .entry-title a,
    section.feature-image.large .entry-title:hover a {
        
    background#eee;
        
    backgroundrgba(255,255,255,0.8);
        
    color#222;
    }
    article.feature-image.large .entry-summary {
        
    displaynone;
    }
    section.feature-image.large img {
        
    displayblock;
        
    heightauto;
        
    max-width117.9%;
        
    padding0 0 6px;
    }

    /* Featured Slider */
    .featured-posts {
        
    border-bottom1px solid #ddd;
        
    displayblock;
        
    height328px;
        
    margin1.625em -8.920px;
        
    max-width1000px;
        
    padding0;
        
    positionrelative;
        
    overflowhidden;
    }
    .
    featured-posts .showcase-heading {
        
    padding-left8.9%;
    }
    .
    featured-posts section.featured-post {
        
    background#fff;
        
    height288px;
        
    left0;
        
    margin0;
        
    positionabsolute;
        
    top30px;
        
    widthauto;
    }
    .
    featured-posts section.featured-post.large {
        
    max-width100%;
        
    overflowhidden;
    }
    .
    featured-posts section.featured-post {
        -
    webkit-transition-duration200ms;
        -
    webkit-transition-propertyopacityvisibility;
        -
    webkit-transition-timing-function: ease;
        -
    moz-transition-duration200ms;
        -
    moz-transition-propertyopacityvisibility;
        -
    moz-transition-timing-function: ease;
    }
    .
    featured-posts section.featured-post {
        
    opacity0;
        
    visibilityhidden;
    }
    .
    featured-posts #featured-post-1 {
        
    opacity1;
        
    visibilityvisible;
    }
    .
    featured-post .feature-text:after,
    .
    featured-post .feature-image.small:after {
        
    content' ';
        
    background: -moz-linear-gradient(toprgba(255,255,255,00%, rgba(255,255,255,1100%); /* FF3.6+ */
        
    background: -webkit-gradient(linearleft topleft bottomcolor-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        
    background: -webkit-linear-gradient(toprgba(255,255,255,00%,rgba(255,255,255,1100%); /* Chrome10+,Safari5.1+ */
        
    background: -o-linear-gradient(toprgba(255,255,255,00%,rgba(255,255,255,1100%); /* Opera11.10+ */
        
    background: -ms-linear-gradient(toprgba(255,255,255,00%,rgba(255,255,255,1100%); /* IE10+ */
        
    filterprogid:DXImageTransform.Microsoft.gradientstartColorstr='#00ffffff'endColorstr='#ffffff',GradientType=); /* IE6-9 */
        
    backgroundlinear-gradient(toprgba(255,255,255,00%,rgba(255,255,255,1100%); /* W3C */
        
    width100%;
        
    height45px;
        
    positionabsolute;
        
    top230px;
    }
    .
    featured-post .feature-image.small:after {
        
    top253px;
    }
    #content .feature-slider {
        
    top5px;
        
    right8.9%;
        
    overflowvisible;
        
    positionabsolute;
    }
    .
    feature-slider ul {
        list-
    style-typenone;
        
    margin0;
    }
    .
    feature-slider li {
        
    floatleft;
        
    margin0 6px;
    }
    .
    feature-slider a {
        
    background#3c3c3c;
        
    backgroundrgba(60,60,60,0.9);
        -
    moz-border-radius12px;
        
    border-radius12px;
        -
    webkit-box-shadowinset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
        -
    moz-box-shadowinset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
        
    box-shadowinset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
        
    displayblock;
        
    width14px;
        
    height14px;
    }
    .
    feature-slider a.active {
        
    background#1982d1;
        
    -webkit-box-shadowinset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
        -
    moz-box-shadowinset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
        
    box-shadowinset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
        
    cursor: default;
        
    opacity0.5;
    }

    /* Recent Posts */
    section.recent-posts {
        
    padding0 0 1.625em;
    }
    section.recent-posts .hentry {
        
    bordernone;
        
    margin0;
    }
    section.recent-posts .other-recent-posts {
        
    border-bottom1px solid #ddd;
        
    list-stylenone;
        
    margin0;
    }
    section.recent-posts .other-recent-posts li {
        
    padding0.3125em 0;
        
    positionrelative;
    }
    section.recent-posts .other-recent-posts .entry-title {
        
    border-top1px solid #ddd;
        
    font-size17px;
    }
    section.recent-posts .other-recent-posts a[rel="bookmark"] {
        
    color#373737;
        
    floatleft;
        
    max-width84%;
    }
    section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
        
    content'-';
        
    colortransparent;
        
    font-size11px;
    }
    section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
    }
    section.recent-posts .other-recent-posts .comments-link a,
    section.recent-posts .other-recent-posts .comments-link span {
        
    border-bottom2px solid #999;
        
    bottom: -2px;
        
    color#444;
        
    displayblock;
        
    font-size10px;
        
    font-weight500;
        
    line-height2.76333em;
        
    padding0.3125em 0 0.3125em 1em;
        
    positionabsolute;
        
    right0;
        
    text-alignright;
        
    text-transformuppercase;
        
    z-index1;
    }
    section.recent-posts .other-recent-posts .comments-link span {
        
    border-color#bbb;
        
    color#888;
    }
    section.recent-posts .other-recent-posts .comments-link a:hover {
        
    color#1982d1;
        
    border-color#1982d1;
    }
    section.recent-posts .other-recent-posts li:after {
        
    clearboth;
        
    content'.';
        
    displayblock;
        
    height0;
        
    visibilityhidden;
    }


    /* =Attachments
    ----------------------------------------------- */

    .image-attachment div.attachment {
        
    background#f9f9f9;
        
    border1px solid #ddd;
        
    border-width1px 0;
        
    margin-8.91.625em;
        
    overflowhidden;
        
    padding1.625em 1.625em 0;
        
    text-aligncenter;
    }
    .
    image-attachment div.attachment img {
        
    displayblock;
        
    heightauto;
        
    margin0 auto 1.625em;
        
    max-width100%;
    }
    .
    image-attachment div.attachment a img {
        
    border-color#f9f9f9;
    }
    .
    image-attachment div.attachment a:focus img,
    .
    image-attachment div.attachment a:hover img,
    .
    image-attachment div.attachment a:active img {
        
    border-color#ddd;
        
    background#fff;
    }
    .
    image-attachment .entry-caption p {
        
    font-size10px;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    margin0 0 2.6em;
        
    text-transformuppercase;
    }


    /* =Navigation
    -------------------------------------------------------------- */

    #content nav {
        
    clearboth;
        
    overflowhidden;
        
    padding0 0 1.625em;
    }
    #content nav a {
        
    font-size12px;
        
    font-weightbold;
        
    line-height2.2em;
    }
    #nav-above {
        
    padding0 0 1.625em;
    }
    #nav-above {
        
    displaynone;
    }
    .
    paged #nav-above {
        
    displayblock;
    }
    .
    nav-previous {
        
    floatleft;
        
    width50%;
    }
    .
    nav-next {
        
    floatright;
        
    text-alignright;
        
    width50%;
    }
    #content nav .meta-nav {
        
    font-weightnormal;
    }

    /* Singular navigation */
    #nav-single {
        
    floatright;
        
    positionrelative;
        
    top: -0.3em;
        
    text-alignright;
        
    z-index1;
    }
    #nav-single .nav-previous,
    #nav-single .nav-next {
        
    widthauto;
    }
    #nav-single .nav-next {
        
    padding-left.5em;
    }
    #nav-single .nav-previous {
        
    padding-right.5em;
    }


    /* =Widgets
    ----------------------------------------------- */

    .widget-area {
        
    font-size12px;
    }
    .
    widget {
        
    clearboth;
        
    margin0 0 2.2em;
    }
    .
    widget-title {
        
    color#666;
        
    font-size10px;
        
    font-weight500;
        
    letter-spacing0.1em;
        
    line-height2.6em;
        
    text-transformuppercase;
    }
    .
    widget ul {
        
    font-size15px;
        
    margin0;
    }
    .
    widget ul ul {
        
    margin-left1.5em;
    }
    .
    widget ul li {
        
    color#777;
        
    font-size13px;
    }
    .
    widget a {
        
    font-weightbold;
        
    text-decorationnone;
    }
    .
    widget a:hover,
    .
    widget a:focus,
    .
    widget a:active {
        
    text-decorationunderline;
    }

    /* Search Widget */
    .widget_search form {
        
    margin0 0 1.625em;
    }
    .
    widget_search #s {
        
    width77%;
    }
    .
    widget_search #searchsubmit {
        
    background#ddd;
        
    border1px solid #ccc;
        
    -webkit-box-shadowinset 0px -1px 1px rgba(0000.09);
        -
    moz-box-shadowinset 0px -1px 1px rgba(0000.09);
        
    box-shadowinset 0px -1px 1px rgba(0000.09);
        
    color#888;
        
    font-size13px;
        
    line-height25px;
        
    positionrelative;
        
    top: -2px;
    }
    .
    widget_search #searchsubmit:active {
        
    background#1982d1;
        
    border-color#0861a5;
        
    -webkit-box-shadowinset 0px 1px 1px rgba(0000.1);
        -
    moz-box-shadowinset 0px 1px 1px rgba(0000.1);
        
    box-shadowinset 0px 1px 1px rgba(0000.1);
        
    color#bfddf3;
    }

    /* Ephemera Widget */
    section.ephemera ol,
    .
    widget_twentyeleven_ephemera ol {
        list-
    stylesquare;
        
    margin5px 0 0;
    }
    .
    widget_twentyeleven_ephemera .widget-entry-title {
        
    font-size15px;
        
    font-weightbold;
        
    padding0;
    }
    .
    widget_twentyeleven_ephemera .comments-link a,
    .
    widget_twentyeleven_ephemera .comments-link span {
        
    color#666;
        
    displayblock;
        
    font-size10px;
        
    font-weight500;
        
    line-height2.76333em;
        
    text-transformuppercase;
    }
    section.ephemera .entry-title .comments-link a:hover,
    .
    widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
    }
    section.ephemera .entry-title a span {
        
    color#29628d;
    }

    /* Twitter */
    .widget_twitter li {
        list-
    style-typenone;
        
    margin-bottom14px;
    }
    .
    widget_twitter .timesince {
        
    displayblock;
        
    font-size11px;
        
    margin-right: -10px;
        
    text-alignright;
    }

    /* Widget Image */
    .widget_image img {
        
    border0;
        
    padding0;
        
    heightauto;
        
    max-width100%;
    }

    /* Calendar Widget */

    .widget_calendar #wp-calendar {
        
    color#555;
        
    width95%;
        
    text-aligncenter;
    }
    .
    widget_calendar #wp-calendar caption,
    .widget_calendar #wp-calendar td,
    .widget_calendar #wp-calendar th {
        
    text-aligncenter;
    }
    .
    widget_calendar #wp-calendar caption {
        
    font-size11px;
        
    font-weight500;
        
    padding5px 0 3px 0;
        
    text-transformuppercase;
    }
    .
    widget_calendar #wp-calendar th {
        
    background#f4f4f4;
        
    border-top1px solid #ccc;
        
    border-bottom1px solid #ccc;
        
    font-weightbold;
    }
    .
    widget_calendar #wp-calendar tfoot td {
        
    background#f4f4f4;
        
    border-top1px solid #ccc;
        
    border-bottom1px solid #ccc;
    }


    /* =Comments
    ----------------------------------------------- */

    #comments-title {
        
    color#666;
        
    font-size10px;
        
    font-weight500;
        
    line-height2.6em;
        
    padding0 0 2.6em;
        
    text-transformuppercase;
    }
    .
    nopassword,
    .
    nocomments {
        
    color#aaa;
        
    font-size24px;
        
    font-weight100;
        
    margin26px 0;
        
    text-aligncenter;
    }
    .
    commentlist {
        list-
    stylenone;
        
    margin0 auto;
        
    width68.9%;
    }
    .
    content .commentlist,
    .
    page-template-sidebar-page-php .commentlist {
        
    width100%; /* reset the width for the one-column and sidebar page layout */
    }
    .
    commentlist li.comment {
        
    background#f6f6f6;
        
    border1px solid #ddd;
        
    -moz-border-radius3px;
        
    border-radius3px;
        
    margin0 0 1.625em;
        
    padding1.625em;
        
    positionrelative;
    }
    .
    commentlist .pingback {
        
    margin0 0 1.625em;
        
    padding0 1.625em;
    }
    .
    commentlist .children {
        list-
    stylenone;
        
    margin0;
    }
    .
    commentlist .children li.comment {
        
    background#fff;
        
    border-left1px solid #ddd;
        
    -moz-border-radius0 3px 3px 0;
        
    border-radius0 3px 3px 0;
        
    margin1.625em 0 0;
        
    padding1.625em;
        
    positionrelative;
    }
    .
    commentlist .children li.comment .fn {
        
    displayblock;
    }
    .
    comment-meta .fn {
        
    font-stylenormal;
    }
    .
    comment-meta {
        
    color#666;
        
    font-size12px;
        
    line-height2.2em;
    }
    .
    commentlist .children li.comment .comment-meta {
        
    line-height1.625em;
        
    margin-left50px;
    }
    .
    commentlist .children li.comment .comment-content {
        
    margin1.625em 0 0;
    }
    .
    comment-meta a {
        
    font-weightbold;
    }
    .
    comment-meta a:focus,
    .
    comment-meta a:active,
    .
    comment-meta a:hover {
    }
    .
    commentlist .avatar {
        -
    moz-border-radius3px;
        
    border-radius3px;
        -
    webkit-box-shadow0 1px 2px #ccc;
        
    -moz-box-shadow0 1px 2px #ccc;
        
    box-shadow0 1px 2px #ccc;
        
    left: -102px;
        
    padding0;
        
    positionabsolute;
        
    top0;
    }
    .
    commentlist li:before {
        
    contenturl(images/comment-arrow.png);
        
    left: -21px;
        
    positionabsolute;
    }
    .
    commentlist li.pingback:before {
        
    content'';
    }
    .
    commentlist .children .avatar {
        
    backgroundnone;
        -
    webkit-box-shadownone;
        -
    moz-box-shadownone;
        
    box-shadownone;
        
    left2.2em;
        
    padding0;
        
    top2.2em;
    }
    a.comment-reply-link {
        
    background#eee;
        
    -moz-border-radius3px;
        
    border-radius3px;
        
    color#666;
        
    displayinline-block;
        
    font-size12px;
        
    padding0 8px;
        
    text-decorationnone;
    }
    a.comment-reply-link:hover,
    a.comment-reply-link:focus,
    a.comment-reply-link:active {
        
    background#888;
        
    color#fff;
    }
    a.comment-reply-link span {
        
    displayinline-block;
        
    positionrelative;
        
    top: -1px;
    }

    /* Post author highlighting */
    .commentlist li.bypostauthor {
        
    background#ddd;
        
    border-color#d3d3d3;
    }
    .
    commentlist li.bypostauthor .comment-meta {
        
    color#575757;
    }
    .
    commentlist li.bypostauthor .comment-meta a:focus,
    .
    commentlist li.bypostauthor .comment-meta a:active,
    .
    commentlist li.bypostauthor .comment-meta a:hover {
    }
    .
    commentlist li.bypostauthor:before {
        
    contenturl(images/comment-arrow-bypostauthor.png);
    }

    /* Post Author threaded comments */
    .commentlist .children li.bypostauthor {
        
    background#ddd;
        
    border-color#d3d3d3;
    }

    /* sidebar-page.php comments */
    /* Make sure we have room for our comment avatars */
    .page-template-sidebar-page-php .commentlist li.comment,
    .
    page-template-sidebar-page-php.commentlist .pingback {
        
    margin-left102px;
        
    widthauto;
    }
    /* And a full-width comment form */
    .page-template-sidebar-page-php #respond {
        
    widthauto;
    }

    /* Comment Form */
    #respond {
        
    background#ddd;
        
    border1px solid #d3d3d3;
        
    -moz-border-radius3px;
        
    border-radius3px;
        
    margin0 auto 1.625em;
        
    padding1.625em;
        
    positionrelative;
        
    width68.9%;
    }
    #respond input[type="text"],
    #respond textarea {
        
    background#fff;
        
    border4px solid #eee;
        
    -moz-border-radius5px;
        
    border-radius5px;
        -
    webkit-box-shadowinset 0 1px 3px rgba(204,204,204,0.95);
        -
    moz-box-shadowinset 0 1px 3px rgba(204,204,204,0.95);
        
    box-shadowinset 0 1px 3px rgba(204,204,204,0.95);
        
    positionrelative;
        
    padding10px;
        
    text-indent80px;
    }
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url,
    #respond .comment-form-comment {
        
    positionrelative;
    }
    #respond .comment-form-author label,
    #respond .comment-form-email label,
    #respond .comment-form-url label,
    #respond .comment-form-comment label {
        
    background#eee;
        
    -webkit-box-shadow1px 2px 2px rgba(204,204,204,0.8);
        -
    moz-box-shadow1px 2px 2px rgba(204,204,204,0.8);
        
    box-shadow1px 2px 2px rgba(204,204,204,0.8);
        
    color#555;
        
    displayinline-block;
        
    font-size13px;
        
    left4px;
        
    min-width60px;
        
    padding4px 10px;
        
    positionrelative;
        
    top40px;
        
    z-index1;
    }
    #respond input[type="text"]:focus,
    #respond textarea:focus {
        
    text-indent0;
        
    z-index1;
    }
    #respond textarea {
        
    resizevertical;
        
    width95%;
    }
    #respond .comment-form-author .required,
    #respond .comment-form-email .required {
        
    color#bd3500;
        
    font-size22px;
        
    font-weightbold;
        
    left75%;
        
    positionabsolute;
        
    top45px;
        
    z-index1;
    }
    #respond .comment-notes,
    #respond .logged-in-as {
        
    font-size13px;
    }
    #respond p {
        
    margin10px 0;
    }
    #respond .form-submit {
        
    floatright;
        
    margin: -20px 0 10px;
    }
    #respond input#submit {
        
    background#222;
        
    bordernone;
        -
    moz-border-radius3px;
        
    border-radius3px;
        -
    webkit-box-shadow0px 1px 2px rgba(0,0,0,0.3);
        -
    moz-box-shadow0px 1px 2px rgba(0,0,0,0.3);
        
    box-shadow0px 1px 2px rgba(0,0,0,0.3);
        
    color#eee;
        
    cursorpointer;
        
    font-size15px;
        
    margin20px 0;
        
    padding5px 42px 5px 22px;
        
    positionrelative;
        
    left30px;
        
    text-shadow-1px 0 rgba(0,0,0,0.3);
    }
    #respond input#submit:active {
        
    background#1982d1;
        
    color#bfddf3;
    }
    #respond #cancel-comment-reply-link {
        
    color#666;
        
    margin-left10px;
        
    text-decorationnone;
    }
    #respond .logged-in-as a:hover,
    #respond #cancel-comment-reply-link:hover {
        
    text-decorationunderline;
    }
    .
    commentlist #respond {
        
    margin1.625em 0 0;
        
    widthauto;
    }
    #reply-title {
        
    color#373737;
        
    font-size24px;
        
    font-weightbold;
        
    line-height30px;
    }
    #cancel-comment-reply-link {
        
    color#888;
        
    displayblock;
        
    font-size10px;
        
    font-weightnormal;
        
    line-height2.2em;
        
    letter-spacing0.05em;
        
    positionabsolute;
        
    right1.625em;
        
    text-decorationnone;
        
    text-transformuppercase;
        
    top1.1em;
    }
    #cancel-comment-reply-link:focus,
    #cancel-comment-reply-link:active,
    #cancel-comment-reply-link:hover {
        
    color#ff4b33;
    }
    #respond label {
        
    line-height2.2em;
    }
    #respond input[type=text] {
        
    displayblock;
        
    height24px;
        
    width75%;
    }
    #respond p {
        
    font-size12px;
    }
    p.comment-form-comment {
        
    margin0;
    }
    .
    form-allowed-tags {
        
    displaynone;
    }


    /* =Footer
    ----------------------------------------------- */

    #colophon {
        
    clearboth;
    }
    #supplementary {
        
    border-top1px solid #ddd;
        
    padding1.625em 7.6%;
        
    overflowhidden;
    }

    /* Two Footer Widget Areas */
    #supplementary.two .widget-area {
        
    floatleft;
        
    margin-right3.7%;
        
    width48.1%;
    }
    #supplementary.two .widget-area + .widget-area {
        
    margin-right0;
    }

    /* Three Footer Widget Areas */
    #supplementary.three .widget-area {
        
    floatleft;
        
    margin-right3.7%;
        
    width30.85%;
    }
    #supplementary.three .widget-area + .widget-area + .widget-area {
        
    margin-right0;
    }

    /* Site Generator Line */
    #site-generator {
        
    background#f9f9f9;
        
    border-top1px solid #ddd;
        
    color#666;
        
    font-size12px;
        
    line-height2.2em;
        
    padding2.2em 0.5em;
        
    text-aligncenter;
    }
    #site-generator a {
        
    color#555;
        
    font-weightbold;
    }


    /* =Responsive Structure
    ----------------------------------------------- */

    @media (max-width800px) {
        
    /* Simplify the basic layout */
        #main #content {
            
    margin0 7.6%;
            
    widthauto;
        }
        
    #nav-below {
            
    border-bottom1px solid #ddd;
            
    margin-bottom1.625em;
        }
        
    #main #secondary {
            
    floatnone;
            
    margin0 7.6%;
            
    widthauto;
        }
        
    /* Simplify the showcase template */
        
    .page-template-showcase-php .featured-posts {
            
    min-height280px;
        }
        .
    featured-posts section.featured-post {
            
    heightauto;
        }
        .
    page-template-showcase-php section.recent-posts {
            
    floatnone;
            
    margin0;
            
    width100%;
        }
        .
    page-template-showcase-php #main .widget-area {
            
    floatnone;
            
    margin0;
            
    widthauto;
        }
        .
    page-template-showcase-php .other-recent-posts {
            
    border-bottom1px solid #ddd;
        
    }
        
    /* Simplify the showcase template when small feature */
        
    section.featured-post .attachment-small-feature,
        .
    one-column section.featured-post .attachment-small-feature {
            
    bordernone;
            
    displayblock;
            
    floatleft;
            
    heightauto;
            
    margin0.625em auto 1.025em;
            
    max-width30%;
            
    position: static;
        }
        
    article.feature-image.small {
            
    floatright;
            
    margin0 0 1.625em;
            
    width64%;
        }
        .
    one-column article.feature-image.small .entry-summary {
            
    heightauto;
        }
        
    article.feature-image.small .entry-summary p a {
            
    left0;
            
    padding-left20px;
            
    padding-right20px;
            
    widthauto;
        }
        
    /* Remove the margin on singular articles */
        
    .singular .entry-header,
        .
    singular .entry-content,
        .
    singular footer.entry-meta,
        .
    singular #comments-title {
            
    width100%;
        }
        
    /* Simplify the pullquotes and pull styles */
        
    .singular blockquote.pull {
            
    margin0 0 1.625em;
        }
        .
    singular .pull.alignleft {
            
    margin0 1.625em 0 0;
        }
        .
    singular .pull.alignright {
            
    margin0 0 0 1.625em;
        }
        .
    singular .entry-meta .edit-link a {
            
    left0;
            
    positionabsolute;
            
    top40px;
        }
        .
    singular #author-info {
            
    margin2.2em -8.80;
            
    padding20px 8.8%;
        }
        
    /* Make sure we have room for our comment avatars */
        
    .commentlist {
            
    width100%;
        }
        .
    commentlist li.comment,
        .
    commentlist .pingback {
            
    margin-left102px;
            
    widthauto;
        }
        
    /* And a full-width comment form */
        #respond {
            
    widthauto;
        }
        
    /* No need to float footer widgets at this size */
        #colophon #supplementary .widget-area {
            
    floatnone;
            
    margin-right0;
            
    widthauto;
        }
        
    /* No need to float 404 widgets at this size */
        
    .error404 #main .widget {
            
    floatnone;
            
    margin-right0;
            
    widthauto;
        }

    }
    @
    media (max-width650px) {
        
    /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
        
    bodyinputtextarea {
            
    font-size13px;
        }
        
    #site-title a {
            
    font-size24px;
        }
        
    #site-description {
            
    font-size12px;
        }
        
    #access ul {
            
    font-size12px;
        }
        
    article.intro .entry-content {
            
    font-size12px;
        }
        .
    entry-title {
            
    font-size21px;
        }
        .
    featured-post .entry-title {
            
    font-size14px;
        }
        .
    singular .entry-title {
            
    font-size28px;
        }
        .
    entry-meta {
            
    font-size12px;
        }
        
    blockquote {
            
    margin0;
        }
        
    blockquote.pull {
            
    font-size17px;
        }
        
    /* Reposition the site title and description slightly */
        #site-title {
            
    padding5.30625em 0 0;
        }
        
    #site-title,
        #site-description {
            
    margin-right0;
        }
        
    /* Make sure the logo and search form don't collide */
        #branding #searchform {
            
    top1.625em !important;
        }
        
    /* Floated content doesn't work well at this size */
        
    .alignleft,
        .
    alignright {
            
    displayblock;
            
    floatnone;
            
    margin-left0;
            
    margin-right0;
        }
        
    /* Make sure the post-post navigation doesn't collide with anything */
        #nav-single {
            
    displayblock;
            
    position: static;
        }
        .
    singular .hentry {
            
    padding1.625em 0 0;
        }
        .
    singular.page .hentry {
            
    padding1.625em 0 0;
        }
        
    /* Talking avatars take up too much room at this size */
        
    .commentlist li.comment,
        .
    commentlist li.pingback {
            
    margin-left!important;
        }
        .
    commentlist .avatar {
            
    backgroundtransparent;
            
    displayblock;
            
    padding0;
            
    position: static;
        }
        .
    commentlist .children .avatar {
            
    backgroundnone;
            
    left2.2em;
            
    padding0;
            
    positionabsolute;
            
    top2.2em;
        }
        
    /* Use the available space in the smaller comment form */
        #respond input[type="text"] {
            
    width95%;
        }
        
    #respond .comment-form-author .required,
        #respond .comment-form-email .required {
            
    left95%;
        }
        
    #content .gallery-columns-3 .gallery-item {
            
    width31%;
            
    padding-right2%;
        }
        
    #content .gallery-columns-3 .gallery-item img {
            
    width100%;
            
    heightauto;
        }

    }
    @
    media (max-width450px) {
        
    #content .gallery-columns-2 .gallery-item {
            
    width45%;
            
    padding-right4%;
        }
        
    #content .gallery-columns-2 .gallery-item img {
            
    width100%;
            
    heightauto;
        }

    }
    @
    media only screen and (min-device-width320px) and (max-device-width480px) {
        
    body {
            
    padding0;
        }
        
    #page {
            
    margin-top0;
        }
        
    #branding {
            
    border-topnone;
        }

    }


    /* =Print
    ----------------------------------------------- */

    @media print {
        
    body {
            
    backgroundnone !important;
            
    font-size10pt;
        }
        
    footer.entry-meta a[rel=bookmark]:link:after,
        
    footer.entry-meta a[rel=bookmark]:visited:after {
            
    content" [" attr(href"] "/* Show URLs */
        
    }
        
    #page {
            
    clearboth !important;
            
    displayblock !important;
            
    floatnone !important;
            
    max-width100%;
            
    positionrelative !important;
        }
        
    #branding {
            
    border-topnone !important;
            
    padding0;
        }
        
    #branding hgroup {
            
    margin0;
        }
        
    #site-title a {
            
    font-size21pt;
        }
        
    #site-description {
            
    font-size10pt;
        }
        
    #branding #searchform {
            
    displaynone;
        }
        
    #branding img {
            
    displaynone;
        }
        
    #access {
            
    displaynone;
        }
        
    #main {
            
    border-topnone;
            
    box-shadownone;
        }
        
    #primary {
            
    floatleft;
            
    margin0;
            
    width100%;
        }
        
    #content {
            
    margin0;
            
    widthauto;
        }
        .
    singular #content {
            
    margin0;
            
    width100%;
        }
        .
    singular .entry-header .entry-meta {
            
    position: static;
        }
        .
    entry-meta .edit-link a {
            
    displaynone;
        }
        
    #content nav {
            
    displaynone;
        }
        .
    singular .entry-header,
        .
    singular .entry-content,
        .
    singular footer.entry-meta,
        .
    singular #comments-title {
            
    margin0;
            
    width100%;
        }
        .
    singular .hentry {
            
    padding0;
        }
        .
    entry-title,
        .
    singular .entry-title {
            
    font-size21pt;
        }
        .
    entry-meta {
            
    font-size10pt;
        }
        .
    entry-header .comments-link {
            
    displaynone;
        }
        .
    page-link {
            
    displaynone;
        }
        .
    singular #author-info {
            
    backgroundnone;
            
    border-bottomnone;
            
    border-topnone;
            
    margin2.2em 0 0;
            
    padding0;
        }
        
    #respond {
            
    displaynone;
        }
        .
    widget-area {
            
    displaynone;
        }
        
    #colophon {
            
    displaynone;
        }

        
    /* Comments */
        
    .commentlist li.comment {
            
    backgroundnone;
            
    border1px solid #ddd;
            
    -moz-border-radius3px 3px 3px 3px;
            
    border-radius3px 3px 3px 3px;
            
    margin0 auto 1.625em;
            
    padding1.625em;
            
    positionrelative;
            
    widthauto;
        }
        .
    commentlist .avatar {
            
    height39px;
            
    left2.2em;
            
    top2.2em;
            
    width39px;
        }
        .
    commentlist li.comment .comment-meta {
            
    line-height1.625em;
            
    margin-left50px;
        }
        .
    commentlist li.comment .fn {
            
    displayblock;
        }
        .
    commentlist li.comment .comment-content {
            
    margin1.625em 0 0;
        }
        .
    commentlist .comment-edit-link {
            
    displaynone;
        }
        .
    commentlist li::before,
        .
    commentlist li.bypostauthor::before {
            
    content'';
        }
        .
    commentlist .reply {
            
    displaynone;
        }

        
    /* Post author highlighting */
        
    .commentlist li.bypostauthor {
            
    color#444;
        
    }
        .
    commentlist li.bypostauthor .comment-meta {
            
    color#666;
        
    }
        .
    commentlist li.bypostauthor:before {
            
    contentnone;
        }

        
    /* Post Author threaded comments */
        
    .commentlist .children li.bypostauthor {
            
    background#fff;
            
    border-color#ddd;
        
    }
        .
    commentlist .children li.bypostauthor article,
        .
    commentlist .children li.bypostauthor article .comment-meta {
            
    color#666;
        
    }
        .
    breadcrumb {
        
    font:bolder 12px  "Trebuchet MS"VerdanaArial;
        
    padding-bottom10px;
        }
        .
    breadcrumb a{
        
    color#1B7499;
        
    }
        .
    breadcrumb a:hover {
        
    color#EF0E0E;
        
    }

    }


    /* =IE7
    ----------------------------------------------- */

    #ie7 article.intro {
        
    margin-left: -7.6%;
        
    margin-right: -7.6%;
        
    padding-left: -7.6%;
        
    padding-right: -7.6%;
        
    max-width1000px;
    }
    #ie7 section.featured-post {
        
    margin-left: -7.6%;
        
    margin-right: -7.6%;
        
    max-width850px;
    }
    #ie7 section.recent-posts {
        
    margin-right7.6%;
    }

    /* =IE8 
    ----------------------------------------------- */ 
     
    #ie8 section.feature-image.large img { 
        
    width100%; 

    [свернуть]


    Развернуть текст

    PHP код:
    get_header(); ?>

        <div class="breadcrumb" style="width: 50%; margin: 0 auto; text-align: center;">
        <?php
        
    if(function_exists('bcn_display'))
        {
            
    bcn_display();
        }
        
    ?>
        </div>

            <div id="primary">
                <div id="content" role="main">

                    <?php while ( have_posts() ) : the_post(); ?>
     
                        <?php get_template_part'content''page' ); ?>

                        <?php comments_template''true ); ?>

                    <?php endwhile; // end of the loop. ?>

                </div><!-- #content -->
            </div><!-- #primary -->

    /**Вот сюда вставляю  <?php get_sidebar() ?>*/

    <?php get_footer(); ?>
    [свернуть]
    Последний раз редактировалось Val_; 30.06.2013 в 19:46.
    • 0
  9. WP-R.ru - магазин WP Аватар для mojwp
    • Регистрация: 13.09.2011
    • Сообщений: 841
    • Репутация: 290
    • Webmoney BL: ?
    Val_, я так понимаю, сайт у вас секретный?
    • 0
  10. Дипломник Аватар для Val_
    • Регистрация: 02.02.2013
    • Сообщений: 163
    • Репутация: 20
    mojwp, ни в коем случае!

    Развернуть текст

    www.hudei.com.ua
    [свернуть]
    • 0

Похожие темы

Темы Раздел Ответов Последний пост
Бесплатная помощь по ucoz сайтам
Создание сайтов 6 31.03.2013 14:25
Нужна не бесплатная помощь в заполнении сайта
Копирайтинг, переводы, постинг 4 22.12.2012 00:33
Бесплатная помощь в установке вики-разметки вконтакте
Услуги по SMM, SMO 4 01.02.2012 02:38
Бесплатная помощь в установке вики-разметки вконтакте
Социальные сети 1 27.01.2012 16:44
Нужна помощь (WordPress)
Web программирование 9 04.01.2012 14:00

У кого попросить инвайт?

Вы можете попросить инвайт у любого модератора:

Информеры