X   Сообщение сайта
(Сообщение закроется через 3 секунды)



 

Здравствуйте, гость (

| Вход | Регистрация )

2 страниц V   1 2 >
Открыть тему
Тема закрыта
> Не ставятся абзацы в Wordpess (главная, категории)
shaddad_mw
shaddad_mw
Topic Starter сообщение 25.5.2012, 1:13; Ответить: shaddad_mw
Сообщение #1


Не ставятся абзацы в теге more на wordpress. В полном посте абзацы прекрасно работают. Как это исправить?
0
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
sosnovskij
sosnovskij
сообщение 25.5.2012, 16:14; Ответить: sosnovskij
Сообщение #2


А как понять "в теге "more" не ставятся абзацы"? Он же одиночный тег получится. В нем ничто не может быть :)


--------------------
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
shaddad_mw
shaddad_mw
Topic Starter сообщение 25.5.2012, 16:17; Ответить: shaddad_mw
Сообщение #3


 Ну почему же тогда на моём другом блоге абзацы ставятся нормально в этом теге?
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
sosnovskij
sosnovskij
сообщение 25.5.2012, 18:14; Ответить: sosnovskij
Сообщение #4


Тег more в wordpress выглядит так

<!--more-->


Как в нем может что-то ставится? Он просто разделяет, что должно показываться в анонсе на главной, категориях, архиве и так далее.


--------------------
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
shaddad_mw
shaddad_mw
Topic Starter сообщение 27.5.2012, 15:59; Ответить: shaddad_mw
Сообщение #5


Факт в том, что на одном шаблоне абзацы ставятся, а на другом нет. Меня интересует как и где вообще это исправить?
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
sosnovskij
sosnovskij
сообщение 28.5.2012, 15:53; Ответить: sosnovskij
Сообщение #6


на одном шаблоне абзацы ставятся, а на другом нет

Что здесь имеется в виду? Что между абзацами какое-то пустое расстояние не ставится на главной, категориях и так далее? Если да, то тег "more" вообще не причем. Это в style.css надо копаться.


--------------------
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
shaddad_mw
shaddad_mw
Topic Starter сообщение 28.5.2012, 16:33; Ответить: shaddad_mw
Сообщение #7


Именно так и есть.
А на что примерно надо ориентироваться?
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
sosnovskij
sosnovskij
сообщение 28.5.2012, 18:29; Ответить: sosnovskij
Сообщение #8


[member=shaddad], ориентироваться надо на файл style.css. Он находится в папке темы.


--------------------
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
c0ns0l3
c0ns0l3
сообщение 28.5.2012, 22:40; Ответить: c0ns0l3
Сообщение #9


Не ставятся абзацы в теге more на wordpress. В полном посте абзацы прекрасно работают. Как это исправить?


Исходник кода, в котором выводится exception поста (там где типа "читать далее") и style.css в студию (можно просто линк на сайт).
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
shaddad_mw
shaddad_mw
Topic Starter сообщение 29.5.2012, 0:23; Ответить: shaddad_mw
Сообщение #10


index:
<?php get_header(); ?>
<div id="content" class="grid_9">
   <?php include_once (TEMPLATEPATH . '/title.php');?>
  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
      <article id="post-<?php the_ID(); ?>" <?php post_class('post-holder'); ?>>
        <header class="entry-header">
          <h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
          <?php $post_meta = of_get_option('post_meta'); ?>
     <?php if ($post_meta=='true' || $post_meta=='') { ?>
<div style="margin-top:14px;"></div><!--.post-meta-->
          <?php } ?>
        </header>
        <?php $post_image_size = of_get_option('post_image_size'); ?>
    <?php if($post_image_size=='' || $post_image_size=='normal'){ ?>
          <?php if(has_post_thumbnail()) {
            echo '<figure class="featured-thumbnail"><span class="img-wrap"><a href="'; the_permalink(); echo '">';
            echo the_post_thumbnail();
            echo '</a></span></figure>';
            }
          ?>
        <?php } else { ?>
          <?php if(has_post_thumbnail()) {
            echo '<figure class="featured-thumbnail large"><span class="img-wrap clearfix"><span class="f-thumb-wrap"><a href="'; the_permalink(); echo '">';
            echo the_post_thumbnail('post-thumbnail-xl');
            echo '</a></span></span></figure>';
            }
          ?>
        <?php } ?>
      
        <div class="post-content">
          <?php $post_excerpt = of_get_option('post_excerpt'); ?>
        <?php if ($post_excerpt=='true' || $post_excerpt=='') { ?>
            <div class="excerpt"><?php $content = get_the_content(); echo my_string_limit_words($content,1000);?></div>
          <?php } ?>
          <a href="<?php the_permalink() ?>" class="button"><span class="left"><span class="right"><span class="middle"><?php _e('Далее...', 'theme1469'); ?></span></span></span></a>
        </div>
      </article>
    
    <?php endwhile; else: ?>
      <div class="no-results">
    <?php echo '<p><strong>' . __('Ошибка!', 'theme1469') . '</strong></p>'; ?>
        <p><?php _e('Приносим свои извинения за предоставленные неудобства.', 'theme1469'); ?> <a href="<?php bloginfo('url'); ?>/" title="<?php bloginfo('description'); ?>"><?php _e('вернуться на главную страницу', 'theme1469'); ?></a> <?php _e('или используйте форму ниже.', 'theme1469'); ?></p>
        <?php get_search_form(); /* outputs the default Wordpress search form */ ?>
      </div><!--no-results-->
    <?php endif; ?>
  
    <?php if(function_exists('wp_pagenavi')) : ?>
   <?php wp_pagenavi(); ?>
    <?php else : ?>
      <?php if ( $wp_query->max_num_pages > 1 ) : ?>
        <nav class="oldernewer">
          <div class="older">
            <?php next_posts_link( __('&laquo; Прошлый пост', 'theme1469')) ?>
          </div><!--.older-->
          <div class="newer">
            <?php previous_posts_link(__('Следующий пост &raquo;', 'theme1469')) ?>
          </div><!--.newer-->
        </nav><!--.oldernewer-->
      <?php endif; ?>
    <?php endif; ?>
    <!-- Page navigation -->
    <?php include_once(TEMPLATEPATH . '/custom-footer.php'); ?>
</div><!--#content-->
<?php get_footer(); ?>


