/* Общие стили */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #cbcbcb;
  font-size: 12px;
  font-family: tahoma;
}
div.delim-1 {
  height: 3px;
  margin: 6px 0;
  background: url(/images/devider-1.gif) repeat-x;  
}
div.delim-1.last {
  display: none;
}
div.pic-with-label {
  position: absolute;
  width: 335px;
  margin-top: 170px;
  text-align: center;
  color: #333;
  font-size: 10px;
}
div.pic-with-label img {
  display: block;
  margin: 10px auto 15px;

}

h1,
h2,
h3,
h4 {
  margin: 10px 0 6px 0;
  color: #822;
  text-align: left;
  font-family: serif;
}

h1 {
  font-weight: normal;
  font-size: 24px;
}

h2 {
  margin: 16px 0 12px 0;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 14px;
}

a {
  color: #000;
}

p {
  margin: 6px 0;
  line-height: 140%;
  color: #646464;
}

img {
  border: 0;
}

.hidden {
  display: none;
}
/* Скелет */
div.wrap {
  width: 100%;
  min-width: 1220px;
  overflow: hidden;
  text-align: center;
}
div.bg-container {
  width: 100%;
  min-width: 1220px;
  max-width: 1320px;
  min-height: 100%;
  margin: 0 auto;
  background: url(/images/bg.png) 0px 18px;
}
div.container {
  width: 100%;
  min-height: 100%;
  background: url(/images/body-bg-building.jpg) 164px 177px no-repeat;
}
div.head {
  height: 312px;
  padding-top: 45px;
  text-align: center;
  background: url(/images/head-bg.png) repeat-x;
}
div.container-body {
  width: 100%;
}

div.footer-container {
  clear: both;
  height: 194px;
  margin-top: 47px;
  background: url(/images/footer-bg.png);
}

/*--------- Шапка ----------*/
div.head div.logo-1 {
}
div.head div.logo-2 {
  margin-top: 17px;
}
div.head div.top-menu {
  width: 560px;
  margin: 20px auto 0;
}
div.top-menu ul {
  margin: -5px -1px;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  vertical-align: top;  
}
div.top-menu ul li {
  display:-moz-inline-stack;
  display: inline-block;
  //display: inline;
  //zoom: 1;
  margin: 5px 1px;
}
div.top-menu ul li a {
  padding: 3px 13px;
  color: #822;
  text-decoration: none;
}
div.head div.top-menu ul li a:hover,
div.head div.top-menu ul li a.active {
  background-color: #fef7ed;
}
div.lang-selector {
  position: relative;
  z-index: 1;
  height: 33px;
  margin: 0 auto;
  margin-top: -45px;
  margin-bottom: 12px;
  width: 1220px;
}
div.lang-selector div.selector-bg {
  position: absolute;
  z-index: 1;
  right: 2px;
  width: 70px;
  height: 21px;
  margin-top: 12px;
  background: url(/images/languages.png) no-repeat; 
}
div.lang-selector div.selector-links {
  position: absolute;
  z-index: 2;
  right: 2px;
  width: 79px;
  height: 33px;
}
div.lang-selector a {
  display: block;
  float: right;
  width: 19px;
  height: 33px;
  margin-left: 5px;
  margin-right: 1px;
}
div.lang-selector a:hover,
div.lang-selector a.lang-selected {
  background: url(/images/language-selector.gif) no-repeat center top;
}
/*-----------------------*/
div.body-top {
  width: 1220px;
  height: 380px;
  margin: 100px auto 0;
}
div.body-top div.body-top-left {
  float: left;
  margin-left: 18px;  
}
div.abbot-portrait-small {
  width: 161px;
  height: 216px;
  margin: 69px 11px;
  float: left;
}
div.parish-info {
  float: left;
  width: 240px;
  margin-left: 25px;
  padding-top: 60px;
  text-align: left;
}
div.parish-info h2 {
  font-size: 1.4em;
}
div.parish-info div.delim-1 {
  margin-bottom: 13px;
}
div.parish-info span {
  color: #822;
}
div.parish-info div.divider {
  height: 12px; 
}
div.abbot-portrait-small div {
  position: absolute;
  width: 182px;
  height: 353px;
  margin: -69px 0 0 -11px;
  background: url(/images/portrait-decor.png) no-repeat;
  z-index: 2;
}


div.body-top div.body-top-center {
  /*margin-right: 320px;*/
  width: 318px;
  height:378px;
  margin-left: 520px;
  text-align: left;  
  background: url(/images/map-italia.png) no-repeat; 
}
div.body-top div.body-top-center div.map-point {
  position: absolute;
  width: 14px;
  height: 42px;
  text-align: left;
  padding: 2px 0 0 6px;
  color: #913D38;
  background: url(/images/map-point.png) no-repeat;
}
div.body-top div.body-top-center div.active {
  color: #CA1D08;
  background: url(/images/map-point-active.png) no-repeat;
}


