/**********************************************************************  elementos HTML  ****************************************/
.customNewsImage{
	width: 40px;
	height: 150px;
}
body {
	margin: 0px;
	padding: 0;
   /*background-image:url(file:///C|/Users/Nina/images/fond_pagina.jpg);*/
	background-image:url(../includes/images/fond_pagina.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F0E9E9;/*gri deschis*/
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color:#f24646; /*roz inchis*/
}
ul>hr {
	width:70px;
	height: 1px;
	alignment-adjust:central;	
}
td {
	text-align:left;
}
/**********************************************************************  Capa contenedora  ****************************************/
#wrapper {
	margin: 0px auto;
	padding: 0px;
}


/**********************************************************************  Cabecera  ****************************************/
#header {
	overflow: hidden;
	width: 1050px;
	height: 38px;
	margin: 0 auto;
	z-index:20;
	background-color:#FFC;/*culoarea de fond veche*/
}

/******************************************************  LOGO  ****************************************/
#logo {
	width: 1050px;
	height: 300px;
	margin: 0px auto;
	padding: 0;
	color: #79350A;/*visiniu inchis*/
	background-color:#FFC;
	border-top-left-radius:200px;
	
	/* fond albastru  -  IE10 , Mozilla, Opera, Safari/Chrome 10, Chome 11+ , IE10 */
background-image: -ms-linear-gradient(left, #FFFFFF 0%, #004666 100%);
background-image: -moz-linear-gradient(left, #FFFFFF 0%, #004666 100%);
background-image: -o-linear-gradient(left, #FFFFFF 0%, #004666 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #004666));
background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #004666 100%);
background-image: linear-gradient(to right, #FFFFFF 0%, #004666 100%);

}
#logo p {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	font-size: 26px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #34312C;/*gri foarte inchis*/
}
	
#sigla {
	float:left;
	width: 400px;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	color: #79350A;/*visiniu inchis*/
}
#sigla img
{
	border-top-left-radius:200px;
	border-bottom-right-radius:200px;
}

/************************************************************  ANTET  ****************************************/
#antet {
	
	float:right;
	width: 530px;
	height: 300px;
	margin: 0px auto;
	padding: 0px;
	color: #79350A;/*visiniu inchis*/
	text-align:center;
}

#antet h1 {
	margin: 0px;
	padding: 20px 10px 20px 5px;
	font-size: 24px;
	color:#ffc;
	font-variant:small-caps;	
}
#antet h1 a{
	color: #79350A;/*visiniu*/
}
#antet h2 {
	margin: 0px 0px -10px 0px;
	padding: 10px 10px 0px 5px;
	font-size: 18px;
	color:#ffc;
	font-variant:small-caps;
}
#antet h4 {
	margin: 0px 5px 0px -15px;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
	color:#004666;
	background-color:#ffffff;
	font-variant:small-caps;
	border-top-left-radius:50px;
	border-bottom-right-radius:50px;
}

#hr_antet{
	width:240px;
	height:3px;
	border-radius: 50px;
	border-style:groove;
	/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse closest-corner, #004666 0%, #FFFFFF 50%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse closest-corner, #004666 0%, #FFFFFF 50%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse closest-corner, #004666 0%, #FFFFFF 50%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #004666), color-stop(0.5, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse closest-corner, #004666 0%, #FFFFFF 50%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse closest-corner at center, #004666 0%, #FFFFFF 50%);
}
/******************************************************************  BANNER - SLIDESHOW  ****************************************/
#banner {
	position: relative;
	float:left;
	width: 225px;
	height: 220px;
	margin: 0px auto;
	padding: 0;
	color: #79350A;/*visiniu inchis*/
	/*background-image:url(file:///C|/Users/Nina/images/slide1.jpg);*/
	background-image:url(../includes/images/slide1.jpg);
	border: 2px groove #b22222;
}
#banner IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}
#banner IMG.activa {
    z-index:10;
	opacity:1.0;
}

