Новости Joomla

Вышли релизы безопасности Joomla 5.3.4 и Joomla 4.4.14

Релиз безопасности Joomla 5.3.4

Проект Joomla спешит сообщить о выпуске Joomla 5.3.4 и Joomla 4.4.14. Это релиз безопасности для серии Joomla 5.3 и релиз безопасности для серии Joomla 4.4.

0 Пользователей и 1 Гость просматривают эту тему.
  • 2 Ответов
  • 1696 Просмотров
*

VVolkodaw

  • Новичок
  • 3
  • 0 / 0
Растягивание шаблона
« : 03.11.2014, 12:41:47 »
Мучаюсь почти неделю, прочитано, перепробовано большое количество материалов - не получается. Помогите, добрые люди.
Шаблон "dd_thebrand_17" он только посередине страницы...

template.css
[code]#dd-main
{
  background: #FFFFFF url('../images/page.jpeg') scroll;
  margin: 0 auto;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}

table, ul.dd-hmenu
{
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

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

.dd-button
{
  border: 0;
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #A72716;
  background: linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  background: -webkit-linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  background: -moz-linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  background: -o-linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  background: -ms-linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  background: linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  -svg-background: linear-gradient(top, #CB2F1A 0, #871F12 100%) no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  border-width: 0;
  padding: 0 10px;
  margin: 0 auto;
  height: 26px;
}

.dd-postcontent, .dd-postheadericons, .dd-postfootericons, .dd-blockcontent, ul.dd-vmenu a
{
  text-align: left;
}

.dd-postcontent, .dd-postcontent li, .dd-postcontent table, .dd-postcontent a, .dd-postcontent a:link, .dd-postcontent a:visited, .dd-postcontent a.visited, .dd-postcontent a:hover, .dd-postcontent a.hovered
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-align: justify;
}

.dd-postcontent p
{
  margin: 12px 0;
}

.dd-postcontent h1, .dd-postcontent h1 a, .dd-postcontent h1 a:link, .dd-postcontent h1 a:visited, .dd-postcontent h1 a:hover, .dd-postcontent h2, .dd-postcontent h2 a, .dd-postcontent h2 a:link, .dd-postcontent h2 a:visited, .dd-postcontent h2 a:hover, .dd-postcontent h3, .dd-postcontent h3 a, .dd-postcontent h3 a:link, .dd-postcontent h3 a:visited, .dd-postcontent h3 a:hover, .dd-postcontent h4, .dd-postcontent h4 a, .dd-postcontent h4 a:link, .dd-postcontent h4 a:visited, .dd-postcontent h4 a:hover, .dd-postcontent h5, .dd-postcontent h5 a, .dd-postcontent h5 a:link, .dd-postcontent h5 a:visited, .dd-postcontent h5 a:hover, .dd-postcontent h6, .dd-postcontent h6 a, .dd-postcontent h6 a:link, .dd-postcontent h6 a:visited, .dd-postcontent h6 a:hover, .dd-blockheader .t, .dd-blockheader .t a, .dd-blockheader .t a:link, .dd-blockheader .t a:visited, .dd-blockheader .t a:hover, .dd-vmenublockheader .t, .dd-vmenublockheader .t a, .dd-vmenublockheader .t a:link, .dd-vmenublockheader .t a:visited, .dd-vmenublockheader .t a:hover, .dd-headline, .dd-headline a, .dd-headline a:link, .dd-headline a:visited, .dd-headline a:hover, .dd-slogan, .dd-slogan a, .dd-slogan a:link, .dd-slogan a:visited, .dd-slogan a:hover, .dd-postheader, .dd-postheader a, .dd-postheader a:link, .dd-postheader a:visited, .dd-postheader a:hover
{
  font-size: 32px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.dd-postcontent a, .dd-postcontent a:link
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ED3907;
}

.dd-postcontent a:visited, .dd-postcontent a.visited
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ED3907;
}

.dd-postcontent  a:hover, .dd-postcontent a.hover
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #ED3907;
}

