@import "template.css";
@import "../fonts.css";
@import "../page.css"; 

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 169px;}

/*Column's width*/
#left {width: 200px;}
#page {width: 579px; padding: 10px;}
#right {width: 191px; padding: 0;}

/*Height of the footer */
#footer {height: 27px;}
#content {padding-bottom: 28px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  background-color: #FAFAFA;
}
#container {
  background: #fff url(../../../images/ordinariat/bg_container.gif) repeat-y;
}
#utils {
  display: block;
  height: 25px;
  line-height: 25px;
  background: #FDF4D0 url(../../images/ordinariat/bg_utils.gif) repeat-x;
}
#utils a {
  color: #B0987C;
}
#utils a:hover {
  color: #000;
  text-decoration: none;
}

#utils a.home {
  background: url(../../images/ordinariat/ico_home.gif) left center no-repeat;
  float: left;
  padding-left: 18px;
  margin-left: 30px;
}
#utils a.sitemap {
  background: url(../../images/ordinariat/ico_sitemap.gif) left center no-repeat;
  float: left;
  padding-left: 18px;
  margin-left: 20px;
}
#utils a.lang_en {
  background: url(../../images/ordinariat/ico_en.gif) left center no-repeat;
  float: right;
  padding-left: 23px;
  margin-right: 30px;
}

#header {
  background: #fff url(../../images/ordinariat/bg_header.jpg) no-repeat top right;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
#header img {
  margin: 0;
  padding: 0;
}

#header #topmenu {
  width: 790px;
  height: 34px;
  float: right;
  background: #BF5E10 url(../../images/ordinariat/bg_topmenu.gif) repeat-x;
  margin-top: 135px;
}
#content {
}
/* ----------- LEFT ---------- */

#page {
  color: #391212;
}

/* ----------- RIGHT ---------- */
#right ul.blind_menu {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  list-style: none;
  font-size: 0.9em;
}
#right ul.blind_menu li {
}
#right ul.blind_menu li a.sel {
  display: none;
}

#right #fulltext {
  background-color: #F2D895;
  height: 36px;
  color: #fff;
  padding: 5px 10px;
  margin-left: 1px;
}
#right #fulltext form {
  padding: 0;
}
#right #fulltext form p {
  margin-bottom: 5px;
}
#right #fulltext .search {
  height: 19px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
#right #fulltext .bg_input {
  height: 13px;
  width: 130px;
  display: inline;
  float: left;
  margin-right: 5px;
  color: #666;
}

#right .banners {
  text-align: center;
  margin: 10px 0 0 0;
}
#right .banners img {
  margin: 10px 0 0 0;
}

/* ----------- FOOTER ---------- */
#footer {
  width: 100%;
  background: #F2E0C7 url(../../images/ueps/bg_footer.gif) repeat-x;
}
#footer a {
  color: #A43E00;
  text-decoration: none;
}
#footer a:hover {
  color: #A43E00;
  text-decoration: none;
}
#footer #foot {
  text-align: center;
  color: #A43E00;
  margin-top: 5px;
}
#footer #makedby {
  display: block;
  position: absolute;
  color: #A86336;
  width: 200px;
  right: 8px;
  top: 1px;
}

/* --------- Top menu ---------- */
#topmenu .menu ul li a {
  color: #fff;
  background: url(../../images/ueps/bg_topsepar.gif) right no-repeat;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  display: block;
  float: left;
  text-transform: uppercase;
}


/* ------- left menu --------- */
#left .menu {
  margin: 10px 0 0 10px;
}
#left .menu ul li a {
  color: #A43E00;
  background: url(../../images/ueps/bg_lmnu.gif) left center no-repeat;
  padding-left: 10px;
}
#left .menu ul li a:hover {
  text-decoration: underline;
  color: #A43E00;
}
#left .menu ul ul li a {
  color: #A43E00;
  margin-left: 10px;
  background: none;
}
#left .menu ul ul li a:hover {
  text-decoration: underline;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  color: #A43E00;
}
h2 {
  margin: 10px 0;
  color: #A43E00;
}
h3 {
  margin: 10px 0;
  color: #A43E00;
}
h4 {
  display: block;
  color: #A43E00;
  margin: 10px 0;
}
#right h3 {
  color: #A43E00;
}
a {
  color: #A43E00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
}


/*developer*/
/*body {background-color: #FFF5E6;}
#container {background-color: silver;}
#header {background-color: #efa4ae;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */


/***************** BLIND *******************/
body.blind a {color: #7B2E00;}
body.blind #utils a {color: #7A3C0A;}
body.blind #utils a:hover {color: #000;}
body.blind #footer a {color: #5C2200;}
body.blind #footer a:hover {color: #000;}
body.blind #footer #foot {color: #7B2E00;}
body.blind #footer #makedby {color: #7B2E00;}

/* --------- Top menu ---------- */
body.blind #topmenu .menu {
  width: 790px;
  background: #7A3C0A;
  height: 31px;
  margin-top: 2px;
}
body.blind #topmenu .menu ul li a {
  color: #fff;
  padding: 1px 15px 3px 15px;
  height: 28px;
  line-height: 28px;
  display: block;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}
body.blind #topmenu .menu ul li a:hover {
  background: #5C2D08;
  border-right: 1px solid #fff;
}

/* ----------- Left menu ------------ */
body.blind #left .menu ul li a {color: #7B2E00;}
body.blind h1 {color: #762D00;}
body.blind h2 {color: #8B3500;}
body.blind h3 {color: #8B3500;}
body.blind h4 {color: #7B2E00;}
body.blind #right #fulltext form p {color: #7B2E00; font-weight: bold;}

