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



 

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

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

Открыть тему
Тема закрыта
> Код "похожих записей". Не появляются ссылки.
Zlowariy
Zlowariy
Topic Starter сообщение 11.6.2015, 15:35; Ответить: Zlowariy
Сообщение #1


Добрый день, подскажите пожалуйста в чем может быть проблема? Почему картинка и текст под картинкой не являются ссылкой.
Вот код:

<div id="interesting_articles">
<h3>Интересное на блоге</h3>
<?php
$categories = get_the_category($post->ID);
if ($categories) {
$category_ids = array();
foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id;
$args=array(
'category__in' => $category_ids, //сортировка по тегам (меткам)
'post__not_in' => array($post->ID),
'showposts'=>15, //количество выводимых ячеек
'caller_get_posts'=>1); //исключаем одинаковые записи
$my_query = new wp_query($args);
if( $my_query->have_posts() ) {
echo '<ul>';
while ($my_query->have_posts()) {
$my_query->the_post();
?>
<li><div id="cell"><a onclick="return !window.open(this.href)" href="<?php the_permalink() ?>"><?php the_post_thumbnail('thumbnail'); ?></a><br>
<span><a onclick="return !window.open(this.href)" href="<?php the_permalink()
?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></span></div>
</li>
<?php
}
echo '</ul>';
}
wp_reset_query();
}
?>
</div>

а вот код стилей:

#interesting_articles{
margin: 10px 0; /* Отступы от верхнего и нижнего края */
float: left; /* Прижимаем блок к левому краю */
width: 100%; /* Длина блока соответствует ширине страницы */
}
#interesting_articles ul {
margin-left: 5px; /* Внешний отступ от левого края страницы */
width: 757px; /* Общая ширина блока без учета отступов от краев страницы */
}
#interesting_articles li {
list-style: none; /* Отменяем нумерацию списка (1,2,3 и т.д.) */
}
#cell{
height: 225px; /* Высота ячейки */
box-shadow: #F5F5F5 0px 2px 3px, #F5F5F5 0 0 3px inset; /* Тень для ячеек (необязательно) */
float: left; /* Каждая следующая ячейка располагается слева */
list-style: none; /* Отменяем родительские стили */
margin: 5px; /* Расстояние между ячейками */
padding: 2px; /* Отступы от миниатюры до края ячейки */
text-align: center; /* Текстовые заголовки расположены по центру */
width: 157px; /* ширина одной ячейки */
overflow: hidden; /* Окончания длинных заголовков, не вместившихся в ячейку, будут скрыты */
border: #F5F5F5 solid 1px; /* Рамка вокруг ячейки */
border-top-left-radius: 10px; /* Закругление левого верхнего угла ячейки */
border-top-right-radius: 10px; /* Закругление правого верхнего угла ячейки */
border-bottom-left-radius: 10px; /* Закругление нижнего левого угла ячейки */
border-bottom-right-radius: 10px; /*Закругление нижнего правого угла ячейки */
}
#cell a:hover {
color: #C6C600; /* Цвет ссылки при наведении курсора */
text-decoration:none; /* Убираем подчеркивание ссылки */
}
#cell a {
color: #000000; /* Цвет ссылки */
text-decoration:none; /* Убираем подчеркивание ссылки */
}
#interesting_articles li :hover{
background-color: #f9f9f9; /* Цвет фона ячейки при наведении курсора */
}

Все работает в другом шаблоне, а в основном ссылки нет и цвет теста черный...
Сразу дам полный код файла стилей:

/*
Theme Name: Cat Breeder
Theme URI:
Description: A simple WordPress theme, for simple web site and blog
Version: 1.0
Author: Generic WP Themes
Author URI: http://genericwpthemes.com
Tags: fixed width, left sidebar, two columns, valid XHTML, widgets
*/

/* рекламные блоки */
div.google_contentMED728_90 {
margin: 5px 0px 0px 5px;
text-align: center;
}
/* Новые статьи с боку, с лева */
.sidebar_mini ul li img {
width: 150px;
height: 150px;
background: #fff;
padding: 10px;
margin: 10 10px 10 10px;
float: left;
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); /* Для Firefox */
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); /* Для Safari и Chrome */
box-shadow: 2px 2px 2px rgba(0,0,0,0.1); /* Параметры тени */
-moz-transition: border 0.3s 0.05s ease;
-o-transition: border 0.3s 0.05s ease;
-webkit-transition: border 0.3s 0.05s ease;
}
.sidebar_mini li img:hover {
border: 1px solid #888;
display: block;
font-size: 12px;
line-height: 16px;
text-decoration:none !important;
width: 150px;
float: left;
}


#interesting_articles{
margin: 10px 0; /* Отступы от верхнего и нижнего края */
float: left; /* Прижимаем блок к левому краю */
width: 100%; /* Длина блока соответствует ширине страницы */
}
#interesting_articles ul {
margin-left: 5px; /* Внешний отступ от левого края страницы */
width: 757px; /* Общая ширина блока без учета отступов от краев страницы */
}
#interesting_articles li {
list-style: none; /* Отменяем нумерацию списка (1,2,3 и т.д.) */
}
#celll{
height: 225px; /* Высота ячейки */
box-shadow: #F5F5F5 0px 2px 3px, #F5F5F5 0 0 3px inset; /* Тень для ячеек (необязательно) */
float: left; /* Каждая следующая ячейка располагается слева */
list-style: none; /* Отменяем родительские стили */
margin: 5px; /* Расстояние между ячейками */
padding: 2px; /* Отступы от миниатюры до края ячейки */
text-align: center; /* Текстовые заголовки расположены по центру */
width: 157px; /* ширина одной ячейки */
overflow: hidden; /* Окончания длинных заголовков, не вместившихся в ячейку, будут скрыты */
border: #F5F5F5 solid 1px; /* Рамка вокруг ячейки */
border-top-left-radius: 10px; /* Закругление левого верхнего угла ячейки */
border-top-right-radius: 10px; /* Закругление правого верхнего угла ячейки */
border-bottom-left-radius: 10px; /* Закругление нижнего левого угла ячейки */
border-bottom-right-radius: 10px; /*Закругление нижнего правого угла ячейки */
}
#celll a:hover {
color: #C6C600; /* Цвет ссылки при наведении курсора */
text-decoration:none; /* Убираем подчеркивание ссылки */
}
#celll a {
color: #000000; /* Цвет ссылки */
text-decoration:none; /* Убираем подчеркивание ссылки */
}
#interesting_articles li :hover{
background-color: #f9f9f9; /* Цвет фона ячейки при наведении курсора */
}