Файл стилей:

@charset utf-8;
/*--
Theme Name: WordPress Theme 1469
Theme URI: http://template-help.com/
Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
Author: Template_Help.com
Author URL: http://www.Template-Help.com/
--*/
/* General
---------------------------------------- */
html,
body {
min-width:960px;
height:100%;
}
body{
background:url(images/body-tail.gif) repeat center top fixed #292521;
color: #838383;
font: 100%/1.313em "trebuchet MS", Helvetica, sans-serif;
position:relative;
}
#main {
font-size:.813em;
min-height:100%;
background:url(images/main-tail.png) repeat-y left 20px;
}
.container {
margin-left:0 !important;
margin-right:0 !important;
}

/* List styling */
dl dt {
background:url(images/list-arrow.gif) no-repeat 0 3px;
padding:0 0 3px 32px;
margin-bottom:.2em;
font-size:18px;
line-height:1.2em;
color:#191919;
}
dl dd {
padding:0 0 0 32px;
margin:0 0 1.5em 0;
}

/* Header
---------------------------------------- */
#header {
position:relative;
z-index:999;
}
/* Logo */
.logo {
padding:40px 0 0 7px;
}
.logo h1,
.logo h2 {
  font-size:3em;
  line-height:1.2em;
  margin-bottom:0;
  letter-spacing:normal;
  }
  .logo h1 a,
  .logo h2 a {
   color:#222;
   text-decoration:none;
   }
.logo .tagline {
font-size:10px;
text-transform:uppercase;
}

/* Header widget */
#widget-header {
position:absolute;
right:0;
top:100px;
z-index:1;
}
.widget-header {

  }
/* Social Networks */
#widget-header .social-networks {
list-style-type:none;
padding:0;
margin:0;
border:none;
}
#widget-header .social-networks li {
  float:left;
  border:none;
  padding:0;
  margin:0 0 0 5px;
  list-style-type:none;
  height:30px;
  }
  #widget-header .social-networks li a {
   text-decoration:none;
   float:left;
   height:30px;
   display:block;
   }
  #widget-header .social-networks li a:hover {
   color:red;
   }

/* Request a quote */
.widget_my_requestquotewidget {
width:100%;
overflow:hidden;
}

.top-box {
}
  .top-box h1 {
   font-size:36px;
   margin:0 0 -4px 0;
   padding-top:43px;
   }
  .top-box .thumb {
   float:right;
   position:relative;
   width:143px;
   height:141px;
   overflow:auto;
  }
   .top-box .thumb .thumb-wrap {
    position:absolute;
    left:0;
    top:0;
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url(images/thumb.png);
    width:143px;
    height:141px;
   }
   .top-box a.thumb:hover .thumb-wrap {
    background-position:0 -141px;
   }
   .top-box .thumb img {
    margin:5px 0 0 5px;
   }
.box-text .text {
  font-size:18px;
  line-height:1.5em;
  color:white;
  font-family: 'Artifika', serif;
  letter-spacing:-1px;
  text-shadow:1px 1px 2px rgba(0,0,0,.6);
  }
.ie8 .box-text .text {
  font-size:1.43em;
}


/* Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
position:relative;
z-index:2;
}
/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
margin:   0;
padding:  0;
list-style:  none;
}
.sf-menu {
line-height: 1.0;
}
.sf-menu ul {
position:  absolute;
top:   -999em;
width:   10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width:   100%;
}
.sf-menu li:hover {
visibility:  inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float:   none;
display:block;
position:  relative;
}
.sf-menu a {
display:  block;
position:  relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left:   217px;
top:   1px; /* match top ul list item height */
z-index:  99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:   -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:   193px; /* match ul width */
top:   1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:   -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:   193px; /* match ul width */
top:   1px;
}

/* Our skin for dropdown menu */
.sf-menu {
margin-top:60px;
margin-bottom: 4em;
width:218px;
}
.sf-menu a {
text-decoration:none;
color:#302b26;
text-transform:uppercase;
font-size:18px;
font-family: 'Inconsolata', sans-serif;
height:46px;
line-height:43px;
text-shadow:1px 1px 1px rgba(0,0,0,.4);
}
.sf-menu > li {
background:url(images/menu-divider.gif) no-repeat left top;
margin-bottom:-4px;
}
.sf-menu > li:first-child {
background:none;
}
.sf-menu > li > a {
  text-align:center;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a {
  background:url(images/menu-current.gif) no-repeat left top;
  z-index:2;
}
.sf-menu li ul {
width:192px;
box-shadow:0 0 5px rgba(0,0,0,.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);
background:url(images/sub-menu.gif) repeat;
}
.sf-menu li li {
  background:url(images/sub-menu-divider.gif) repeat-x left top;
}
.sf-menu li li:first-child {
  background:none;
}
  .sf-menu li li a {
   padding-left:20px;
   height:42px;
   line-height:42px;
   color:#302b26 !important;
  }
  .sf-menu li li a:hover,
  .sf-menu li li.sfHover > a,
  .sf-menu li li.current-menu-item > a {
   background:#322b27;
   color:white !important;
  }
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
outline:  0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right:  2.25em;
min-width:  1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:  absolute;
display:  block;
right:   .75em;
top:   1.05em; /* IE6 only */
width:   10px;
height:   10px;
text-indent:  -999em;
overflow:  hidden;
background:  url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:   .8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background: url(images/shadow.png) no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}


/* Top search */
#top-search {
position:absolute;
right:0;
top:15px;
}
#top-search .input-search {
  width:160px;
  margin-right:10px;
  }
#top-search #submit {
  width:50px;
  cursor:pointer;
  padding-left:0;
  padding-right:0;
  }

/* Content
---------------------------------------- */
.primary_content_wrap {
position:relative;
z-index:1;
padding:41px 0 0 0;
}

#content {
padding:85px 0 0 0;
}
#content.left {
float:right !important;
}

.home-area .widget-content {
background:url(images/hr.gif) repeat-x left top;
padding-top:36px;
margin-top:34px;
}
.home-area .widget-content:first-child {
background:none;
padding-top:0;
margin-top:0;
}
.widget_text.widget-content {
padding-top:46px;
}
.widget_my_cyclewidget.widget-content h1 {
margin-bottom:44px;
}

/* Page */
.page {

}
#page-content {

}
#page-meta {

}