#banner IMG.ultima-activa {
    z-index:9;
}

/************************************************  Buscador  SIN UTILIZAR ****************************************/
/*
#search {
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	margin-bottom:10px;
}
#search form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:transparent;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search-text {
	width: 140px;
	padding: 3px 3px 3px 3px;
	text-transform: lowercase;
	font: normal 14px Tahoma, Geneva, sans-serif;
	color:#000000;/*negru*/
/*	background-color:#ffff99;/*galben crem*/
/*	border:solid #b22222 1px; /*visiniul utilizat*/
/*	border-radius: 8px;
}
#search-submit {
	width: 55px;
	height: 24px;
	border: none;
	color:#ffffcc;
	border-radius: 8px;
	border:solid #b22222 1px; /*visiniul utilizat*/
/*	font: normal 14px Tahoma, Geneva, sans-serif;
	padding: 1px 3px 3px 3px;
	
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #DEDEDE), color-stop(1, #004666));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
	background-image: radial-gradient(ellipse farthest-corner at center, #DEDEDE 0%, #004666 100%);
}*/
/**************************************************************** BARRA DE NAVEGACION  ****************************************/

#menu {
	float: left;
	height: 35px;
	width: 1024px;
	margin: 0;
	padding: 2px 6px 2px 20px;
	background-color:#B22222; /*visiniul utilizat*/
	z-index:10;
}

/**********************************************************  BARRA DE NAVEGACION - IZQUIERDA ****************************************/
#menu_st {
	float:left;
	width:900px;
	margin: 0px;
	z-index: 15;	
}
#menu_st ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu_st a {
	display: block;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	/*background: url(file:///C|/Users/Nina/images/cruce_bleu_mica_2.png) no-repeat left;*/
	background: url(..includes/images/cruce_bleu_mica_2.png) no-repeat left;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#FFFF99;
}
#menu_st a:hover, #menu_st .current_page_item a {
	text-decoration: none;
/*	background: url(file:///C|/Users/Nina/images/cruce_maro_mica_3.png) no-repeat left;*/
    background: url(../includes/images/cruce_maro_mica_3.png) no-repeat left;
	background-color:#BF5E5E;
	border-radius: 15px;
}
#menu_st ul li {
	margin: 2px;
	padding: 0;
	float: left;
}
#menu_st ul li a {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 17px;
/*	background: url(file:///C|/Users/Nina/images/cruce_bleu_mica_2.png) no-repeat left;*/
    background: url(../includes/images/cruce_bleu_mica_2.png) no-repeat left;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFF99;
}
/**************************************************  BARRA DE NAVEGACION - DERECHA  ****************************************/
#menu_dr {
	float:left;
}
#menu_dr ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu_dr a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#FFFF99;/*galben crem*/
}
#menu_dr a:hover {
	text-decoration: none;
}
#menu_dr ul li:hover{
	background-color: transparent;
}
#menu_dr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_dr ul li {
	margin: 2px;
	padding: 0;
	float: left;
}
#menu_dr ul li a {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFF99;/*galben crem*/
}
#menu_dr ul li a:hover {
	text-decoration: none;
}
/*************************************************************  SUBMENU  ***********************************************/
#sm1, #sm2, #sm3, #sm4, .submn {
	display:none;
	position:absolute;
	float:left;
	top: 330px;
	background-color:#b22222;
	min-width:130px;
	min-height:50px;
	z-index:50;		
}
.submn:hover {
	background-color:#BF5E5E;
}
.submn ul li {
	clear:both;
	float:none;
}
/**************************************************************  CUERPO DE PAGINA  ****************************************/
#page {
	width: 1050px;
	margin: 0px auto;
	background-color:#FFF;
	min-height:1400px;
/*	min-height:1780px;*/
}
#page-bgtop {
	position:relative;
	overflow: hidden;
	width: 1020px;
	min-height:1400px;
	/*min-height:1780px;*/
	padding: 15px 15px 15px 15px;
}

