/* Start of CMSMS style sheet 'stil site' */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(uploads/img/bg_site.jpg);
}

/*img, div, table, td { behavior: url(iepngfix.htc) }   ==>  transparenta PNG-uri*/
/*****************
FORMATARE PAGINA
******************/


table {
border-collapse: separate;
border-spacing: 0px;
}


/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial styles
*/
body {
   text-align: left;
   font-family:Arial, Helvetica, sans-serif;  /* font text */

   font-size: 10pt;  /* marime font text */ 

   color: #FFF;  /* culoare text */

         }



/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   padding: 0px;
}



/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   color: #884a00;  /* culoare link */

         text-decoration: none; /* link underline */

/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
}

a:visited {
   color: #884a00;  /* culoare link */

         text-decoration: none; /* link underline */

   background-color: inherit;
}


/* remove underline on hover and change color */
a:hover {
   color: #FF0000;  /* culoare link over */

            background-color: inherit;
}


/*****************
basic layout 
*****************/

/********************
TITLU
*********************/


div#titlu h1 {
   font-family:'Conv_Bellerose',Sans-Serif;  /* font titlu */

   font-size: 23pt;  /* marime font titlu */ 

   color: #fff;  /* culoare titlu */

         }


/********************
CONTENT STYLING
*********************/
div#content {
   font-family:Arial, Helvetica, sans-serif;  /* font text */

   font-size: 10pt;  /* marime font text */ 

   color: #FFF;  /* culoare text */

         }

/* HEADINGS */
div#content h1 {
   font-family:Arial, Helvetica, sans-serif;  /* font h1 */

   font-size: 17pt;  /* marime font h1 */ 

   color: #FFF;  /* culoare h1 */

         }
div#content h2 {
   font-family:Arial, Helvetica, sans-serif;  /* font h2 */

   font-size: 15pt;  /* marime font h2 */ 

   color: #FFF;  /* culoare h2 */

         }
div#content h3 {
   font-family:Arial, Helvetica, sans-serif;  /* font h3 */

   font-size: 12pt;  /* marime font h3 */ 

   color: #FFF;  /* culoare h3 */

         }
div#content h4 {
   font-family:Arial, Helvetica, sans-serif;  /* font h4 */

   font-size: 10pt;  /* marime font h4 */ 

   color: #FFF;  /* culoare h4 */

         }
div#content h5 {
   font-family:Arial, Helvetica, sans-serif;  /* font h5 */

   font-size: 8pt;  /* marime font h5 */ 

   color: #FFF;  /* culoare h5 */

         }
div#content h6 {
   font-family:Arial, Helvetica, sans-serif;  /* font h6 */

   font-size: 7pt;  /* marime font h6 */ 

   color: #FFF;  /* culoare h6 */

         }
/* END HEADINGS */

/*div#content ul{*/
/*list-style-position: inside;*/
/*}*/




/* TEXT */
p {
   font-family:Arial, Helvetica, sans-serif;  /* font titlu */

   font-size: 10pt;  /* marime font titlu */ 

   color: #FFF;  /* culoare titlu */

         }
blockquote {
   border-left: 0px solid #ddd;
   margin-left: 0px;
}

pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */
/* End of 'stil site' */