/* Comments
---------------------------------------- */
h3#comments {
padding-top:25px;
}
.commentlist {
list-style-type:none;
padding:0;
margin:0;
}
li.comment {
  list-style-type:none;
  overflow:hidden;
  padding:0;
  margin:0;
  background:none;
}
  .odd {
  
  }
  .even {
  
  }
   li.comment .comment-body {
    padding:10px 10px 25px 80px;
    position:relative;
    zoom:1;
    background:#231f1c;
    margin-bottom:10px;
    border-radius:10px;
    color:#838383;
    font-size:13px;
    }
  .author-comment {
  
  }
  .comment-author {
   padding:.5em 0 1em 0;
   color:#FFFFFF;
   }
  .comment-text {
  
  }
  .comment-meta {
   font-size:11px;
   position:absolute;
   right:20px;
   top:15px;
  }
   .comment-meta a {
    color:#fff !important;
   }
   li.comment .avatar {
    float:none;
    margin:0;
    position:absolute;
    left:15px;
    top:15px;
    vertical-align:top;
    overflow:hidden;
    }
    li.comment .avatar {
     display:block;
     vertical-align:top;
     overflow:hidden;
     }
  
    .commentlist ul.children {
     margin:10px 0 0 40px;
     }
     .commentlist ul.children li.comment {
    
      }
  
    .reply {
     position:absolute;
     right:20px;
     bottom:15px;
     }
     .reply a {
      display:inline-block;
      background:#e7d5b9;
      border-radius:5px;
      padding:3px 8px;
      color:#000 !important;
      text-shadow:1px 1px rgba(255,255,255,.5);
      text-decoration:none;
      }
     .reply a:hover {
      background:#bc2e0f;
      color:white !important;
      text-shadow:none;
      }
  
  
  .waiting-for-approval {
  
  }
#trackbacks {

}
  li.trackback {
  
  }
p#no-comments {

}
#comments-form {

}

.allowed_tags {
  background:#eee;
  padding:15px;
  font-size:11px;
  font-family:"Courier New", Courier, monospace;
  color:#666;
  }
  .allowed_tags strong {
   font-family:Tahoma, Geneva, sans-serif;
   }
  #respond {
   padding:1em 0 0 0;
   color:#838383 !important;
   font-size:13px !important;
  }
   #respond a {
    color:white !important;
   }
  .cancel-comment-reply {
    
  }

/* Post
---------------------------------------- */
.post {

}
.postContent {

}
.post-excerpt {

}

.post-holder {
margin-bottom:35px;
position:relative;
overflow:hidden;
}
/* Post header */
.post-holder .entry-header h2 {
margin-bottom:.2em;
font-size:24px;
letter-spacing: inherit;
}

.post-holder.single-post {
margin-bottom:30px;
overflow:hidden;
width:100%;
letter-spacing:normal;
}
/* Featured thumbnail */
.featured-thumbnail {
float:left;
margin:5px 20px 10px 0;
}
.featured-thumbnail .img-wrap {
  float:left;
  padding:4px;
  background:#e7d5b9;
  border:1px solid #000;
  }
.featured-thumbnail .img-wrap:hover {
  background:#bc2e0f;
  }
.featured-thumbnail.no-hover .img-wrap:hover {
  background:#e7d5b9 !important;
  }
  .featured-thumbnail img {
   float:left;
   }

/* Small thumbnail */
.featured-thumbnail.small img {
  padding:4px;
  }

/* Large thumbnail */
.featured-thumbnail.large {
  margin-right:0;
  float:none;
  overflow:hidden;
  margin-bottom:1.5em;
  }
.featured-thumbnail.large .img-wrap {
  float:none;
  display:block;
  overflow:hidden;
  }
.featured-thumbnail.large img {
  width:100%;
  height:auto;
  }
.f-thumb-wrap {
  overflow:hidden;
  width:100%;
  height:220px;
  }

/* Thumbnail with prettyphoto */
.featured-thumbnail .image-wrap[rel="prettyphoto"] {
  background:url(images/magnify.png) no-repeat 50% 50%;
  display:block;
  float:left;
  border:4px solid #e7d5b9;
  }
  .featured-thumbnail .image-wrap[rel="prettyphoto"] img {
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
   }
  .featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
   opacity:.5;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   }
  
.category-capabilities .featured-thumbnail .img-wrap {
  background:none;
  border:none;
  padding:0;
}
/* Post content */
.post-content {

}
.post-content .excerpt {
  margin-bottom:1.5em;
  }
.pagination {

}
  .pagination a {
   display:inline-block;
   padding:0 5px;
   background:#eee;
   }
/* Post footer */
.post-holder footer {
clear:both;
padding:5px 0 0 0;
}
.post-holder.single-post footer {
margin-top:20px;
}

/* Meta information for post */
.post-meta {
width:100%;
font-size:14px;
font-family: 'Inconsolata', sans-serif;
overflow:hidden;
margin-bottom:1em;
letter-spacing:-1px;
}

.post-navigation {

}

p.gravatar {
float:left;
margin-right:20px;
}

/* Post edit link */
.post-edit-link {
display:block;
position:absolute;
right:0;
top:0;
padding:2px 7px;
background:#000;
color:#fff;
font-size:10px;
text-transform:uppercase;
text-decoration:none;
border-radius:3px;
}
.post-edit-link:hover {
background:#666;
}

/* Image styling */
.alignleft {
float:left;
margin:0 20px 10px 0;
padding:5px;
background:#e7d5b9;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.alignright {
float:right;
margin:0 0 10px 20px;
padding:5px;
background:#e7d5b9;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.aligncenter {
text-align:center;
margin:0 auto;
padding:5px;
background:#e7d5b9;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
article .post-content img {
max-width:710px;
}
.frame {
padding:7px;
background:#fff;
border:1px solid #dbdbdb;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-align:center;
}
.frame img.alignleft,
.frame img.alignright{
margin:0;
padding:0;
border:none;
}

/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border:none;
background:#e7d5b9;
padding:0;
width:25px;
height:25px;
line-height:25px;
text-align:center;
border-radius:5px;
margin-right:5px;
display:inline-block;
color:black;
box-shadow:0 0 3px rgba(0,0,0,.5);
  -moz-box-shadow:0 0 3px rgba(0,0,0,.5);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,.5);
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background:#bc2e0f;
}
.wp-pagenavi span.current {
font-weight: bold;
}
.wp-pagenavi .pages {
float:right;
border:none;
width:auto;
padding:0 10px;
}