/*****************************************************************CONTENIDO DE PAGINA  ****************************************/
#content {
	position:absolute;
	float: left;
	left:50px;
	width: 720px;
	min-height:1100px;
/*	min-height:1250px;*/
}
#content_galerie {
	position:absolute;
	float: left;
	width: 610px;
	/*min-height:1300px;*/
	min-height:1450px;
}
#content p {
	text-align:justify;
}
/***************************************************************** CONTENIDO - POST  ****************************************/
.post {
	margin-bottom: 25px;
	padding-right: 25px;
}
.post_large {
	overflow:scroll;
	max-height:1200px;
	padding-right: 40px;
}
.post .title {
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 26px;
}
.post .title a {
	border: none;
	color:#b22222;/*visiniul utilizat*/
}
.post .meta {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 4px 8px 4px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*fond albastru*/
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #DEDEDE), color-stop(1, #004666));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #DEDEDE 0%, #004666 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(ellipse farthest-corner at center, #DEDEDE 0%, #004666 100%);
}

.post .meta1 {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 4px 8px 4px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color:#004666;
}
.post .meta1 a {
	color:#ffffcc;
}
.post .meta .date {
	float: left;
	color:#ffffcc;
}
.post .meta .posted {
	float: right;
	color:#ffffcc;
}
.post .meta a {
	color:#ffffcc;
}
.post .entry {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dashed #DCD4A7;/*gri mediu*/
	text-align: justify;
}
.post .entry  img{
	width:150px;
	height:130px;
	padding:0px;
	margin-right: 10px;
}
.post h4{
	font-size:16px;	
}
/*****************entryNoSize***********/
.post .entrynosize {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px dashed #DCD4A7;/*gri mediu*/
	text-align: justify;
}
/*.post .entrynosize  img{
	padding:0px;
	margin-right: 10px;
}*/
/*************************************** CONTENIDO - content-footer img ****************************************************/
#mostolesimagenes{
	position:absolute;
	top:1160px;
	float: left;
	left:50px;
	width: 720px;
	height:200px;
}
#mostoles img{
	width:127px;
	height:100px;
}
/***************************************************************** ENLACES ****************************************/
p.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: right!important;
}

/********************************************************************  MENU LATERAL - DERECHA  ****************************************/
#sidebar_dr {
	overflow: hidden; 
	float:right;
	width: 230px;
	margin: 0px;
	margin-right:-15px;
	padding:10px;
	text-align:center;
	background-color:#b22222; 
	min-height: 1800px;
}
#sidebar_dr ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar_dr li {
	margin: 0;
	padding: 0;
}
#sidebar-dr li ul {
	margin: 0px 0px 0px 20px;
	padding-bottom: 20px;
}
#sidebar_dr li li {
	line-height: 35px;
	border-bottom: 1px dashed #C7C392;/*gri mediu spre deschis*/
	border-left: none;
}
#sidebar_dr li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}
#sidebar_dr li li a {
	padding-left: 15px;
	background: url(../includes/images/img11.jpg) no-repeat left 6px;
	/*background: url(file:///C|/Users/Nina/Downloads/images/img11.jpg) no-repeat left 6px;*/
	color:#ffffcc;
}
#sidebar-dr li li a:hover {
	color:#004666;
}
#sidebar_dr h2 {
	height: 38px;
	letter-spacing: -.5px;
	font-size: 1.4em;
	color:#ffffcc;	
}
#sidebar_dr p {
	margin: 0 0px;
	padding: 0px 15px 15px 15px;
	text-align:justify;
}
#sidebar_dr a {
	border: none;
}
#arhiva h2{
	color:#ffffcc;
}
#arhiva li{
	text-align:left;
	padding-left:10px;
	color:#ffffcc;
}
.pateric{
	border:double dashed #000 3px;
	font-style:italic;

}