/* "Похожие статьи в конце статьи */
#related_posts .clear
{clear:both;}
#related_posts ul {
margin:0;
overflow:hidden;
}
#related_posts li {
float: left;
list-style: none;
margin: 0 0 0 15px;
}
#related_posts li:first-child {
margin-left: 0;
}
#related_posts li a {
display: block;
font-size: 12px;
line-height: 16px;
text-align: left;
text-decoration:none !important;
width: 140px;
}
#related_posts img {
height: 130px;
width: 130px;
}
#related_posts li a:hover {
text-decoration: underline;
}
.related_content{
margin-bottom:15px;
}
.related_image {
width: 130px;
height: 130px;
border: 2px solid #DDDDDD;
border-radius: 5px;
margin-bottom:10px;
background:url(http://good/wp-content/uploads/2015/04/Miniatyra.png);
}
/* Стили для хлебных крошек */
#breadcrumbs {

width: auto; /* Общая ширина страницы */

font-size: 12px; /* Размер шрифта */

color: #c56926; /* Цвет текста, который не является ссылкой */

text-shadow: #5DB6FA 0px 0px 0px; /* Тени для текста (необязательно) */

text-align: left; /* Прижимаем текст к левому краю страницы */

margin: 20px 20px 20px 20px; /* Внешние отступы */

padding-bottom: 5px; /* Внутренние отступы */

border-bottom: 2px solid #f06600; /* Добавляем разделительную черту снизу */

}

#breadcrumbs a, #breadcrumbs a:visited {

color: #c56926; /* Цвет ссылки */

text-decoration: none; /* Отменяем подчеркивание ссылок */

}



/* цвет ссылок при наведении курсора */



#breadcrumbs a:hover, #breadcrumbs a:active {

color: #ff0000; /* цвет ссылки при наведении курсора */

text-decoration: none; /* Отменяем подчеркивание ссылок при наведении курсора */

}


.right1{
float: right;
margin: 10px 10px 10px 10px;
}

.left1{
float: left;
margin: 10px 10px 10px 10px;
}

.okno {
display: inline;
text-align:center;
width: 600px;
}

.okno p {
float: left;
font-family: Arial, Helvetica, Sans-Serif;
padding: 10px;
font-size: 14px;
margin: 0px 0px 0px 0px;
width: 170px;
height: 200px;
border-radius: 0px;
box-shadow: rgba(0,0,0,0) 0px 0px 0px;
}

.BlockFunny {
display: inline;
width: 600px;
}

.BlockFunny p {
float: left;
font-family: Arial, Helvetica, Sans-Serif;
padding: 10px;
font-size: 14px;
margin: 2px 2px 2px 2px;
width: 700px;
height: 145px;
border-radius: 0px;
box-shadow: rgba(1,1,1,1) 1px 1px 1px;
border-bottom: 1px solid #f06600;
}

/*
Стили для горизонтального расположения социальных кнопок
*/
#bloktext {
color: #0099ff;
text-shadow: #f62e13 1px 1px 1px;
font-family:'Arial, Helvetica, Sans-Serif;
text-align:left;
height: 15px;
}
#bloktwit {
float: left;
width: 150px;
height: 30px;
}
#blokfaceb {
float: left;
width: 150px;
height: 30px;
}
#blokOdnoklass {
float: left;
width: 200px;
height: 30px;
}
#blokmail {
float:left;
width: 150px;
height: 30px;
}
#blokgoog {
float:left;
width: 150px;
height: 30px;
}
#social-button {
box-shadow: rgba(1,1,1,1) 2px 2px 2px;
background-color: #99ff66;
border-radius: 20px;
width: 560px;
height: 100px; /*высота блока*/
padding: 15px; /*внутренние поля (отступ картинок от краев рамки )*/
margin:15px; /*внешние поля (отступ рамки от края слева и справа)*/
}

#art-main, table
{
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
margin: 0;
padding: 0;
}

.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
font-family: Arial, Helvetica, Sans-Serif;
}

.art-postcontent p
{
margin: 15px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
font-size: 32px;
text-decoration: none;
}

.art-postcontent a
{
text-decoration: none;
color: #d06200;
}

.art-postcontent a:link
{
text-decoration: none;
color: #d06200;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
color: #d06200;
}

.art-postcontent a:hover, .art-postcontent a.hover
{
text-decoration: underline;
color: #ff0000;
}

.art-postcontent h1
{
color: #f06600;
margin: 21px 0;
}

.art-blockcontent h1
{
margin: 21px 0;
}

.art-postcontent h2
{
color: #f06600;
margin: 19px 0;
font-size: 24px;
}

.art-blockcontent h2
{
margin: 19px 0;
font-size: 24px;
}