/* Older and newer navigation */
nav.oldernewer {
width:100%;
overflow:hidden;
margin-bottom:1.5em;
}
.older {
  float:left;
}
.newer {
  float:right;
}
/* Author
---------------------------------------- */
#post-author {
overflow:hidden;
padding:20px;
background:#231f1c;
border-radius:10px;
margin-bottom:2em;
letter-spacing:normal;
}
#author-link {
}
#post-author .gravatar {
  margin:0 20px 0 0;
  }
#post-author .gravatar img {
  background:#e7d5b9;
  padding:5px;
  border-radius:7px;
  }
#author-description {

}
/* Recent author posts */
#recent-author-posts {
margin-bottom:3em;
}
/* Recent author comments */
#recent-author-comments {

}
.author-info {
width:100%;
overflow:hidden;
margin-bottom:3em;
padding-bottom:2em;
background:url(images/hr.gif) repeat-x left bottom;
}
.author-info .avatar {
  margin:0 20px 0 0;
  }
  .author-info .avatar img {
   float:left;
   background:#e7d5b9;
   padding:5px;
   border-radius:7px;
   }
.author-meta {
margin-bottom:20px;
overflow:hidden;
width:100%;
}
.author-meta p.gravatar {
  margin:0;
  }


/* 404
---------------------------------------- */
#error404 {
padding:0 0 80px 0;
text-align:center;
}
.error404-num {
  font-size:250px;
  line-height:1.2em;
  color:#c63c14;
  font-family: 'Artifika', serif;
  letter-spacing:-10px;
  text-shadow:1px 1px 2px rgba(0,0,0,.2);
  margin-bottom:-50px;
  }
#error404 hgroup {
  margin:0 0 2em 0;
  padding-top:50px;
  }
  #error404 hgroup h1 {
   font-size:3em;
   margin-bottom:.2em;
   }
#error404 #searchform .searching {
  width:320px;
}


/* Portfolio
---------------------------------------- */
.latestwork {
width:100%;
overflow:hidden;
list-style-type:none;
padding:0;
margin:0;
}
.latestwork li {
  float:left;
  margin-right:20px;
  }

/* Gallery */
.header-title {
margin-bottom:2.5em;
}
.header-title h1 {
  margin-bottom:.1em;
  }
.header-title .page-desc {
  font-size:.91em;
  color:#999;
  }
/* Default layout 3 columns */
#gallery {

}
#gallery .portfolio {
  width:100%;
  overflow:hidden;
  list-style-type:none;
  padding:0;
  margin:0;
  }
  #gallery .portfolio li {
   display:-moz-inline-box;
   display:inline-block;
   zoom:1;
   vertical-align:top;
   width:155px;
   margin:0 15px 15px 0;
   padding:0;
   background:none;
   position:relative;
   }
  * + html #gallery .portfolio li {
   display:inline;
   }
  #gallery .portfolio li.nomargin {
   margin-right:0 !important;
   }
   #gallery .portfolio li span.image-border {
    display:block;
    height:110px;
    width:162px;
    position:relative;
    z-index:99;
    }
   #gallery .portfolio li span.image-border:before {
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    position: absolute;
    left: 10px;
    bottom: 15px;
    z-index: -1;
    width: 50%;
    height: 20%;
    content: "";
   }
   #gallery .portfolio li span.image-border:after {
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: -1;
    width: 50%;
    height: 20%;
    content: "";
   }
   #gallery .portfolio li a.image-wrap {
    display:block;
    padding:4px;
    border:1px solid #000;
    overflow:hidden;
    width:155px;
    height:100px;
    position:relative;
    background:#272320 url(images/loading-folio.gif) 50% 50% no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    }
   #gallery .portfolio li a.image-wrap:hover {
  
    }
    #gallery .portfolio li a.image-wrap img {
     float:left;
     }
  
   #gallery .portfolio .folio-desc {
    margin-bottom:0;
    padding:1.5em 0 0 .5em;
    }
   #gallery .portfolio .excerpt {
    padding:0;
    margin:0;
    }
  
   .zoom-icon {
    display:block;
    position:absolute;
    left:5px;
    top:-152px;
    width:160px;
    height:100px;
    background:url(images/magnify.png) 50% 50% no-repeat;
    cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    }
   #gallery .portfolio li a.image-wrap:hover .zoom-icon {
    top:5px;
    }

/* 1 column portfolio*/
#gallery.one_column {
margin-bottom:50px;
}
#gallery.one_column .portfolio li {
width:520px;
margin-right:0;
margin-left:0;
margin-bottom:0;
}
#gallery.one_column .portfolio li span.image-border {
  width:520px;
  height:310px;
  float:none;
  }
#gallery.one_column .portfolio li a.image-wrap {
  width:508px;
  height:300px;
  }
#gallery.one_column .zoom-icon {
  top:-252px;
  width:510px;
  height:300px;
  }
  #gallery.one_column .folio-desc {
   float:none;
   padding:15px 20px 0 10px;
   }
#gallery.one_column li:first-child  .hr {
  display:none;
}
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
width:240px;
margin-right:25px;
}
#gallery.two_columns .portfolio li span.image-border {
  width:247px;
  height:160px;
  }
#gallery.two_columns .portfolio li a.image-wrap {
  width:240px;
  height:150px;
  }
#gallery.two_columns .zoom-icon {
  top:-252px;
  width:240px;
  height:150px;
  }
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
width:110px;
margin-right:15px;
}
#gallery.four_columns .portfolio li span.image-border {
  width:117px;
  height:120px;
  }
#gallery.four_columns .portfolio li a.image-wrap {
  width:110px;
  height:110px;
  }
#gallery.four_columns .zoom-icon {
  top:-152px;
  width:110px;
  height:110px;
  }


