/* Start of CMSMS style sheet 'Stil site' */
/*****************
FORMATARE PAGINA
******************/

/*****************
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 */
	margin-top: 0px;
	background-image: url(uploads/img/bg_site.jpg);
   font-size: 10pt;  /* marime font text */ 
   color: #747271;  /* culoare text */

         }
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   padding: 0px;
}

/*COPYRIGHT*/

div#copyright2 { 
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:bold;
    border-width: 0px;
    border-style: outset; 
	color:#615e5d; 
	text-decoration:none;
    }

div#bloc1 { 
    background-image:url(uploads/img/bg_bloc1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
    }

/********************
TITLU
*********************/

div#title {
   font-family:Arial, Helvetica, sans-serif;  /* font titlu */

   font-size: 14pt;  /* marime font titlu */ 

   color: #000000;  /* culoare titlu */
   margin-top: 15px;
   margin-bottom: 15px;

         }


div#title h1 {
   font-family:Arial, Helvetica, sans-serif;  /* font titlu */

   font-size: 16pt;  /* marime font titlu */ 

   color: #000000;  /* culoare titlu */

         }


div#bloc1 h2 {
   font-family:Arial, Helvetica, sans-serif;  /* font titlu */

   font-size: 14pt;  /* marime font titlu */ 

   color: #000000;  /* culoare titlu */

   margin-top: 15px;

         }
		 

		 


/********************
CONTENT STYLING
*********************/
div#content {
   font-family:Arial, Helvetica, sans-serif;  /* font text */

   font-size: 10pt;  /* marime font text */ 

   color: #747271;  /* culoare text */

         }

/* HEADINGS */
div#content h1 {
   font-family:Arial, Helvetica, sans-serif;  /* font h1 */

   font-size: 17pt;  /* marime font h1 */ 

   color: #000000;  /* culoare h1 */

         }
div#content h2 {
   font-family:Arial, Helvetica, sans-serif;  /* font h2 */

   font-size: 15pt;  /* marime font h2 */ 

   color: #000000;  /* culoare h2 */

         }
div#content h3 {
   font-family:Arial, Helvetica, sans-serif;  /* font h3 */

   font-size: 12pt;  /* marime font h3 */ 

   color: #000000;  /* culoare h3 */

         }
div#content h4 {
   font-family:Arial, Helvetica, sans-serif;  /* font h4 */

   font-size: 10pt;  /* marime font h4 */ 

   color: #000000;  /* culoare h4 */

         }
div#content h5 {
   font-family:Arial, Helvetica, sans-serif;  /* font h5 */

   font-size: 8pt;  /* marime font h5 */ 

   color: #000000;  /* culoare h5 */

         }
div#content h6 {
   font-family:Arial, Helvetica, sans-serif;  /* font h6 */

   font-size: 7pt;  /* marime font h6 */ 

   color: #000000;  /* 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: #747271;  /* culoare titlu */

         }
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

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: 0em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}




/* END TEXT */
/* End of 'Stil site' */