div.body-top div.body-top-right {
  float: right;
  width: 365px;
  margin-top: 50px;
  text-align: left;
}
div.body-top div.body-top-right div.tab-selector {
  width: 100%;
}
div.body-top div.body-top-right div.tab-selector div.item {
  float: left;
  height: 37px;
  padding: 14px 0 5px 0;
  /*margin-right: 20px;*/
  font-family: serif;
  font-size: 24px;
  color: #822;
}
div.body-top div.body-top-right div.tab-selector div.item a {
  color: #822;
  text-decoration: none;
}
div.body-top div.body-top-right div.tab-selector div.first {
  width: 110px;
  padding-left: 50px;
  background: url(/images/tab-left-bg.gif) no-repeat left bottom;
}
div.body-top div.body-top-right div.tab-selector div.last {
  width: 160px;
  padding-left: 25px;
  margin-left: 20px;
  background: url(/images/tab-right-bg.gif) no-repeat right bottom;
}
div.body-top div.body-top-right div.tab-selector div.selected.first {
  background-position: left top;
}
div.body-top div.body-top-right div.tab-selector div.selected.last {
  background-position: right top;
}
div.body-top div.body-top-right div.tab-selector div.item.first div.divider {
  float: right;
  margin-right: -20px;
  margin-top: -3px;
  width: 20px;
  height: 36px;
  background-image: url(/images/divider-2-2.gif);  
}
div.body-top div.body-top-right div.tab-selector div.item.first.selected div.divider {
  background: url(/images/divider-2-1.gif) no-repeat;
}
div.body-top div.body-top-right ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
div.body-top div.body-top-right li {
  padding: 8px 0;
}
div.body-top div.body-top-right li div.text {
  margin-left: 50px;
}
div.body-top div.body-top-right li a {
  text-decoration: none;
}
div.body-top div.body-top-right li div.bullet {
  /*position: relative;*/
  float: left;
  width: 19px;
  height: 19px;  
  padding: 2px 0 0 6px;
  margin-left: 20px;
  color: #fff;
  background: url(/images/bullet.gif) no-repeat;
}
div.body-top div.body-top-right li.active a,
div.body-top div.body-top-right li a:hover {
  color: #822;
}
div.body-top div.body-top-right li.active div.bullet,
div.body-top div.body-top-right li a:hover div.bullet {
  background: url(/images/bullet-active.gif) no-repeat;
}
/*-----------------------*/
div.body-bottom {
  width: 100%;
  margin: 30px auto 0;
}
div.body-bottom div.body-bottom-divider {
  width: 100%;
  height: 20px;
  background: url(/images/tab-left-bg.gif) no-repeat;
}
div.body-bottom div.body-bottom-divider div {
  float: right;
  width: 50%;
  height: 20px;  
  background: url(/images/tab-right-bg.gif) no-repeat right;
}

div.body-bottom div.block-bottom-head {
  position: relative;
  width: 1220px;
  height: 55px;
  margin: 0 auto;
}
div.body-bottom div.block-bottom-body {
  background-color: #fef7ed;
  height: 500px;
}
div.body-bottom div.block-bottom-body-wrap {
  width: 1220px;
  margin: 0 auto;
}
div.body-bottom div.body-bottom-left {
  float: left;
  width: 380px;
  text-align: left;
}
div.body-bottom div.body-bottom-center {
  float: left;
  width: 335px;
  margin-left: 65px;
}
div.body-bottom div.body-bottom-right {
  float: left;
  width: 380px;
  margin-left: 60px;
}
div.body-bottom div.block-bottom-head div.body-bottom-left,
div.body-bottom div.block-bottom-head div.body-bottom-right {
  width: 330px;
  padding-left: 50px;
  padding-top: 20px;
  text-align: left;
  font-size: 22px;
  font-family: serif;
  color: #822;
}