.dd-postcontent h1
{
  color: #A48B56;
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 32px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent h1
{
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 32px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h1 a, .dd-postcontent h1 a:link, .dd-postcontent h1 a:hover, .dd-postcontent h1 a:visited, .dd-blockcontent h1 a, .dd-blockcontent h1 a:link, .dd-blockcontent h1 a:hover, .dd-blockcontent h1 a:visited
{
  font-size: 32px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h2
{
  color: #8D7B6D;
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 24px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent h2
{
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 24px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h2 a, .dd-postcontent h2 a:link, .dd-postcontent h2 a:hover, .dd-postcontent h2 a:visited, .dd-blockcontent h2 a, .dd-blockcontent h2 a:link, .dd-blockcontent h2 a:hover, .dd-blockcontent h2 a:visited
{
  font-size: 24px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h3
{
  color: #8D7B6D;
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 19px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent h3
{
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 19px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h3 a, .dd-postcontent h3 a:link, .dd-postcontent h3 a:hover, .dd-postcontent h3 a:visited, .dd-blockcontent h3 a, .dd-blockcontent h3 a:link, .dd-blockcontent h3 a:hover, .dd-blockcontent h3 a:visited
{
  font-size: 19px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h4
{
  color: #736459;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent h4
{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h4 a, .dd-postcontent h4 a:link, .dd-postcontent h4 a:hover, .dd-postcontent h4 a:visited, .dd-blockcontent h4 a, .dd-blockcontent h4 a:link, .dd-blockcontent h4 a:hover, .dd-blockcontent h4 a:visited
{
  font-size: 16px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h5
{
  color: #736459;
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent h5
{
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h5 a, .dd-postcontent h5 a:link, .dd-postcontent h5 a:hover, .dd-postcontent h5 a:visited, .dd-blockcontent h5 a, .dd-blockcontent h5 a:link, .dd-blockcontent h5 a:hover, .dd-blockcontent h5 a:visited
{
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h6
{
  color: #BCB1A9;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 11px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent h6
{
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 11px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-postcontent h6 a, .dd-postcontent h6 a:link, .dd-postcontent h6 a:hover, .dd-postcontent h6 a:visited, .dd-blockcontent h6 a, .dd-blockcontent h6 a:link, .dd-blockcontent h6 a:hover, .dd-blockcontent h6 a:visited
{
  font-size: 11px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

header, footer, article, nav, #dd-hmenu-bg, .dd-sheet, .dd-hmenu a, .dd-vmenu a, .dd-slidenavigator > a, .dd-checkbox:before, .dd-radiobutton:before
{
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
}

header, footer, article, nav, #dd-hmenu-bg, .dd-sheet, .dd-slidenavigator > a, .dd-checkbox:before, .dd-radiobutton:before
{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

HTML, body
{
  height: 100%;
}

body
{
  padding: 0;
  margin: 0;
  min-width: 960px;
  color: #453C35;
}

.clearfix:before, .clearfix:after
{
  width: 100%;
  content: " ";
  display: table;
}

.clearfix:after
{
  clear: both;
}

.cleared
{
  font: 0/0 serif;
  clear: both;
}

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

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

li h1, .dd-postcontent li h1, .dd-blockcontent li h1
{
  margin: 1px;
}

li h2, .dd-postcontent li h2, .dd-blockcontent li h2
{
  margin: 1px;
}

li h3, .dd-postcontent li h3, .dd-blockcontent li h3
{
  margin: 1px;
}

li h4, .dd-postcontent li h4, .dd-blockcontent li h4
{
  margin: 1px;
}

li h5, .dd-postcontent li h5, .dd-blockcontent li h5
{
  margin: 1px;
}

li h6, .dd-postcontent li h6, .dd-blockcontent li h6
{
  margin: 1px;
}

li p, .dd-postcontent li p, .dd-blockcontent li p
{
  margin: 1px;
}

.dd-shapes
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.dd-slider-inner
{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.dd-slidenavigator > a
{
  display: inline-block;
  vertical-align: middle;
  outline-style: none;
  font-size: 1px;
}

.dd-slidenavigator > a:last-child
{
  margin-right: 0 !important;
}

.dd-object169394319 h1, .dd-object169394319 h2, .dd-object169394319 h3, .dd-object169394319 h4, .dd-object169394319 h5, .dd-object169394319 h6, .dd-object169394319 p, .dd-object169394319 a, .dd-object169394319 ul, .dd-object169394319 ol, .dd-object169394319 li
{
  line-height: 100%;
}

.dd-object169394319
{
  position: absolute;
  top: 340px;
  left: 96.62%;
  margin-left: -328px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  overflow: hidden;
  z-index: 12;
  width: 340px;
  height: 199px;
}

.dd-object169394319-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 5px 5px !important;
  height: 189px;
  width: 330px;
  word-wrap: break-word;
}

.dd-object169394319-text, .dd-object169394319-text a.dd-rss-tag-icon, .dd-object169394319-text a.dd-facebook-tag-icon, .dd-object169394319-text a.dd-twitter-tag-icon
{
  font-size: 30px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-align: left;
  vertical-align: middle;
  color: #FFFFFF !important;
}
.dd-object169394319-text a{
   display:block;
  font-size: 30px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-align: left;
  vertical-align: middle;
  text-decoration:none;
  color: #FFFFFF !important;
transition:All 1s ease-out;
-webkit-transition:All 1s ease-out;
-moz-transition:All 1s ease-out;
-o-transition:All 1s ease-out;
transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0px);
}
.dd-object169394319-text a:hover{
   display:block;
   font-size: 30px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
   color: #000000 !important;
   transform: rotate(0deg) scale(0.811) skew(-1deg) translate(177px);
-webkit-transform: rotate(0deg) scale(0.811) skew(-1deg) translate(177px);
-moz-transform: rotate(0deg) scale(0.811) skew(-1deg) translate(177px);
-o-transform: rotate(0deg) scale(0.811) skew(-1deg) translate(177px);
-ms-transform: rotate(0deg) scale(0.811) skew(-1deg) translate(177px);

   
   
}

.dd-object464117018-text a{
   display:block;
  font-size: 30px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-align: left;
  vertical-align: middle;
  text-decoration:none;
  color: #FFFFFF !important;
  
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
}
.dd-object464117018-text a:hover{
   display:block;
   font-size: 30px;
   font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
   color: #FF0000 !important;
transform: rotate(16deg) scale(1.336) skew(1deg) translate(0px);
-webkit-transform: rotate(16deg) scale(1.336) skew(1deg) translate(0px);
-moz-transform: rotate(16deg) scale(1.336) skew(1deg) translate(0px);
-o-transform: rotate(16deg) scale(1.336) skew(1deg) translate(0px);
-ms-transform: rotate(16deg) scale(1.336) skew(1deg) translate(0px);

   
}
.dd-textblock ul > li
{
  background-position-y: 8px !important;
}

.dd-object464117018 h1, .dd-object464117018 h2, .dd-object464117018 h3, .dd-object464117018 h4, .dd-object464117018 h5, .dd-object464117018 h6, .dd-object464117018 p, .dd-object464117018 a, .dd-object464117018 ul, .dd-object464117018 ol, .dd-object464117018 li
{
  line-height: 100%;
}

.dd-object464117018
{
  position: absolute;
  top: 187px;
  left: 96.62%;
  margin-left: -328px !important;
  overflow: hidden;
  z-index: 13;
  width: 340px;
  height: 153px;
}

.dd-object464117018-text
{
  line-height: 100%;
  display: table-cell;
  outline-style: none;
  padding: 5px 5px !important;
  height: 143px;
  width: 330px;
  word-wrap: break-word;
}

.dd-object464117018-text, .dd-object464117018-text a.dd-rss-tag-icon, .dd-object464117018-text a.dd-facebook-tag-icon, .dd-object464117018-text a.dd-twitter-tag-icon
{
  font-size: 30px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-align: left;
  vertical-align: middle;
  color: #FFFFFF !important;
}

.dd-textblock ul > li
{
  background-position-y: 8px !important;
}

.dd-slogan
{
  display: inline-block;
  position: absolute;
  min-width: 50px;
  top: 92px;
  left: 4.21%;
  line-height: 100%;
  margin-left: -12px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 103;
  white-space: nowrap;
}

.dd-slogan, .dd-slogan a, .dd-slogan a:link, .dd-slogan a:visited, .dd-slogan a:hover
{
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #1B170E !important;
}

.dd-positioncontrol-606629448
{
  display: block;
  left: 3.02%;
  margin-left: -17px;
  position: absolute;
  top: 187px;
  width: 579px;
  height: 350px;
  z-index: 99;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dd-positioncontrol-230679761
{
  display: block;
  left: 97.29%;
  margin-left: -208px;
  position: absolute;
  top: 25px;
  width: 214px;
  height: 75px;
  z-index: 102;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dd-object714367995 h1, .dd-object714367995 h2, .dd-object714367995 h3, .dd-object714367995 h4, .dd-object714367995 h5, .dd-object714367995 h6, .dd-object714367995 p, .dd-object714367995 a, .dd-object714367995 ul, .dd-object714367995 ol, .dd-object714367995 li
{
  line-height: 100%;
}

.dd-object714367995
{
  position: absolute;
  top: 129px;
  left: 97.94%;
  margin-left: -180px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 101;
  width: 184px;
  height: 24px;
}

.dd-footer .layout-item-0
{
  margin-bottom: 10px;
}

.dd-footer .layout-item-1
{
  color: #453C35;
}

.dd-footer .layout-item-2
{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCBD9E;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dd-footer .layout-item-3
{
  color: #2B2621;
  background: #EFEBE1;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.ie7 .dd-post .dd-layout-cell
{
  border: none !important;
  padding: 0 !important;
}

.ie6 .dd-post .dd-layout-cell
{
  border: none !important;
  padding: 0 !important;
}

#dd-hmenu-bg
{
  position: absolute;
  overflow: hidden;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: auto;
  border-radius: 0;
}

.dd-sheet
{
  background: #F9F9F9;
  margin: 10px auto 0;
  position: relative;
  cursor: auto;
  width: 960px;
  z-index: auto !important;
}

.dd-header
{
  margin: 0 auto;
  height: 550px;
  background-image: url('../images/object464117018.png'),url('../images/object169394319.png'),url('../images/object1081226857.png'),url('../images/object876154022.png'),url('../images/object591090273.png'), url('../images/header.png');
  background-position: 599px 187px,599px 340px,29px 181px,11px 111px,21px 1px, 0 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: auto !important;
}

.responsive .dd-header
{
  background-image: url('../images/header.png');
  background-position: center center;
}

.dd-header>div.dd-nostyle, .dd-header>div.dd-block, .dd-header>div.dd-post
{
  position: absolute;
  z-index: 101;
}

.dd-nav
{
  position: absolute;
  margin: 0;
  top: 120px;
  width: 100%;
  z-index: 100;
}

ul.dd-hmenu a, ul.dd-hmenu a:link, ul.dd-hmenu a:visited, ul.dd-hmenu a:hover
{
  outline: none;
  position: relative;
  z-index: 11;
}

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

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

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

ul.dd-hmenu:after, ul.dd-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.dd-hmenu, ul.dd-hmenu ul
{
  min-height: 0;
}

ul.dd-hmenu
{
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
  padding-right: 0;
}

.dd-nav-inner:before
{
  content: ' ';
}

.dd-nav-inner
{
  text-align: left;
  margin: 0 auto;
}

.desktop-nav.dd-nav
{
  padding-left: 0;
  padding-right: 0;
}

.dd-hmenu-extra1
{
  position: relative;
  display: block;
  float: left;
  width: auto;
  height: auto;
  background-position: center;
}

.dd-hmenu-extra2
{
  position: relative;
  display: block;
  float: right;
  width: auto;
  height: auto;
  background-position: center;
}

.dd-hmenu
{
  float: left;
}

.dd-menuitemcontainer
{
  margin: 0 auto;
}

ul.dd-hmenu>li
{
  margin-left: 1px;
}

ul.dd-hmenu>li:first-child
{
  margin-left: 0;
}

ul.dd-hmenu>li:last-child, ul.dd-hmenu>li.last-child
{
  margin-right: 0;
}

ul.dd-hmenu>li>a
{
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.dd-hmenu a, .dd-hmenu a:link, .dd-hmenu a:visited, .dd-hmenu a.active, .dd-hmenu a:hover
{
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}

ul.dd-hmenu>li>a.active
{
  padding: 0 12px;
  margin: 0 auto;
  color: #FFFFFF;
  text-decoration: none;
}

ul.dd-hmenu>li>a:visited, ul.dd-hmenu>li>a:hover, ul.dd-hmenu>li:hover>a
{
  text-decoration: none;
}

ul.dd-hmenu>li>a:hover, .desktop ul.dd-hmenu>li:hover>a
{
  padding: 0 12px;
  margin: 0 auto;
}

ul.dd-hmenu>li>a:hover, .desktop-nav ul.dd-hmenu>li:hover>a
{
  color: #000000;
  text-decoration: none;
}

ul.dd-hmenu>li:before
{
  position: absolute;
  display: block;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 40px;
  background: url('../images/menuseparator.png') center center no-repeat;
}

ul.dd-hmenu>li:first-child:before
{
  display: none;
}

ul.dd-hmenu li li a
{
  background: #B80000;
  padding: 0 22px;
  margin: 0 auto;
}

ul.dd-hmenu li li
{
  float: none;
  width: auto;
  margin-top: 1px;
  margin-bottom: 1px;
}

.desktop-nav ul.dd-hmenu li li ul>li:first-child
{
  margin-top: 0;
}

ul.dd-hmenu li li ul>li:last-child
{
  margin-bottom: 0;
}

.dd-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 29px;
  min-width: 7em;
  border: 0 solid transparent;
  text-align: left;
  line-height: 29px;
  color: #E7E2DF;
  font-size: 12px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0;
}

.dd-hmenu ul a:link, .dd-hmenu ul a:visited, .dd-hmenu ul a.active, .dd-hmenu ul a:hover
{
  text-align: left;
  line-height: 29px;
  color: #E7E2DF;
  font-size: 12px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 0;
}

ul.dd-hmenu li li:after
{
  display: block;
  position: absolute;
  content: ' ';
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px solid #FFFFFF;
}

ul.dd-hmenu li li:before
{
  display: block;
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  top: -1px;
  z-index: 0;
  height: 1px;
  background-color: #B80000;
}

.desktop-nav ul.dd-hmenu li li:first-child:before, .desktop-nav ul.dd-hmenu li li:first-child:after
{
  display: none;
}

ul.dd-hmenu ul li a:hover, .desktop ul.dd-hmenu ul li:hover>a
{
  background: #A72716;
  margin: 0 auto;
}

.dd-hmenu ul a:hover
{
  text-decoration: none;
}

.dd-hmenu ul li a:hover
{
  color: #F2EFEE;
}

.desktop-nav .dd-hmenu ul li:hover>a
{
  color: #F2EFEE;
}

ul.dd-hmenu ul:before
{
  background: #FFFFFF;
  margin: 0 auto;
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
}

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

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

ul.dd-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: url('../images/spacer.gif');
}

.desktop-nav ul.dd-hmenu>li>ul
{
  padding: 27px 35px 35px 35px;
  margin: -10px 0 0 -30px;
}

.desktop-nav ul.dd-hmenu ul ul
{
  padding: 35px 35px 35px 15px;
  margin: -35px 0 0 -5px;
}

.desktop-nav ul.dd-hmenu ul.dd-hmenu-left-to-right
{
  right: auto;
  left: 0;
  margin: -10px 0 0 -30px;
}

.desktop-nav ul.dd-hmenu ul.dd-hmenu-right-to-left
{
  left: auto;
  right: 0;
  margin: -10px -30px 0 0;
}

.desktop-nav ul.dd-hmenu li li:hover>ul.dd-hmenu-left-to-right
{
  right: auto;
  left: 100%;
}

.desktop-nav ul.dd-hmenu li li:hover>ul.dd-hmenu-right-to-left
{
  left: auto;
  right: 100%;
}

.desktop-nav ul.dd-hmenu ul ul.dd-hmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 35px 35px 35px 15px;
  margin: -35px 0 0 -5px;
}

.desktop-nav ul.dd-hmenu ul ul.dd-hmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 35px 15px 35px 35px;
  margin: -35px -5px 0 0;
}

.desktop-nav ul.dd-hmenu li ul>li:first-child
{
  margin-top: 0;
}

.desktop-nav ul.dd-hmenu li ul>li:last-child
{
  margin-bottom: 0;
}

.desktop-nav ul.dd-hmenu ul ul:before
{
  border-radius: 0;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 10px;
}

.desktop-nav ul.dd-hmenu>li>ul:before
{
  top: 22px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.desktop-nav ul.dd-hmenu>li>ul.dd-hmenu-left-to-right:before
{
  right: 30px;
  left: 30px;
}

.desktop-nav ul.dd-hmenu>li>ul.dd-hmenu-right-to-left:before
{
  right: 30px;
  left: 30px;
}

.desktop-nav ul.dd-hmenu ul ul.dd-hmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
}

.desktop-nav ul.dd-hmenu ul ul.dd-hmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
}

.dd-layout-wrapper
{
  position: relative;
  margin: 0 auto 0 auto;
  z-index: auto !important;
}

.dd-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
}

.dd-content-layout-row
{
  display: table-row;
}

.dd-layout-cell
{
  display: table-cell;
  vertical-align: top;
}

.dd-postcontent .dd-content-layout
{
  border-collapse: collapse;
}

.dd-vmenublock
{
  margin: 10px;
}

div.dd-vmenublock img
{
  margin: 0;
}

.dd-vmenublockcontent
{
  margin: 0 auto;
}

ul.dd-vmenu, ul.dd-vmenu ul
{
  list-style: none;
  display: block;
}

ul.dd-vmenu, ul.dd-vmenu li
{
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.dd-vmenu
{
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

ul.dd-vmenu>li>a
{
  background: #DC3709 url('../images/vmenuitem.png') scroll;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  margin: 0 auto;
  color: #FDFDFC;
  min-height: 28px;
  line-height: 28px;
}

ul.dd-vmenu a
{
  display: block;
  cursor: pointer;
  z-index: 1;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  position: relative;
}

ul.dd-vmenu ul, ul.dd-vmenu li
{
  position: relative;
}

ul.dd-vmenu>li
{
  margin-top: 2px;
}

ul.dd-vmenu>li:first-child
{
  margin-top: 0;
}

ul.dd-vmenu>li>a:before
{
  content: url('../images/vmenuitemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.dd-vmenu>li>a:before
{
  bottom: 0;
}

ul.dd-vmenu>li>a.active:before
{
  content: url('../images/vmenuactiveitemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.dd-vmenu>li>a.active:before
{
  bottom: 0;
}

ul.dd-vmenu>li>a:hover:before, ul.dd-vmenu>li>a.active:hover:before, ul.dd-vmenu>li:hover>a:before, ul.dd-vmenu>li:hover>a.active:before
{
  content: url('../images/vmenuhovereditemicon.png');
  margin-right: 5px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.dd-vmenu>li>a:hover:before, .opera   ul.dd-vmenu>li>a.active:hover:before, .opera   ul.dd-vmenu>li:hover>a:before, .opera   ul.dd-vmenu>li:hover>a.active:before
{
  bottom: 0;
}

ul.dd-vmenu>li>a:hover, ul.dd-vmenu>li>a.active:hover, ul.dd-vmenu>li:hover>a, ul.dd-vmenu>li:hover>a.active
{
  background: #A72716 url('../images/vmenuhovereditem.png') scroll;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  margin: 0 auto;
}

ul.dd-vmenu a:hover, ul.dd-vmenu a.active:hover
{
  color: #FADFCC;
}

ul.dd-vmenu>li>a.active:hover>span.border-top, ul.dd-vmenu>li>a.active:hover>span.border-bottom
{
  background-color: transparent;
}

ul.dd-vmenu>li:hover>a, ul.dd-vmenu>li:hover>a.active
{
  color: #FADFCC;
}

ul.dd-vmenu>li>a.active
{
  background: #E2341D url('../images/vmenuactiveitem.png') scroll;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  margin: 0 auto;
  color: #FFFFFF;
}

ul.dd-vmenu ul:before
{
  background: #F2EFEE;
  border: 1px solid #CCBD9E;
  margin: 0 auto;
}

.desktop ul.dd-vmenu ul
{
  padding: 36px 36px 36px 16px;
  margin: -36px 0 0 -5px;
}

.desktop ul.dd-vmenu>li>ul
{
  padding-left: 16px;
  margin-left: -10px;
  padding-top: 36px;
  margin-top: -30px;
  top: 2px;
}

.desktop ul.dd-vmenu ul.dd-vmenu-left-to-right
{
  right: auto;
  left: 0;
  padding: 36px 36px 36px 16px;
  margin: -36px 0 0 -5px;
}

.desktop ul.dd-vmenu>li>ul.dd-vmenu-left-to-right
{
  padding-left: 16px;
  margin-left: -10px;
  padding-top: 36px;
  margin-top: -30px;
}

.desktop ul.dd-vmenu ul.dd-vmenu-right-to-left
{
  left: auto;
  right: 0;
  padding: 36px 16px 36px 36px;
  margin: -36px -5px 0 0;
}

.desktop ul.dd-vmenu>li>ul.dd-vmenu-right-to-left
{
  padding-right: 16px;
  margin-right: -10px;
  padding-top: 36px;
  margin-top: -30px;
}

.desktop ul.dd-vmenu ul:before
{
  display: block;
  position: absolute;
  content: ' ';
  z-index: -1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 10px;
}

.desktop ul.dd-vmenu>li>ul:before
{
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 10px;
}

.desktop ul.dd-vmenu ul ul.dd-vmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
}

.desktop ul.dd-vmenu ul ul.dd-vmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
}

.desktop ul.dd-vmenu>li>ul.dd-vmenu-left-to-right:before
{
  right: 30px;
  left: 10px;
}

.desktop ul.dd-vmenu>li>ul.dd-vmenu-right-to-left:before
{
  right: 10px;
  left: 30px;
}

ul.dd-vmenu li li a
{
  background: #B80000;
  margin: 0 auto;
}

ul.dd-vmenu ul a
{
  display: block;
  position: relative;
  min-height: 28px;
  overflow: visible;
  padding: 0;
  padding-left: 25px;
  z-index: 0;
  line-height: 28px;
  color: #E7E2DF;
  font-size: 11px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin-left: 0;
  margin-right: 0;
  padding-right: 25px;
}

.desktop ul.dd-vmenu ul a
{
  min-width: 7em;
}

ul.dd-vmenu ul a:visited, ul.dd-vmenu ul a.active:hover, ul.dd-vmenu ul a:hover, ul.dd-vmenu ul a.active
{
  line-height: 28px;
  color: #E7E2DF;
  font-size: 11px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin-left: 0;
  margin-right: 0;
}

ul.dd-vmenu li li
{
  position: relative;
  margin-top: 1px;
}

ul.dd-vmenu li li:first-child
{
  margin-top: 0;
}

ul.dd-vmenu li
{
  position: relative;
}

ul.dd-vmenu:after, ul.dd-vmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

ul.dd-vmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  background: none;
  min-height: 0;
  background-image: url('../images/spacer.gif');
  left: 0;
  top: 0;
}

.desktop ul.dd-vmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.desktop ul.dd-vmenu li:hover>ul
{
  visibility: visible;
  left: 100%;
}

.desktop ul.dd-vmenu li:hover>ul.dd-vmenu-left-to-right
{
  right: auto;
  left: 100%;
}

.desktop ul.dd-vmenu li:hover>ul.dd-vmenu-right-to-left
{
  left: auto;
  right: 100%;
}

ul.dd-vmenu li li a:before
{
  content: url('../images/vmenusubitemicon.png');
  margin-right: 10px;
  bottom: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.dd-vmenu li li a:before
{
  bottom: 0;
}

ul.dd-vmenu ul>li>a:hover, ul.dd-vmenu ul>li>a.active:hover, ul.dd-vmenu ul>li:hover>a
{
  background: #EC7F32;
  background: rgba(236, 127, 50, 0.6);
  margin: 0 auto;
}

ul.dd-vmenu ul li a:hover, ul.dd-vmenu ul li a.active:hover
{
  color: #833E0C;
}

ul.dd-vmenu ul a:hover:after
{
  background-position: center;
}

ul.dd-vmenu ul a.active:hover:after
{
  background-position: center;
}

ul.dd-vmenu ul a.active:after
{
  background-position: bottom;
}

ul.dd-vmenu ul li:hover>a
{
  color: #833E0C;
}

ul.dd-vmenu li li a:hover:before
{
  content: url('../images/vmenuhoveredsubitemicon.png');
  margin-right: 10px;
  bottom: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.dd-vmenu li li a:hover:before
{
  bottom: 0;
}

ul.dd-vmenu ul>li>a.active
{
  background: #F09C60;
  margin: 0 auto;
}

ul.dd-vmenu ul a.active, ul.dd-vmenu ul a:hover, ul.dd-vmenu ul a.active:hover
{
  color: #75370B;
}

ul.dd-vmenu li li a.active:before
{
  content: url('../images/vmenuactivesubitemicon.png');
  margin-right: 10px;
  bottom: 1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera ul.dd-vmenu li li a.active:before
{
  bottom: 0;
}

ul.dd-vmenu li li:after
{
  display: block;
  position: absolute;
  content: ' ';
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 1px dotted #D5CEC8;
}

ul.dd-vmenu li li:before
{
  display: block;
  position: absolute;
  content: ' ';
  left: 0;
  right: 0;
  top: -1px;
  z-index: 0;
  height: 1px;
  background-color: #B80000;
}

ul.dd-vmenu li li:first-child:before, ul.dd-vmenu li li:first-child:after
{
  display: none;
}

.dd-block
{
  margin: 10px;
}

div.dd-block img
{
  border: none;
  margin: 0;
}

.dd-blockheader
{
  background: #ED3907;
  border-bottom: 2px solid #A72716;
  padding: 5px;
  margin: 0 auto;
}

.dd-blockheader .t, .dd-blockheader .t a, .dd-blockheader .t a:link, .dd-blockheader .t a:visited, .dd-blockheader .t a:hover
{
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: bold;
  font-style: normal;
  margin: 0 10px 0 5px;
}

.dd-blockheader .t:before
{
  content: url('../images/blockheadericon.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.opera .dd-blockheader .t:before
{
  bottom: 0;
}

.dd-blockcontent
{
  padding: 5px;
  margin: 0 auto;
  color: #453C35;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-blockcontent table, .dd-blockcontent li, .dd-blockcontent a, .dd-blockcontent a:link, .dd-blockcontent a:visited, .dd-blockcontent a:hover
{
  color: #453C35;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

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

.dd-blockcontent a, .dd-blockcontent a:link
{
  color: #000000;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.dd-blockcontent a:visited, .dd-blockcontent a.visited
{
  color: #000000;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.dd-blockcontent a:hover, .dd-blockcontent a.hover
{
  color: #ED3907;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
}

.dd-block ul>li:before
{
  content: url('../images/blockbullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -12px;
}

.opera .dd-block ul>li:before
{
  bottom: 0;
}

.dd-block li
{
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 125%;
  color: #5C5047;
}

.dd-block ul>li, .dd-block ol
{
  padding: 0;
}

.dd-block ul>li
{
  padding-left: 12px;
}

.dd-breadcrumbs
{
  margin: 0 auto;
}

a.dd-button, a.dd-button:link, a:link.dd-button:link, body a.dd-button:link, a.dd-button:visited, body a.dd-button:visited, input.dd-button, button.dd-button
{
  text-decoration: none;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  margin: 0 5px 0 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 26px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dd-button img
{
  margin: 0;
  vertical-align: middle;
}

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

input, select, textarea, a.dd-search-button span
{
  vertical-align: middle;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

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

input.dd-button
{
  float: none !important;
}

.dd-button.active, .dd-button.active:hover
{
  background: #EC7F32;
  background: linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  background: -webkit-linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  background: -moz-linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  background: -o-linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  background: -ms-linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  background: linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  -svg-background: linear-gradient(top, #EF9452 0, #E96E16 93%, #E56C15 100%) no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  border-width: 0;
  padding: 0 10px;
  margin: 0 auto;
}

.dd-button.active, .dd-button.active:hover
{
  color: #2F1604 !important;
}

.dd-button.hover, .dd-button:hover
{
  background: #ED3907;
  background: linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  background: -webkit-linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  background: -moz-linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  background: -o-linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  background: -ms-linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  background: linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  -svg-background: linear-gradient(top, #F84F20 0, #F73C08 36%, #CB3106 100%) no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  border-width: 0;
  padding: 0 10px;
  margin: 0 auto;
}

.dd-button.hover, .dd-button:hover
{
  color: #000000 !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  background: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #AFA297;
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  width: auto;
  padding: 4px 0;
  color: #483F37 !important;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
}

input.dd-error, textarea.dd-error
{
  background: #FFFFFF;
  border: 1px solid #E2341D;
  margin: 0 auto;
}

input.dd-error, textarea.dd-error
{
  color: #483F37 !important;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.dd-search input[type="text"]
{
  background: #FFFFFF;
  border-radius: 0;
  border-width: 0;
  margin: 0 auto;
  width: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #483F37 !important;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

form.dd-search
{
  background-image: none;
  border: 0;
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  margin: 5px;
  left: 0;
  line-height: 0;
  width: 184px;
}

form.dd-search input, a.dd-search-button
{
  top: 0;
  right: 0;
}

form.dd-search>input, a.dd-search-button
{
  bottom: 0;
  left: 0;
  vertical-align: middle;
}

form.dd-search input[type="submit"], input.dd-search-button, a.dd-search-button
{
  margin: 0 auto;
}

form.dd-search input[type="submit"], input.dd-search-button, a.dd-search-button
{
  position: absolute;
  left: auto;
  display: block;
  border: none;
  background: url('../images/searchicon.png') center center no-repeat;
  width: 24px;
  height: 100%;
  padding: 0;
  color: #000000 !important;
  cursor: pointer;
}

a.dd-search-button span.dd-search-button-text
{
  display: none;
}

label.dd-checkbox:before
{
  background: #FFFFFF;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
}

label.dd-checkbox
{
  cursor: pointer;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  color: #453C35 !important;
}

.dd-checkbox>input[type="checkbox"]
{
  margin: 0 5px 0 0;
}

label.dd-checkbox.active:before
{
  background: #F6C29D;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.dd-checkbox.hovered:before
{
  background: #F0D8C6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 0;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: inline-block;
}

label.dd-radiobutton:before
{
  background: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
}

label.dd-radiobutton
{
  cursor: pointer;
  font-size: 13px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 12px;
  display: inline-block;
  color: #453C35 !important;
}

.dd-radiobutton>input[type="radio"]
{
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

label.dd-radiobutton.active:before
{
  background: #F6C29D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

label.dd-radiobutton.hovered:before
{
  background: #F0D8C6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 0;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.dd-comments
{
  border-top: 1px dotted #C3B9B1;
  margin: 0 auto;
  margin-top: 25px;
}

.dd-comments h2
{
  color: #453C35;
}

.dd-comment-inner
{
  background: #F1EDE4;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
  margin: 0 auto;
  margin-left: 94px;
}

.dd-comment-avatar
{
  float: left;
  width: 80px;
  height: 80px;
  padding: 1px;
  background: #fff;
  border: 1px solid #B9A579;
}

.dd-comment-avatar>img
{
  margin: 0 !important;
  border: none !important;
}

.dd-comment-content
{
  padding: 10px 0;
  color: #453C35;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-comment
{
  margin-top: 6px;
}

.dd-comment:first-child
{
  margin-top: 0;
}

.dd-comment-header
{
  color: #453C35;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 100%;
}

.dd-comment-header a, .dd-comment-header a:link, .dd-comment-header a:visited, .dd-comment-header a.visited, .dd-comment-header a:hover, .dd-comment-header a.hovered
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 100%;
}

.dd-comment-header a, .dd-comment-header a:link
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #50442A;
}

.dd-comment-header a:visited, .dd-comment-header a.visited
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #453C35;
}

.dd-comment-header a:hover, .dd-comment-header a.hovered
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #251203;
}

.dd-comment-content a, .dd-comment-content a:link, .dd-comment-content a:visited, .dd-comment-content a.visited, .dd-comment-content a:hover, .dd-comment-content a.hovered
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dd-comment-content a, .dd-comment-content a:link
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #50442A;
}

.dd-comment-content a:visited, .dd-comment-content a.visited
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #453C35;
}

.dd-comment-content a:hover, .dd-comment-content a.hovered
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color: #251203;
}

.dd-pager
{
  background: #EDE8DE;
  background: linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  background: -webkit-linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  background: -moz-linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  background: -o-linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  background: -ms-linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  background: linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  -svg-background: linear-gradient(top, #FFFFFF 0, #C3B28D 100%) no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #CCBD9E;
  padding: 5px;
}

.dd-pager>*:last-child, .dd-pager>*:last-child:hover
{
  margin-right: 0;
}

.dd-pager>span
{
  cursor: default;
}

.dd-pager>*
{
  background: #E5DDCD;
  background: linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  background: -webkit-linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  background: -moz-linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  background: -o-linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  background: -ms-linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  background: linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  -svg-background: linear-gradient(top, #FFFFFF 0, #C5B491 100%) no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #B9A579;
  padding: 7px;
  margin: 0 4px 0 auto;
  position: relative;
  display: inline-block;
  margin-left: 0;
}

.dd-pager a:link, .dd-pager a:visited
{
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-decoration: none;
  color: #381A05;
}

.dd-pager .active
{
  background: #CCBD9E;
  background: linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  background: -webkit-linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  background: -moz-linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  background: -o-linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  background: -ms-linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  background: linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  -svg-background: linear-gradient(top, #E8E2D4 0, #B09969 100%) no-repeat;
  border
*

AlekVolsk

  • Гуру
  • 6913
  • 416 / 4
Re: Растягивание шаблона
« Ответ #1 : 03.11.2014, 12:56:27 »
Шаблон "dd_thebrand_17" он только посередине страницы...
Правильно, так было задумано разработчиком. Чтобы изменить ширину основного контейнера, там надо пол шаблона переверстать. За вас это делать никто не будет и подсказать, не видя сайт, где именно вносить правки в CSS, крайне проблематично.
*

VVolkodaw

  • Новичок
  • 3
  • 0 / 0
Re: Растягивание шаблона
« Ответ #2 : 03.11.2014, 12:57:47 »
Правильно, так было задумано разработчиком. Чтобы изменить ширину основного контейнера, там надо пол шаблона переверстать. За вас это делать никто не будет и подсказать, не видя сайт, где именно вносить правки в CSS, крайне проблематично.
Спасибо.
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться
 

Как получить параметры стиля шаблона?

Автор Spam

Ответов: 16
Просмотров: 5904
Последний ответ 20.07.2025, 20:25:55
от fbr
Почему обновление шаблона ломает шаблон?

Автор gorbi_U

Ответов: 8
Просмотров: 3428
Последний ответ 03.05.2023, 22:54:19
от SmiP
Xelix Ultimate редактирование шаблона

Автор Darov

Ответов: 42
Просмотров: 8090
Последний ответ 20.03.2023, 12:16:59
от marksetter
Установка шаблона или быстрого старта qnap

Автор weser

Ответов: 12
Просмотров: 3194
Последний ответ 09.02.2023, 17:16:58
от weser
Не подлючает модуль из шаблона

Автор misteri27

Ответов: 0
Просмотров: 1891
Последний ответ 31.01.2023, 12:58:05
от misteri27