/************************************************************************  PIE DE PAGINA  ****************************************/
#footer {
	overflow: hidden;
	width: 1050px;
	height: 90px;
	margin: 0 auto;
 	background-color:#FFF;
}
#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #9C9781;/*gri mediu*/
}
#footer a {
	color: #9C9781;/*gri mediu*/
}
/*************************************************************** Footer Content *******************************************************/

#footer-bg {
	width: 1050px;
	margin: 0px auto;
	background-color:#FFC;
}
#footer-content {
	overflow: hidden;
	padding: 15px 30px 15px 30px;
	background-color:#b22222;	
}

/***************************************************************  FOOTER - COLOANE  ****************************************/
#col1 {
	float: left;
	width: 300px;
	margin-right: 35px;
}

#col2 {
	float: left;
	width: 300px;
	margin-right: 35px;
}

#col3 {
	float: right;
	width: 300px;
}

/************************************************************  ESTILOS DE UL ****************************************/
ul.style1, #col1{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;	
}

ul.style1 li, #col1 li {
	padding: 10px 0px;
	font-size: 14px;	
}
ul.style1 a, #col1 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	/*background: url(file:///C|/Users/Nina/images/img08.png) no-repeat left 6px;*/
	background: url(../includes/images/img08.png) no-repeat left 6px;
	color:#ffff99;
}
ul.style1 a:hover, #col1 a:hover {
	text-decoration: underline;
}
/***********************************************************  GALERIE - PRESENTACION DE IMAGENES  ****************************************/
#galerie {
    position:relative;
	float: left;
	left:50px;;
	width: 615px;
	height: 330px;
}
#galerie IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
	width:608px;
	height:330px;
}
#galerie IMG.activa {
    z-index:10;
	opacity:1.0;
	width: 608px;
	height: 330px;
}
#galerie IMG.ultima-activa {
    z-index:9;
	width: 608px;
	height: 330px;
}
#content_galerie h2, #listafoto h2 {
	color:#b22222;
	font-size:22px;
	text-align:center;
}
#titlu_poza{ 
	text-align:center;
}
#titlu_poza h2{
	 color:#b22222;
}

/**********************************************************  CLASE SFINTI  ****************************************/
.sfinti
{
  	line-height: 100%;
	margin:0 auto;
	padding-left: 24px;
}
/*****************************************************  ETIQUETA NEWSLETTER  ****************************************/

newsletter
{
	color:#ffffcc;
	left:220px;
}
#mesajNews 
{
	position:absolute;
	width:300px;
	height:100px;
	background-color:#b22222;
	color:#ffffcc;
	float:left;
	left:300px;
	top:1100px;
	border-radius:25px;
	padding:20px;
	visibility:hidden;
}
#mesajNews_es
{
	position:absolute;
	width:300px;
	height:100px;
	background-color:#b22222;
	color:#ffffcc;
	float:left;
	left:300px;
	top:1100px;
	border-radius:25px;
	padding:20px;
	visibility:hidden;
}

/****************************************************	CONTACT FORM  1 ************************************************/
#content_contact{
	width:730px;
	height:850px;
	position:relative;
	margin: 0px auto;
	padding:0px;
}
#contactform{
	width:390px;
	min-height:600px;
	margin: 0px auto;
	padding:0px;	
	float:left;
}
#datos_contact{
	float:left;
	width:300px;
	height:250px;
	margin: 0px auto;
	padding:0px;
	padding: 20px;
	padding-top:50px;
	}
#contact_harta{
	width:730px;
	height:250px;
	margin: 0px auto;
	padding:0px;
}
/**********************************************************CAPTCHA*********************************************************/
#caja_captcha{
	height:50px;
	width:150px;