.art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:hover, .art-postcontent h2 a:visited, .art-blockcontent h2 a, .art-blockcontent h2 a:link, .art-blockcontent h2 a:hover, .art-blockcontent h2 a:visited
{
font-size: 24px;
}

.art-postcontent h3
{
color: #f06600;
margin: 19px 0;
font-size: 19px;
}

.art-blockcontent h3
{
margin: 19px 0;
font-size: 19px;
}

.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, .art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link, .art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited
{
font-size: 19px;
}

.art-postcontent h4
{
color: #f06600;
margin: 20px 0;
font-size: 16px;
}

.art-blockcontent h4
{
margin: 20px 0;
font-size: 16px;
}

.art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:hover, .art-postcontent h4 a:visited, .art-blockcontent h4 a, .art-blockcontent h4 a:link, .art-blockcontent h4 a:hover, .art-blockcontent h4 a:visited
{
font-size: 16px;
}

.art-postcontent h5
{
color: #f06600;
margin: 15px 0;
font-size: 13px;
}

.art-blockcontent h5
{
margin: 15px 0;
font-size: 13px;
}

.art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:hover, .art-postcontent h5 a:visited, .art-blockcontent h5 a, .art-blockcontent h5 a:link, .art-blockcontent h5 a:hover, .art-blockcontent h5 a:visited
{
font-size: 13px;
}

.art-postcontent h6
{
color: #3399cc;
margin: 15px 0;
font-size: 17px;
}

.art-blockcontent h6
{
margin: 15px 0;
font-size: 17px;
}

.art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:hover, .art-postcontent h6 a:visited, .art-blockcontent h6 a, .art-blockcontent h6 a:link, .art-blockcontent h6 a:hover, .art-blockcontent h6 a:visited

{
font-size: 11px;
}

ul
{
list-style-type: none;
}

ol
{
list-style-position: inside;
}

html
{
height:100%;
}

#art-main
{
position: relative;
z-index: 0;
width: 100%;
left: 0;
top: 0;
cursor:default;
overflow:visible;
}

#art-page-background-glare
{
position: absolute;
left: 50%;
margin-left :-400px;
top:0;
width:800px;
height:160px;
overflow:hidden;
min-width: 985px;
}

#art-page-background-glare-image
{
position: fixed;
width:800px;
top: 0;
height:160px;
background-image: url('images/page_gl.png');
background-repeat: no-repeat;
}

html:first-child #art-page-background-glare
{
border: 1px solid transparent; /* Opera fix */
}

body
{
padding: 0;
margin:0;
color: #000000;
height:100%;
min-height:100%;
background-color: #ff8500;
background-image: url('images/Bottom_texture.jpg');
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
min-width: 985px;
}

.cleared
{
display:block;
clear: both;
float: none;
margin: 0;
padding: 0;
border: none;
font-size: 0;
height:0;
overflow:hidden;
}

.reset-box
{
overflow:hidden;
display:table;
}

form
{
padding: 0 !important;
margin: 0 !important;
}

table.position
{
position: relative;
width: 100%;
table-layout: fixed;
}
/* end Page */

/* begin Header */
div.art-header
{
margin: 0 auto;
position: relative;
z-index: -1;
width:985px;
height: 195px;
margin-top: 0px;
margin-bottom: 0;
}

div.art-header-clip
{
position: absolute;
width:100%;
left:0;
overflow:hidden;
height:504px;
}

.art-header-wrapper
{
position: relative;
width:985px;
margin:0 auto;
}
.art-header-inner
{
margin: 0 4px;
}

div.art-header-center
{
position: relative;
width: 985px;
left:50%;
}

div.art-header-png
{
position: absolute;
left:-50%;
top: 0;
width: 985px;
height: 188px;
background-image: url('images/header.png');
background-repeat: no-repeat;
background-position:center center;
}