/* Sidebar
---------------------------------------- */
#sidebar {
padding:20px 0 50px 0;
color:#302b26;
}
#widget-sidebar {

}
  .widget {
   margin-top:45px;
   text-align:center;
  }
  #sidebar .widget:first-child {
   margin-top:0;
  }
  .widget ul li a,
  .widget h1 {
   color:#302b26;
  }
  .widget h1 {
   text-shadow:1px 1px 2px rgba(0,0,0,.4);
   margin-bottom:15px;
  }
  .widget ul li {
   background:url(images/menu-divider.gif) repeat-x left top;
   padding:3px 0 0 0;
   margin:3px 0 0 0;
  }
  .widget ul li:first-child {
   background:none;
   padding-top:0;
   margin-top:0;
  }
   .widget ul li a {
    text-decoration:none;
   }
   .widget ul li a:hover {
    color:#bc2e0f;
   }

#sidebar #searchform .searching {
  margin:0 0 10px 0;
  border-color:#baa48b;
  background:white;
  box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
}

.h2 {
font-size:30px;
font-family:"Times New Roman", Times, serif;
text-shadow:1px 1px 2px rgba(0,0,0,.4);
margin-bottom:15px;
color:#302b26;
}

/* Calendar */
#calendar_wrap {
padding:0;
}
#wp-calendar {
  width:100%;
  }
  #wp-calendar caption {
   text-align:center;
   }
  #wp-calendar td {
   text-align:center;
   padding:6px 0;
   border:none;
   color:#302b26;
   }
  #wp-calendar caption {
   font-size:16px;
   color:#000;
   font-weight:bold;
   padding:4px 0;
   margin-bottom:5px;
   }
  #wp-calendar thead th {
   padding:7px 0;
   font-size:14px;
   background:#fff;
   color:#000;
   text-align:center;
   }
  #wp-calendar #prev {
   text-align:left;
   }
  #wp-calendar #next {
   text-align:right;
   }
  #wp-calendar a {
   color:#bc2e0f;
  }
/* FAQs
---------------------------------------- */
.faq_list {

}
.faq_list dt {
  color:#666;
  position:relative;
  padding:0 0 5px 28px;
  font-size:15px;
  font-weight:normal;
  margin:0;
  background:none;
  }
.faq_list span.marker {
  display:block;
  position:absolute;
  left:0;
  top:0;
  font-size:15px;
  color:#333;
  font-weight:bold;
  }
.faq_list dd {
  padding:0 0 0 28px;
  position:relative;
  margin:0 0 2em 0;
  color:#b2b2b2;
  }
  .faq_list dd .marker {
   top:3px;
   }
/* Custom widgets
---------------------------------------- */

/* Recent Comments */
ul.recentcomments {
padding:0;
margin:0;
}
ul.recentcomments li {
  border-top:1px solid #c6c6c6;
  padding:25px 0 25px 0;
  margin:0;
  border-bottom:none;
  background:none;
  overflow:hidden;
  list-style-type:none;
  }
ul.recentcomments li:first-child {
  padding-top:0;
  border-top:none;
  }
  ul.recentcomments li img {
   float:left;
   margin:0 12px 0 0;
   }
  ul.recentcomments .comment-body {
   padding:15px 0 0 0;
   }
   ul.recentcomments .comment-body a {
    text-decoration:none;
    color:#96999d;
    }
   ul.recentcomments .comment-body a:hover {
    color:#000;
    text-decoration:underline;
    }
  ul.recentcomments li h4 {
   margin-bottom:.1em;
   }
   ul.recentcomments li h4 a {
    text-decoration:none;
    }
   ul.recentcomments li h4 a:hover {
    color:#000;
    }
  ul.recentcomments li small {
   font-size:11px;
   color:#6a6a6a;
   }
/* Posts Type widget */
.post_list {
list-style-type:none;
padding:0;
margin:0;
}
.post_list li {
  overflow:hidden;
  padding-top:1.5em;
  padding-bottom:1.5em;
  border-top:1px solid #dbdbdb;
  margin:0;
  }
.post_list li:first-child {
  border:none;
  padding-top:0;
  }
  .post_list li img {
   float:left;
   margin:0 15px 0 0;
   }
/* Popular posts */
.popular-posts {
list-style-type:none;
padding:0;
margin:0;
}
.popular-posts li {
  overflow:hidden;
  margin:0 0 2em 0;
  }
  .popular-posts li .post-thumb {
   float:left;
   margin-right:20px;
   width:100px;
   height:100px;
   overflow:hidden;
   padding:1px;
   border:1px solid #dbdbdb;
   }
  .popular-posts li .post-thumb.empty-thumb {
   background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
   }
  .popular-posts li h5 {
   font-size:1em;
   margin-bottom:.5em;
   }
  .popular-posts li .excerpt {
   margin-bottom:.8em;
   }

/* Post Cycle */
.post_cycle {
padding:0;
margin:0;
}
#post-cycle .cycle_item {
display:none;
}
#post-cycle .cycle_item:first {
display:block;
}

/* Folio Cycle */
.folio_cycle {
list-style-type:none;
padding:0 0 14px 0;
margin:0;
width:510px;
overflow:hidden;
position:relative;
}
.folio_cycle .viewport {
width:462px;
overflow:hidden;
position:relative;
height:97px;
}
.folio_cycle .overview {
position:absolute;
left:0;
top:0;
}
.folio_cycle .folio_item {
  overflow:hidden;
  float:left;
  width:102px;
  margin:0 16px 0 0;
  padding:0;
  background:none;
  height:97px;
  }
.folio_cycle .folio_item .thumbnail {
  position:relative;
}
  .folio_cycle .folio_item .thumbnail img {
   margin:9px 0 0 9px;
  }
  .folio_cycle .folio_item .img-border {
   position:absolute;
   left:0;
   top:0;
   width:102px;
   height:96px;
   background-repeat:no-repeat;
   background-position:left top;
   background-image:url(images/img-border.png);
  }
  .folio_cycle .folio_item .img-border:hover {
   background-position:left -97px;
  }
.folio_cycle .buttons-wrap  {
  position:absolute;
  right:0;
  top:9px;
}
.folio_cycle .buttons-wrap a {
  width:29px;
  height:29px;
  background-repeat:no-repeat;
  background-position:left top;
  background-image:url(images/buttons-sprite.png);
  display:block;
  margin-bottom:1px;
}
.folio_cycle .buttons-wrap a.next:hover {
  background-position:-30px -30px;
}
.folio_cycle .buttons-wrap a.prev {
  background-position:left -30px;
}
.folio_cycle .buttons-wrap a.prev:hover {
  background-position:-30px 0;
}
.folio_cycle .buttons-wrap a.disable {
  visibility:hidden;
}
  