/*	background-image:url(file:///C|/Users/Nina/images/captcha.png); */
    background-image:url(../includes/images/captcha.png); 
	text-align:center;
	font-size:22px;
	color:red;
	padding-top:15px;
	letter-spacing: 2px;
}
/************************************************* CAMPOS DEL FORMULARIO DE CONTACTO *****************************************/
#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;   
}
/*
#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.4em;
   font-weight:bold;
   color:#333;
}*/
#contactus label
{
   font-family : Arial, sans-serif;
   font-size:1em;
   font-weight: bold;
}
#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#contactus input[type="text"]
{
  height:18px;
  width:220px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;    
}
/*
#contactus #scaptcha
{
  width:80px;
  height:18px;
}
*/
#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}
#contactus textarea
{
  height:120px;
  width:310px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}
#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}
#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}
/*
#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.9em;
   color: #900;
   background-color : #ffff00;
}
*/
/*
#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}
#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}
*/
#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:#333;   
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/


/*********************************************** ACATISTE SI RUGACIUNI  ***********************************************************/
#listaacatiste{
	position:absolute;
	float:left;
	width: 690px;
	text-align:justify;
	padding: 5px;

}
#listaacatiste h3, h2, a{
	color:#000000;
}
#listaacatiste a:hover{
	font-weight: bold;
	background-color:#DFDFDF;
}
/************************RUGACIUNI****************************/
#listarugaciuni{
	position:absolute;
	float:left;
	width: 690px;
	text-align:justify;
	padding: 5px;

}
#listarugaciuni h3, h2, a{
	color:#000000;
}
#listarugaciuni a:hover{
	font-weight: bold;
	background-color:#DFDFDF;
}
/******************************ACATISTE SI RUGACIUNI ***********************/


#dinamic{
	position:absolute;
	float:left;
	width: 690px;
	max-height:850px;
	text-align:justify;
	padding: 5px;
	overflow:auto;
	padding: 10px;
	
}
#dinamic h1{
	color:black;
	font-size: 2em;
}
#dinamic h2{
	color:black;
	font-size: 1.4em;
}
#dinamic h3{
	color:black;
	font-size: 1.2em;
}

h1.art-heading w-387{
	 margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; font-weight: normal; font-style: inherit; font-size: 3em; font-family: inherit; vertical-align: baseline; color: #383838; line-height: 1.4; width: 350px !important; font: italic normal normal 24px/1.3em Georgia, 'Times New Roman', Times, serif; padding: 0px; border: 0px initial initial;
}
#art-content, .art-content clearfix text-justify{
	font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: justify; display: block; padding: 0px; margin: 0px; border: 0px initial initial;
}
#art-content p, .art-content clearfix text-justify p {
	margin-top: 0px; margin-right: 5px; margin-bottom: 1.5em; margin-left: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; line-height: 1.5em; text-align: justify; padding: 5px; border: 0px initial initial;
}
/**************************acatiste **************************************/
#indexAcatiste button {
	border-radius: 5px;
	background-color:#CCC;
	box-shadow:#D6D6D6;
	width: 25px;
	height:25px;
	margin:2px;
}
.continutAcatist{

	text-align:justify;
	padding: 5px;
	overflow:auto;
	padding: 10px;

}
/**************************rugaciuni **************************************/
#indexRugaciuni button {
	border-radius: 5px;
	background-color:#CCC;
	box-shadow:#D6D6D6;
	width: 25px;
	height:25px;
	margin:2px;
}
.continutRugaciune{

	text-align:justify;
	padding: 5px;
	overflow:auto;
	padding: 10px;

}


/*********************************** BREADCRUMB **************************************************/
#breadcrumbs a{
	color:red;
}
.chenar{
	width: 220px;
	height:400px;
	background-repeat:none;
	/*background: url(file:///C|/Users/Nina/images/rama1.png) no-repeat;*/
	background: url(../includes/images/rama1.png) no-repeat;
	color:#000;
	vertical-align:central;
 	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:-15px;
	padding:7px;
	text-align:center;
}
div.chenar > h2{
	color: black;
}