div.art-header-jpeg
{
position: absolute;
top: 0;
left:-50%;
width: 985px;
height: 188px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */

/* begin Logo */
div.art-logo
{
display: block;
position: absolute;
top: 70px;
left: 70%;
;
width: 639px;
}

h1.art-logo-name
{
display: block;
text-align: center;
font-size: 28px;
padding: 0;
margin: 0;
color: #872f03 !important;
}
h1.art-logo-name a,
h1.art-logo-name a:link,
h1.art-logo-name a:visited,
h1.art-logo-name a:hover
{
text-shadow: #ef6c03 3px 3px 3px;
font-size: 30px;
padding: 0;
margin: 0;
color: #e31c1c !important;
}

h2.art-logo-text
{
display: block;
text-align: center;
font-size: 16px;
padding: 0;
margin: 0;
color: #e31c1c !important;
}
h2.art-logo-text a,
h2.art-logo-text a:link,
h2.art-logo-text a:visited,
h2.art-logo-text a:hover
{
font-size: 14px;
padding: 0;
margin: 0;
color: #872f03 !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
outline: none;
}

.art-hmenu, .art-hmenu ul
{
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
display: block;
}

.art-hmenu li
{
margin: 0;
padding: 0;
border: 0;
display: block;
float: left;
position: relative;
z-index: 5;
background: none;
}

.art-hmenu li:hover
{
z-index: 10000;
white-space: normal;
}

.art-hmenu li li
{
float: none;
}

.art-hmenu ul
{
visibility: hidden;
position: absolute;
z-index: 10;
left: 0;
top: 0;
background: none;
min-height: 0;
background-image: url('images/spacer.gif');
padding: 10px 30px 30px 30px;
margin: -10px 0 0 -30px;
}

.art-hmenu li:hover>ul
{
visibility: visible;
top: 100%;
}

.art-hmenu li li:hover>ul
{
top: 0;
left: 100%;
}

.art-hmenu:after, .art-hmenu ul:after
{
content: ".";
height: 0;
display: block;
visibility: hidden;
overflow: hidden;
clear: both;
}
.art-hmenu{
min-height: 0;
position:relative;
padding: 6px 6px 10px 6px;
}

.art-hmenu ul ul
{
padding: 30px 30px 30px 10px;
margin: -30px 0 0 -10px;
}

/* menu structure */

.art-nav
{
position: relative;
width:985px;
margin:0 auto;
min-height: 42px;
z-index: 100;
margin-top: 0;
margin-bottom: -3px;
}

.art-nav-outer
{
position:absolute;
width:100%;
}

.art-nav-wrapper
{
position: relative;
width:985px;
margin:0 auto;
}
.art-nav-inner
{
margin: 0 4px;
}

.art-nav-l, .art-nav-r
{
position: absolute;
z-index: -1;
top: 0;
height: 100%;
background-image: url('images/nav.png');
}

.art-nav-l
{
left: 0;
right: 12px;
}

.art-nav-r
{
right: 0;
width: 985px;
clip: rect(auto, auto, auto, 973px);
}

/* end Menu */

/* begin MenuItem */
.art-hmenu a
{
position: relative;
display: block;
overflow: hidden;
height: 26px;
cursor: pointer;
text-align: left;
text-decoration: none;
}

.art-hmenu ul li
{
margin:0;
clear: both;
}

.art-hmenu a .r, .art-hmenu a .l
{
position: absolute;
display: block;
top: 0;
z-index: -1;
height: 88px;
background-image: url('images/menuitem.png');
}

.art-hmenu a .l
{
left: 0;
right: 4px;
}

.art-hmenu a .r
{
width: 408px;
right: 0;
clip: rect(auto, auto, auto, 404px);
}

.art-hmenu a .t, .art-hmenu ul a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
text-align: left;
text-decoration: none;
}

.art-hmenu a .t
{
color: #802c2c;
padding: 0 14px;
margin: 0 4px;
line-height: 26px;
text-align: center;
}

.art-hmenu a:hover .l, .art-hmenu a:hover .r
{
top: -31px;
}

.art-hmenu li:hover>a .l, .art-hmenu li:hover>a .r
{
top: -31px;
}

.art-hmenu li:hover a .l, .art-hmenu li:hover a .r
{
top: -31px;
}
.art-hmenu a:hover .t
{
color: #d06200;
}

.art-hmenu li:hover a .t
{
color: #d06200;
}

.art-hmenu li:hover>a .t
{
color: #d06200;
}

.art-hmenu a.active .l, .art-hmenu a.active .r
{
top: -62px;
}

.art-hmenu a.active .t
{
color: #692402;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-hmenu .art-hmenu-li-separator
{
display: block;
width: 9px;
height:26px;
}
.art-nav .art-hmenu-separator
{
display: block;
margin:0 auto;
width: 1px;
height: 26px;
background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-hmenu ul a
{
display: block;
white-space: nowrap;
height: 26px;
width: 180px;
overflow: hidden;
background-image: url('images/subitem.png');
background-position: left top;
background-repeat: repeat-x;
border-width: 1px;
border-style: solid;
border-color: #FEF2D2;
text-align: left;
text-indent: 12px;
text-decoration: none;
line-height: 26px;
color: #f06600;
font-size: 12px;
margin:0;
padding:0;
}

.art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
display: inline;
float: none;
margin: inherit;
padding: inherit;
background-image: none;
text-align: inherit;
text-decoration: inherit;
}

.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active, .art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
text-align: left;
text-indent: 12px;
text-decoration: none;
line-height: 26px;
color: #f06600;
font-size: 12px;
margin:0;
padding:0;
}

.art-hmenu ul li a:hover
{
color: #000000;
border-color: #FB722D;
background-position: 0 -26px;
}

.art-hmenu ul li:hover>a
{
color: #000000;
border-color: #FB722D;
background-position: 0 -26px;
}

.art-nav .art-hmenu ul li a:hover span, .art-nav .art-hmenu ul li a:hover span span
{
color: #000000;
}

.art-nav .art-hmenu ul li:hover>a span, .art-nav .art-hmenu ul li:hover>a span span
{
color: #000000;
}

/* end MenuSubItem */

/* begin Box, Sheet */
.art-sheet
{
position: relative;
margin: 0 auto;
min-width: 25px;
min-height: 25px;
margin-top: 7px;
margin-bottom: -3px;
cursor:auto;
width: 985px;
}

.art-sheet-body
{
position: relative;
padding: 4px;
padding-top:4px;
padding-bottom:4px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
position: absolute;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
width: 36px;
height: 36px;
background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
top: 0;
left: 0;
clip: rect(auto, 18px, 18px, auto);
}

.art-sheet-tr
{
top: 0;
right: 0;
clip: rect(auto, auto, 18px, 18px);
}

.art-sheet-bl
{
bottom: 0;
left: 0;
clip: rect(18px, 18px, auto, auto);
}

.art-sheet-br
{
bottom: 0;
right: 0;
clip: rect(18px, auto, auto, 18px);
}

.art-sheet-tc, .art-sheet-bc
{
left: 18px;
right: 18px;
height: 36px;
background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
top: 0;
clip: rect(auto, auto, 18px, auto);
}

.art-sheet-bc
{
bottom: 0;
clip: rect(18px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
top: 18px;
bottom: 18px;
width: 36px;
background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
right: 0;
clip: rect(auto, auto, auto, 18px);
}

.art-sheet-cl
{
left: 0;
clip: rect(auto, 18px, auto, auto);
}

.art-sheet-cc
{
position: absolute;
top: 18px;
left: 18px;
right: 18px;
bottom: 18px;
background-color: #ffffff;
}

#art-page-background-top-texture, #art-page-background-middle-texture{
min-width: 985px;
}