/* Testimonials */
.testimonials {
padding:0;
margin:0;
}
.testimonials div.testi_item {
  background:#fff;
  padding-left:40px;
  margin-bottom:2em;
  margin-right:5px;
  background:url(images/quotes.png) no-repeat 0 0;
  }
  .name-testi {
   padding:0 0 0 2.2em;
   text-align:right;
   font-weight:bold;
   display:block;
   color:#333;
   }
   .name-testi a {
    font-weight:normal;
    }
  .testimonials .thumb {
   float:left;
   margin-right:20px;
   }
  .testimonials div.testi_item blockquote {
   border:none;
   padding:15px 0 15px 30px;
   margin:0;
   }
   .testimonials div.testi_item blockquote a {
    text-decoration:none;
    color:#888;
    display:block;
    }
   .testimonials div.testi_item blockquote a:hover {
    color:#b6260d;
    }
/* Misc for Cycle widgets */
#testi-cycle .testi_item {
display:none;
}
#testi-cycle .testi_item:first {
display:block;
}
#testi-controls {
text-align:center;
overflow:hidden;
}
#testi-controls ul {
  list-style-type:none;
  margin:0;
  padding:0;
  }
  #testi-controls ul li {
   padding:0;
   margin:0 2px 0 0;
   display:inline-block;
   }
  * + html #testi-controls ul li {
   display:inline;
   zoom:1;
   }

/* Recent Posts */
.latestpost {
list-style-type:none;
margin:0;
padding:0;
}
.latestpost li {
  margin:0 0 1.3em 0;
  padding:0;
  background:none;
  list-style-type:none;
  }
  .latestpost li a {
   text-decoration:none;
   color:#000;
   }
  .latestpost li a:hover {
   text-decoration:underline;
   }
   .latestpost li h4 {
    margin-bottom:0;
    }
.latestpost li .thumb {
  float:left;
  margin:0 23px 0 0;
}  
.latestpost li .tags {
  font-size:14px;
  line-height:1.2em;
  letter-spacing:.09em;
  color:white;
  font-family: 'Inconsolata', sans-serif;
  text-transform:uppercase;
  text-shadow:1px 1px 1px rgba(0,0,0,.6);
  padding:10px 0 0 0;
  margin-bottom:20px;
}
  .latestpost li .tags a {
   color:white;
   text-decoration:none;
  }
  .latestpost li .tags a:hover {
   color:#c13612;
  }  

/* Twitter widget */
.widget.widget_my_twitterwidget {
text-align:left;
}
.widget.widget_my_twitterwidget h1 {
  text-align:center;
}
.twitter_update_list {
overflow:hidden;
}
.twitter ul li {
list-style-type:none;
margin:0 0 15px 0;
padding:0 0 0 37px;
color:#302b26;
background:url(images/twitter-icon.png) no-repeat 0 0 !important;
}
.twitter ul li .twitt-body {
  padding:0 0 5px 0;
  }
.twitter ul li .twitt-body a {
  font-weight:bold;
  color:#c13612;
  }
.twitter ul li .twitt-body a:hover {
  text-decoration:underline;
}
.twitter ul li a.timesince {
  font-size:11px;
  }
.twitter .profileLink {

}

/* Flickr widget */
.flickrImages {
overflow:hidden;
position:relative;
margin-bottom:10px;
}
.flickrImages a {
display:inline-block;
width:75px;
height:75px;
background:#000;
margin:0 1px 1px 0;
}
.flickrImages a img {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
opacity:.5;
}
.widget_my_flickrwidget a.link {
display:inline;
float:none;
width:auto;
height:auto;
margin:0;
background:none;
color:#b6260d !important;
}
/* Banner widget */
.banners-holder {
list-style-type:none;
padding:0;
margin:0;
}
.banners-holder li {
  list-style-type:none;
  float:left;
  margin:0 3px 3px 0 !important;
  padding:0 !important;
  background:none !important;
  }
  .banners-holder li img {
   vertical-align:top;
   float:left;
   }

/* Testimonials
---------------------------------------- */
/* Testimonials list */
article.testimonial {
border:none;
padding:0 0 10px 225px;
width:auto;
background:url(images/quotes.png) no-repeat 150px 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:14px;
line-height:1.5em;
font-weight:normal;
margin-bottom:35px;
}
article.testimonial .testi-pic {
  position:absolute;
  left:0;
  top:0;
  }
article.testimonial .name-testi,
.name-testi {
  display:block;
  text-align:right;
  font-style:normal;
  color:#fff;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.2em;
  }
  article.testimonial .name-testi a,
  .name-testi a {
   text-decoration:none;
   color:#bc2e0f;
   }
  article.testimonial .name-testi a:hover,
  .name-testi a:hover {
   text-decoration:underline;
   }

/* Single Testimonial */
blockquote.testi-single {
font-family:Georgia, "Times New Roman", Times, serif;
border:none;
padding:0 0 10px 225px;
width:auto;
background:url(images/quotes.png) no-repeat 150px 0;
font-size:14px;
line-height:1.5em;
font-style:italic;
margin:0 0 2em 0;
position:relative;
}
blockquote.testi-single p {
  margin:0 0 1em 0;
  padding:0;
  }
  .testi-pic {
   position:absolute;
   left:0;
   top:0;
   }
   .testi-pic img {
    padding:5px;
    background:#e7d5b9;
    border-radius:7px;
    }

/* Shortcodes
---------------------------------------- */
/* Recent Posts */
.recent-posts {
margin:0;
padding:0;
width:100%;
overflow:hidden;
border:none;
}
.recent-posts li {
  margin:0 0 20px 0;
  padding:0;
  border:none;
  }
  .recent-posts li img.thumb {
   float:left;
   margin:0 20px 0 0;
   border:4px solid #e7d5b9;
   border-radius:5px;
   }
  .recent-posts li img.thumb:hover {
   border-color:#bc2e0f;
  }
  .recent-posts li h5 {
   font-size:1em;
   margin-bottom:10px;
   }
  .recent-posts li .excerpt {
   margin-bottom:1.5em;
   }
  .recent-posts li span.meta {
   display:block;
   margin-bottom:.5em;
   font-size:10px;
   color:#888;
   text-transform:uppercase;
   }