div.body-bottom div.block-bottom-body div.body-bottom-left,
div.body-bottom div.block-bottom-body div.body-bottom-center,
div.body-bottom div.block-bottom-body div.body-bottom-right {
  height: 496px;
  margin-top: -10px;
}
div.body-bottom div.block-bottom-body div.body-bottom-left div.content,
div.body-bottom div.block-bottom-body div.body-bottom-center div.content,
div.body-bottom div.block-bottom-body div.body-bottom-right div.content {
  height: 440px;
  overflow: auto;
  text-align: left;
}
div.body-bottom div.block-bottom-body div.body-bottom-center div.content {
  overflow: visible;
  /*height: 515px;*/
}
div.body-bottom div.block-bottom-body div.body-bottom-left ul {
  margin: 0 10px;
  padding: 10px 0;
  list-style: none;
}
div.body-bottom div.block-bottom-body div.body-bottom-left ul li {
  padding: 3px 0 4px 22px;
  background: url(/images/bullet-pray.gif) no-repeat 0 50%;
}
div.body-bottom div.block-bottom-body div.body-bottom-left ul li a,
div.body-bottom div.block-bottom-body div.body-bottom-left ul li a:link,
div.body-bottom div.block-bottom-body div.body-bottom-left ul li a:visited {
  color: #822;
  font-family: serif;
  font-size: 14px;
  text-decoration: none;
}
div.body-bottom div.block-bottom-body div.body-bottom-left ul li a:hover,
div.body-bottom div.block-bottom-body div.body-bottom-left ul li a:active {
  text-decoration: underline;
}
div.body-bottom div.block-bottom-body div.body-bottom-left div.body-bottom-morelinks {
  padding-left: 32px;
  padding-top: 2px;
}
div.body-bottom div.block-bottom-body div.body-bottom-left div.body-bottom-morelinks a {
  color: #616161;
  font-size: 10px;
}


div.body-bottom div.block-bottom-body div.body-bottom-right div.news-block {
  padding: 15px 20px 15px 10px;
}
div.body-bottom div.block-bottom-body div.body-bottom-right div.body-bottom-morelinks {
  padding-top: 2px;
}
div.body-bottom div.block-bottom-body div.body-bottom-right div.body-bottom-morelinks a {
  color: #616161;
  font-size: 10px;
  margin: 0 8px;
}


div.news-item div.news-item-date {
  color: #9f9f9f;
}
div.news-item a {
  color: #616161;
  text-decoration: none;
}
div.news-item div.delim-1 {
  margin: 20px 10px 20px 0;
}
div.news-item.last div.delim-1 {
  display: none;
}
/*--Календарь-----------*/
div.calendar-months {
  color: #822;
  font-size: 20px;
  font-family: serif;
}
div.calendar-months a {
  color: #616161;
  font-size: 10px;
  font-family: tahoma;
  margin: 0 8px;
}
div.calendar-weekdays {
  width: 238px;
  margin: 4px auto 0;
}
div.calendar-weekdays div {
  float: left;
  width: 16px;
  padding: 4px 9px;
  font-size: 11px
}
div.calendar-week div.sunday,
div.calendar-weekdays div.sunday {
  color: #822;
}
div.calendar-month {
  padding-top: 6px;
}
div.calendar-week {
  width: 238px;
  height: 19px;
  margin: 8px auto 0;
}
div.calendar-week div {
  float: left;
  width: 16px;
  padding: 4px 9px;
  font-size: 11px
}
div.calendar-week div.active {
  background: url(/images/calendar-active-day.gif) no-repeat left 4px;
  color: #fdf1e0;
  margin-left: -3px;
  margin-top: -2px;
  margin-bottom: -2px;
  padding-left: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.calendar-page p a {
  color: #822;
}
div.calendar-page h2,
div.calendar-page h1 {
  margin: 15px 0;
}
div.calendar-page div.delim-1 {
  margin: 20px 0;
}
.calendar-high-line {
  line-height: 180%;
}
div.calendar-page-date {
  margin: 25px 0 15px 0;
  font-size: 14px;
  font-family: serif;
  font-weight: bold;
}

div.clearer {
  float: none ! important;
  clear: both ! important;
  padding: 0 ! important;
  margin: 0 ! important;
}

/*----- Футер -------*/
div.empty {
  width: 30px;
  clear: both;
}
div.footer {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  text-align: left;
}
div.footer div.footer-phone {
  position: absolute;
  margin: 67px 0 0 48px;
  font-size: 22px;
  font-weight: bold;
}
div.footer div.top-menu {
  width: 520px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}
div.footer div.top-menu ul li a {
  padding: 3px 8px;
  color: #000;
  font-size: 11px;
  text-decoration: underline;
}
div.footer div.top-menu ul li a:hover {
  text-decoration: none;
}
div.footer div.top-menu ul li a.active {
  font-weight: bold;
}
div.footer div.copyrights {
  width: 460px;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
  color: #822;
  font-size: 10px;
}
div.footer div.lang-selector {
  /*position: absolute;*/
  margin: 0;
}
/*--------------------------------*/
div.pager {
  height: 21px;
  margin: 10px 0;
}
div.pager div.pager-container {
  float: right;
}
div.pager a,
div.pager div.pager-container div {
  float: left;
  width: 19px;
  height: 19px;  
  padding: 2px 0 0 6px;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  background: url(/images/bullet.gif) no-repeat;
}
div.pager a:hover {
  text-decoration: underline;
}

div.pager div.pager-container div {
  font-weight: bold;
  background: url(/images/bullet-active.gif) no-repeat;
}
/* Calendar */
#cal {
  position: absolute;
  margin: -75px 36px 0 36px;
}
/*----------*/