/* end Box, Sheet */

/* begin Layout */
.art-content-layout
{
display: table;
position:relative;
margin: 0 auto;
table-layout: fixed;
border-collapse: collapse;
background-color: Transparent;
border: none !important;
padding:0 !important;
width:100%;
margin-top:0;
margin-bottom:0;
}
.art-layout-cell, .art-content-layout-row
{
background-color: Transparent;
vertical-align: top;
text-align: left;
border: none;
margin:0;
padding:0;
}

.art-content-layout .art-content-layout{margin:0;}
.art-content-layout .art-layout-cell, .art-content-layout .art-layout-cell .art-content-layout .art-layout-cell{display: table-cell;}
.art-layout-cell .art-layout-cell{display: block;}
.art-content-layout-row {display: table-row;}
.art-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
position: relative;
min-width: 1px;
min-height: 1px;
margin: 10px;
}

.art-vmenublock-body
{
position: relative;
padding: 0;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader
{
margin-bottom: 0;
position: relative;
height: 26px;
}

.art-vmenublockheader h3.t
{
position: relative;
height: 26px;
color: #f06600;
font-size: 14px;
margin:0;
padding: 0 10px 0 5px;
white-space: nowrap;
line-height: 26px;
}

.art-vmenublockheader h3.t a,
.art-vmenublockheader h3.t a:link,
.art-vmenublockheader h3.t a:visited,
.art-vmenublockheader h3.t a:hover
{
color: #f06600;
font-size: 14px;
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
position: relative;
margin: 0 auto;
min-width: 1px;
min-height: 1px;
}

.art-vmenublockcontent-body
{
position: relative;
padding: 0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu li
{
list-style: none;
margin: 0;
padding: 0;
width: auto;
line-height: 0;
}

ul.art-vmenu
{
margin-top: 0;
margin-bottom: 0;
}

ul.art-vmenu ul
{
display: none;
padding: 0;
margin:0 0 0 0;
}

ul.art-vmenu ul.active
{
display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a
{
position: relative;
display: block;
overflow: hidden;
height: 30px;
cursor: pointer;
text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator
{
display: block;
padding: 2px 0 2px 0;
margin: 0;
font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span
{
display: block;
padding: 0;
font-size: 1px;
height: 0;
line-height: 0;
border: none;
}

ul.art-vmenu a .r, ul.art-vmenu a .l
{
position: absolute;
display: block;
top: 0;
height: 100px;
background-image: url('images/vmenuitem.png');
}

ul.art-vmenu a .l
{
left: 0;
right: 4px;
}

ul.art-vmenu a .r
{
width: 985px;
right: 0;
clip: rect(auto, auto, auto, 981px);
}

ul.art-vmenu a .t, ul.art-vmenu ul a
{
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
}

ul.art-vmenu a .t
{
display: block;
position:relative;
top:0;
line-height: 30px;
color: #f06600;
padding: 0 11px 0 11px;
margin-left:0;
margin-right:0;
}

ul.art-vmenu a.active .l, ul.art-vmenu a.active .r
{
top: -70px;
}

ul.art-vmenu a.active .t
{
color: #f06600;
}

ul.art-vmenu a:hover .l, ul.art-vmenu a:hover .r
{
top: -35px;
}

ul.art-vmenu a:hover .t
{
color: #f06600;
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.art-vmenu ul li
{
margin: 0;
padding: 0;
}

ul.art-vmenu ul a
{
display: block;
white-space: nowrap;
height: 20px;
overflow: visible;
background-image: url('images/vsubitem.gif');
background-position: 25px 0;
background-repeat: repeat-x;
padding: 0 0 0 25px;
line-height: 20px;
color: #872f03;
font-size: 11px;
margin-left: 0;
}

ul.art-vmenu ul ul li
{
padding:0;
}

ul.art-vmenu ul span, ul.art-vmenu ul span span
{
display: inline;
float: none;
margin: inherit;
padding: inherit;
background-image: none;
text-align: inherit;
text-decoration: inherit;
}

ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:hover, ul.art-vmenu ul a:active, ul.art-vmenu ul span, ul.art-vmenu ul span span
{
line-height: 20px;
color: #872f03;
font-size: 11px;
margin-left: 0;
}

ul.art-vmenu ul ul
{
margin:0 0 0 0;
}

ul.art-vmenu ul li.art-vsubmenu-separator
{
display: block;
margin: 0;
font-size: 1px;
padding: 0 0 0 0;
}

ul.art-vmenu ul .art-vsubmenu-separator-span
{
display: block;
padding: 0;
font-size: 1px;
height: 0;
line-height: 0;
margin: 0;
border: none;
}

ul.art-vmenu ul li.art-vmenu-separator-first
{
margin-bottom:2px;
padding-bottom:0;
}

ul.art-vmenu ul li li a
{
background-position: 50px 0;
padding: 0 0 0 50px;
}

ul.art-vmenu ul li li li a
{
background-position: 75px 0;
padding: 0 0 0 75px;
}

ul.art-vmenu ul li li li li a
{
background-position: 100px 0;
padding: 0 0 0 100px;
}

ul.art-vmenu ul li li li li li a
{
background-position: 125px 0;
padding: 0 0 0 125px;
}

ul.art-vmenu ul li a.active
{
color: #872f03;
background-position: 25px -50px;
}

ul.art-vmenu ul li li a.active
{
background-position: 50px -50px;
}

ul.art-vmenu ul li li li a.active
{
background-position: 75px -50px;
}

ul.art-vmenu ul li li li li a.active
{
background-position: 100px -50px;
}

ul.art-vmenu ul li li li li li a.active
{
background-position: 125px -50px;
}

ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active
{
color: #872f03;
background-position: 25px -25px;
}

ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active
{
background-position: 50px -25px;
}

ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a:hover.active
{
background-position: 75px -25px;
}

ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a:hover.active
{
background-position: 100px -25px;
}

ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a:hover.active
{
background-position: 125px -25px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.art-block
{
position: relative;
min-width: 1px;
min-height: 1px;
margin: 10px;
}

.art-block-body
{
position: relative;
padding: 0;
}

div.art-block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
border-color: #872f03;
border-style: solid;
margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
margin-bottom: 0;
position: relative;
height: 26px;
}

.art-blockheader h3.t
{
position: relative;
height: 26px;
color: #f06600;
font-size: 14px;
margin:0;
padding: 0 10px 0 5px;
white-space: nowrap;
line-height: 26px;
}

.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited,
.art-blockheader h3.t a:hover
{
color: #6382A1;
font-size: 14px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-blockcontent
{
position: relative;
margin: 0 auto;
min-width: 1px;
min-height: 1px;
}

.art-blockcontent-body
{
position: relative;
padding: 5px;
color: #872f03;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.art-blockcontent-body table,
.art-blockcontent-body li,
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
color: #f06600;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.art-blockcontent-body p
{
margin: 6px 0;
}

.art-blockcontent-body a, .art-blockcontent-body a:link
{
color: #f06600;
text-decoration: none;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
color: #f06600;
text-decoration: underline;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
color: #f00000;
text-decoration: underline;
}

.art-blockcontent-body ul li
{
line-height: 125%;
color: #f06600;
padding: 0 0 0 12px;
background-image: url('images/blockcontentbullets.png');
background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button
{
text-decoration: none;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
position:relative;
top:0;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-align: center;
color: #872f03 !important;
width: auto;
outline: none;
border: none;
background: none;
line-height: 32px;
height: 32px;
margin: 0 !important;
padding: 0 16px !important;
overflow: visible;
cursor: pointer;
}

.art-button img, .art-button-wrapper img
{
margin: 0;
vertical-align: middle;
}

.art-button-wrapper
{
vertical-align: middle;
display: inline-block;
position: relative;
height: 32px;
overflow: hidden;
white-space: nowrap;
width: auto;
margin: 0;
padding: 0;
z-index: 0;
}

.firefox2 .art-button-wrapper
{
display: block;
float: left;
}

input, select, textarea
{
vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
}

.art-block select
{
width:96%;
}

.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover
{
color: #872f03 !important;
text-decoration: none !important;
}

.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link
{
color: #FFFFFF !important;
}

.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r
{
display: block;
position: absolute;
height: 106px;
margin: 0;
padding: 0;
background-image: url('images/button.png');
}

.art-button-wrapper .art-button-l
{
left: 0;
right: 10px;
}

.art-button-wrapper .art-button-r
{
width: 409px;
right: 0;
clip: rect(auto, auto, auto, 399px);
}

.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
top: -37px;
}

.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
top: -74px;
}

.art-button-wrapper input
{
float: none !important;
}
/* end Button */

/* begin Box, Post */
.art-post
{
position: relative;
min-width: 1px;
min-height: 1px;
margin: 0;
}

.art-post-body
{
position: relative;
padding: 10px;
}

a img
{
border: 0;
}

.art-article img, img.art-article, .art-block img, .art-footer img
{
border: solid 0 #f06600;
margin: 7px;
}

.art-metadata-icons img
{
border: none;
vertical-align: middle;
margin: 2px;
}

.art-article table, table.art-article
{
border-collapse: collapse;
margin: 1px;
}

.art-article th, .art-article td
{
padding: 2px;
border: solid 1px #f06600;
vertical-align: top;
text-align: left;
}

.art-article th
{
text-align: center;
vertical-align: middle;
padding: 7px;
}

pre
{
overflow: auto;
padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.art-postheader
{
color: #ea6900;
margin: 5px 0;
font-size: 24px;
}

h2.art-postheader a,
h2.art-postheader a:link,
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
font-size: 24px;
}

h2.art-postheader a, h2.art-postheader a:link
{
text-align: left;
text-decoration: none;
color: #ea6900;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{
color: #ea6900;
}

h2.art-postheader a:hover, h2.art-postheader a.hovered
{
color: #ea6900;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
color: #f06600;
}

.art-postheadericons
{
padding: 1px;
}

.art-postheadericons a, .art-postheadericons a:link
{
text-decoration: none;
color: #f06600;
}

.art-postheadericons a:visited, .art-postheadericons a.visited
{
font-style: italic;
font-weight: normal;
color: #f06600;
}

.art-postheadericons a:hover, .art-postheadericons a.hover
{
font-style: italic;
font-weight: normal;
text-decoration: underline;
color: #ff0000;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.art-post ol, .art-post ul
{
margin: 1em 0 1em 2em;
padding: 0;
}

.art-post li
{
font-size: 13px;
color: #2E3D4C;
padding: 0 0 0 13px;
}

.art-post li ol, .art-post li ul
{
margin: 0.5em 0 0.5em 2em;
padding: 0;
}

.art-post ol>li
{
background: none;
padding-left: 0;
/* overrides overflow for "ul li" and sets the default value */
overflow: visible;
}

.art-post ul>li
{
background-image: url('images/postbullets.png');
background-repeat: no-repeat;
padding-left: 13px;
/* makes "ul li" not to align behind the image if they are in the same line */
overflow-x: visible;
overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.art-postcontent blockquote,
.art-postcontent blockquote a,
.art-postcontent blockquote a:link,
.art-postcontent blockquote a:visited,
.art-postcontent blockquote a:hover
{
color: #1E0A01;
font-style: italic;
font-weight: normal;
text-align: left;
}

.art-postcontent blockquote p
{
margin: 2px 0 2px 15px;
}

.art-postcontent blockquote
{
border: solid 0 #FC9764;
margin: 10px 10px 10px 50px;
padding: 0 0 0 28px;
background-color: #FDC9AF;
background-image: url('images/postquote.png');
background-position: left top;
background-repeat: no-repeat;
/* makes blockquote not to align behind the image if they are in the same line */
overflow: auto;
clear:both;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.art-postfootericons,
.art-postfootericons a,
.art-postfootericons a:link,
.art-postfootericons a:visited,
.art-postfootericons a:hover
{
font-family: Arial, Helvetica, Sans-Serif;
color: #f06600;
}

.art-postfootericons
{
padding: 1px;
}

.art-postfootericons a, .art-postfootericons a:link
{
text-decoration: none;
color: #f06600;
}

.art-postfootericons a:visited, .art-postfootericons a.visited
{
color: #ff0000;
}

.art-postfootericons a:hover, .art-postfootericons a.hover
{
color: #bd673b;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.art-footer
{
position: relative;
margin-top:0;
margin-bottom:0;
width: 100%;
}

.art-footer-b
{
position: absolute;
left:5px;
right:5px;
bottom:0;
height:5px;
background-image: url('images/footer_b.png');
}

.art-footer-r, .art-footer-l
{
position: absolute;
height:5px;
background-image: url('images/footer_s.png');
bottom: 0;
}

.art-footer-l
{
left: 0;
width:5px;
}

.art-footer-r
{
right: 0;
width:10px;
clip: rect(auto, auto, auto, 5px);
}

.art-footer-t
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 5px;
background-color: #ffcb00;
}

.art-footer-body
{
position:relative;
padding: 5px;
}

.art-footer-body .art-rss-tag-icon
{
position: absolute;
left: 6px;
bottom:5px;
z-index:1;
}

.art-rss-tag-icon
{
display: block;
background-image: url('images/rssicon.png');
background-position: center right;
background-repeat: no-repeat;
height: 32px;
width: 32px;
cursor: default;
}

.art-footer-text p
{
padding:0;
margin:0;
text-align: center;
}

.art-footer-text,
.art-footer-text a,
.art-footer-text a:link,
.art-footer-text a:visited,
.art-footer-text a:hover,
.art-footer-text td,
.art-footer-text th,
.art-footer-text caption
{
color: #192129;
font-size: 11px;
}

.art-footer-text
{
min-height: 33px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.art-footer-text a,
.art-footer-text a:link
{
color: #872f03;
text-decoration: none;
}

.art-footer-text a:visited
{
color: #872f03;
}

.art-footer-text a:hover
{
color: #ff6c00;
text-decoration: underline;
}

div.art-footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
border-color: #B2C2D1;
border-style: solid;
margin: 0;
}/* end Footer */

/* begin PageFooter */
.art-page-footer,
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
font-family: Arial;
font-size: 10px;
letter-spacing: normal;
word-spacing: normal;
font-style: normal;
font-weight: normal;
text-decoration: underline;
color: #872f03;
}

.art-page-footer
{
padding: 1em;
text-align: center;
text-decoration: none;
color: #872f03;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.art-content-layout .art-sidebar1
{
width: 200px;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */

textarea#comment
{
width:99%;
}

ul#comments-list div.avatar
{
float:left;
}

ul#comments-list, ul#comments-list li
{
background: none;
padding:0;
}

ul#comments-list li li
{
margin-left: 20px;
}

div.avatar
{
position:relative;
margin: 0 5px;
border: 1px solid #aaa;
padding: 1px;
background: #fff;
float:left;
}

div.avatar img, div.avatar img.wp-post-image
{
margin:0 !important;
padding:0;
border:none;
}

span.page-navi-outer, span.page-navi-inner
{
position:relative;
display:block;
float:left;
margin:0;
padding:0;
}

span.page-navi-outer
{
margin: 1px;
border: 1px solid #aaa;
}

span.page-navi-inner
{
padding: 1px;
min-width:14px;
line-height:18px;
text-align:center;
border: 2px solid #fff;
font-weight:bold;
}

a span.page-navi-inner, span.page-navi-caption span.page-navi-inner
{
border-width:1px;
font-weight:normal;
}

a span.page-navi-outer, span.page-navi-caption
{
margin:2px 1px;
}

ul#comments-list li cite
{
font-size: 1.2em;
}

#commentform textarea
{
width: 100%;
}

img.wp-smiley
{
border: none;
margin: 1px;
vertical-align:middle;
padding: 0;
}

.navigation
{
display: block;
text-align: center;
}


/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
}

p.aligncenter , p.center
{
text-align: center;
}

.alignleft
{
float: left;
}

.alignright
{
float: right;
}

.alignright img, img.alignright
{
margin: 1em;
margin-right: 0;
}

.alignleft img, img.alignleft
{
margin: 1em;
margin-left: 0;
}

.wp-caption
{
border: 1px solid #ddd;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
text-align: center;
}

.wp-caption img
{
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text
{
font-size: 12px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.wp-caption p
{
text-align: center;
}

.gallery {
margin: 0 auto 18px;
clear:both;
overflow:hidden;
letter-spacing: normal;
}

.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%;
}
.gallery img {
border: 10px solid #f1f1f1;
}

.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px;
}

.gallery dl {
margin: 0;
}

.gallery br+br {
display: none;
}
/* End */

.hidden
{
display: none;
}

/* Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

.art-content {
position: relative;
z-index: 1;
}

#todays-events{
position: relative;
z-index: 11;
}

#upcoming-events{
position: relative;
z-index: 10;
}

img.wp-post-image
{
margin:0 5px 5px 0 !important;
}

ul#comments-list li
{
list-style-image: none;
background:none;
list-style-type:none;
}

div.art-footer div.art-content-layout
{
margin:0 auto;
width:100%;
}

div.art-layout-cell-size1
{
width:100%;
}

div.art-layout-cell-size2
{
width:50%;
}
div.art-layout-cell-size3
{
width:33%;
}

div.art-layout-cell-size4
{
width:25%;
}

.art-widget-title
{
padding:0 0 0 24px;
margin-bottom:0;
}

div.art-center-wrapper
{
position: relative;
float: right;
right: 50%;
}

div.art-center-inner
{
position: relative;
float: left;
left: 50%;
}

.firefox2 div.art-center-inner
{
float: none;
}

div.breadcrumbs h4,
div.breadcrumbs p,
li.pingback p,
#respond p,
h3#reply-title,
h4#comments,
h4.box-title
{
margin:0;
}

#respond .comment-notes {
margin-bottom: 1em;
}

.form-allowed-tags {
line-height: 1em;
}

#comments-list #respond {
margin-left: 20px !important;
}

#cancel-comment-reply-link {
font-size: 12px;
font-weight: normal;
line-height: 18px;
}

#respond .required {
color: #ff4b33;
font-weight: bold;
}

#respond label {
font-size: 12px;
}

#respond input {
margin: 0 0 9px;
width: 98%;
}

#respond textarea {
width: 98%;
}

#respond .form-allowed-tags {
font-size: 12px;
line-height: 18px;
}

#respond .form-allowed-tags code {
font-size: 12px;
}

#respond .form-submit {
margin: 12px 0;
}

#respond .form-submit input {
font-size: 12px;
width: auto;
}

.art-footer .art-widget-title
{
font-size:1.2em;
padding: 0;
}

.art-footer .art-widget,
.art-footer .art-widget a,
.art-footer .art-widget a:link,
.art-footer .art-widget a:visited,
.art-footer .art-widget a:hover
{
color: #192129;
font-size: 12px;
text-align: left;
}

.art-footer .art-widget a,
.art-footer .art-widget a:link
{
color: #872f03;
text-decoration: none;
}

.art-footer .art-widget a:visited
{
color: #872f03;
}

DIV[id^="GMPmap"] IMG
{
margin: 0;
}
#comments h6 {
margin-bottom: 50px;
}

#commentform input {
width: 170px;
padding: 5px;
margin: 5px 5px 1px 0px;
}

#commentform {
margin: 5px 10px 0 0;
width: 650px;
padding: 10px;
}

#commentform textarea {
width: 100%;
padding: 2px;
}

#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
color: #c56926;
}

#commentform #submit {
margin: 0 0 5px auto;
float: right;
}

.alt {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;
}

.commentlist li ul li {
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children {
padding: 0;
}

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
color: #c56926;
}

.post_thumbnail {
padding: 6px;
border: 1px solid #E2E2DE;
margin: 0 10px 10px 0;
background-color: #FFFFFF;
}

h3 {
font-size: 150%;
color: #f06600;
}

Заранее спасибо!)
0
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
tolikfantom_mw
tolikfantom_mw
сообщение 15.6.2015, 0:43; Ответить: tolikfantom_mw
Сообщение #2


Неужели Вы думаете, что разместив такую простыню кода, кто то станет читать топик и даст толковый ответ? Такие куски кода размещаются на сервисах типа http://pastebin.com/ и потом в топике даете ссылку на код.
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
Zlowariy
Zlowariy
Topic Starter сообщение 19.6.2015, 7:08; Ответить: Zlowariy
Сообщение #3


Спасибо, буду знать теперь.)


Замечание модератора:
Эта тема была закрыта автоматически ввиду отсутствия активности в ней на протяжении 100+ дней.
Если Вы считаете ее актуальной и хотите оставить сообщение, то воспользуйтесь кнопкой
или обратитесь к любому из модераторов.
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
Открыть тему
Тема закрыта
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0


Свернуть

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

  Тема Ответов Автор Просмотров Последний ответ
Горячая тема (нет новых ответов) Ссылки за которые не стыдно! Качественный линк билдинг сервис под Бурж от Westrank. Честный прайс.
62 DaoDog 46988 Сегодня, 3:30
автор: WestRank_Support
Горячая тема (нет новых ответов) Тема имеет прикрепленные файлыКрауд ссылки с форумов, блогов, порталов. Жирные ссылки с Ua,Ru, Бурж площадок. Вечные ссылки в статьях на собственных сайтах
Быстро, качественно и ответственно!
138 vetalbon 66405 13.4.2024, 17:53
автор: vetalbon
Открытая тема (нет новых ответов) SEO Линк Билдинг под Бурж | Вечные ссылки США, Европа и Мир с Гарантией
20 Needmylink1 6997 12.4.2024, 23:32
автор: Needmylink1
Горячая тема (нет новых ответов) Тема имеет прикрепленные файлыВечные ссылки с трастовых сайтов
53 1informer 22668 7.4.2024, 13:47
автор: 1informer
Открытая тема (нет новых ответов) Оптом и в розницу, скупаю ссылки околомедицинской тематики.
3 kasey7 2010 4.4.2024, 19:12
автор: kasey7


 



RSS Текстовая версия Сейчас: 19.4.2024, 10:28
Дизайн