/* Our team */
.recent-posts.team {
margin:0;
padding:0;
}
.recent-posts.team li {
  float:left;
  width:300px;
  overflow:hidden;
  margin:0 20px 40px 0;
  }
  .recent-posts.team li:nth-child(2n) {
   margin-right:0;
   }
  .recent-posts.team li.nomargin {
   margin-right:0;
   }
  .recent-posts.team li .thumb-wrap {
   width:115px;
   overflow:hidden;
   }
  .recent-posts.team li .thumb-wrap {
   float:left;
   margin-right:16px;
   }
  .recent-posts.team li a {
   color:#191919;
   }
  .recent-posts.team li .excerpt {
   margin-bottom:0;
   }
/* Services */
.recent-posts.services {
list-style-type:none;
padding:1.5em 0 0 0;
margin:0 0 -30px 0;
overflow:hidden;
}
.recent-posts.services li {
  float:left;
  width:250px;
  margin:0 20px 30px 0;
  background:none;
  padding:0;
  }
.recent-posts.services li:nth-child(2n) {
  margin-right:0;
  }
.recent-posts.services li.nomargin{
  margin-right:0;
  }
  .recent-posts.services li img.thumb {
   margin-right:3px;
   }
  .recent-posts.services li h3 {
   padding-top:8px;
   }
   .recent-posts.services li h3 a {
    color:#191919;
    }


/* Tags */
.tags-cloud a, .tagcloud a {
display:inline-block;
background:#fff;
padding:2px 7px;
border-radius:3px;
text-decoration:none;
color:#838383;
margin:0 1px 4px 0;
font-size:11px !important;
box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
line-height:1.5em;
vertical-align:top;
}
.tags-cloud a:hover, .tagcloud a:hover {
background:#c63c14;
color:#fff;
}

/* Recent Comments */
.recent-comments {
list-style-type:none;
padding:0;
margin:0;
}
.recent-comments li {
  padding:0;
  margin:0;
  border:none;
  padding-bottom:.5em;
  }

/* Footer
---------------------------------------- */
#footer {
padding-top:43px;
padding-bottom:40px;
font-family:Arial, Helvetica, sans-serif;
color:white;
font-size:12px;
line-height:1.5em;
}
#footer a {
  color:white;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}
/* Footer widget */
#widget-footer {
  background:url(images/hr.gif) repeat-x left top;
  padding:51px 0 44px 0;
  overflow:hidden;
}


#widget-footer h2 {
  float:left;
  margin:0 45px 0 0;
  padding-top:1px;
  line-height:50px;
  letter-spacing:normal;
}
  #widget-footer .social-networks {
   float:left;
   margin:0;
  }
  #widget-footer .social-networks li {
   list-style-type:none;
   padding:0;
   margin:0;
   background:none;
   float:left;
   margin-right:4px;
   }
  #widget-footer .social-networks li img {
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
  }
  #widget-footer .social-networks li:hover img {
   opacity:.7;
  }

/* Copyright */
#copyright {
  background:url(images/hr.gif) repeat-x left top;
  padding-top:45px;
}

/* Misc
---------------------------------------- */
.button {
display:inline-block;
color:#352f2a;
font-size:14px;
text-transform:uppercase;
text-shadow:1px 1px white;
font-family: 'Inconsolata', sans-serif;
text-decoration:none;
}
.button span {
  display:inline-block;
}
.button .left {
  background-repeat:no-repeat;
  background-position:left top;
  background-image:url(images/button-left.png);
  padding-left:14px;
}
.button .right {
  background-repeat:no-repeat;
  background-position:right top;
  background-image:url(images/button-right.png);
  padding-right:18px;
}
.button .middle {
  height:48px;
  line-height:46px;
  background-repeat:repeat-x;
  background-position:left top;
  background-image:url(images/button-middle.png);
  padding:0 4px 0 4px;
}
.button:hover {
  color:white;
  text-shadow:1px 1px rgba(0,0,0,.5);
}
.button:hover .left,
.button:hover .middle {
  background-position:left -48px;
  }
.button:hover .right {
  background-position:right -48px;
  }

.no-results #searchform .searching {
width:433px;
}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
}
#back-top {
position: fixed;
bottom: 30px;
left:980px;
display:none;
}
#back-top a {
width: 90px;
display: block;
text-align: center;
font: 11px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #fff;
/* transition */
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top a:hover {
text-decoration:none;
}
/* arrow icon (span tag) */
#back-top span {
width: 90px;
height: 90px;
display: block;
margin-bottom: 7px;
background: #c7a27e url(images/up-arrow.png) no-repeat center top;
/* rounded corners */
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#back-top a:hover span {
background-position:left -90px;
}
/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}
.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}
.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}
.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}
.tabs .tab-menu a.active {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#fafafa');
    background: -moz-linear-gradient(bottom , #fafafa 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #fafafa),color-stop(90%, #f6f6f6));
    border-bottom: none;
    color: #666666;
    padding: 8px 20px 9px 20px;
}
.tabs .tab {
background-color: #fafafa;
border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
}

/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger {
background-color: #231f1c;
border: 1px solid #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #666666;
display: block;
padding: 10px 12px 10px 40px;
position: relative;
text-decoration:none;
height:1%;
}
.toggle .trigger span {
background: url(includes/images/toggle.png) 0 0 no-repeat;
display: block;
position: absolute;
top: 9px;
left: 10px;
text-indent: -9999px;
width: 22px;
height: 20px;
}
.toggle .trigger:hover,
.toggle .active {
background:#bc2e0f;
color:#fff;
}
.toggle .active span {
background-position: 0 -20px;
}
.toggle .box {
background-color: #f7eedf;
border: 1px solid #dddddd;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 20px;
}
/* Dropcap */
.dropcap {
display:block;
float:left;
font-size:4em;
line-height:1em;
margin:0 10px 0 0;
text-transform:uppercase;
}
.widget-area {

}
.hr {
height:2px;
background:url(images/hr.gif);
overflow:hidden;
font-size:0;
line-height:0;
margin:30px 5px;
}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
margin-left:0;
margin-right:0;
}
.spacer {
height:50px;
overflow:hidden;
font-size:0;
line-height:0;
}
/* Address */
.address {
overflow:hidden;
width:100%;
margin:0;
padding:0;
}
.address dt {
float:left;
width:165px;
margin-right:20px;
padding:0 0 0 55px;
background:none;
font-size:1em;
line-height:18px;
color:white;
background:url(images/address-icon1.png) no-repeat 0 3px;
}
.address dd {
float:left;
width:217px;
padding:0 0 0 53px;
background:url(images/address-icon2.png) no-repeat 0 3px;
}
.address dd ul {
  list-style-type:none;
  padding:0;
  margin:0;
  }
  .address dd ul li {
   background:none;
   padding:0;
   margin:0;
   line-height:1.5em;
   }
.address dd span {
  float:left;
  width:100px;
  }
  .address dd a {
   font-style:italic;
   color:#fff;
   text-decoration:underline;
   }
  .address dd a:hover {
   text-decoration:none;
   }

/* VIDEO */
.video-wrap {
margin-bottom: 10px;
position:relative;
zoom:1;
}
.video-wrap object {
  position:relative;
  z-index:2;
  }
.video-bg {
  background-color:black;
  position:absolute;
  left:0;
  top:0;
  z-index:1;
  }
/* AUDIO */
.audio-wrapper {
   margin-bottom:1.5em;
}
.audio-desc {
font-size:.91em;
color:#999;
padding:.5em 0 0 0;
}
.audiojs audio { position: absolute; left: -1px; }
.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }
.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }
.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play { display: block; }
.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }
.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); }
.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }
.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }
.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;
text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }
.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }
.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }
.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }
.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }
.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }
.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }

/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
padding:20px 20px 20px 90px !important;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-size:.91em;
line-height:1.4em;
border:1px solid #dbdbdb;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:15px;
}
.error-box, .wpcf7-mail-sent-ng {
  border-color:#ff9999;
  color:#c31b00;
  background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
  }
.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
  border-color:#e6c555;
  color:#9e660d;
  background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
  }
.notice-box {
  border-color:#68a2cf;
  color:#2e6093;
  background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
  }
.approved-box, .wpcf7-mail-sent-ok {
  border-color:#a3c159;
  color:#5e6f33;
  background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
  }

/* Forms
---------------------------------------- */
/* Form defaults */
input, select, textarea {
font-family:"trebuchet MS", Helvetica, sans-serif;
font-size:1em;
vertical-align:middle;
font-weight:normal;
border:1px solid #dbdbdb;
outline:none;
}
input[type="text"], textarea {
background:#e7d5b9;
border:1px solid #000;
padding:6px 5px;
border-radius:4px;
box-shadow:inset 1px 1px 3px rgba(0,0,0,.5);
-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,.5);
-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.5);
}
input[type="submit"], input[type="reset"] {
position:relative;
display:inline-block;
padding:0 19px;
line-height:31px;
color:#000;
text-transform:uppercase;
text-shadow:1px 1px rgba(255,255,255,.5);
font-family: 'Inconsolata', sans-serif;
border-radius:3px;
text-decoration:none;
font-size:14px;
   background-color: #bdaa8f;
border:none;
height:31px;
cursor:pointer;
margin-right:4px;
box-shadow:0 0 5px rgba(0,0,0,.6);
-moz-box-shadow:0 0 5px rgba(0,0,0,.6);
-webkit-box-shadow:0 0 5px rgba(0,0,0,.6);
}
input[type="submit"]:hover, input[type="reset"]:hover {
background-color: #c13511;
color:#fff;
text-shadow:none;
}

/* Comment form */
#commentform {

}
#commentform p.field {
  margin-bottom:5px;
  }
  #commentform small {
   color:#8b8b8b;
   }
#commentform label {
  display:block;
  }
#commentform input[type="text"] {
  width:250px;
  }
#commentform textarea {
  width:460px;
  max-width:460px;
  min-width:460px;
  height:150px;
  min-height:150px;
  overflow:auto;
  }

/* Contact form */
.wpcf7-form p.field {
margin-bottom:9px;
overflow:hidden;
vertical-align:top;
position:relative;
}
.wpcf7-form p.field label {
float:left;
width:79px;
padding-top:6px;
}
.wpcf7-form p.field input {
float:left;
width:280px;
}
.wpcf7-form p.field small {
  color:red;
  }
.wpcf7-form textarea {
float:left;
width:422px;
max-width:422px;
min-width:422px;
height:205px;
min-height:205px;
overflow:auto;
margin-bottom:17px;
}
.wpcf7-form .submit-wrap {
padding:0 0 0 79px;
margin:0;
}
span.wpcf7-form-control-wrap {
  display:block;
  }
.wpcf7-not-valid-tip {
  width:280px !important;
  position:absolute;
  left:79px !important;
  top:0 !important;
  padding:4px 0 4px 10px !important;
  background:#f3b7b7 !important;
  color:red !important;
  border:1px solid red !important;
  border-radius:3px;
  }
.ie9 .wpcf7-not-valid-tip {
  padding:3px 0 3px 10px !important;
  }

/* Sidebar search form */
#searchform {

}
#searchform .searching {
  width:195px;
  margin-right:10px;
  }
#searchform .submit {
  width:60px;
  cursor:pointer;
  padding-left:0;
  padding-right:0;
  }

/* Fluid Columns */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:79.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }
.last { margin-right:0 !important; clear:right; }

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.wrapper {
width:100%;
overflow:hidden;
}
.extra-wrap {
overflow:hidden;
}

/* Clear Floated Elements */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
2 страниц V   1 2 >
Открыть тему
Тема закрыта
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0


Свернуть

> Похожие темы

  Тема Ответов Автор Просмотров Последний ответ
Открытая тема (нет новых ответов) Вёрстка страницы категории wordpress
в grid-стиле
1 Eji 1378 6.5.2020, 14:47
автор: kev
Открытая тема (нет новых ответов) Нужны услуги по Wordpess
6 Alex-777 1853 1.8.2019, 23:35
автор: Alex-777
Открытая тема (нет новых ответов) Собрать все ключи под категории
3 WoWeb 3214 6.5.2019, 9:07
автор: WoWeb
Открытая тема (нет новых ответов) Обмен шаблонов Wordpess
1 9planet 1214 23.2.2014, 15:29
автор: BLIK
Открытая тема (нет новых ответов) Простой вопрос, не могу найти где удаляется слово "Категории" на моем сайте
2 Anton1122 5948 30.6.2012, 21:51
автор: -Anton1122-


 



RSS Текстовая версия Сейчас: 29.3.2024, 18:17
Дизайн